]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
* Documentation/user/global.itely (Extracting fragments of
[lilypond.git] / ChangeLog
1 2006-10-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
2
3         * Documentation/user/global.itely (Extracting fragments of
4         notation): new node, about clip systems.
5
6         * Documentation/user/lilypond-book.itely (Many quotes of a large
7         score): ref to clip systems.
8
9         * Documentation/user/instrument-notation.itely (Entering lyrics):
10         add note about lyric ties and required font.
11
12         * lily/open-type-font.cc (glyph_list): format errors.
13
14         * Documentation/user/programming-interface.itely (Scheme
15         procedures as properties): more doco on simple-closure and scheme
16         callbacks.
17         (Input variables and Scheme): use lilypond[verbatim], document
18         dummy statement.
19
20         * Documentation/user/page.itely (Displaying spacing): use \book
21         explicitly, so arrows show .
22         (Line breaking): add note about Forbid_line_break_engraver
23
24         * Documentation/user/tweaks.itely (Common tweaks): also set length
25         to prevent tie squeezing. 
26         (Default files): use @var{}
27
28         * Documentation/user/converters.itely (Invoking abc2ly): remove mup2ly.
29         (Generating LilyPond files): add FOMUS.
30
31 2006-10-20  Joe Neeman  <joeneeman@gmail.com>
32
33         * scm/define-grobs.scm (all-grob-descriptions): set side-axis and
34         Y-offset for TextScript and Script
35
36         * lily/text-engraver.cc (make_item): 
37         * lily/script-engraver.cc (make_script_from_event):
38         remove call to Side_position_interface::set_axis since all scripts
39         now have this set by default
40
41         * lily/context.cc: 
42         * lily/prob.cc: use variables
43
44 2006-10-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
45
46         * lily/page-turn-engraver.cc (acknowledge_note_head): don't look
47         at typography, rather analyse stream event duration. 
48
49         * Documentation/user/page.itely (Page formatting): set a6 paper
50         for system separator example.
51         
52         * lily/arpeggio.cc (Module): idem.
53
54         * lily/accidental-placement.cc: add script-priority property.
55
56         * scm/framework-ps.scm (dump-stencil-as-EPS): thinko.
57
58         * lily/ttf.cc (print_trailer): if all else fails: use
59         glyphIndexXXXX as glyph name. Fixes #117.
60
61         * lily/pango-font.cc (pango_item_string_stencil): only use cmap
62         entry if cmap contains glyph.
63         (get_index_to_charcode_map): remove from Pango_font class, use
64         global filename -> font mapping.
65         (get_glyph_index_name): new function.
66         (pango_item_string_stencil): use glyphIndexXXXX as glyph name,
67         only for TTF. 
68
69         * scripts/lilypond-book.py (main): use -deps-box-padding=-3
70
71         * scm/framework-ps.scm (dump-stencil-as-EPS): use eps-box-padding,
72         a number.
73
74         * scm/define-grob-properties.scm (all-user-grob-properties):
75         remove outdated doc. Fixes #116
76
77         * lily/completion-note-heads-engraver.cc (process_music): always
78         clone input events; otherwise we may overwrite input 'duration
79         property. Fixes #115.
80
81         * lily/general-scheme.cc (LY_DEFINE): explicit cast in case
82         scm_t_int32 != int
83
84         * scm/output-svg.scm (pango-description-regexp-comma): Remove ^
85         anchor. Fixes #114
86
87         * VERSION (PATCH_LEVEL): bump version.
88
89 2006-10-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
90
91         * lily/engraver.cc (internal_make_grob): use variables.
92
93         * flower/string-convert.cc (dec2double): clean-up warnings. 
94
95         * configure.in (CXXFLAGS): add -Werror.
96
97         * VERSION (PACKAGE_NAME): release 2.9.25
98
99 2006-10-18  Joe Neeman  <joeneeman@gmail.com>
100
101         * lily/simple-spacer.cc (get_line_forces): test for non-fitting
102         line even if we precede a forced break.
103
104         * lily/optimal-page-breaking.cc (try_page_spacing): square line
105         forces too. Make page-spacing weight default to 10 because the
106         changes to vertical springs decreased the page force/line force
107         proportions. Also, take the average of line force and page force
108         instead of just the sum.
109
110         * lily/constrained-breaking.cc (initialize): make the stiffness
111         of the vertical springs depend on the height of the system. This
112         prevents pages with only a few large systems from getting huge
113         forces
114
115         * Documentation/user/page.itely (Page formatting): document the
116         change in default page-spacing-weight
117
118         * lily/include/constrained-breaking.hh: initialise bottom_padding_
119
120 2006-10-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
121
122         * input/typography-demo.ly (melody): remove superfluous slur.
123
124         * scm/define-grob-interfaces.scm (piano-pedal-script-interface):
125         add piano-pedal-script-interface
126
127 2006-10-18  Bertalan Fodor  <lilypondtool@organum.hu>
128
129         * scripts/lilypond-book.py: DocBook support.
130
131 2006-10-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
132
133         * lily/piano-pedal-engraver.cc (struct Pedal_info): remove
134         Y-alignment code.
135         (stop_translation_timestep): set bound to currentMusicalColumn if
136         not set yet. Fixes #102
137
138         * lily/piano-pedal-bracket.cc: formatting.
139
140         * input/test/engraver-one-by-one.ly (MyStaff): reformat.
141
142         * lily/piano-pedal-align-engraver.cc: new class
143         Piano_pedal_align_engraver. Handle side-positioning Y-alignment
144         for piano pedals.  
145
146 2006-10-18  Heikki Junes  <hjunes@gmail.com>
147
148         * po/fi.po: Update Finnish translation (before the next release).
149
150 2006-10-17  Joe Neeman  <joeneeman@gmail.com>
151
152         * lily/system.cc (get_paper_system): reinstate the backwards-
153         compatible page breaking for the old page breaker.
154
155 2006-10-17  Erik Sandberg  <mandolaerik@gmail.com>
156         
157         * lily/recording-group-engraver.cc: removed
158
159         * lily/context.cc, lily/translator-group.cc: Don't touch
160         Context::implementation_ if it's null
161
162 2006-10-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
163
164         * scm/paper.scm: only use left-margin if defined.
165
166         * scm/define-grob-interfaces.scm (stroke-finger-interface): typo.
167
168         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): idem.
169
170         * lily/new-fingering-engraver.cc: stringFingerOrientations ->
171         strokeFingerOrientations
172
173         * lily/script-column.cc (row_before_line_breaking): also handle
174         accidentals and arpeggios in horizontal script stacking.
175
176         * lily/script-row-engraver.cc (acknowledge_accidental_placement):
177         new function.
178
179         * input/regression/script-stack-horizontal.ly: trim.
180
181 2006-10-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
182
183         * scm/output-lib.scm (stroke-finger::calc-text): allow reading of
184         'text property too.
185
186         * ly/music-functions-init.ly: rename to StrokeFingerEvent, set
187         'text if string argument.
188
189         * scm/define-grobs.scm (all-grob-descriptions): rename to StrokeFinger.
190
191         * scm/define-context-properties.scm
192         (all-user-translation-properties): change to strokeFingerOrientations
193
194 2006-10-16  Erik Sandberg  <mandolaerik@gmail.com>
195
196         * lily/parser.yy: remove debug output
197
198 2006-10-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
199
200         * ly/paper-defaults.ly: set left/right margin.
201
202         * scm/paper.scm (set-paper-dimensions): use left-margin and
203         right-margin for computing linewidth.
204
205         * Documentation/topdocs/NEWS.tely (Top): idem.
206
207         * input/regression/lyric-tie.ly (texidoc): use vowels for tied
208         lyrics example.
209
210         * scm/define-markup-commands.scm (tied-lyric): increase negative
211         space: space syllables tighter.
212
213         * VERSION (PATCH_LEVEL): bump version.
214
215         * scm/paper.scm: patch by Arvid Gr"otting, arvidgr@gmail.com: tune
216         Ax paper sizes. 
217
218 2006-10-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
219
220         * COPYING: further clarification
221
222         * VERSION: release 2.9.24
223
224         * input/regression/script-stack-horizontal.ly: add version.
225
226         * scm/lily-library.scm (list-join): use fold-right. Fixes #112
227
228         * input/regression/lyric-tie.ly (texidoc): use different words.
229
230         * mf/GNUmakefile (ALL_GEN_FILES): remove fonts.cache-1
231
232 2006-10-15  Erik Sandberg  <mandolaerik@gmail.com>
233
234         * lily/*.cc, lily/include/*.hh: eliminate dummy arguments from
235         macros ADD_TRANSLATOR, DECLARE_SMOBS and DECLARE_SIMPLE_SMOBS
236         
237 2006-10-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
238
239         * mf/GNUmakefile: remove fc-cache calls; not necessary for fc 2.4; 
240
241         * Doxyfile: remove file.
242
243         * scm/define-grob-interfaces.scm (string-finger-interface): add
244         string-finger-interface
245
246         * lily/general-scheme.cc (LY_DEFINE): move
247         ly_camel_case_to_lisp_identifier to here. Use vector<char> iso. char[] 
248
249         * Documentation/topdocs/NEWS.tely (Top): add note for
250         string-finger feature.
251
252         * scm/define-grobs.scm (all-grob-descriptions): add 'string-names
253         property.
254
255         * scm/output-lib.scm (string-finger::calc-text): read 'digit
256         instead of 'text
257
258         * input/regression/script-stack-horizontal.ly: new file.
259
260         * ly/engraver-init.ly: add Script_row_engraver.
261
262         * lily/script-column.cc (order_grobs): refactor: separate axis
263         independent code.
264         (row_before_line_breaking): new function.
265
266         * lily/script-row-engraver.cc (Script_row_engraver): new file.
267
268         * scm/define-grobs.scm (all-grob-descriptions): add ScriptRow
269
270 2006-10-14  Jürgen Reuter  <reuter@ipd.uka.de>
271
272         * Documentation/user/instrument-notation.itely: Cleanup: Remove
273         annoying skip notes from mensural ligature example.  Update
274         @refbugs for ligatures and mensural ligatures.
275
276         * lily/coherent-ligature-engraver.cc,
277         lily/include/coherent-ligature-engraver.hh,
278         lily/mensural-ligature-engraver.cc,
279         lily/vaticana-ligature-engraver.cc: Revise code for item
280         reparentizing.  There should now be less programming_error
281         messages.
282
283         * lily/mensural-ligature-engraver.cc: Improve placement of dots.
284
285         * lily/mensural-ligature.cc, lily/vaticana-ligature.cc:
286         Maintenance bugfix: Don't create empty Stencil (), but empty box
287         instead.  This fix should eliminate some programming_error
288         messages.
289
290         * ly/engraver-init.ly (MensuralStaff): Set default accidental
291         style.
292
293         * input/regression/mensural-ligatures.ly: Maintenance bugfix: Move
294         \layout block _before_ score.
295
296 2006-10-14  Han-Wen Nienhuys  <hanwen@lilypond.org>
297
298         * GNUmakefile.in (PATCH_FILES): remove darwin.patch.
299
300         * lily/pango-font.cc (pango_item_string_stencil): more verbose message.
301
302 2006-10-13  Erlend Aasland  <erlenda@gmail.com>
303
304         * lily/note-collision.cc: fix issue #44 (dot/notehead collision)
305
306 2006-10-13  Han-Wen Nienhuys  <hanwen@lilypond.org>
307
308         * VERSION (PATCH_LEVEL): bump version.
309
310         * COPYING: clarify exception note.
311
312         * lily/main.cc: remove remark about "COPYING".
313
314         * scm/framework-ps.scm (clip-system-EPSes): change ordering, so
315         system-count starts at 0 for each clip-region. Change name to
316         FILE[-COUNT]-from-FROM-to-TO-clip[-COUNT]. Take clip-regions from
317         layout block, per score.
318
319 2006-10-13  Erik Sandberg  <mandolaerik@gmail.com>
320
321         * lily/input-smob.cc: add equal_p for Input
322
323         * lily/music-scheme.cc (ly_camel_case_to_lisp_identifier): new
324         function
325
326         * lily/parser.yy: MY_MAKE_MUSIC sets music origin
327
328         * lily/prob.cc: Add equal_p predicate for Prob
329
330         * lily/translator.cc: small cleanup
331
332         * scm/document-music.cc: use data from translator listener
333         registration to generate documentation for event classes
334
335         * lily/*: Eliminate accept arg of ADD_TRANSLATOR
336         
337         * lily/include/*: Eliminate dummy arg of DECLARE_*SMOBS
338         
339 2006-10-13  Jan Nieuwenhuizen  <janneke@gnu.org>
340
341         * GNUmakefile.in (SCRIPTS): Remove lexer-gcc-3.1.sh.
342
343 2006-10-12  Jan Nieuwenhuizen  <janneke@gnu.org>
344
345         * Documentation/topdocs/INSTALL.texi: Thinko.
346
347         * .cvsignore: Update.
348
349         * lexer-gcc-3.1.sh: Remove.
350
351         * Documentation/topdocs/INSTALL.texi: Remove obsolete ftp server.
352         Update anonymous cvs access.  Remove comment about gcc 3.0.4.
353
354 2006-10-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
355
356         * VERSION: release 2.9.23
357
358         * lily/paper-column-engraver.cc (stop_translation_timestep): also
359         typecheck barnumber.
360
361         * scm/framework-ps.scm (dump-stencil-as-EPS): fix thinkos.
362
363         * scm/lily.scm (type-p-name-alist): add rhythmic-location? type name.
364
365         * Documentation/topdocs/NEWS.tely (Top): doc new clipping feature
366
367         * input/regression/clip-systems.ly (Notes): new file. 
368
369         * scm/lily.scm (define-scheme-options): add clip-systems option.
370
371         * scm/framework-ps.scm (dump-stencil-as-EPS-with-bbox): new
372         function
373         (dump-stencil-as-EPS): move bbox calculation from previous
374         dump-stencil-as-EPS
375         (output-framework): use -dclip-systems 
376
377         * scm/lily-library.scm (filtered-map): new function
378
379         * scm/framework-ps.scm (clip-system-EPS): new function.
380         (clip-system-EPSes): new function.
381
382         * lily/paper-column.cc: add rhythmic-location to interface
383
384         * scm/define-grob-properties.scm (all-user-grob-properties): add
385         rhythmic-location property.
386
387         * scm/clip-region.scm: new file: rhythmic-location data type and
388         system-clipped-x-extent function.
389
390         * ly/init.ly: use (scm clip-region)
391
392         * lily/paper-column-engraver.cc (stop_translation_timestep): set
393         rhythmic-location for paper column grobs.
394
395         * lily/grob-scheme.cc (LY_DEFINE): minor cleanup
396
397 2006-10-12  Jürgen Reuter  <reuter@ipd.uka.de>
398
399         * ly/engraver-init.ly: Remove obsolete comment on
400         Bar_number_engraver.
401
402         * Documentation/user/instrument-notation.itely: Tune Ancient
403         Articulations figure, such that the episem actually shows.
404
405         * lily/mensural-ligature.cc (internal_brew_primitive): Bugfix:
406         fix Han-Wen's fix (rev. 1.53): scm_is_pair -> scm_is_number.
407
408         * lily/vaticana-ligature-engraver.cc: Minor robustness fix /
409         cleanup.
410
411 2006-10-12  Graham Percival  <gpermus@gmail.com>
412
413         * Documentation/user/ {some}: minor edits that were lost somehow.
414
415 2006-10-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
416
417         * VERSION (PACKAGE_NAME): bump version.
418
419         * input/regression/lyric-tie.ly (texidoc): new file.
420
421         * Documentation/topdocs/NEWS.tely (Top): add new feature.
422
423         * lily/general-scheme.cc (LY_DEFINE): elucidate docstring.
424
425         * scm/define-markup-commands.scm (tied-lyric): new function: split
426         string along ~ and reattach with U+203F (tie character) and
427         negative space.
428
429         * scm/output-lib.scm (lyric-text::calc-text): new function.
430
431         * lily/lyric-engraver.cc (process_music): don't set 'text.
432
433         * scm/output-lib.scm (string-finger::calc-text): new function
434         (lyric-text::print): new function.
435
436         * lily/new-fingering-engraver.cc (add_fingering): refactor; make
437         generic for fingering & string number. Use for string-finger. 
438
439         * scm/define-music-types.scm (music-descriptions): add
440         StringFingerEvent
441
442         * lily/fingering-engraver.cc (listen_string_finger): new function
443
444         * scm/define-grobs.scm (all-grob-descriptions): add StringFinger
445
446         * scm/define-context-properties.scm
447         (all-user-translation-properties): add stringFingerOrientations
448
449 2006-10-11  Jürgen Reuter  <reuter@ipd.uka.de>
450
451         * mf/parmesan-dots.mf (new), mf/parmesan-generic.mf,
452         ly/engraver-init.ly: Added vaticana-style augmentum dot glyph.
453
454         * lily/dots.cc: Added style property for dots.
455
456         * mf/parmesan-heads.mf: Fix typo in comment.
457
458         * mf/feta-bolletjes.mf, scm/output-lib.scm: Fix longa notes bug by
459         adding longa head to feta font and removing obsolete default
460         mapping scheme code.
461
462 2006-10-10  Han-Wen Nienhuys  <hanwen@lilypond.org>
463
464         * scm/output-lib.scm (fingering::calc-text): use origin
465         event-property, not music-property.
466
467         * lily/lilypond.rc.in: spell my name correctly.
468
469 2006-10-10  Joe Neeman  <joeneeman@gmail.com>
470
471         * lily/grob.cc (pure_height): only add minimum-Y-extent if we
472         already have a non-empty extent. Fixes estimation for Hara-kiri
473         staves.
474
475 2006-10-09  Jürgen Reuter  <reuter@ipd.uka.de>
476
477         * ly/gregorian-init.ly: Simplify definition of \episemInitium and
478         \episemFinis.
479
480         * lily/ligature-engraver.cc: Remove unused #include.
481
482         * lily/vaticana-ligature-engraver.cc: Fix placement of dots.
483         Bugfix: remove method check_for_prefix_loss(Item *) from global
484         namespace to avoid namespace pollution.
485
486 2006-10-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
487
488         * VERSION: release 2.9.22
489
490         * ly/generate-documentation.ly: update option name.
491
492         * lily/dynamic-text-spanner.cc (print): revert fix.
493
494         * scm/define-grob-interfaces.scm
495         (trill-pitch-accidental-interface):
496         add trill-pitch-accidental-interface
497
498         * lily/dots-engraver.cc (acknowledge_rhythmic_head): only
499         dereference if it's really a duration.
500
501         * lily/figured-bass-engraver.cc (process_music): clear spanner if
502         useBassFigureExtenders is not set.
503         (listen_bass_figure): record as new event if
504         useBassFigureExtenders not set. Fixes #103.
505
506         * scm/stencil.scm (circle-stencil): don't center stencil argument,
507         instead: move circle. Fixes #107.
508
509         * scm/define-grobs.scm (all-grob-descriptions): set
510         allow-loose-spacing for PaperColumn and
511         NonMusicalPaperColumn. Kludge for #110.
512
513         * lily/spaceable-grob.cc: add allow-loose-spacing property.
514
515         * lily/spacing-determine-loose-columns.cc (is_loose_column):
516         allow-loose-spacing property.
517
518         * scm/define-markup-commands.scm (postscript): gsave & grestore
519         around embedded PS. Do setlinewidth too. Fixes  #109.
520
521 2006-10-08  Jürgen Reuter  <reuter@ipd.uka.de>
522
523         * lily/ligature-bracket-engraver: Bugfix: Add missing stream event
524         code.  This patch fixes ligature brackets that were not at all
525         engraved any more.
526
527 2006-10-08  Graham Percival  <gpermus@gmail.com>
528
529         * Docuemntation/user/page.itely: clarify two-pass vs. ragged-bottom.
530
531         * ly/property-init.ly: fix sacred harp notehead shapes (bug 96).
532
533         * scm/define-context-properties.scm: clarified docs (bug 91).
534
535         * Documentation/user/basic-notation.itely: document volta brackets
536         not aligning (bug 63).
537
538         * Documentation/user/ global.itely invoking.itely: ignore or
539         add warnings about texstr.
540
541 2006-10-08  John Mandereau  <john.mandereau@free.fr>
542
543         * po/fr.po: update translation.
544
545         * po/: update msgids.
546
547 2006-10-08  Jan Nieuwenhuizen  <janneke@gnu.org>
548
549         * GNUmakefile.in (HELP_CATALOGS): Fix in-build-tree locales.
550
551 2006-10-08  Nicolas Sceaux  <nicolas.sceaux@free.fr>
552
553         * Documentation/user/page.itely (Two-pass vertical spacing): add
554         documentation for two-pass spacing technique.
555
556 2006-10-06  Graham Percival  <gpermus@gmail.com>
557
558         * Documentation/user/convert-ly.txt: new file; new
559         storage place for this file (moved from bugs/ CVS).
560
561 2006-10-06  Jürgen Reuter  <reuter@ipd.uka.de>
562
563         * lily/note-head.cc: Fixed programming_error message.
564
565 2006-10-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
566
567         * scm/define-grobs.scm (pure-conversion): move pure-callback
568         further into body.
569
570         * scm/script.scm (default-script-alist): set avoid-slur for turn,
571         marcato, stopped, thumb.
572
573 2006-10-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
574
575         * lily/completion-note-heads-engraver.cc (process_music): don't
576         skimp on memory usage.
577
578         * lily/beam.cc (set_stem_lengths): do set_stemend for invisible
579         stems too. Fixes #5
580
581         * lily/parenthesis-engraver.cc (acknowledge_grob): set parent of
582         parenthesis item. This fixes premature Y-extent triggering. Fixes
583         issue #95. 
584  
585         * VERSION (PATCH_LEVEL): bump version.
586
587 2006-10-04  Graham Percival  <gpermus@gmail.com>
588
589         * Documentation/user/advanced-notation.itely: added
590         info about instrument names for piano or other contexts,
591         thanks Marcus!
592
593 2006-10-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
594
595         * mf/feta-bolletjes.mf (solfa_quarter_width): use
596         solfa_base_notewidth as unit for non-DO-notes too.
597
598         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: update email.
599
600         * VERSION: release 2.9.21
601
602         * Documentation/topdocs/NEWS.tely (Top): simpler, more clearer
603         override.
604
605 2006-10-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
606
607         * python/lilylib.py (progress): Minor fix.
608
609 2006-10-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
610
611         * lily/note-name-engraver.cc: doc engraver.
612
613         * scm/output-lib.scm (hairpin::calc-grow-direction): new function.
614
615         * lily/dynamic-engraver.cc (process_music): don't set grow-direction.
616
617         * scm/define-grobs.scm (all-grob-descriptions): calc duration-log
618         by callback.
619
620         * lily/stem-engraver.cc (make_stem): don't set duration-log
621
622         * scripts/lilypond-book.py (Lilypond_file_snippet.my_system):
623         write snippet-names binary.
624
625         * python/lilylib.py (system): use os.system for mingw32
626
627         * scripts/lilypond-book.py (bindir): use os.pathsep for prepending
628         to $PATH.
629
630         * scm/backend-library.scm: update email address.
631
632         * Documentation/topdocs/NEWS.tely (Top): add duration-log override
633         example.
634
635         * scm/define-grobs.scm (all-grob-descriptions): use callback to
636         calc dot count.
637
638         * lily/dots-engraver.cc (class Dots_engraver): new engraver:
639         handle dot creation separately.
640
641         * lily/tab-note-heads-engraver.cc (process_music): idem.
642
643         * lily/drum-note-engraver.cc (process_music): idem.
644
645         * lily/note-heads-engraver.cc (process_music): idem.
646
647         * lily/rest-engraver.cc: don't set duration-log.
648
649         * scm/output-lib.scm (string-number::calc-text): new function.
650         (note-head::calc-duration-log): new function.
651
652         * lily/fingering-engraver.cc (make_script): remove 'text setting.
653
654         * scm/output-lib.scm (fingering::calc-text): new function.
655
656 2006-10-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
657
658         * scripts/lilypond-book.py: Fix typo gs-load-font -> gs-load-fonts
659          and include-eps-font -> include-eps-fonts
660
661 2006-10-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
662
663         * lily/multi-measure-rest-engraver.cc: use internalBarNumber
664
665         * lily/timing-translator.cc: list properties.
666         (start_translation_timestep): update internalBarNumber too.
667
668         * scm/define-context-properties.scm
669         (all-user-translation-properties): add internalBarNumber.
670
671         * input/regression/spacing-no-note.ly: new file.
672
673         * buildscripts/output-distance.py (link_file): verbosity for OSError.
674
675         * lily/book.cc: #include cleanup.
676
677         * lily/include/lily-guile-macros.hh: add assert to
678         scm_or_str2symbol(SCM).
679
680         * VERSION (PATCH_LEVEL): bump version.
681
682         * lily/spacing-spanner.cc (musical_column_spacing): handle
683         musical->nonmusical spacing case, where there is no spacing
684         wish. Fixes issue #61.
685
686         * lily/pango-font.cc (text_stencil): allow 'tight' bounds.
687         (pango_item_string_stencil): use logical rect horizontally (to
688         preserve spaces), ink_rect vertically (for time signatures).
689
690         * lily/font-metric.cc (word_stencil): new interface function
691
692         * input/regression/utf-8-mixed-text.ly: new file.
693
694         * lily/percent-repeat-engraver.cc (listen_percent): remove
695         spurious warning.
696
697         * lily/phrasing-slur-engraver.cc (acknowledge_script): only ack
698         non-dynamic scripts. Fixes #30.
699
700         * lily/slur.cc (outside_slur_callback): make offset_scm optional.
701
702         * lily/beam.cc (rest_collision_callback): make prev_offset optional.
703
704         * lily/grob-closure.cc (chain_offset_callback): don't pass 0 but
705         SCM_UNDEFINED for non-existent data.
706
707         * lily/side-position-interface.cc (general_side_position): allow
708         optional current_offset argument for chaining, so combinations of side-position
709         and outside slur callback don't add up.  Fixes issue #92.
710
711         * lily/pango-font.cc (pango_item_string_stencil): use
712         logical_rect. This prevents spaces after words from disappearing,
713         issue #72.
714         
715         * VERSION: release 2.9.20
716
717 2006-10-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
718
719         * scm/define-grob-properties.scm (all-user-grob-properties):
720         mention stencil as user settable.
721
722 2006-10-02  Joe Neeman  <joeneeman@gmail.com>
723
724         * Documentation/user/page.itely (Page formatting): 
725         document auto-first-page-number
726
727         * lily/page-breaking.cc (find_chunks_and_breaks): 
728         * lily/paper-score.cc (calc_breaking): Follow changes to the
729         Constrained_breaking interface
730
731         * lily/constrained-breaking.cc (calc_subproblem): run the main loop
732         here backwards, as an optimisation
733         (initialize): new function; move most of the code in resize () here
734         (combine_demerits): cache ragged_right_
735         (Constrained_breaking): constructor now takes the Paper_score
736
737 2006-10-02  Erik Sandberg  <mandolaerik@gmail.com>
738         
739         * lily/lexer.ll, lily/parser.yy: Add EXPECT_NO_MORE_ARGS token, to
740         avoid parser lookahead for 0-ary functions.
741
742         * lily/translator.cc: Extract event classes from
743         IMPLEMENT_TRANSLATOR_LISTENER for documentation generation.
744
745 2006-10-02  Heikki Junes  <hjunes@gmail.com>
746
747         * po/fi.po: Fix spaces, commas etc. in Finnish translation using
748         KBabel fix tool.
749
750 2006-10-01  Nicolas Sceaux  <nicolas.sceaux@free.fr>
751
752         * scm/layout-page-layout.scm (page-breaking-wrapper): new
753         function. Call the page breaking function selected in the
754         `page-breaking' \paper variable, then the post processing function
755         chosen using the `page-post-process' \paper variable.
756         (line-height): new function. Return the height of a system.
757         (line-minimum-position-on-page): new function. Return the position
758         of a system on page (using the previous line position), only
759         considering between system padding.
760         (stretchable-line?): new function. Says whether a line can be
761         stretched (ie. is not a title nor a single staff system).
762         (page-maximum-space-left): new function. Computes space left on a
763         page, when all systems are separated by their padding.
764
765         * lily/page-breaking.cc (breaking::make_pages): Move page post
766         processing function call to page breaking wrapper (common to all
767         page breakers).
768
769         * lily/paper-book.cc (book::pages): call the page breaking
770         wrapper, instead of the page breaker directly
771
772         * ly/paper-defaults.ly: Add \paper variables for page breaking
773         wrapper and page post processing function. Make
774         `write-page-layout' value depend on the 'dump-tweaks option. Add a
775         `system-maximum-stretch-procedure' variable for holding a function
776         computing the maximum stretch a system allows.
777
778         * scm/layout-page-dump.scm (write-page-breaks): computes the
779         stretch to apply to systems on a page to minimize left
780         space. Dump this stretch length.
781
782         * ly/music-functions-init.ly (spacingTweaks): implement it. Read
783         the system-stretch property of the tweak data to stretch the
784         system.
785         (includePageLayoutFile): Void function which includes the
786         generated page-layout file if it exists and if the page layout
787         dumping is not asked.
788         (scoreTweak): if the score tweak named by the argument exists,
789         return it.
790
791 2006-10-01  Joe Neeman  <joeneeman@gmail.com>
792
793         * lily/page-spacing.cc (compress_lines, uncompress_solution):
794         handle correctly the case where there are multiple \noPageBreaks
795         in a row.
796
797 2006-09-30  Laura Conrad <lconrad@laymusic.org>
798
799         * abc2ly.py adds segno (S) and Coda (O) to articulations.
800         
801         * abc2ly.py fix so that entering " -- " will translate to a -- in
802         the lilypond instead of a " - - "
803         
804 2006-09-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
805
806         * lily/align-interface.cc: fix typo
807
808         * lily/dynamic-text-spanner.cc (print): Add a special case for
809         trill spanner right sides. 
810
811         * scm/define-grobs.scm (all-grob-descriptions): set padding to 0.1
812
813         * lily/align-interface.cc (get_extents_aligned_translates): add
814         support for padding variable.
815
816         * lily/break-align-interface.cc (self_align_callback): oops: use
817         loop variable in guard.
818
819         * input/regression/repeat-percent-grace.ly: new file.
820
821         * lily/percent-repeat-engraver.cc (start_translation_timestep):
822         remember first currentCommandColumn of a grace run. Fixes issue 70.
823
824         * lily/percent-repeat-iterator.cc (class Percent_repeat_iterator):
825         move class definition to CC file.
826
827         * lily/multi-measure-rest.cc (percent): use robust_relative_extent()
828
829         * lily/slash-repeat-engraver.cc (listen_percent): don't warn for
830         measure-long  repeats.
831
832         * flower/include/international.hh: include stdarg.h
833
834 2006-09-30  Joe Neeman  <joeneeman@gmail.com>
835
836         * lily/page-turn-page-breaking.cc (calc_demerits): now that we allow
837         put_systems_on_pages to return an empty result, we need to assign
838         demerits properly in that case.
839         (put_systems_on_pages): Make the number of pages depend on the
840         evenness of page_number. Add auto-first-page-number.
841         (calc_subproblem): ensure that the page-number is even for the
842         left-hand page. Warn if the first page-turn doesn't fit onto the
843         first (right-hand) page.
844
845         * lily/page-spacing.cc (solve): bug: demerits_ would always be inf
846         (min_page_count): make this publicly accessible
847         (min_page_count): fix a bug when there are forced page breaks that
848         was introduced when I made this loop run backwards
849         (space_systems_on_n_pages, space_systems_on_n_or_one_more_pages):
850         replace space_systems_on_min_pages with these two. The logic in
851         space_systems_on_min_pages was getting too convoluted and is better
852         contained in page-turn-page-breaking.
853
854         * lily/page-turn-engraver.cc (breakable_column): remove an always-true
855         conditional
856         (breakable_column): typo
857
858         * lily/source-file.cc (get_line): fix off-by-one error
859         and clean up some of the logic
860
861 2006-09-29  Joe Neeman  <joeneeman@gmail.com>
862
863         * lily/page-breaking.cc (make_pages): honour the first-page-number
864         property
865
866 2006-09-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
867
868         * VERSION (PACKAGE_NAME): bump version.
869
870 2006-09-26  Pal Benko  <benko.pal@gmail.com>
871
872         * scm/parser-clef.scm: add petrucci-f3 and -f4 clefs
873         (the latter is the same as petrucci-f which is kept for compatibility)
874
875 2006-09-26  Erik Sandberg  <mandolaerik@gmail.com>
876         
877         * lily/part-combine-iterator.cc: solo1-event -> solo-one-event
878
879 2006-09-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
880
881         * lily/global-context.cc (run_iterator_on_me): break out of loop
882         if moment doesn't increase.
883
884         * scm/define-grob-properties.scm (all-user-grob-properties): add
885         forced property.
886
887         * lily/accidental.cc (after_line_breaking): read forced property.
888
889         * lily/accidental-engraver.cc (process_acknowledged): set 'forced
890         property.
891
892         * input/regression/accidental-forced-tie.ly:  new file.
893
894 2006-09-25  Han-Wen Nienhuys  <hanwen@lilypond.org>
895
896         * ly/engraver-init.ly: set ignoreFiguredBassRest in Staff context.
897
898         * lily/figured-bass-engraver.cc: only listen to rest events if
899         ignoreFiguredBassRest is not set.
900
901         * scm/define-context-properties.scm
902         (all-user-translation-properties): add ignoreFiguredBassRest property
903
904 2006-09-24  Joe Neeman  <joeneeman@gmail.com>
905
906         * lily/paper-book.cc (get_system_specs):
907         (set_system_penalty): fix breakbefore.
908         We used to set a penalty on the system after the break, now we
909         set a permission on the system before the break
910
911         * lily/grob-property.cc: add scm debugging hooks into
912         property modification
913
914         * lily/context-property.cc:
915         * lily/engraver.cc:
916         rename make_foo_from_properties to internal_make_foo and
917         move it from context-property.cc to a member function of
918         Engraver.
919         
920         * lily/include/lily-guile-macros.hh:
921         overload ly_symbol2scm macro so that there is no more need
922         to use internal_foo
923
924         * lily/volta-repeat-iterator.cc:
925         * lily/tweak-engraver.cc:
926         * lily/tuplet-bracket.cc:
927         * lily/span-bar-engraver.cc:
928         * lily/script-engraver.cc:
929         * lily/prob-scheme.cc:
930         * lily/pointer-group-interface.cc:
931         * lily/parser.yy:
932         * lily/grob-scheme.cc:
933         * lily/grob-property.cc:
934         * lily/context.cc:
935         * lily/context-property.cc:
936         * lily/break-substitution.cc:
937         * lily/break-align-engraver.cc:
938         * lily/axis-group-interface.cc:
939         * lily/align-interface.cc:
940         remove calls to internal_FOO
941
942         * lily/system-start-delimiter-engraver.cc:
943         * lily/parenthesis-engraver.cc:
944         * lily/accidental-engraver.cc:
945         remove calls to make_foo_from_properties
946
947 2006-09-23  Graham Percival  <gpermus@gmail.com>
948
949         * Documentation/user/programming-iterfaces.itely: fix
950         def-music-function -> define-music... leftover.
951
952 2006-09-23  Joe Neeman  <joeneeman@gmail.com>
953
954         * lily/page-spacing.cc (min_page_count): by running the loop
955         backwards, we can calculate ragged_last properly.
956
957 2006-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
958
959         * ly/titling-init.ly (scoreTitleMarkup): Rename (typo!?)
960         printfirst-page-number -> print-first-page-number
961
962         * python/convertrules.py: corresponding rule.
963
964         * Documentation/user/page.itely (Page formatting): Document the
965         default values of all page layout parameters. 
966
967 2006-09-22  Erik Sandberg  <mandolaerik@gmail.com>
968
969         * lily/lexer.ll: remove limitation on music function arity. New
970         mode extratoken, which inserts extra EXPECT_* tokens after
971         MUSIC_FUNCTION token. Junk all MUSIC_FUNCTION_* tokens.
972
973         * lily/parser.yy: Change grammar for music function accordingly.
974
975         * lily/include/lily-parser.hh: New method get_state, new member
976         hidden_state. Works around a problem when parser fetches
977         MUSIC_FUNCTION token but not the following EXPECT_* token.
978
979         * lily/translator.cc, lily/context.cc:, lily/translator-group.cc:
980         remove try_music
981
982         * lily/*-engraver.cc, lily/*-performer.cc: Remove all remaining
983         references to Music; use ASSIGN_EVENT_ONCE everywhere
984
985         * lily/grob-info.cc: junk *music_cause
986
987         * lily/music.cc: copy eventified articulations to stream event
988
989         * lily/part-combine-iterator.cc: Cleanup using enums
990
991         * lily/translator-group.cc: Junk OldMusicEvent, and associated
992         methods
993
994         * lily/include/engraver.hh: Junk music.hh include
995
996         * lily/stream-event.cc: Changed constructors
997
998 2006-09-21  Graham Percival  <gpermus@gmail.com>
999
1000         * Documentation/user/tweaks.itely (Fitting music onto fewer
1001         pages): change settings to avoid warning messages.
1002
1003 2006-09-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1004
1005         * Documentation/user/tweaks.itely (Fitting music onto fewer
1006         pages): Add between-system-space setting. 
1007
1008 2006-09-21  Han-Wen Nienhuys  <hanwen@lilypond.org>
1009
1010         * lily/accidental-placement.cc (calc_positioning_done): don't
1011         trigger Y-extent calculation too early. Use pure_height instead.
1012
1013         * lily/scale.cc (LY_DEFINE): new file. 
1014
1015 2006-09-20  Joe Neeman  <joeneeman@gmail.com>
1016
1017         * lily/page-breaking.cc (find_chunks_and_breaks): ignore breaks
1018         that happen at the start of a score: having a zero-length
1019         chunk was messing up min_system_count calculations.
1020
1021         * lily/source-file.cc (get_line): lower_bound, not
1022         binary_search. Fixes problem where point-and-click would
1023         always point to the first line.
1024
1025 2006-09-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
1026
1027         * lily/accidental-placement.cc (calc_positioning_done): also put
1028         stems into accidental support. 
1029
1030         * lily/tie-engraver.cc (process_music): also set tieMelismaBusy if
1031         event_ detected.
1032
1033         * scm/script.scm (default-script-alist): avoid-slur and
1034         slur-padding for portato script.
1035
1036         * lily/stem-tremolo.cc (translated_stencil): new function. 
1037         (height): use new function. Fixes tremolos on whole notes.
1038
1039         * lily/slur-scoring.cc (get_best_curve): don't crash if no optimal
1040         slur found.
1041
1042 2006-09-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
1043
1044         * scripts/abc2ly.py (try_parse_comment): idem.
1045
1046         * scripts/lilypond-book.py (find_toplevel_snippets): use 'foo' in
1047         bar_string iso. string.find()
1048
1049         * lily/*.cc: idem.
1050
1051         * lily/slur.cc (get_curve): always use scm_is_pair() looping
1052         scheme lists.  
1053
1054 2006-09-18  Graham Percival  <gpermus@gmail.com>
1055
1056         * Documentation/user/basic-notation.itely: add bug
1057         warning about ties and octavation/clef.
1058
1059 2006-09-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
1060
1061         * VERSION (PACKAGE_NAME): release 2.9.18
1062
1063 2006-08-29  Milan Zamazal  <pdm@brailcom.org>
1064
1065         * elisp/lilypond-mode.el (LilyPond-command-alist): Don't try to
1066         figure out midi file names right here.
1067         
1068 2006-09-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
1069
1070         * scm/framework-ps.scm (dump-stencil-as-EPS): naming pad-eps-boxes.
1071
1072         * scm/backend-library.scm: option naming:  gs-font-load*s*
1073
1074         * scm/framework-eps.scm (dump-stencils-as-EPSes): rename option to
1075         include-eps-fonts
1076
1077 2006-09-17  Joe Neeman  <joeneeman@gmail.com>
1078
1079         * scm/define-music-types.scm (music-descriptions): remove
1080         BreakEvent and fix {Page,Line}{Break,Turn}Event so
1081         Music::to_event doesn't complain.
1082
1083         * lily/accidental-placement.cc (ape_compare):
1084         * lily/semi-tie.cc (compare): 
1085         * lily/note-column.cc (shift_compare): replace by XXX_less
1086
1087         * lily/tie-formatting-problem.cc (set_chord_outline): 
1088         * lily/tie-column.cc (calc_positioning_done): 
1089         * lily/system.cc (post_processing)
1090         (get_paper_system): 
1091         * lily/stem.cc (note_head_positions)
1092         (calc_positioning_done): 
1093         * lily/spanner.cc (do_break_processing)
1094         (find_broken_piece): 
1095         * lily/span-bar.cc (print): 
1096         * lily/semi-tie-column.cc (calc_positioning_done): 
1097         * lily/rest-collision.cc (calc_positioning_done): 
1098         * lily/program-option.cc (get_help_string): 
1099         * lily/note-collision.cc (get_clash_groups):
1100         * lily/new-fingering-engraver.cc (position_scripts):
1101         * lily/keyword.cc (Keyword_table):
1102         * lily/hara-kiri-group-spanner.cc (request_suicide):
1103         * lily/grob-pq-engraver.cc (stop_translation_timestep):
1104         * lily/accidental-placement.cc (calc_positioning_done):
1105         (stagger_apes):
1106         * lily/beam.cc (get_beam_segments):
1107         * lily/grob-array.cc (remove_duplicates):
1108         use new vector_sort
1109         
1110         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily:
1111         ragged-last-bottom = ##f (test the new page breaker)
1112
1113         * flower/include/std-vector.hh (vector_sort): use STL sort stuff
1114
1115         * scm/define-context-properties.scm
1116         (all-internal-translation-properties): remove properties that
1117         were used to communicate page-turn stuff to the paper-column
1118         engraver.
1119
1120         * lily/lily-guile.cc (robust_scm2string): new function
1121
1122         * lily/paper-column-engraver.cc: Clean up page turn stuff
1123
1124         * lily/page-turn-engraver.cc: Re-write the page turn logic here
1125         instead of cluttering up paper-column-engraver.cc
1126
1127 2006-09-17  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1128
1129         * scm/layout-page-dump.scm (scm): export utility function names,
1130         to allow user writing cutsom dumping functions.
1131
1132         * scm/layout-page-layout.scm: export utility function names to
1133         enable custom page breaking function writing. Tabify.
1134         (line-next-space): use ?-suffix only for predicates
1135         (page-maximum-space-to-fill): new function. Return the space
1136         between first and bottom system of a page, to give to
1137         space-systems.
1138         (space-systems): use a space-to-fill argument (for instance as
1139         computed by page-maximum-space-to-fill) instead of computing
1140         internaly this space with the page height. That way, the caller
1141         can adjust the space to use.
1142         (make-page-from-systems, walk-paths): compute space to fill before
1143         calling space-systems.
1144
1145 2006-09-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
1146
1147         * scm/script.scm (default-script-alist): set paddings for every
1148         type here, increase for portato mark.
1149
1150         * scm/lily.scm (define-scheme-options): typo: add s, so it is 
1151         -dinclude-eps-fonts
1152
1153 2006-09-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
1154
1155         * scm/define-grobs.scm (all-grob-descriptions): oops, typo:
1156         use spanner::set-spacing-rods
1157
1158         * lily/note-column.cc: reformat.
1159
1160         * lily/rest-collision.cc (calc_positioning_done): fix whole/half
1161         step positioning for note/rest combinations.
1162
1163         * input/regression/rest-note-collision.ly: new file.
1164
1165         * scm/define-grobs.scm (all-grob-descriptions): add
1166         springs-and-rods
1167
1168         * flower/include/std-vector.hh: switch off again.
1169
1170         * VERSION (PATCH_LEVEL): bump to 2.9.18
1171
1172         * flower/include/std-string.hh: idem.
1173
1174         * flower/include/std-vector.hh (_GLIBCXX_DEBUG): set if NDEBUG not set.
1175
1176 2006-09-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1177
1178         * ly/engraver-init.ly: Make FiguredBass accepted in GrandStaff and
1179         PianoStaff. 
1180
1181 2006-09-08  Joe Neeman  <joeneeman@gmail.com>
1182
1183         * Documentation/user/page.itely: update page breaking documentation
1184
1185 2006-09-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
1186
1187         * lily/note-collision.cc (calc_positioning_done): only access
1188         first head if available.
1189
1190         * lily/tuplet-engraver.cc: add tupletFullLengthNote to description.
1191
1192         * scm/framework-ps.scm (output-preview-framework): use new name.
1193
1194         * lily/program-option.cc (internal_set_option): use new names.
1195
1196         * Documentation/user/SConscript (lilypond_book_flags): update -d
1197         variable names.
1198
1199         * Documentation/user/lilypond-book.itely (Inserting LilyPond
1200         output into other programs): new variable names.
1201
1202         * scm/lily.scm (define-scheme-options): uniformize var names.
1203
1204         * lily/tuplet-engraver.cc (listen_tuplet_span): verify that
1205         tuplets_ is non-empty before popping.
1206
1207 2006-09-07  Joe Neeman  <joeneeman@gmail.com>
1208
1209         * lily/spanner.cc (find_broken_piece): 
1210         * lily/spacing-spanner.cc (get_columns): 
1211         * lily/source-file.cc (get_line): 
1212         * lily/simple-spacer.cc (get_column_description): 
1213         * lily/keyword.cc (lookup): 
1214         use the new binary search.
1215
1216         * flower/include/std-vector.hh: replace binary_search with
1217         a more STL-like version
1218
1219 2006-09-04  Michael Welsh Duggan  <md5i@cs.cmu.edu>
1220
1221         * lily/tie-performer.cc: remove unused last_event_ property.
1222         (class Tie_performer): add now_tied_heads_ property for
1223         partially-tied heads.
1224         (acknowledge_audio_element): when adding an Audio_note, put the
1225         note in now_tied_heads_ if the audio note is partially tied.
1226         (stop_translation_timestep): always include entries in
1227         now_tied_heads_ in heads_to_tie_.
1228
1229         * lily/drum-note-performer.cc (process_music): look for tie-events
1230         in the articulations; pass to Audio_note constructor.
1231
1232         * lily/note-performer.cc (process_music): look for tie-events in
1233         the articulations; pass to Audio_note constructor.
1234
1235         * lily/audio-item.cc (Audio_note): Initialize tie_event_ in
1236         constructor.
1237
1238         * lily/include/audio-item.hh (class Audio_note): add tie_event_.
1239         include initializer in constructor.
1240
1241 2006-09-02  Joe Neeman  <joeneeman@gmail.com>
1242
1243         * lily/simple-spacer.cc (get_line_forces): Ignore loose columns
1244         unless they are breakable. This fixes discrepancies between the forces
1245         calculated here and the forces calculated in get_line_configuration.
1246
1247         * lily/grob.cc (pure_relative_y_coordinate): fix some
1248         mis-estimation that was happening with piano staves.
1249
1250         * lily/constrained-breaking.cc (resize): don't choke if we get a
1251         measure that won't fit on a line.
1252         (combine_demerits): don't consider uniformity when ragged
1253
1254         * lily/page-spacing.cc (solve): why the f* were there two of these?
1255         (calc_subproblem): properly handle the case where a system is taller
1256         than the page.
1257
1258         * lily/system.cc (get_paper_system): ensure that all the permissions
1259         and penalties are passed to the paper systems.
1260
1261         * lily/page-breaking.cc (create_system_list): support system-count.
1262
1263         * scm/define-grobs.scm (pure-print-callbacks): add
1264         ly:script-interface::print
1265
1266         * lily/page-spacing.cc (min_page_count): fix calculation of min
1267         pages if we are ragged and there are non-zero springs.
1268
1269         * scm/layout-page-layout.scm: if the pure-height estimates are under
1270         the real height, allow space-systems to ignore padding if it is
1271         needed in order to fit the systems on one page
1272
1273         * lily/optimal-page-breaking.cc (try_page_spacing): fix reading
1274         ragged properties
1275         (solve): fix performance problem. Make sure we always get at least
1276         one solution
1277
1278         * lily/page-breaking.cc (make_pages): include write-page-breaks
1279         and page-stencil
1280
1281         * lily/paper-score.cc (calc_breaking): remove Gourlay breaker
1282
1283         * scm/define-grobs.scm: add the new slur-callback
1284         fix pure-relevant to not exclude grobs whose extent is already
1285         calculated
1286
1287         * ly/paper-defaults.ly: make ly:optimal-breaking the new default
1288         page breaker
1289
1290         * lily/slur.cc (pure_height): new callback to estimate the height
1291         of a slur
1292
1293 2006-09-02  Graham Percival  <gpermus@gmail.com>
1294
1295         * Documentation/user/invoking.itely: small update on
1296         MacOS X notes; thanks Trevor!
1297
1298 2006-09-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
1299
1300         * VERSION (MY_PATCH_LEVEL): release 2.9.17
1301
1302         * lily/lexer.ll: accept EOF in all states.
1303
1304         * lily/tempo-performer.cc (Tempo_performer): initialize last_tempo_.
1305
1306         * lily/source-file.cc (Source_file): always 0-terminate character
1307         array, to prevent Flex from barfing.
1308
1309         * lily/global-context.cc (get_output): robustness: don't crash if
1310         no Score context found.
1311
1312         * lily/include/book.hh (class Book): idem.
1313
1314         * lily/include/context-def.hh (struct Context_def): idem.
1315
1316         * lily/include/score.hh (class Score): don't derive from Input.
1317
1318         * lily/book.cc (Book): add a copy ctor. 
1319
1320         * buildscripts/output-distance.py (FileLink.calc_distance): count
1321         orphans in distance too.
1322
1323         * python/midi.c (midi_parse_track): robustness: don't read past
1324         end of string.
1325
1326         * ly/performer-init.ly: add Control_track_performer, move
1327         Tempo_performer and Time_signature_performer to Score.        
1328
1329         * lily/score-performer.cc (acknowledge_audio_elements): override
1330         from base class: add to audio-columns
1331
1332         * lily/control-track-performer.cc (add_text): new file: generate
1333         the control track.
1334
1335         * lily/performance.cc: move output_header_track to
1336         Control_track_performer ()
1337
1338         * lily/midi-walker.cc (Midi_walker): get channel in constructor.
1339
1340         * lily/include/midi-item.hh (class Midi_channel_item): insert
1341         class into hierarchy, for items that can have a channel setting. Dehungarify.
1342
1343         * lily/include/performer.hh (class Performer): remove
1344         play_element();  move functionality into announce/acknowledge.
1345
1346         * lily/audio-staff.cc (output): remove channel_ from Midi_track.
1347
1348         * lily/tie-engraver.cc (stop_translation_timestep): only wipe
1349         heads_to_tie_ if there are new heads to tie.  Fixes polyphony in ties.
1350
1351 2006-08-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
1352
1353         * lily/tie-engraver.cc (stop_translation_timestep): robustness for
1354         ambituses.
1355
1356         * lily/all-font-metrics.cc: remove TFM support.
1357
1358         * lily/include/tfm.hh: remove TFM support, TFM reader.
1359
1360         * lily/include/binary-source-file.hh: remove Binary_source_file.
1361
1362 2006-08-27  Graham Percival  <gpermus@gmail.com>
1363
1364         * Documentation/topdocs/NEWS.itely: add @c marker for
1365         stuff I've processed.
1366
1367         * Documentation/user/ various: info from NEWS.
1368
1369 2006-08-27  Joe Neeman  <joeneeman@gmail.com>
1370
1371         * lily/paper-column-engraver.cc (finalize): Oops, this change
1372         should have gone in on 2006-08-23
1373
1374 2006-08-26  Mats Bengtsson  <mabe@s3.kth.se>
1375
1376         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use double
1377         quotes to quote arguments. Fixes Windows problem.
1378
1379         * python/lilylib.py (progress): idem
1380
1381 2006-08-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
1382
1383         * scripts/musicxml2ly.py: fix for importing
1384         minor key signatures from MusicXML.  (Phillip Kirlin)
1385
1386 2006-08-24  Phillip Kirlin  <pkirlin@acm.org>
1387
1388         * python/musicxml.py: 
1389         (Attributes.get_key_signature): now correctly retrieves mode from 
1390         MusicXML. 
1391
1392 2006-08-25  Han-Wen Nienhuys  <hanwen@lilypond.org>
1393
1394         * lily/parser.yy (output_def_body): take ownership of identifier
1395         back to C++.
1396
1397         * Documentation/user/advanced-notation.itely (Metronome marks):
1398         update use of \tempo in \midi.
1399
1400         * VERSION: release 2.9.16
1401         
1402 2006-08-24  Erik Sandberg  <mandolaerik@gmail.com>
1403
1404         * input/mutopia/*: upgrade to new midi tempo syntax (repairs make
1405         web partially)
1406
1407 2006-08-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
1408
1409         * input/regression/tie-chord-partial.ly: clarify example.
1410
1411         * scm/define-music-properties.scm (all-music-properties): remove
1412         untied.
1413
1414         * ly/music-functions-init.ly: remove \untied.
1415
1416         * lily/tie-engraver.cc (struct Head_event_tuple): store both
1417         stream events and music events.
1418         (stop_translation_timestep): search acknowledged heads for
1419         tie-event.
1420
1421         * input/regression/tie-chord-partial.ly: new file.
1422
1423         * scm/define-markup-commands.scm (char): use ly:wide-char->utf-8
1424         for \char markup command.
1425
1426         * scm/define-event-classes.scm (unlistened-music-event-classes): idem.
1427
1428         * scm/define-music-types.scm (music-descriptions): consistency:
1429         Use solo-{one,two}-event iso. solo-[12]-event.
1430
1431         * lily/part-combine-engraver.cc (process_music):
1432         Use solo-{one,two}-event iso. solo-[12]-event.
1433
1434         * ly/declarations-init.ly (partCombineListener): add Timing as
1435         alias
1436
1437         * flower/std-string.cc (string_copy): use copy ()
1438
1439         * lily/source-file.cc (Source_file): use copy(). Remove contents_str0()
1440
1441 2006-08-24  Graham Percival  <gpermus@gmail.com>
1442
1443         * Documentation/user/changing-defaults.itely, global.itely,
1444         lilypond-book.itely, page.itely: minor changes from mailist.
1445
1446 2006-08-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
1447
1448         * buildscripts/mutopia-index.py (allfiles): filter lily-XXX and
1449         snippet-map
1450
1451         * scm/define-context-properties.scm
1452         (translator-property-description): robustness: detect type errors
1453         in property definitions.
1454
1455         * lily/parser.yy (score_body): protect SCORE_IDENTIFIER result
1456         after getting it from SCM. 
1457
1458         * lily/smobs.cc (protect_smob): switch off fancy smob protection
1459         for now. 
1460
1461         * lily/include/performer.hh (class Performer): strip get_tempo()
1462         method.
1463
1464         * lily/midi-def.cc: strip file.
1465
1466         * lily/lexer.ll (Lily_lexer): don't protect hash key separately.
1467
1468         * lily/include/context-def.hh (struct Context_def): use
1469         VIRTUAL_COPY_CONSTRUCTOR().
1470
1471         * lily/source-file.cc: smobification.
1472
1473         * lily/include/source-file.hh (class Source_file): smobify
1474         Source_file. Trim redundant members.
1475
1476         * lily/parser.yy (Lily_lexer::try_special_identifiers): unprotect
1477         clones after creation. This plugs a huge memory leak.
1478
1479         * python/convertrules.py (FatalConversionError.sub_tempo):
1480         complete rule for \midi{ \tempo }
1481
1482         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): idem.
1483
1484         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): update tempo.
1485
1486 2006-08-23  Joe Neeman  <joeneeman@gmail.com>
1487
1488         * input/regression/optimal-page-breaking-hstretch.ly: test for
1489         ragged-last-bottom also
1490
1491         * lily/paper-column-engraver.cc (finalize): make the end of a score
1492         breakable by default. This is to balance out a change in behaviour
1493         of the page-turn-breaker which no longer makes the end of a score
1494         breakable.
1495
1496         * lily/paper-book.cc (pages): set the systems_ once the pages are
1497         broken
1498
1499         * lily/page-turn-page-breaking.cc (calc_subproblem): use the new
1500         Page_breaking interface.
1501
1502         * lily/page-breaking.cc (class Page_breaking): make the interface
1503         more consistent and provide abstractions for dealing with
1504         Line_divisions.
1505
1506         * lily/optimal-page-breaking.cc (solve): use a more straightforward
1507         algorithm. Use the new interface to Page_breaking.
1508
1509         * lily/page-spacing.cc: better support for ragged-bottom and
1510         ragged-last-bottom
1511
1512 2006-08-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
1513
1514         * python/convertrules.py (conv): warning on \tempo{}
1515
1516         * ly/performer-init.ly: set tempoWholesPerMinute.
1517
1518         * ly/midi-init.ly: remove \midi
1519
1520         * lily/tempo-performer.cc: look at tempoWholesPerMinute to set
1521         MIDI tempo.
1522
1523         * lily/metronome-engraver.cc (process_music): use tempoUnitCount
1524         tempoUnitDuration for determining what to print.
1525
1526         * lily/lyric-extender.cc: typo.
1527
1528         * lily/parser.yy (output_def_body): disallow \tempo in \midi{}
1529
1530         * lily/duration-scheme.cc (LY_DEFINE): ly:duration-length: new
1531         function.
1532
1533         * scm/lily.scm (define-scheme-options): alphabetize, add eps-pad-boxes.
1534
1535         * scm/framework-ps.scm (dump-stencil-as-EPS): only pad boxes if
1536         eps-pad-boxes is set.
1537
1538         * scripts/lilypond-book.py (main): use -deps-pad-boxes.
1539
1540         * THANKS: update sponsors.
1541
1542         * ly/english.ly: quarter tone naming (thanks, Trevor Baca)
1543
1544         * Documentation/topdocs/NEWS.tely (Top): doc new feature.
1545
1546         * input/regression/tie-chord-untied.ly: new file.
1547
1548         * lily/tie-engraver.cc (acknowledge_note_head): check 'untied property.
1549
1550         * scm/define-music-properties.scm (all-music-properties): add
1551         'untied property.
1552
1553         * buildscripts/mutopia-index.py (allfiles): look for .ly rather
1554         than .ly.txt.
1555         (headertext_nopics): sanitize no-examples text.
1556
1557         * scm/page.scm (make-page-stencil): don't rely on extents of
1558         page-stencil. This fixes spurious space around .EPS files produced
1559         with the EPS backend.
1560
1561 2006-08-21  Han-Wen Nienhuys  <hanwen@lilypond.org>
1562
1563         * lily/stencil-scheme.cc (LY_DEFINE): make extent arguments optional.
1564
1565         * lily/hara-kiri-engraver.cc (process_music): remember
1566         keepAliveInterfaces after processing \set
1567
1568         * lily/lyric-extender.cc (print): support left/right-padding for
1569         extenders.
1570
1571         * scm/documentation-generate.scm (string-append): revert lilypond/
1572         path, doc why.
1573
1574 2006-08-20  Graham Percival  <gpermus@gmail.com>
1575
1576         * Documentation/user/lilypond.tely: clarification to
1577         license presentation (not to actual license).
1578
1579         * Documentation/user/basic-notation.itely,
1580         instrument-notation.itely: minor changes.
1581
1582         * input/ {regression, test}/+.ly: clarification to
1583         text (you can click on examples).  Thanks, Mats!
1584
1585         * input/manual/bar-lines.ly: adds ||: repeats.
1586
1587 2006-08-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
1588
1589         * make/ly-vars.make (OMF_FILES): strip ps.gz from OMF_FILES 
1590
1591         * scm/documentation-lib.scm (texi-file-head): category LilyPond.
1592
1593         * Documentation/user/lilypond.tely: strip lilypond/ from info
1594         links, rename to category LilyPond
1595
1596         * lily/pango-font.cc (description_string): new function.
1597
1598         * VERSION: release 2.9.15
1599
1600         * lily/spacing-engraver.cc (stop_translation_timestep): use
1601         Dscho's fix for spacing spanner. 
1602
1603         * scm/define-music-types.scm (music-descriptions): use
1604         apply-output-event for ApplyOutputEvent
1605
1606         * lily/output-property-engraver.cc (listen_apply_output): rename
1607         from listen_layout_instruction.
1608
1609         * lily/piano-pedal-engraver.cc (struct Pedal_type_info): new
1610         function protect()
1611
1612 2006-08-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
1613
1614         * scm/lily.scm (lilypond-all): option read-file-list: substitute
1615         commandline args with contains, split by \n.
1616
1617         * scripts/lilypond-book.py (Lilypond_file_snippet.my_system):
1618         write snippet-names file, call with -dread-file-list. Fixes
1619         command limitations on 64-bit systems.
1620
1621         * input/regression/stencil-color-rotation.ly: new file.
1622
1623         * lily/include/translator.hh (struct Acknowledge_information):
1624         revert: don't use Protected_scm in global objects, as GUILE can't
1625         handle gc_unprotect from automated destructors on MacOS X.
1626  
1627         * lily/grob.cc (get_print_stencil): use retval.expr() as base for
1628         color, not the original stencil. Fixes combinations of
1629         color/transparency/rotation. 
1630
1631         * scripts/lilypond-book.py (main): add --formats=eps for
1632         texinfo/latex.
1633
1634         * lily/spacing-engraver.cc (stop_translation_timestep): don't
1635         crash if spacing_ is nonexistent.
1636
1637 2006-08-14  Mats Bengtsson  <mabe@s3.kth.se>
1638
1639         * scripts/lilypond-book.py (output): Remove obsolete(!?)
1640         \catcode`\@=12 in the LaTeX output.
1641
1642 2006-08-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
1643
1644         * scm/define-music-types.scm (music-descriptions):
1645         use sustain-event iso. sustain-pedal-event.
1646
1647 2006-08-11  Joe Neeman  <joeneeman@gmail.com>
1648
1649         * scripts/convert-ly.py: honour the -n command-line switch
1650
1651 2006-08-10  Han-Wen Nienhuys  <hanwen@lilypond.org>
1652
1653         * scm/output-lib.scm (bar-line::calc-glyph-name): add dashed liine
1654         break specification.
1655
1656 2006-08-10  Joe Neeman  <joeneeman@gmail.com>
1657
1658         * Documentation/user: convert-ly the user manual
1659
1660 2006-08-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
1661
1662         * stepmake/aclocal.m4: version check patch (thanks MWD)
1663
1664         * ly/music-functions-init.ly: robustness. Don't crash if
1665         currentBarNumber is not a number.
1666
1667         * VERSION (PATCH_LEVEL): bump.
1668
1669 2006-08-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
1670
1671         * stepmake/aclocal.m4: better version check; handle fooX.Y
1672         binaries too.
1673
1674         * ly/performer-init.ly: instrument name fixup.
1675
1676         * input/manual/chord-names-jazz.ly (banterProperties):
1677         instrumentName update
1678
1679         * scm/define-event-classes.scm (lambda): use ly:is-listened-event-class
1680
1681         * lily/ly-module.cc (ly_module_symbols): use ly_hash_table_keys
1682
1683         * lily/translator.cc (LY_DEFINE): ly:is-listened-event-class: new
1684         function. Use hash tables to check membership.
1685
1686         * lily/general-scheme.cc (LY_DEFINE): new function.
1687
1688         * lily/piano-pedal-engraver.cc (struct Pedal_type_info): idem
1689
1690         * lily/include/translator.hh (struct Acknowledge_information): add
1691         Protected_scm
1692
1693         * ly/music-functions-init.ly: change name to BreathingEvent
1694
1695         * input/regression/*.ly: apply it.
1696
1697         * python/convertrules.py (conv): better instrumentName conversion
1698         rule.
1699
1700         * scm/define-music-types.scm (music-descriptions): add
1701         line-break-event to LineBreakEvent music
1702
1703         * lily/music.cc (to_event): don't crash if music type not set.
1704
1705         * lily/spacing-loose-columns.cc (set_loose_columns): don't barf if
1706         spacing not set.
1707
1708         * lily/spacing-engraver.cc (stop_translation_timestep): set
1709         spacing for proportional notation too.
1710
1711         * scm/translation-functions.scm (format-bass-figure): inspect
1712         stream-event.
1713
1714         * scripts/lilypond-book.py (bindir): add bindir to $PATH.
1715
1716 2006-08-08  Joe Neeman  <joeneeman@gmail.com>
1717
1718         * lily/include/constrained-breaking.hh: add Line_details (Prob*)
1719
1720         * scm/page.scm (make-page): make it friendlier to call (esp. from C++)
1721
1722         * scm/layout-page-layout.scm (make-page-from-systems): new function
1723         (optimal-page-breaks): use the new page-breaking calling convention
1724
1725         * scm/define-context-properties.scm (all-user-translation-properties):
1726         add revokePageTurns
1727
1728         * lily/paper-column-engraver.cc (stop_translation_timestep): add
1729         revokePageTurns  functionality. If there is a special barline within
1730         the breakable region, break there instead of at the end of the region.
1731
1732         * lily/paper-book.cc (pages): use the new page-breaking calling
1733         convention
1734
1735 2006-08-07  Erik Sandberg  <mandolaerik@gmail.com>
1736
1737         * lily/lexer.ll, lily/source-file.cc: Add \sourcefileline command
1738
1739         * scripts/lilypond-book.py: insert \sourcefileline command in
1740         output, so lilypond error messages refer to the spot in the
1741         original .lytex / .itely sourcefile.
1742
1743 2006-08-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
1744
1745         * lily/spacing-loose-columns.cc (set_loose_columns): oops: use
1746         space to next column for distance to fixed col.
1747
1748         * VERSION (PACKAGE_NAME): release 2.9.14
1749
1750         * lily/pitched-trill-engraver.cc (make_trill): do set_parent also
1751         if no accidental.
1752
1753         * lily/accidental-engraver.cc (process_acknowledged): don't create
1754         accidental for trill span event. This fixes spurious accidentals
1755         on trills.
1756
1757 2006-08-04  Mats Bengtsson  <mabe@s3.kth.se>
1758
1759         * scm/define-grob-properties.scm (all-user-grob-properties):
1760         Clarify documentation of side-axis and direction. Thanks to Paul
1761         for the inspiration.
1762
1763         * lily/bar-line.cc: Add documentation for "||:" also in the
1764         interface documentation.
1765
1766 2006-08-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
1767
1768         * lily/spacing-loose-columns.cc (set_loose_columns): bugfix.
1769
1770         * lily/paper-column.cc (set_system): new function.
1771
1772         * lily/spacing-engraver.cc (stop_translation_timestep): store
1773         SpacingSpanner refs in Paper_column.
1774
1775         * lily/spacing-loose-columns.cc (set_loose_columns): rewrite
1776         compute loose clique spacing using GraceSpacing/SpacingSpanner.
1777
1778 2006-08-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
1779
1780         * lily/beam-engraver.cc (listen_beam): add method for
1781         Grace_beam_engraver too.
1782
1783 2006-08-03  Mats Bengtsson  <mabe@s3.kth.se>
1784
1785         * python/convertrules.py: Fix indentation bug that broke
1786         conversion of files older than 1.3.117.
1787         Fix escape error in the description for 2.9.6.
1788
1789 2006-08-02  Erik Sandberg  <mandolaerik@gmail.com>
1790
1791         * lily/*-engraver.cc: convert all try_music functions to listen_*
1792         functions.
1793
1794         * lily/piano-pedal-engraver.cc: some additional cleanups: use
1795         enums to represent pedal types, and calculate more data statically.
1796
1797         * scm/part-combiner.scm (recording-group-emulate): create a
1798         softcoded substitute for recording-group-engraver.cc.
1799
1800         * lily/music.cc: make a common transpose function for events and
1801         music
1802
1803         * ly/declarations-init.ly: change melisma/melismaEnd. Eliminates
1804         ManualMelismaEvent, and obsoletes Melisma_translator.
1805
1806 2006-08-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
1807
1808         * input/test/instrument-name-align.ly: update version.
1809
1810 2006-08-02  Mats Bengtsson  <mabe@s3.kth.se>
1811
1812         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
1813         Doc the --pdf flag to lilypond-book.
1814
1815 2006-07-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
1816
1817         * Documentation/topdocs/NEWS.tely (Top): add description.
1818
1819         * input/regression/tuplet-full-length-note.ly: add file.
1820
1821         * lily/instrument-name-engraver.cc (acknowledge_axis_group):
1822         always store axis group.
1823
1824 2006-07-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
1825
1826         * input/regression/instrument-switch.ly: new file.
1827
1828         * lily/instrument-switch-engraver.cc (process_music): new file.
1829
1830         * ly/engraver-init.ly: add Instrument_switch_engraver
1831
1832         * ly/music-functions-init.ly: \instrumentSwitch
1833
1834         * scm/define-context-properties.scm
1835         (all-user-translation-properties): add instrumentCueName
1836
1837         * scm/define-grobs.scm (all-grob-descriptions): add InstrumentSwitch
1838
1839 2006-07-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
1840
1841         * ly/music-functions-init.ly: music function \transposition.
1842
1843         * lily/parser.yy (command_element): softcode \transposition.
1844
1845         * lily/fall-engraver.cc (process_music): delta-pitch -> delta-step.
1846         (process_music): oops.
1847
1848         * lily/instrument-name-engraver.cc (start_spanner): new
1849         function. Create spanner when property changes.
1850         (stop_spanner): new function.
1851
1852         * python/convertrules.py (conv): add rule.
1853
1854         * lily/instrument-name-engraver.cc: shortVocalName iso. vocNam,
1855         shortInstrumentName iso. instr.
1856
1857         * scm/output-ps.scm (dashed-line): add phase argument to
1858         dashed-line.
1859
1860         * lily/bar-line.cc (dashed_bar_line): new function.
1861         (compound_barline): support \bar "dashed". 
1862
1863         * lily/lily-parser-scheme.cc (LY_DEFINE): only write
1864         --output=DIR to DIR/BASE if it is a dir. 
1865
1866         * flower/file-name.cc (file_part): new function
1867         (dir_part): new function
1868
1869         * lily/lily-parser-scheme.cc (LY_DEFINE): 
1870
1871         * DEDICATION: update
1872
1873 2006-07-25  Han-Wen Nienhuys  <hanwen@lilypond.org>
1874
1875         * lily/instrument-name-engraver.cc: formatting.
1876
1877         * python/convertrules.py (conv): bugfix for \epsfile.
1878
1879 2006-07-25  Joe Neeman  <joeneeman@gmail.com>
1880
1881         * lily/grob.cc:
1882         
1883         * lily/gourlay-breaking.cc: Oops, these should have been included
1884         in my last commit
1885
1886 2006-07-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
1887
1888         * scripts/*.py (program_name): cleanup relocation snippets.
1889
1890         * scripts/convert-ly.py (datadir): remove LILYPONDPREFIX support.
1891
1892 2006-07-24  Joe Neeman  <joeneeman@gmail.com>
1893
1894         * scm/define-grobs.scm (all-grob-descriptions): make NonMusicalPaperColumn
1895         page-breakable by default
1896
1897         * scm/layout-page-layout.scm (space-systems): fix bug where the force isn't
1898         correctly calculated for a single-system page
1899
1900         * scm/lily-library.scm (interval-sane?): also check that the first number is no
1901         bigger than the second number
1902
1903         * lily/simple-spacer.cc (solve): allow compression even when ragged (but we
1904         acknowledge that we aren't satisfying constraints)
1905
1906         * lily/hara-kiri-group-spanner.cc (request_suicide): give equal treatment to
1907         non-Items
1908
1909         * lily/grob.cc (pure_height): add minimum-Y-extent
1910
1911         * lily/gourlay-breaking.cc (solve): don't ignore a compression force, even if we're
1912         ragged
1913
1914         * lily/constrained-breaking.cc: convert code to use new Matrix class
1915         (get_best_solution): new function
1916
1917         * scm/page.scm (make-page-stencil): don't crash if we annotate-layout when there
1918         is a page with no systems
1919
1920 2006-07-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
1921
1922         * VERSION (PACKAGE_NAME): release 2.9.13
1923
1924         * scm/define-grobs.scm (all-grob-descriptions): remove stray
1925         assignment.
1926
1927 2006-07-21  Han-Wen Nienhuys  <hanwen@lilypond.org>
1928
1929         * Documentation/topdocs/NEWS.tely (Top): doc new features.
1930
1931         * scm/output-lib.scm (grace-spacing::calc-shortest-duration): new
1932         function.
1933
1934         * scm/define-grob-properties.scm (all-user-grob-properties):
1935         remove grace-space-factor.
1936
1937         * scm/define-grob-interfaces.scm (grace-spacing-interface): add
1938         grace-spacing-interface
1939         (spacing-options-interface): add.
1940
1941         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add Grace_spacing_engraver
1942
1943         * lily/spacing-options.cc (get_duration_space): move function from spacing-basic.cc
1944
1945         * lily/spacing-basic.cc (note_spacing): do init_from_grob on
1946         GraceSpacing object.
1947
1948         * lily/note-spacing.cc: fix prop list formatting
1949
1950         * lily/beaming-pattern.cc (de_grace): new function. Sensible
1951         beaming for grace notes too.
1952
1953         * input/regression/spacing-grace.ly: update.
1954
1955         * lily/grace-spacing-engraver.cc: new file.
1956
1957         * lily/spacing-spanner.cc: add strict-grace-spacing.
1958
1959 2006-07-20  Graham Percival  <gpermus@gmail.com>
1960
1961         * lily/parser.yy: compile fix.
1962
1963 2006-07-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
1964
1965         * scm/define-grobs.scm (all-grob-descriptions): typo.
1966
1967         * scm/framework-eps.scm (dump-stencils-as-EPSes): just strip
1968         .eps extension from includegraphics.
1969
1970         * scripts/lilypond-book.py (main): add support for --pdf. 
1971
1972         * lily/spacing-spanner.cc (calc_common_shortest_duration): use
1973         callback to compute common shortest duration.
1974         (set_springs): typo.
1975
1976         * scm/define-grob-properties.scm (all-user-grob-properties): add
1977         strict-grace-spacing.
1978
1979         * lily/spacing-determine-loose-columns.cc (is_loose_column):
1980         support float_grace_columns_.
1981
1982         * lily/spacing-options.cc (init_from_grob): new file.
1983
1984         * Documentation/topdocs/NEWS.tely (Top): doc tupletFullLengthNote.
1985
1986         * input/regression/spacing-loose-grace.ly: new file.
1987
1988         * Documentation/topdocs/NEWS.tely (Top): document new feature.
1989
1990         * lily/tuplet-engraver.cc (struct Tuplet_description): read
1991         tupletFullLengthNote too. Choose right bound depending on value.
1992
1993         * input/regression/tuplet-full-length-note.ly: new file.
1994
1995 2006-07-19  Erik Sandberg  <mandolaerik@gmail.com>
1996
1997         * lily/*-performer.cc: Converted try_music to listen_*
1998
1999         * lily/grob-info.cc, lily/engraver.cc: represent the cause of grob
2000         as a stream-event internally. Introduce event_cause (), deprecate
2001         music_cause ().
2002
2003         * scm/define-music-types.scm: Removed BusyPlayingEvent
2004         
2005 2006-07-19  Mats Bengtsson  <mabe@s3.kth.se>
2006
2007         * Documentation/user/advanced-notation.itely (Font selection):
2008         Document how to get a list of available fonts using 'lilypond
2009         -dshow-available-fonts blabla'.
2010
2011 2006-07-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
2012
2013         * GNUmakefile.in: filter lily-XXX.pdf files.
2014
2015         * scm/define-grob-interfaces.scm (bend-after-interface): add thickness.
2016
2017         * scm/define-grob-properties.scm (all-internal-grob-properties):
2018         remove delta-pitch. Use delta-position everywhere.
2019
2020         * scm/output-lib.scm (fall::print): use new order.
2021
2022         * scm/output-ps.scm (path): reorder arguments.
2023
2024         * scm/output-svg.scm (path): support for path primitive.
2025
2026         * input/regression/bend-after.ly: new file.
2027
2028         * Documentation/user/GNUmakefile ($(outdir)/%.pdf): foolproof
2029         recipe for eps -> pdf conversion.
2030
2031 2006-07-19  Erik Sandberg  <mandolaerik@gmail.com>
2032
2033         * lily/parser.yy, lily/lexer.ll: added some simplifications by
2034         Angelo Contardi.
2035
2036 2006-07-19  Graham Percival  <gpermus@gmail.com>
2037
2038         * input/manual/screech-boink.ly: moved to here.
2039
2040         * input/screech-boink.ly: deleted.
2041
2042         * scm/define-grob-properties.scm: clarify doc string.
2043
2044 2006-07-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
2045
2046         * Documentation/topdocs/NEWS.tely (Top): doc new feature.
2047
2048         * scm/output-ps.scm (path): define path.
2049
2050         * scm/define-stencil-commands.scm
2051         (ly:register-stencil-expression): add path.
2052
2053         * scm/define-music-properties.scm (all-music-properties): add delta-pitch.
2054
2055         * ly/engraver-init.ly: add Fall_engraver
2056
2057         * lily/parser.yy (music_function_event): allow musicfunction
2058         without music arg as music_function_event.
2059
2060         * lily/grob-scheme.cc (LY_DEFINE):
2061         ly:grob-robust-relative-extent. New function.
2062
2063         * scm/define-grobs.scm (all-grob-descriptions): add BendAfter
2064
2065         * scm/define-music-types.scm (music-descriptions): add BendAfterEvent.
2066
2067         * scm/output-lib.scm (fall::print): new function
2068
2069         * lily/fall-engraver.cc (stop_fall): new file.
2070
2071         * ly/music-functions-init.ly: alphabetise.
2072
2073         * Documentation/user/GNUmakefile (OUT_PNG_IMAGES): pdf iso. eps as
2074         base.
2075
2076 2006-07-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
2077
2078         * VERSION (PATCH_LEVEL): bump version. Release 2.9.12
2079
2080         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
2081         doc pdftex usage.
2082
2083         * lily/translator-group.cc (connect_to_context): non const error message.
2084
2085         * Documentation/user/GNUmakefile ($(outdir)/%.pdf): update to use PDF
2086
2087         * scm/paper.scm (internal-set-paper-size): define landscape to #f
2088         if unset.
2089
2090         * scm/framework-ps.scm (convert-to-pdf): swap h and w in case of landscape. 
2091
2092         * stepmake/stepmake/texinfo-rules.make: strip DVI support.
2093
2094         * scm/framework-eps.scm (dump-stencils-as-EPSes): generate
2095         systems.pdftex too.
2096
2097         * scm/backend-library.scm (postscript->pdf): use -dEPSCrop for PDF.
2098
2099         * make/lilypond-vars.make (TEXINPUTS): add pdf output format.
2100
2101         * Documentation/topdocs/NEWS.tely (Top): add pdftex note.
2102
2103         * scm/output-ps.scm (resetrotation): use gsave/grestore for rotation.
2104
2105         * lily/main.cc (parse_argv): don't overwrite previous --formats string.
2106
2107         * scm/backend-library.scm (postscript->pdf): strip .eps too. 
2108
2109 2006-07-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2110
2111         * scm/layout-page-layout.scm: Define module, tidy code, use more
2112         functions iso. a single big one.
2113
2114         * scm/layout-page-dump.scm: move page dump functions used in two
2115         pass spacing to this file. Define module.
2116
2117         * scm/lily.scm (ly:load): don't load layout-page-layout.scm
2118          (separate module)
2119
2120         * ly/paper-defaults.ly: use module layout-page-layout.
2121
2122 2006-07-14  Erik Sandberg  <mandolaerik@gmail.com>
2123
2124         * lily/music.cc: Revised MusicEvent event class. It now contains
2125         event data directly instead of encapsulating it in music. The
2126         previously used class is renamed to OldMusicEvent.
2127
2128         * lily/stream-event.cc: Stream events are now probs.
2129         
2130         * lily/translator-group.cc, lily/translator.cc: Translators can
2131         now listen directly to stream events, by using macros
2132         [DECLARE,IMPLEMENT]_TRANSLATOR_LISTENER.
2133
2134         * lily/arpeggio-engraver.cc: Converted to use new event system
2135
2136         * THANKS: Corrected spelling mistake.
2137
2138 2006-07-12  Graham Percival  <gpermus@gmail.com>
2139
2140         * Documentation/user/SConscript, make/lilypond-vars.make,
2141         input/GNUmakefile: doc build looks in input/manual instead
2142         of input/test/
2143
2144         * input/manual/ GNUmakefile, SConscript: build files for
2145         input/manual/
2146
2147         * input/test/ various: some files moved to input/manual/ 
2148
2149         * Documentation/user/basic-notation.itely: small updates;
2150         thanks Kieren and Charles!
2151
2152 2006-07-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
2153
2154         * VERSION (PACKAGE_NAME): release 2.9.11
2155
2156         * Documentation/topdocs/NEWS.tely (Top): update prop value 
2157
2158         * Documentation/user/basic-notation.itely (Tuplets): new property
2159         value.
2160
2161 2006-07-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
2162
2163         * python/convertrules.py (conv): tweaks. 
2164
2165         * VERSION (PATCH_LEVEL): bump version.
2166
2167         * python/convertrules.py (conv): add rule for
2168         tupletNumberFormatFunction.
2169
2170         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
2171         tupletNumberFormatFunction.
2172
2173         * scm/define-grobs.scm (all-grob-descriptions): calc TupletNumber
2174         text through 'text callback.
2175
2176         * lily/time-scaled-music-iterator.cc (construct_children): copy
2177         tweaks generated events.
2178
2179         * scm/define-context-properties.scm
2180         (all-user-translation-properties): remove tupletNumberFormatFunction
2181
2182         * lily/tuplet-engraver.cc (process_music): don't read
2183         tupletNumberFormatFunction
2184
2185         * scm/output-lib.scm (tuplet-number::calc-fraction-text): new
2186         function.
2187
2188 2006-07-11  Erik Sandberg  <mandolaerik@gmail.com>
2189
2190         * lily/global-context-scheme.cc: Separated ly:run-translator into
2191         smaller pieces.
2192
2193         * lily/score-engraver.cc, lily/score-performer.cc,
2194         scm/define-context-properties.scm: Make paper/midi output
2195         accessable as a context property.
2196
2197         * lily/score-translator.cc, lily/score-context.cc: Removed.
2198
2199 2006-07-07  Guido Amoruso  <guidonte@katamail.com>
2200
2201         * scm/ps-to-png.scm (Module): 
2202         * scm/framework-tex.scm (Module): 
2203         * scm/framework-ps.scm (Module): 
2204         * scm/backend-library.scm (Module): 
2205         * scm/framework-ps.scm: invoke gs with "-dDEVICEWIDTHPOINTS" and
2206         "dDEVICEHEIGHTPOINTS".
2207
2208 2006-07-04  Graham Percival  <gpermus@gmail.com>
2209
2210         * Documentation/user/ various: general improvements to
2211         "working with lilypond files" section.
2212
2213 2006-07-03  Erik Sandberg  <mandolaerik@gmail.com>
2214
2215         * lily/sequential-iterator.cc: Change the default get_music_list
2216         to read elements-callback music property
2217
2218         * scm/define-music-types.scm, scm/music-functions.scm: Cleaner
2219         processing of multimeasure rests. Softcoded
2220         sequential-music-iterator.
2221
2222         * lily/sequential-music-iterator.cc: Removed.
2223
2224 2006-06-28  Graham Percival  <gpermus@gmail.com>
2225
2226         * Documentation/user/basic-notation.itely: clarify \repeatTie.
2227
2228 2006-06-27  Erik Sandberg  <mandolaerik@gmail.com>
2229
2230         * lily/parser.yy: Wrap non-post-events in EventChords before
2231         assigning them to identifiers.
2232
2233 2006-06-27  Mats Bengtsson  <mabe@s3.kth.se>
2234
2235         * lily/bar-line.cc (compound_barline): Fix parenthesis error,
2236         gives correct vertical placement of \bar ":" in all staff
2237         sizes. Thanks Martial!
2238
2239 2006-06-26  Graham Percival  <gpermus@gmail.com>
2240
2241         * Documentation/user/invoking.itely : minor update from mailist.
2242
2243 2006-06-26  Erik Sandberg  <mandolaerik@gmail.com>
2244
2245         * lily/ various: Introduce stream events of types Prepare,
2246         OneTimeStep, CreateContext, AnnounceNewContext, RemoveContext,
2247         ChangeContext, SetProperty, RevertProperty, Override and Revert.
2248
2249         * lily/global-context*.cc: Time is now -inf before iteration
2250         starts.
2251
2252         * lily/include/context.hh: Removed unique_, init_
2253
2254         * Documentation/topdocs/NEWS: Make the feathered beam example
2255         avoid triggering a bug.
2256
2257 2006-06-24  Graham Percival  <gpermus@gmail.com>
2258
2259         * Documentation/user/ various: small additions from mailist.
2260
2261 2006-06-22  Mats Bengtsson  <mabe@s3.kth.se>
2262
2263         * ly/performer-init.ly: Add some missing links in the context
2264         hierarchy for MIDI output. There are probably some more missing!
2265
2266 2006-06-21  Graham Percival  <gpermus@gmail.com>
2267
2268         * Documentation/user/ various: minor spelling fixes;
2269         thanks Dave Luttinen!
2270
2271         * Documentation/user/ various: small clarifications;
2272         thanks Anthony Youngman!
2273
2274 2006-06-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
2275
2276         * po/fr.po: add \n appropriately.
2277
2278         * lily/lexer.ll: remove ? from version-seen?  
2279
2280 2006-06-19  John Mandereau  <john.mandereau@free.fr>
2281
2282         * po/fr.po; update translation, by Jean-Charles Malahieude and
2283         John Mandereau.
2284
2285 2006-06-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
2286
2287         * THANKS: add Markus Schneider.
2288
2289         * lily/tab-staff-symbol-engraver.cc: derive from Engraver, not
2290         Staff_symbol_engraver
2291
2292         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): don't
2293         replace staff_engraver
2294
2295         * lily/staff-symbol-engraver.cc (stop_spanner): announce end of
2296         spanner.
2297
2298         * lily/staff-collecting-engraver.cc
2299         (acknowledge_end_staff_symbol): new function
2300
2301         * lily/volta-engraver.cc (acknowledge_end_staff_symbol): new function. 
2302
2303         * lily/staff-collecting-engraver.cc
2304         (acknowledge_end_staff_symbol): new function.
2305
2306         * lily/main.cc: switch on relocation by default.
2307
2308 2006-06-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
2309
2310         * lily/spacing-spanner.cc (musical_column_spacing): set
2311         compound_fixed_note_space to 0.0. Document why.
2312
2313         * lily/simple-spacer.cc (is_sane): also have a kludge for numeric
2314         range of inverse_hooke_
2315         (Simple_spacer): init completely.
2316         (fits): const
2317         (get_line_configuration): don't use cols.resize(); it introduces
2318         initialized data.
2319
2320         * scm/framework-ps.scm (dump-page): add setstrokeadjust. 
2321
2322         * ps/music-drawing-routines.ps: remove selectfont L1 hack.
2323
2324         * lily/beaming-pattern.cc (best_splitpoint_index): urg, 2nd
2325         try. Divide by beatlength.
2326
2327         * input/regression/beaming-ternary-metrum.ly: update doc.
2328         add beatLength hack.
2329
2330         * scm/music-functions.scm (make-time-signature-set): add
2331         standard-beat-grouping. 
2332
2333 2006-06-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
2334
2335         * input/regression/tie-whole.ly: new file.
2336
2337         * lily/tie-formatting-problem.cc (set_column_chord_outline): don't
2338         cross center of note head in case of invisible stem. 
2339
2340 2006-06-16  Graham Percival  <gpermus@gmail.com>
2341
2342         * Documentation/user/ various: small fixes from mailist.
2343
2344 2006-06-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
2345
2346         * lily/breathing-sign.cc (offset_callback): idem.
2347
2348         * lily/align-interface.cc (align_to_fixed_distance): remove
2349         hungarian suffix.
2350
2351         * lily/beaming-pattern.cc (count_factor_twos): oops. We want
2352         x%2==0.
2353
2354 2006-06-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
2355
2356         * VERSION (PACKAGE_NAME): release 2.9.9
2357
2358         * ly/lilypond-book-preamble.ly: add \version
2359
2360 2006-06-14  Han-Wen Nienhuys  <hanwen@lilypond.org>
2361
2362         * scripts/lilypond-book.py (PREAMBLE_LY): include
2363         lilypond-book-preamble.ly
2364
2365         * lily/stem.cc (get_beaming): return max of 0 and
2366         scm_ilength. Fixes slurring from/to beams.
2367
2368         * ly/lilypond-book-preamble.ly: new file.
2369
2370         * lily/slur.cc: add inspect-index feature.
2371
2372 2006-06-13  Graham Percival  <gpermus@gmail.com>
2373
2374         * Documentation/user/tutorial.itely: trivial fix.
2375
2376 2006-06-13  Erik Sandberg  <mandolaerik@gmail.com>
2377
2378         * lily/parser.yy, scm/ly-syntax-constructors.scm: Produce almost
2379         all non-event music in the parser via MAKE_SYNTAX.
2380
2381         * lily/parser-scheme.cc: Add ly:parser-error function
2382
2383         * scm/paper.scm: fix typo
2384
2385 2006-06-13  Han-Wen Nienhuys  <hanwen@lilypond.org>
2386
2387         * THANKS: add RT.
2388
2389         * lily/font-config.cc (init_fontconfig): add warning if cache_file
2390         is null.
2391
2392         * buildscripts/output-distance.py (test_compare_signatures):
2393         timing routines.
2394         (read_signature_file): use new signature format.
2395
2396         * scm/stencil.scm (write-system-signature): simpler signature
2397         format.
2398
2399         * lily/stem.cc (calc_stem_end_position): calc quantized-positions
2400         for beamed case. 
2401
2402         * lily/note-spacing.cc (stem_dir_correction): don't inspect
2403         stem_end_position, but estimate instead. 
2404
2405         * lily/tuplet-bracket.cc (calc_positions): look at
2406         stem-end-position for tuplet bracket slope. Fixes sloped tuplet
2407         brackets narrower than beams. 
2408
2409         * lily/lexer.ll: set version-seen? even if version is
2410         INVALID. 
2411
2412         * lily/rest.cc (y_offset_callback): bugfix: decide position
2413         override based on scm_is_number(). Fixes \rest on center staff
2414         line. 
2415
2416         * lily/beaming-pattern.cc (best_splitpoint_index): fix beaming
2417         patterns for 16th triplets.
2418
2419 2006-06-10  Graham Percival  <gpermus@gmail.com>
2420
2421         * Documentation/user/ page.itely, global.itely: editing
2422         and reorg.
2423
2424         * Documentation/user/ various: findex -> funindex.
2425
2426 2006-06-10  Erik Sandberg  <mandolaerik@gmail.com>
2427
2428         * lily/time-scaled-music-iterator.cc: Use tupletSpannerDuration to
2429         insert extra tuplet events.
2430
2431 2006-06-10  Graham Percival  <gpermus@gmail.com>
2432
2433         * Documentation/user/programming-interfaces.itely: add
2434         info from NEWS.
2435
2436         * python/convertrules.py: add annotatefoo -> annotate-foo
2437         rules.
2438
2439         * Documentation/user/global.itely: start editing.
2440
2441         * Documentation/user/page.itely: major editing, new spacing
2442         docs.
2443
2444 2006-06-10  Han-Wen Nienhuys  <hanwen@lilypond.org>
2445
2446         * scm/define-markup-commands.scm (wordwrap-markups): use
2447         output-def 'line-width if undefined.
2448
2449         * HACKING: trim outdated info.
2450
2451 2006-06-09  Mats Bengtsson  <mabe@s3.kth.se>
2452
2453         * scm/define-grobs.scm (all-grob-descriptions): Add
2454         line-spanner-interface to all grobs that already have
2455         text-spanner-interface or dynamic-text-spanner-interface
2456
2457         * scm/page.scm: Rename annotate{headers,systems,page}->
2458         annotate-*
2459
2460         * input/regression/page-spacing.ly,
2461         input/regression/page-layout-manual-position.ly: idem
2462
2463 2006-06-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
2464
2465         * lily/line-spanner.cc: cleanup property list.
2466
2467         * scripts/lilypond-book.py (find_toplevel_snippets): don't use
2468         generator expressions (2.3 compat). 
2469
2470 2006-06-09  Mats Bengtsson  <mabe@s3.kth.se>
2471
2472         * lily/vertical-align-engraver.cc: Make sure that the
2473         align{Above,Below}Context properties are included in the automatic
2474         documentation.
2475
2476 2006-06-08  Joe Neeman  <joeneeman@gmail.com>
2477
2478         * scm/paper-system.scm (paper-system-annotate): also annotate the
2479         estimated pure-Y-extent
2480
2481         * scm/define-grobs.scm: add pure-Y-extent and pure-Y-offset functions
2482
2483         * lily/system.cc (break_into_pieces): set the estimated height
2484         of each child system
2485
2486         * lily/stem.cc (pure_height): new pure-Y-extent callback
2487
2488         * lily/staff-symbol-referencer.cc (callback): don't destroy
2489         the staff-position property
2490
2491         * lily/hara-kiri-group-spanner.cc (request_suicide): split
2492         consider_suicide into two functions
2493
2494         * lily/constrained-breaking.cc (resize): use the new pure
2495         callbacks to estimate the height of a system
2496
2497         * lily/axis-group-interface.cc (pure_group_height): new
2498         side-effect-free VerticalAxisGroup height-callback
2499
2500         * lily/align-interface.cc (get_extents_aligned_translates):
2501         split align_elements_to_extents into two functions
2502         (get_pure_child_y_translation): new function
2503
2504         * lily/grob.cc: new functions for pure-Y-extent and pure-Y-offset
2505
2506         * lily/item.cc: new functions pure_is_visible and spanned_rank_iv
2507
2508         * lily/paper-score.cc: cache break_indices and columns
2509
2510         * lily/side-position-interface.cc: new pure-Y-extent callbacks
2511         
2512 2006-06-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
2513
2514         * lily/font-config.cc (init_fontconfig): do the init if
2515         cache_file, but don't look at cache_file.
2516
2517         * input/regression/quote-tie.ly: new file.
2518
2519         * lily/tie-engraver.cc (struct Head_event_tuple): add end_moment_
2520         to Head_event_tuple, so we deal gracefully with ties on
2521         cue-endings.
2522
2523         * lily/pango-font.cc (pango_item_string_stencil): type correctness
2524         for FcChar8*
2525
2526 2006-06-08  Graham Percival  <gpermus@gmail.com>
2527
2528         * input/test/ smart-transpose.ly, reverse-music.ly:
2529         \applyMusic to music functions update, thanks Michael!
2530
2531 2006-06-07  Graham Percival  <gpermus@gmail.com>
2532
2533         * input/test/ add-staccato.ly, add-text-script.ly,
2534         unfold-all-repeats.ly, music-box.ly: \applyMusic to
2535         music functions update, thanks to Michael Meixner.
2536
2537         * Documentation/user/music-glossary.tely: small fix
2538         from Francisco.
2539
2540         * Documentation/user/ various: minor additions from mailist.
2541
2542         * Documentation/user/lilypond.tely, basic-notation.itely:
2543         small test of @funindex.  (works here)
2544
2545         * input/test/font-table.ly: reduce size to partially
2546         de-ugly version in manual.
2547
2548         * Documentation/user/page.itely: new file (split former
2549         "global issues" into "page settings" and "non-musical
2550         output".
2551
2552         * Documentation/user/ various: fix @ref{}s to match
2553         new chapter names (above).
2554
2555 2006-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2556
2557         * SConstruct (LILYPONDPREFIX): Bootstrap fix.
2558
2559 2006-06-06  Graham Percival  <gpermus@gmail.com>
2560
2561         * Documentation/user/advanced-notation.itely: add example
2562         for segno/coda on barline.
2563
2564         * tex/texinfo.tex: merge from upstream.
2565
2566 2006-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
2567
2568         * scripts/lilypond-book.py (process_snippets): Argument fix.
2569
2570         * SConstruct:
2571         * buildscripts/builder.py:
2572         * lily/SConscript: 
2573         * mf/SConscript: 
2574         * Documentation/user/SConscript:  More SCons fixes.
2575
2576 2006-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2577
2578         * lily/font-config.cc (init_fontconfig): Only initialize if
2579         global cache_file is found.
2580
2581 2006-06-06  Erik Sandberg  <mandolaerik@gmail.com>
2582
2583         * ly/music-functions-init.ly: Updated \overrideProperty to use the
2584         new \applyOutput.
2585
2586 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
2587
2588         * VERSION (PACKAGE_NAME): release 2.9.8
2589
2590         * lily/ledger-line-engraver.cc (stop_translation_timestep): new
2591         function. Delay ledger modifying ledgered grobs to
2592         stop_translation_timestep(), to ensure that we're ledgering
2593         according to the new spanner.
2594         (acknowledge_staff_symbol): don't check for non-NULL
2595         staff_sym->get_bound()
2596
2597         * lily/staff-symbol-engraver.cc (start_spanner): set left bound on
2598         creation.
2599
2600         * Documentation/pictures/GNUmakefile (XPM_FILES): src-wildcard for
2601         pictures too.
2602
2603         * GNUmakefile.in (dist-toplevel-txt-files): dist aclocal.m4
2604         directly from srcdir/stepmake/aclocal.m4
2605         
2606         * Documentation/misc/GNUmakefile (TEXTS): use src-wildcard for
2607         disting MISC files.
2608
2609         * lily/simple-spacer.cc (get_column_desc): desc -> description.
2610
2611 2006-06-06  Joe Neeman  <joeneeman@gmail.com>
2612
2613         * lily/simple-spacer.cc (get_line_configuration): add
2614         keep-inside-line rods
2615         (struct Column_desc): add constructor
2616         (struct Rod_desc): add constructor
2617         (get_line_forces): check for forced page breaks here too
2618
2619         * lily/instrument-name-engraver.cc (acknowledge_axis_group): prevent
2620         support/elements cycles between InstrumentNames and AxisGroups
2621
2622 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
2623
2624         * config.make.in (METAFONT): remove MAKEINFO_VERSION
2625
2626         * stepmake/stepmake/topdocs-targets.make (make-txt-files): define
2627         make-txt-files target.
2628
2629         * stepmake/stepmake/toplevel-targets.make (do-top-doc): use
2630         make-txt-files target.
2631
2632         * configure.in (LINK_GXX_STATICALLY): $srcdir for readlink.py
2633
2634         * stepmake/stepmake/generic-vars.make (distdir): create dist in
2635         top-build-dir.
2636
2637 2006-06-06  Jürgen Reuter  <reuter@ipd.uka.de>
2638
2639         * Documentation/user/instrument-notation.itely,
2640         input/regression/breathing-sign-ancient.ly,
2641         input/test/divisiones.ly: Removed redundant property settings for
2642         vaticana contexts.
2643
2644         * ly/gregorian-init.ly: Rewrote \versus and \responsum in order to
2645         fix lyrics alignment problems.  They are implemented now as scheme
2646         functions that add the appropriate unicode char to the first lyric
2647         event rather than adding a separate lyric event.  Minor edit of
2648         comments.
2649
2650 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
2651
2652         * GNUmakefile.in (dist-toplevel-txt-files): new target. Don't
2653         pollute src dir with built .txt files, but install directly from
2654         Documentation/topdocs/out/
2655
2656         * buildscripts/output-distance.py
2657         (ComparisonData.create_html_result_page): put version/directories
2658         in table header.
2659
2660         * Documentation/topdocs/NEWS.tely (Top): document spacing section
2661         feature.
2662
2663         * configure.in (LINK_GXX_STATICALLY): use readlink.py to resolve links.
2664         Patch by Karl Hammar
2665         
2666         * buildscripts/readlink.py: add  file.
2667         Patch by Karl Hammar
2668
2669 2006-06-06  Joe Neeman  <joeneeman@gmail.com>
2670
2671         * lily/tuplet-number.cc (print): prevent stencil from being
2672         garbage collected.
2673
2674 2006-06-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
2675
2676         * scm/stencil.scm (write-system-signature): explicitly 
2677         -well, superfluously- close output port.
2678
2679         * buildscripts/output-distance.py (main): oops. Add extra argument.
2680
2681 2006-06-05  Graham Percival  <gpermus@gmail.com>
2682
2683         * Documentation/user/music-glossary.tely: clarified example
2684         from Francisco Vila, thanks!
2685
2686 2006-06-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
2687
2688         * input/regression/spacing-section.ly: new file.
2689
2690         * lily/input.cc (programming_error): new function.
2691
2692         * lily/spacing-engraver.cc (try_music): new function. Accept
2693         spacing-section-event
2694
2695         * lily/spacing-spanner.cc (set_springs): take slices of all
2696         columns for spacing.
2697
2698         * lily/include/paper-column.hh (class Paper_column): add
2699         Paper_column::compare.
2700
2701         * ly/spanners-init.ly (newSpacingSection): add newSpacingSection.
2702
2703         * scm/define-music-types.scm (music-descriptions): add
2704         SpacingSectionEvent
2705
2706         * lily/music-iterator.cc (report_event): use programming_error for
2707         sending non-event error.
2708
2709         * lily/input.cc (programming_error): new function
2710
2711         * buildscripts/output-distance.py (main): use compare-XXX for
2712         compare files.
2713         (main): --threshold option, default at 0.30
2714
2715         * output-distance.py (main): add --threshold option.
2716
2717 2006-06-04  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2718
2719         * scm/paper-system.scm (paper-system-annotate): fix problem when
2720         annotating an empty system
2721
2722 2006-06-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
2723
2724         * GNUmakefile.in: reinstate old web tar/copying.
2725
2726 2006-06-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
2727
2728         * lily/lyric-combine-music-iterator.cc (find_voice): return 0 if
2729         nothing changes. (Erik S) 
2730
2731         * lily/percent-repeat-iterator.cc (get_music_list): fix repeat
2732         count. (Erik S)
2733
2734 2006-05-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2735
2736         * scm/define-markup-commands.scm (whiteout): do not force
2737         foreground color of argument markup to black.
2738
2739         * scm/stencil.scm (annotate-y-interval): put arrow dimension at
2740         the left of the arrow, instead of below the arrow name, so that,
2741         when two little arrows are vertically stacked, their dimensions
2742         and name should not overlap. Add a color key parameter.
2743
2744         * scm/paper-system.scm (paper-system-annotate): Annotate
2745         next-space+next-padding instead of next-space. Annotate space
2746         between next-padding and next-space+padding, respectively, and
2747         following system extent and refpoint-Y-extent. Use colors.
2748
2749         * scm/page.scm (annotate-page): translate annotations slightly to
2750         the right.
2751
2752 2006-06-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
2753
2754         * lily/figured-bass-position-engraver.cc (acknowledge_end_slur):
2755         fix for x-staff slurs. Thanks Joe!
2756
2757         * buildscripts/output-distance.py
2758         (SystemLink.output_expression_change_count): keep track of changed
2759         details, and dump in details html page.
2760  
2761         * input/regression/figured-bass-staff.ly: add note about setting
2762         properties in Staff context.
2763
2764         * lily/figured-bass-position-engraver.cc (acknowledge_slur):
2765         add slurs and ties to support too.
2766
2767         * buildscripts/output-distance.py (main): set dest_dir
2768         argument. Add --max-count option.
2769
2770 2006-06-02  Jürgen Reuter  <reuter@ipd.uka.de>
2771
2772         * ly/gregorian-init.ly: Converted to utf-8.  Added memorable
2773         shortcuts for special unicode chars that are useful in chant
2774         notation.  Revised exisiting and added new comments.
2775
2776 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
2777
2778         * make/mutopia-rules.make: remove duplicate recipe.
2779
2780 2006-06-02  Werner Lemberg  <wl@gnu.org>
2781
2782         * tex/texinfo.cnf: Fix typo (\euro -> \minus).
2783         Add support for U+0132 (IJ) and U+0133 (ij).
2784
2785 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
2786
2787         * buildscripts/output-distance.py (FileLink): new class. collect
2788         info systems from one .ly file. 
2789         (FileLink.link_files_for_html): further tweaks.
2790
2791 2006-06-02  Graham Percival  <gpermus@gmail.com>
2792
2793         * tex/texinfo.tex: partial fix for @funindex.
2794
2795         * Documentation/user/macros.tely: uncomment @funindex (doesn't
2796         break anything).
2797
2798 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
2799
2800         * make/mutopia-vars.make (ly_examples): replace .ly.txt with .ly
2801
2802         * tex/texinfo.tex (sectionheading, q.v.): call \quoteexpand for
2803         @example too. Backportme.
2804
2805 2006-06-02  Graham Percival  <gpermus@gmail.com>
2806
2807         * tex/texinfo.cnf: added UTF-8 support for texinfo; patch
2808         from Werner Lemberg.
2809
2810 2006-06-02  Paco (Francisco Vila)  <fravd@ya.com>
2811
2812         * Documentation/user/music-glossary.tely: additional spanish
2813         updates and a lyrics fix in an example.
2814
2815 2006-06-02  Jürgen Reuter  <reuter@ipd.uka.de>
2816
2817         * scm/define-grob-properties.scm: Previous patch contained
2818         spurious line from another patch not yet committed.  Fixed.
2819
2820         * scm/define-grob-properties.scm: Add missing doc strings for
2821         ancient notation.
2822
2823 2006-06-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
2824
2825         * buildscripts/output-distance.py
2826         (ComparisonData.write_text_result_page): separate the scores, sort
2827         by geo_score.
2828
2829         * scm/framework-eps.scm (output-classic-framework): start at 1 for
2830         system signatures.
2831
2832         * buildscripts/output-distance.py (me_path): use argv[0] for
2833         sys.path extension
2834         (ComparisonData.img_cell): use colored borders.
2835
2836         * scm/stencil.scm (write-system-signature): escape newlines too.
2837         (write-system-signature): use (1,-1) interval for empty interval
2838
2839 2006-01-01  Graham Percival  <gpermus@gmail.com>
2840
2841         * Documentation/user/music-glossary.tely: Spanish updates
2842         from Francisco Vila.
2843
2844         * Documentation/user/lilypond-book.itely: addition from
2845         Vaclav Smilauer.
2846
2847         * Documentation/user/ various: edits, small additions
2848         from mailist, etc.
2849
2850 2006-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2851
2852         * GNUmakefile.in (tree-lib-prefix-current):
2853         (tree-share-prefix-current): Use version number in tree, add
2854         `current' symlinks.
2855
2856 2006-06-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
2857
2858         * GNUmakefile.in: write VERSION, again.
2859
2860         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
2861         $(outdir)/%.ly $(outdir)/%.ps): dump sigs for normal files too.
2862
2863         * stepmake/aclocal.m4: robuster version detection.
2864
2865         * buildscripts/output-distance.py
2866         (ComparisonData.create_html_result_page): copy only if file
2867         exists, fixup src paths.
2868
2869         * stepmake/bin/add-html-footer.py (built): junk gulp_file()
2870
2871 2006-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2872
2873         * stepmake/aclocal.m4: Robustification for (gcc) version detection.
2874         Another datarootdir reto.
2875
2876         * cygwin/postinstall-lilypond.sh: Do not fail if info docs aren't
2877         available.  This should be moved to postinstall-lilypond-doc.
2878
2879 2006-05-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
2880
2881         * GNUmakefile.in: simplify local-WWW-post. 
2882         remove -type l from find.
2883
2884         * buildscripts/output-distance.py (ComparisonData.compare_trees):
2885         fixes. Don't follow symlinks.
2886         (ComparisonData.create_html_result_page): remove previous results.
2887         insert ../python in path.
2888
2889         * scripts/lilypond-book.py (PREAMBLE_LY): spacing fixes.
2890
2891 2006-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
2892
2893         * config.make.in (datadir): Add datarootdir to silence autoconf.
2894
2895         * stepmake/aclocal.m4: Update for autoconf-2.59d.
2896
2897 2006-05-31  Erlend Aasland  <erlenda@gmail.com>
2898
2899         * dynamic-engraver.cc: fix bug (dynamics collide with accidentals)
2900
2901         * scm/output-ps.scm (repeat-slash): fix a bug that made repeat
2902         slash beams too wide.
2903
2904 2006-05-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
2905
2906         * VERSION: release 2.9.7
2907         
2908 2006-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2909
2910         * lily/relocate.cc (read_relocation_dir): Do not blindly
2911         dereference DIR.
2912
2913 2006-05-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
2914
2915         * lily/parser.yy: replace THIS by PARSER
2916
2917         * Documentation/index.html.in: add link to test-results.html page.
2918
2919         * Documentation/topdocs/NEWS.tely (Top): update NEWS entry.
2920
2921         * scm/translation-functions.scm (format-bass-figure): translate
2922         digits over 10 to the left
2923
2924         * scm/define-markup-commands.scm (translate-scaled): new markup.
2925
2926         * mf/feta-nummer-code.mf (code): overshoot the topright tip of the
2927         7 glyph. 
2928
2929         * ly/engraver-init.ly: add Figured_bass_engraver
2930
2931         * lily/engraver-group.cc (acknowledge_grobs): use start/stop drul.
2932
2933         * lily/figured-bass-engraver.cc (clear_spanners): use everywhere.
2934
2935         * lily/score-engraver.cc (announce_grob): only note START announces.
2936
2937         * lily/include/engraver-group.hh (Translator_group):
2938         acknowledge_hash_table_ is now drul.
2939
2940         * lily/engraver.cc (announce_end_grob): new method.
2941
2942         * lily/include/grob-info.hh (class Grob_info): add start_end_ member.
2943
2944         * lily/translator-dispatch-list.cc (create): take start_end argument.
2945
2946         * lily/include/translator.hh (TRANSLATOR_DECLARATIONS): change
2947         acknowledge_static_array_ to drul
2948
2949         * lily/include/translator.icc (ADD_END_ACKNOWLEDGER): new macro.
2950
2951         * scm/define-grob-interfaces.scm
2952         (bass-figure-alignment-interface): add bass-figure-alignment-interface
2953
2954         * scm/define-grobs.scm (all-grob-descriptions): add
2955         BassFigureAlignmentPositioning
2956
2957         * ly/Welcome-to-LilyPond-MacOS.ly: include in LilyPond, so version
2958         number stays up to date. Backportme.
2959
2960 2006-05-30  Mats Bengtsson  <mabe@s3.kth.se>
2961
2962         * Documentation/user/basic-notation.itely (Bar lines): Document
2963         the "||:" bar type. 
2964
2965 2006-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2966
2967         * buildscripts/builder.py: Remove --ly option/target from mf-to-table.
2968
2969         * scripts/lilypond-book.py: Bugfix: do not blindly attempt
2970         .../current hack if LILYPONDPREFIX is fine.  Fixes `scons doc'
2971         build.
2972
2973         * Resurrect `scons lily' build.
2974
2975         * SConstruct (symlink_tree): Bugfix: link
2976         music-drawing-routines.ps to file iso directory.
2977
2978         * lily/SConscript: Remove kpath-guile from LIBS.
2979
2980         * SConstruct (libdir_package_version): Typo.
2981         (configure): Comment-out fontforge for lack of fontforge.pc .
2982         Also add libdir* to environment.
2983
2984 2006-05-30  Graham Percival  <gpermus@gmail.com>
2985
2986         * Documentation/user/ various: minor additions from mailist and
2987         editing.
2988
2989 2006-05-30  Paco <fravd@ya.com>
2990
2991         * Documentation/user/music-glossary.tely: numerous corrections and
2992         some new translations.
2993
2994 2006-05-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
2995
2996         * BackportmeStart.
2997         
2998         * buildscripts/output-distance.py
2999         (ComparisonData.create_html_result_page): new routine: summarise
3000         results in HTML page with images. 
3001         (ComparisonData.create_text_result_page): create summary text files too.
3002
3003         * GNUmakefile.in (web-ext): package .signature files too. They
3004         compress well. 
3005
3006         * scm/stencil.scm (write-system-signature): typo.
3007
3008         * GNUmakefile.in: create web-root/VERSION to help upload scripts.
3009
3010         * scm/stencil.scm (write-system-signature): better escaping.
3011         only write signature for music systems, not for markup systems.
3012
3013         * scm/framework-ps.scm (output-framework): dump-signatures support
3014         for plain output.
3015
3016         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): add -ddump-signatures.
3017
3018         * scm/framework-ps.scm (write-preamble): redefine mark_URI to nop
3019         for -dno-point-and-click
3020
3021         * lily/grob.cc (get_print_stencil): don't read
3022         point_and_click_global to determine whether to set grob-cause.
3023
3024 2006-05-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
3025
3026         * buildscripts/output-distance.py (main): new function.
3027         (ComparisonData): new class.
3028
3029         * lily/ledger-line-engraver.cc (acknowledge_staff_symbol): be more
3030         careful with generating new LedgerLineSpanners.
3031
3032         * lily/ledger-line-spanner.cc (set_spacing_rods): suicide if no staff.
3033
3034         * ly/engraver-init.ly: remove Ledger_line_engraver from Voice
3035         context. This fixes double ledger lines in output. 
3036
3037         * lily/system.cc (get_paper_system): remove 3 layer limit.
3038
3039         * buildscripts/output-distance.py (SystemLink.distance): new
3040         file. Compare signatures.
3041
3042         * python/safeeval.py (SafeEval.visitUnarySub): new file.
3043
3044         * lily/grob-array.cc (remove_duplicates): rename from
3045         uniq(). Sort before calling uniq() so it actually works.
3046
3047 2006-05-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
3048
3049         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): strip
3050         \version from lilypond file snippet.
3051         (Lilypond_file_snippet.ly): oops. typo.
3052         (find_toplevel_snippets): urgh. again.
3053
3054         * lily/system.cc (get_paper_systems): uniq all_elements_ , to
3055         prevent duplicated broken items in output.
3056
3057         * scm/framework-eps.scm (output-classic-framework): only dump if
3058         dump-signatures is set.
3059
3060         * scm/lily.scm (define-scheme-options): add dump-signatures option.
3061
3062         * scm/stencil.scm (write-system-signature): new routine: write
3063         python parseable signature of a separate paper system.
3064         BackportmeEnd.
3065         
3066 2006-05-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
3067
3068         * lily/stanza-number-engraver.cc (process_music): use is_markup()
3069         iso is_string().
3070         include header.
3071
3072 2006-05-25  Erik Sandberg  <mandolaerik@gmail.com>
3073
3074         * translator-group.cc: send music events to engravers in
3075         non-bottom contexts.
3076
3077         * tuplet-engraver.cc: process tuplet brackets in correct order.
3078
3079 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
3080
3081         * stepmake/aclocal.m4: STEPMAKE_PYTHON(): clear cached value since
3082         arg 2 might point us to a new binary (patch by Karl Hammar)
3083         
3084 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
3085
3086         * VERSION (PACKAGE_NAME): release 2.9.6
3087
3088         * Documentation/topdocs/NEWS.tely (Top): trim explanation. 
3089
3090         * Documentation/user/*.itely: 2nd
3091         attempt: replace funindex -> findex globally.
3092
3093 2006-05-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3094
3095         * input/no-notation/display-lily-tests.ly: fix \applyOutput
3096         test. Add \break, \pageBreak, \pageTurn, etc, tests.
3097
3098         * scm/define-music-display-methods.scm: display methods for
3099         breaks. Fix \applyOutput.
3100
3101 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
3102
3103         * Documentation/user/macros.itexi: comment out funindex expansion. 
3104
3105         * Documentation/user/music-glossary.tely: junk \oldaddlyrics
3106         everywhere.
3107
3108         * GNUmakefile.in: fix wildcarding for scrips/out/ links. Thanks
3109         Karl Hammar. Backportme.
3110  
3111         * Documentation/user/advanced-notation.itely (Balloon help): idem.
3112
3113         * Documentation/user/changing-defaults.itely (Creating contexts): idem.
3114
3115         * Documentation/user/programming-interface.itely (Running a
3116         function on all layout objects): idem.
3117
3118         * Documentation/user/introduction.itely (Automated engraving):
3119         update \applyOutput syntax
3120
3121         * lily/lyric-combine-music-iterator.cc (start_new_syllable):
3122         remove debugging hook.
3123
3124         * configure.in (LINK_GXX_STATICALLY): use "" to allow $
3125         expansion. 
3126
3127         * Documentation/user/GNUmakefile (TEXI2DVI_FLAGS): add -E.
3128
3129         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
3130         TEXI2DVI_FLAGS to texi2dvi invocation. 
3131
3132 2006-05-24  Erik Sandberg  <mandolaerik@gmail.com>
3133
3134         * lily/chord-tremolo-*.cc: Reworked how \repeat "tremolo"
3135         works. More work is done by iterator now, and engraver has been
3136         very much simplified.
3137
3138         * lily/translator-group.cc: try_music is now invoked through a
3139         listener
3140
3141         * lily/*-iterator.cc: Massive cleanups. Junked
3142         try_music_in_children globally. Renamed try_music to report_event,
3143         and made that method descend to a bottom context automatically.
3144
3145         * lily/event-iterator.cc: New file.
3146
3147         * lily/output-property-iterator.cc,
3148         lily/old-lyric-combine-music-iterator.cc: Removed.
3149
3150         * python/convert-rules.py: Modified the syntax for \applyOutput.
3151
3152 2006-05-23  Graham Percival  <gpermus@gmail.com>
3153
3154         * stepmake/stepmake/texinfo-rules.make: added -E, allows pdf doc
3155         creation.
3156
3157         * Documentation/user/ various: stuff that might have helped
3158         to fix the pdf creation, plus some minor doc additions.
3159
3160         * Documentation/user/changing-defaults.itely: remove @b from
3161         @b{ @internasref{foo}}; this breaks texi2dvi -E.
3162
3163 2006-05-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
3164
3165         * lily/beaming-pattern.cc (beamify): deal with negative start
3166         moments for beaming patterns.
3167
3168 2006-05-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
3169
3170         * lily/beaming-info.cc (beamify): new function: read beatLength
3171         and beatGrouping from context. 
3172
3173         * input/regression/beam-beat-grouping.ly (Module): new file.
3174
3175         * input/regression/beam-unconnected-beamlets.ly (Module): new file.
3176
3177         * lily/beam.cc (get_beam_segments): generate events for
3178         max_connect_ case too.
3179         (get_beam_segments): read Stem::max-beam-connect.
3180
3181         * input/regression/beam-single-stem.ly: new file.
3182
3183         * lily/stem.cc (set_beaming): use #f as signaling value for
3184         beamcount 0.
3185
3186         * lily/beam-engraver.cc (typeset_beam): set right bound if unset.
3187
3188         * lily/beam.cc (set_beaming): read clip-edges property.
3189         (calc_direction): don't suicide for single stem.
3190
3191         * lily/beaming-info.cc (best_splitpoint_index): take bool*
3192         argument, remove 1<<15 hack. Remove clip_edges() 
3193
3194         * lily/hairpin.cc (print): only do padding for nonmusical bounds
3195
3196 2006-05-21  Graham Percival  <gpermus@gmail.com>
3197
3198         * Documentation/user/basic-notation.itely: reorg.
3199
3200         * Documentation/user/ various: minor fixes.
3201
3202 2006-05-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
3203
3204         * lily/stencil-expression.cc (register_stencil_head): opps, append
3205         to cdr of static SCM object.
3206
3207 2006-05-19  Graham Percival  <gpermus@gmail.com>
3208
3209         * Documentation/user/README.txt, lilypond.tely, macros.itexi:
3210         update framework for command index.  DOC WRITERS: use @funindex
3211         instead of @cindex @code{}.
3212
3213         * Documentation/user/ various: replace @cindex @code{} => @funindex
3214
3215 2006-05-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
3216
3217         * lily/beam.cc (set_stem_lengths): trigger 'beaming callback, in
3218         case positions is set manually. 
3219
3220 2006-05-18  Erik Sandberg  <mandolaerik@gmail.com>
3221         
3222         * scm/ly-syntax-constructors.scm: New file. Converted a few syntax
3223         rules to Scheme.
3224
3225 2006-05-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
3226
3227         * Documentation/user/changing-defaults.itely (Contexts explained):
3228         use absolute dimension for @image.
3229
3230         * Documentation/user/GNUmakefile (OUT_PNG_IMAGES): generate PNG
3231         out image for illustration too.
3232         ($(outdir)/%.png): add more png <-> eps rules. 
3233
3234 2006-05-17  Graham Percival  <gpermus@gmail.com>
3235
3236         * Documentation/user/ various: remove trailing whitespace, cosmetic
3237         change to reduce changes produced by diff.
3238
3239 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
3240
3241         * lily/main.cc (do_chroot_jail): correctness tweak.
3242
3243         * python/lilylib.py (system): import subprocess in system () only.
3244
3245         * scripts/*.py: use TARGET_PYTHON iso PYTHON. Backportme.
3246
3247         * make/substitute.make (ATVARIABLES): add TARGET_PYTHON as subst
3248         variable. Backportme.
3249
3250 2006-05-17  Erik Sandberg  <mandolaerik@gmail.com>
3251         
3252         * lily/parser.yy: Change all syntax rules of type Music to SCM type
3253
3254 2006-05-17  Werner Lemberg  <wl@gnu.org>
3255
3256         * lily/lexer.ll (init_signature_has_table): Add
3257         `scm-scm-music-music'.
3258
3259         * lily/parser.yy (MUSIC_FUNCTION_SCM_SCM_MUSIC_MUSIC): New token.
3260         (Generic_prefix_music_scm): Add rule for it.
3261
3262         * lily/quote-iterator.cc (Quote_iterator::process): Handle
3263         `quoted-transposition' property.
3264
3265         * ly/music-functions-init.ly (transposedCueDuring): New function.
3266
3267         * scm/define-music-properties.scm (all-music-properties): Updated.
3268
3269         * Documenation/topdocs/NEWS.itely: Document it.
3270
3271 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
3272
3273         * python/lilylib.py (system): move import subprocess to system()
3274         definition. 
3275
3276         * python/convertrules.py (conv): fix convert-ly rules for 2.9.4
3277
3278         * VERSION (PATCH_LEVEL): release 2.9.5
3279         
3280         * Documentation/topdocs/INSTALL.texi (Top): update versions and
3281         build instructions. 
3282
3283         * ly/engraver-init.ly: switch on hairpinToBarline by default.
3284
3285 2006-05-16  Graham Percival  <gpermus@gmail.com>
3286
3287         * Documentation/user/basic-notation.itely: editing from Dave, thanks!
3288
3289         * Documentation/user/ various: minor fixes.
3290
3291 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
3292
3293         * Documentation/topdocs/NEWS.tely (Top): add hairpinToBarline feature.
3294
3295 2006-05-16  Mats Bengtsson  <mabe@s3.kth.se>
3296
3297         * Documentation/user/advanced-notation.itely (Instrument names):
3298         Modified obsolete instruction on how to move instrument names away
3299         from the staves. Hmm, at second thought the bug probably has been
3300         solved, so the full bug description should probably be removed.
3301
3302 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
3303
3304         * lily/dynamic-engraver.cc (typeset_all): hang ending on
3305         currentCommandColumn. 
3306
3307         * lily/hairpin.cc (print): also add padding for non-neighbor
3308         hairpin bounds.
3309
3310         * scm/define-context-properties.scm
3311         (all-user-translation-properties): add hairpinToBarline
3312
3313         * input/regression/hairpin-to-barline.ly: new file.
3314
3315         * lily/context.cc (internal_send_stream_event): thinko fix.
3316
3317         * lily/tie.cc (set_default_control_points): robustness fix.
3318
3319         * python/musicxml.py (Part.interpret): don't complain about
3320         incomplete measures.
3321
3322         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): only add
3323         new music if last_event_chord() returned None.
3324
3325         * python/musicxml.py (Part.interpret): skip back over chord notes.
3326
3327 2006-05-16  Erik Sandberg  <mandolaerik@gmail.com>
3328         
3329         * lily/percent-repeat-engraver.cc, lily/parser.yy,
3330         lily/define-music-types.cc, lily/percent-repeat-iterator.cc,
3331         lily/slash-repeat-engraver.cc,
3332         lily/include/percent-repeat-iterator.hh: Rework percent repeats:
3333         iterator sends PercentEvents
3334
3335         * lily/time-scaled-music-iterator.cc, lily/tuplet-engraver.cc:
3336         rework tuplets: send start/stop events to engraver
3337
3338         * lily/context.cc, lily/music.cc, lily/context-scheme.cc: Add
3339         dispatchers event-source and events-below to Context
3340         
3341 2006-05-15  Graham Percival  <gpermus@gmail.com>
3342
3343         * Documentation/user/README.txt: update info for doc writers.
3344
3345         * Documentation/user/programming-interface.itely: integrate
3346         Nicolas' fixes for chapter rewrite.
3347
3348         * Documentation/user/ various: minor fixes.
3349
3350 2006-05-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
3351
3352         * lily/clef-engraver.cc: cleanup.
3353
3354         * Documentation/user/GNUmakefile: dist context-example.eps too.
3355
3356         * lily/key-engraver.cc (create_key): use
3357         explicitKeySignatureVisibility for cancellation too. 
3358
3359         * lily/font-config.cc (init_fontconfig): don't close file if
3360         f==NULL. 
3361
3362 2006-05-15  Erlend Aasland  <erlenda@gmail.com>
3363
3364         * Documentation/topdocs/NEWS.tely: niente and rotation news
3365
3366 2006-05-14  Erlend Aasland  <erlenda@gmail.com>
3367
3368         * lily/include/stencil.hh
3369         * lily/stencil.cc (rotate): new function. Makes it possible
3370         to rotate a stencil around a given offset.
3371
3372         * lily/grob.cc (get_print_stencil): add rotation support
3373
3374         * lily/stencil-interpret.cc (interpret_stencil_expression):
3375         add rotation support
3376
3377         * lily/stencil-scheme.cc (ly:stencil-rotate): new function
3378
3379         * scm/define-grob-properties.scm: add 'rotation property
3380
3381         * scm/define-markup-commands.scm: add rotate markup command
3382         
3383         * scm/output-ps.scm: add rotation support in PostScript backend
3384
3385         * scm/output-svg.scm: add rotation support in SVG backend
3386
3387 2006-05-13  Graham Percival  <gpermus@gmail.com>
3388
3389         * Documentation/user/music-glossary.itely: French correction.
3390
3391         * Documentation/user/programming-interface.itely: major
3392         new docs, some reorg, some info from Nicolas.
3393
3394         * Documentation/user/ various: small fixes.
3395
3396 2006-05-12  Mats Bengtsson  <mabe@s3.kth.se>
3397
3398         * Documentation/user/programming-interface.itely (Markup
3399         programmer interface): Remove duplicate text.
3400
3401 2006-05-12  Graham Percival  <gpermus@gmail.com>
3402
3403         * Documentation/user/context-example.eps: new file.
3404
3405         * Documentation/user/changing-defaults.itely: set up file to
3406         use eps image.
3407
3408         * Documentation/user/programming-interface.itely: changes
3409         from mailist.
3410
3411 2006-05-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
3412
3413         * configure.in (LINK_GXX_STATICALLY): python 2.4 req.
3414
3415 2006-05-11  Graham Percival  <gpermus@gmail.com>
3416
3417         * Documentation/user/programming-interface.itely: first round of
3418         editing and merging emails from Nicolas.
3419
3420         * Documentation/user/scheme-tutorial: minor edit.
3421
3422 2006-05-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
3423
3424         * python/musicxml.py (Xml_node.__init__): _attribute_dict stores
3425         XML attributes.
3426         (Xml_node.message): use it.
3427
3428         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): 
3429         oops. Add duration argument.
3430
3431 2006-05-10  Joe Neeman  <joeneeman@gmail.com>
3432
3433         * lily/paper-column-engraver.cc (make_columns):
3434         * scm/define-grobs.scm: Revert my previous change and set the default
3435         in define-grobs.scm instead.
3436
3437 2006-05-09  Graham Percival  <gpermus@gmail.com>
3438         
3439         * Documentation/user/changing-defaults.itely: general editing,
3440         info about \set and \override.
3441
3442         * Documentation/user/tweaking.itely, advanced-notation.itely:
3443         fixes from Dave Luttinen, thanks!
3444
3445 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
3446
3447         * lily/paper-column-engraver.cc (make_columns): By default, a column
3448         needs to be breakable.
3449
3450 2006-05-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
3451
3452         * scripts/musicxml2ly.py (musicxml_clef_to_lily): use new
3453         Attributes methods
3454         (musicxml_time_to_lily): idem
3455         (musicxml_key_to_lily): idem
3456         (instrument_drumtype_dict): dict for supported drumtypes.
3457         (LilyPondVoiceBuilder.__init__): new class: sanely keep track of
3458         moments and pending mm rests
3459         (musicxml_voice_to_lily_voice): rewrite to use LilyPondVoiceBuilder
3460         (musicxml_voice_to_lily_voice): strip KeyChangeEvents for drums.
3461         (musicxml_voice_to_lily_voice): add mode change.
3462         (option_parser): lxml.etree (http://codespeak.net/lxml/) for more
3463         speed and less memory usage (factor 5 to 10).
3464         (convert): write -defs.ly  and driver file separately so people
3465         can script their own part extraction.
3466
3467         * python/musicxml.py (minidom_demarshal_node): new function:
3468         separate minidom handling.
3469         (lxml_demarshal_node): new function: support lxml.etree too.
3470         (Xml_node.message): new function: verbose error message, with XML
3471         path to offending node.
3472         (Attributes.get_measure_length): sane interface to MusicXML attributes.
3473         (Part_list.generate_id_instrument_dict): new method: collect
3474         instrument names, to be able to set drum_type.
3475         (Part.interpret): handle underfull measures
3476         (Part.interpret): assign instrument names.
3477
3478         * python/musicexp.py (Output_printer.close): new method
3479         (MusicWrapper.print_ly): new class: support other modes,
3480         eg. \drummode
3481         (BarCheck.print_ly): new class. Support bar checks, with comments
3482         and fancy barchecks. 
3483         (NoteEvent.__init__): also set drum_type for drum notes.
3484         (MultiMeasureRest.lisp_expression): dump mm rests.
3485
3486         * lily/paper-column-engraver.cc (stop_translation_timestep): set
3487         line-break-permission if forbidBreak is not set.
3488
3489 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
3490
3491         * scm/define-context-properties.scm:
3492         * scm/define-grob-properties.scm:
3493         * scm/define-grobs.scm:
3494         * scm/define-music-display-methods.scm:
3495         * scm/define-music-properties.scm:
3496         * scm/define-music-types.scm:
3497         * scm/music-functions.scm:
3498         * ly/declarations-init.ly:
3499         * lily/include/constrained-breaking.hh:
3500         * lily/system.cc:
3501         * lily/spaceable-grob.cc:
3502         * lily/simple-spacer.cc:
3503         * lily/paper-score.cc:
3504         * lily/paper-column.cc:
3505         * lily/paper-column-engraver.cc:
3506         * lily/item.cc:
3507         * lily/gourlay-breaking.cc:
3508         * lily/constrained-breaking.cc:
3509         * python/convertrules.py:
3510         Change "penalty", "page-penalty" and "breakable" to "line-break-penalty",
3511         "page-break-penalty" and "line-break-permission".
3512         Add "page-break-permission", "page-turn-permission" and "page-turn-penalty".
3513         Replace BreakEvent with LineBreakEvent, PageBreakEvent and PageTurnEvent.
3514
3515         * lily/bar-engraver.cc:
3516         * lily/beam-engraver.cc:
3517         * lily/forbid-break-engraver.cc:
3518         * lily/ligature-engraver.cc:
3519         * lily/paper-column-engraver.cc:
3520         * lily/percent-repeat-engraver.cc:
3521         * lily/score-engraver.cc:
3522         * lily/score-engraver.hh:
3523         * lily/paper-column-engraver.hh:
3524         Inter-engraver communication regarding line breaks is done through context
3525         properties (Score.forbidBreak) instead of function calls.
3526
3527 2006-05-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
3528
3529         * VERSION (PACKAGE_NAME): release 2.9.4
3530
3531 2006-05-08  Graham Percival  <gpermus@gmail.com>
3532
3533         * Documentation/user/working.itely: proofreading from Dave
3534         Luttinen, thanks.
3535
3536         * Doucmentation/user/README.txt: updated with manual style info.
3537
3538         * Documentation/user/ various: trim linewidth to 78 chars.
3539
3540 2006-05-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
3541
3542         * scm/define-grob-properties.scm (all-internal-grob-properties):
3543         remove chord-tremolo property.
3544
3545         * lily/beam.cc (get_beam_segments): don't use stem position as
3546         base for broken ends.
3547
3548 2006-05-06  Graham Percival  <gpermus@gmail.com>
3549
3550         * Documentation/user/putting.itely: proofreading from Dave
3551         Luttinen, thanks!
3552
3553         * Documentation/user/ various: more reorg and clarifications.
3554
3555 2006-05-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
3556
3557         * scm/lily.scm (TEX_STRING_HASHLIMIT): move from framework-texstr.scm.
3558
3559         * ly/music-functions-init.ly: new function featherDurations
3560
3561         * lily/beam.cc: read grow-direction for feathered beaming.
3562
3563         * Documentation/topdocs/NEWS.tely (Top): typo.
3564
3565 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
3566
3567         * lily/include/beam.hh (struct Beam_stem_segment): add gapped_ for
3568         tremolo beams.
3569
3570 2006-05-05  Erik Sandberg  <mandolaerik@gmail.com>
3571         * lily/context.cc, lily/global-context.cc: Added 'unique' member,
3572         used by music streams.
3573
3574         * lily/dispatcher.cc, lily/dispatcher-scheme.cc,
3575         lily/stream-event.cc, lily/stream-event-scheme.cc,
3576         lily/listener.cc, lily/scheme-listener.cc,
3577         lily/scheme-listener-scheme.cc, lily/include/dispatcher.hh,
3578         lily/include/stream-event.hh, lily/include/listener.hh,
3579         lily/include/scheme-listener.hh, scm/define-event-classes.scm:
3580         Created data structures for music streams.
3581         
3582 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
3583
3584         * lily/beam.cc (get_beam_segments): new function. Reorganise the
3585         construction of a beam. 
3586         (print): rewrite. 
3587
3588         * flower/include/std-vector.hh (default_compare): use only one comparison.
3589
3590         * scm/define-markup-commands.scm (note-by-number): remove debug display.
3591         (note-by-number): further attachment fixes.
3592
3593         * scm/lily-library.scm (ordered-cons): new function.
3594         (interval-index): new function
3595
3596         * lily/note-head-scheme.cc (LY_DEFINE): new file.
3597
3598         * lily/note-head.cc (get_stem_attachment): new function.
3599
3600         * scm/define-markup-commands.scm (note-by-number): read 'style
3601         property. 
3602
3603         * input/regression/markup-note.ly: show note-head style option.
3604
3605         * mf/feta-bolletjes.mf (overdone_heads): fix attachment points for
3606         triangle head.
3607
3608 2006-05-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
3609
3610         * mf/GNUmakefile (NCSB_OTFS): remove old ncsb detection further.
3611
3612         * configure.in (LINK_GXX_STATICALLY): fix for ncsb detection.
3613
3614         * lily/include/constrained-breaking.hh: GCC 4 fix.
3615
3616 2006-05-04  Joe Neeman  <joeneeman@gmail.com>
3617
3618         * lily/simple-spacer.cc: Remove class Simple_spacer_wrapper.
3619         Replace it with functions get_line_forces and get_line_configuration.
3620         (class Simple_spacer): Make data private.
3621         Rewrite compression algorithm to be faster and simpler.
3622
3623         * lily/simple-spacer-scheme.cc (ly_solve_rod_and_spring_problem):
3624         * lily/gourlay-breaking.cc (solve):
3625         * lily/constrained_breaking.cc (space_line):
3626         Change it to the new simple-spacer code.
3627
3628         * lily/paper-score.cc (get_paper_systems):
3629         (Paper_score):
3630         (process):
3631         Delay breaking the systems until they are requested.
3632         (find_break_indices):
3633         Use vsize for indices.
3634         (calc_breaking):
3635         Move the "Calculating line breaks" message here.
3636
3637         * lily/system.cc (pre_processing):
3638         Move the "Calculating line breaks" message away from here.
3639         (break_into_pieces):
3640         Allow multiple calls to this function in sequence (with touching-but-
3641         not-overlapping breakpoints).
3642
3643         * lily/constrained-breaking.cc:
3644         Replace most of the get_XXXX functions with get_line_details.
3645         Only calculate the force for each line. Calculate configurations only
3646         for the lines we will actually use.
3647         Replace cols_ with lines_.
3648
3649 2006-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3650
3651         * mf/GNUmakefile (depth): remove FC_FIND.
3652
3653         * config.make.in (NCSB_SOURCE_FILES): subst NCSB_SOURCE_FILES
3654
3655         * configure.in (LINK_GXX_STATICALLY): call fc-match from within configure.
3656
3657         * scm/framework-ps.scm (write-preamble): new function.
3658         (write-preamble): load mac fonts via fondu, even if gs-font-load
3659         is set.
3660
3661 2006-05-03  Werner Lemberg  <wl@gnu.org>
3662
3663         * mf/GNUmakefile (FC_FIND): Fix typo.
3664
3665 2006-05-03  Erlend Aasland  <erlenda@gmail.com>
3666
3667         * stepmake/stepmake/generic-targets.make (cvs-clean): also remove out-www dirs.
3668
3669 2006-05-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
3670
3671         * stepmake/aclocal.m4: run python-config for crosscompiling
3672         flags. 
3673
3674         * scripts/lilypond-book.py (Lilypond_file_snippet.my_system): add
3675         -f png for HTML, TEXINFO formats. 
3676
3677         * input/tutorial/lbook-html-test.html: new file.
3678
3679         * lily/include/tie-formatting-problem.hh (class
3680         Tie_formatting_problem): index Chord_outline_map by Tuple2 for
3681         [column, direction]. This fixes laissez vibrer ties.
3682  
3683         * flower/include/tuple.hh (struct Tuple2): new file.
3684
3685         * mf/GNUmakefile (FC_FIND): new function. Find ncsb using
3686         $(FCMATCH), only if $(NCSB_DIR) not set. 
3687
3688         * configure.in (LINK_GXX_STATICALLY): only warn if $NCSB_DIR set.
3689
3690         * config.make.in (DOCUMENTATION): set FCMATCH.  
3691
3692         * autogen.sh (srcdir): don't set --with-ncsb-dir. 
3693
3694 2006-05-03  Graham Percival  <gpermus@gmail.com>
3695
3696         * Documentation/user/ various: final round of reorg.
3697
3698         * Documentation/user/instrument-notation.itely: some more
3699         fixes from Eduardo, thanks!
3700
3701 2006-05-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
3702
3703         * VERSION (PACKAGE_NAME): release 2.9.3
3704
3705         * flower/file-path.cc (is_dir): canonicalize file name before stat'ing.
3706
3707         * lily/relocate.cc (framework_relocation): remove old relocation stuff.
3708
3709 2006-05-01  Mats Bengtsson  <mabe@s3.kth.se>
3710
3711         * scm/define-grob-properties.scm (all-user-grob-properties):
3712         Correct typo, thanks to Eduardo.
3713
3714 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
3715
3716         * scripts/GNUmakefile (SEXECUTABLES): remove lilypond-ps2png.scm
3717
3718         * buildscripts/lilypond-words.py (F): indent fix.
3719
3720         * input/regression/tie-arpeggio-collision.ly: new file.
3721
3722         * lily/tie-formatting-problem.cc (set_column_chord_outline): new
3723         function: store outlines per column rank.
3724
3725         * lily/include/tie-configuration.hh (class Tie_configuration): add
3726         column_ranks_ to specification and configuration, to distinguish
3727         between ties for different heads in arpegiated chords.
3728
3729         * lily/relocate.cc (framework_relocation): use INSTALLER_PREFIX.
3730
3731         * *.py: more 4 space indents.
3732
3733         * autogen.sh (conf_flags): set sensible default for with-ncsb-dir
3734
3735 2006-05-01  Joe Neeman  <joeneeman@gmail.com>
3736
3737         * scm/lily-library.scm: Fix guile 1.6 compatibility in inf? and nan?
3738
3739 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
3740
3741         * buildscripts/pfx2ttf.fontforge (err): create OTF files.
3742
3743         * scripts/abc2ly.py (dump_score): indent of 4 for python code. 
3744
3745         * configure.in (LINK_GXX_STATICALLY): remove locate() call.
3746
3747 2006-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3748
3749         * python/convertrules.py (conv): indent 4 for python files.
3750
3751 2006-04-29  Mats Bengtsson  <mabe@s3.kth.se>
3752
3753         * Documentation/user/changing-defaults.itely (Creating contexts):
3754         Clarify \new semantics.
3755
3756 2006-04-28  Graham Percival  <gpermus@gmail.com>
3757
3758         * Documentation/user/ various: major new sections in the
3759         Learning manual, slight reorg elsewhere.
3760
3761 2006-04-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
3762
3763         * mf/GNUmakefile (MFTRACE_FLAGS): add $(outdir) to $(ENCODING_FILE) 
3764
3765         * scm/framework-ps.scm (output-framework): remove PageMedia
3766
3767 2006-04-27  Graham Percival  <gpermus@gmail.com>
3768
3769         * Documentation/user/ tweaks.itely, working.itely: new
3770         files, being more advanced "learning manual" chapters.
3771
3772         * Documentation/user/ tutorial, putting, lilypond: reorg.
3773
3774 2006-04-26  Graham Percival  <gpermus@gmail.com>
3775
3776         * input/regression/lyric-combine-polyphonic.ly: fixed test
3777         (no more "can't find context `one'" error).
3778
3779 2006-04-25  Joe Neeman <joeneeman@gmail.com>
3780
3781         * lily/stem-tremolo.cc (print): fix whole note tremolo placement
3782
3783         * input/regression/stem-tremolo.ly: add 2 more whole note examples
3784         
3785 2006-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3786
3787         * lily/relocate.cc (read_relocation_dir): new function.
3788
3789 2006-04-26  Graham Percival  <gpermus@gmail.com>
3790
3791         * Documentation/user/instrument-notation.itely: a few more fixes
3792         from Eduardo, thanks!
3793
3794         * Documentation/user/README.txt: new file; contains info on
3795         style that used to be in lilypond.tely.
3796
3797         * Documentation/user/ various: first round of doc reorg.
3798
3799         * Documentation/user/baer-flat-bw.png: remove alpha bit from
3800         graphic; this probably causes problems on some pdf
3801         viewers, notably Adobe Acrobat.
3802
3803 2006-04-24  Graham Percival  <gpermus@gmail.com>
3804
3805         * Documentation/user/instrument-notation.itely: many alterations
3806         to Vocal music, from Eduardo Viera.
3807
3808 2006-04-23  Graham Percival  <gpermus@gmail.com>
3809
3810         * Documentation/user/instrument-notation.itely: fix \new
3811         instead of \context problem.
3812
3813 2006-04-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3814
3815         * lily/relocate.cc (expand_environment_variables): new function.
3816         (read_line): id.
3817         (read_relocation_file): id.
3818
3819         * scm/stencil.scm (eps-file->stencil): fix EPS PS embedding code 
3820
3821 2006-04-21  Erlend Aasland  <erlenda@gmail.com>
3822
3823         * ly/engraver-init.ly: remove old comments from TabVoice
3824
3825 2006-04-20  Graham Percival  <gpermus@gmail.com>
3826
3827         * Documentation/user/instrument-notation.itely: added Erlend's
3828         latest doc patch, thanks!
3829
3830 2006-04-19  Erlend Aasland <erlenda@gmail.com>
3831
3832         * lily/include/slur.hh:
3833         * lily/slur.cc:
3834         * lily/phrasing-slur-engraver.cc:
3835         * lily/slur-engraver.cc: Fix 'cut & paste' code by merging
3836         acknowledge_extra_object () from Phrasing_slur_engraver:: and
3837         Slur_engraver:: and putting it in
3838         Slur::auxiliary_acknowledge_extra_object ().
3839
3840         * ps/music-drawing-routines.ps (draw_dashed_slur): fix another bug
3841
3842         * lily/note-collision.cc: fix a comment
3843
3844 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
3845
3846         * stepmake/bin/add-html-footer.py: fix footer position in
3847         generated html files: before </body> and </html> tags.
3848
3849 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
3850
3851         * scripts/GNUmakefile: revert last "fix", which rather broke make.
3852         Earlier successive `make' commands finally compiled ok.
3853
3854         * Documentation/topdocs/INSTALL.texi: require mftrace 1.1.19.
3855
3856 2006-04-18  Erlend Aasland <erlenda@gmail.com>
3857
3858         * lily/include/stem-tremolo.hh:
3859         * lily/stem-tremolo.cc: move rotated_box () to Lookup:: and update
3860         callers.
3861
3862         * lily/lookup.cc:
3863         * lily/include/lookup.hh: add rotated_box ()
3864
3865 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
3866
3867         * scripts/GNUmakefile: bugfix: run help2man only after scripts have 
3868         been generated. Fixes "can't get `--help'" bug after make clean.
3869
3870         * THANKS: alphabetize contributors.
3871
3872 2006-04-17  Graham Percival  <gpermus@gmail.com>
3873
3874         * Documentation/user/instrument-notation.itely: added Erlend's
3875         tabs and banjo doc patch.  Thanks!
3876
3877 2006-04-17  Erlend Aasland  <erlenda@gmail.com>
3878
3879         * scm/define-grobs.scm: fix stem-attachment for tablature note heads.
3880
3881         * ps/music-drawing-routines.ps (draw_dashed_line): fix dash pattern bug.
3882
3883         * scm/output-lib.scm: add some more predefined string tunings.
3884
3885         * Documentation/user/instrument-notation.itely: and doc them.
3886
3887 2006-04-16  Jürgen Reuter  <reuter@ipd.uka.de>
3888
3889         * ly/engraver.ly: Remove obsolete comments.
3890
3891         * ly/gregorian-init.ly: Define default layout block.
3892
3893         * input/puer-fragment.ly: Updated and extended.
3894
3895 2006-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
3896
3897         * lily/lily-parser-scheme.cc: Use them to fix --output=DIR/BASE
3898         pdf conversion behaviour.
3899
3900         * flower/file-name.cc (dir_name)
3901         (get_working_directory): Move from relocate.cc.
3902
3903         * lily/relocate.cc (setup_paths): Remove rogue stat calls.
3904         
3905         * lily/relocate.cc: Encapsulate sys/stat.h in
3906         HAVE_STAT_H.
3907
3908 2006-04-14  Graham Percival  <gpermus@gmail.com>
3909
3910         * Documentation/user/ various: small updates from Cameron
3911         and Juergen, thanks!
3912
3913         * Documentation/user/ various: small updates of my own.
3914
3915         * THANKS: 2.7 -> 2.8.
3916
3917 2006-04-11  Graham Percival  <gpermus@gmail.com>
3918
3919         * scm/define-context-properties.scm: typo.
3920
3921         * Documentation/user/ : many more small updates.
3922
3923 2006-04-13  Jürgen Reuter  <reuter@ipd.uka.de>
3924
3925         * scm/define-music-types.scm: disposed "docme".
3926
3927 2006-04-11  Erlend Aasland  <erlenda@gmail.com>
3928
3929         * lily/hairpin.cc: make niente circles a bit smaller.
3930
3931 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
3932
3933         * mf/GNUmakefile: remove redundant mftrace check. Also remove
3934         get-pfa and get-*-fonts targets.
3935
3936 2006-04-10  Graham Percival  <gpermus@gmail.com>
3937
3938         * THANKS, Documentation/user/ basic-notation, advanced-notation,
3939         music-glossary, programming-interface: more minor fixes
3940         from mailist.
3941
3942         * scm/define-grob-properties.scm: clarified direction, thanks Mats!
3943
3944         * scm/define-context-properties.scm: another old \property update.
3945         This time tested for compiling!
3946
3947 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
3948
3949         * mf/GNUmakefile: fix for mftrace version >= 1.2.0
3950
3951 2006-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3952
3953         * scm/define-context-properties.scm (all-user-translation-properties): 
3954         * Documentation/user/global.itely (Page formatting): Compile fix.
3955
3956 2006-04-09  Mats Bengtsson  <mabe@s3.kth.se>
3957
3958         * Documentation/user/advanced-notation.itely (Polymetric
3959         notation): Update the example to use the "+" symbol and add link
3960         to input/test/compound-time.ly.
3961
3962 2006-04-08  Graham Percival  <gpermus@gmail.com>
3963
3964         * scm/define-grob-properties.scm: clarify docs for #'direction.
3965
3966         * scm/define-context-properties.scm: update old \property override.
3967
3968         * Documentation/user/ advanced-notation, global, lilypond-book:
3969         more minor doc updates.
3970
3971 2006-04-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
3972
3973         * lily/parser.yy (Generic_prefix_music_scm): append lists, not objects.
3974
3975         * scm/backend-library.scm (search-gs): oops.
3976
3977 2006-04-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
3978
3979         * scripts/lilypond-book.py (output): use base, not filename for href.
3980
3981         * scm/backend-library.scm: only look for gs.
3982
3983         * scripts/lilypond-book.py (output): fix printfilename.
3984
3985         * lily/parser.yy (music_function_musicless_prefix): fold together
3986         definitions of signature (SCM*) (Music|post_event|chord_body_element)
3987
3988         * lily/slur.cc (print): only set font-size if not set yet.
3989
3990         * lily/slur-configuration.cc (add_score): improved layout of debug
3991         scoring output.
3992
3993 2006-04-05  David Feuer  <David.Feuer@gmail.com>
3994
3995         * music-drawing-routines.ps (draw_round_box): removed testing artifact.
3996         (draw_circle): Hopefully fixed regression.
3997         Improved documentation for several procedures.
3998         
3999 2006-03-04  Werner Lemberg  <wl@gnu.org>
4000
4001         * ly/engraver-init.ly (\Score): Add beam-event to quotedEventTypes.
4002
4003 2006-04-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
4004
4005         * scripts/musicxml2ly.py (bindir): add dynamic
4006         relocation. 
4007
4008 2006-04-04  Graham Percival  <gpermus@gmail.com>
4009
4010         * Documentation/user/ basic-notation, advanced-notation, putting,
4011         instrument-notation, invoking, lilypond, THANKS: another ream of small
4012         fixes from the Doc Helpers.
4013
4014 2006-04-03  David Feuer  <David.Feuer@gmail.com>
4015
4016         * music-drawing-routines.ps: remove superfluous gsave/grestore pairs.
4017
4018         * lilyponddefs.ps (set-ps-scale-to-lily-scale): Fixed code duplication.
4019
4020         * Cleaned up interfaces between PostScript and Scheme, and moved
4021         computations from PostScript to Scheme:
4022
4023         * music-drawing-routines.ps
4024         (*SF, stroke_and_fill): new procedures.  Replaced stroke and fill
4025         with stroke_and_fill throughout.
4026         (euclidean_length, print_letter, draw_box): Deleted unused
4027         procedures.  If someone needs draw_box, implement it using
4028         draw_round_box; don't duplicate code.
4029         (print_glyphs, draw_round_box, draw_polygon, draw_repeat_slash):
4030         Refactored/cleaned up interfaces.
4031         (mark_URI): Moved.
4032
4033         * output-ps.scm: reordered arguments to PostScript functions to
4034         match new interfaces
4035         (glyph-string): Rewrote glyph-string.
4036         (grob-cause): Replaced string-append with format.
4037         (repeat-slash): Rewrote to do computation here.
4038         (round-filled-box): Rewrote to do computation here.
4039
4040 2006-04-04  Erlend Aasland  <erlenda@gmail.com>
4041
4042         * stepmake/stepmake/generic-targets.make: add cvs-clean target
4043
4044         * stepmake/stepmake/toplevel- targets.make: print help info about
4045         cvs-clean
4046
4047 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
4048
4049         * input/regression/hairpin-circled.ly: new file
4050
4051 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
4052
4053         * lily/hairpin.cc (print): add support for circled tip
4054
4055         * scm/define-grob-properties.scm: add circled-tip parameter
4056
4057         * scm/define-grobs.scm: init circled-tip to false
4058         
4059 2006-04-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
4060
4061         * scm/music-functions.scm (quote-substitute): set
4062         iterators-ctor. 
4063
4064 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
4065
4066         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): set
4067         BSTINPUTS. 
4068
4069         * Documentation/topdocs/AUTHORS.texi (Top): add David Feuer.
4070
4071         * scm/output-ps.scm (glyph-string): revert cid selectfont.
4072
4073 2006-03-31  David Feuer  <david.feuer@gmail.com>
4074         
4075         * scm/framework-ps.scm:
4076         
4077         * scm/output-ps.scm: glyph-string now produces smaller, more
4078         readable, and probably faster PostScript.  Several findfont
4079         scalefont setfont instances changed to selectfont
4080         Hacked-up string-appends changed to formats.
4081
4082         * ps/music-drawing-routines.ps: add print_letter, print_glyphs.
4083         
4084 2006-03-30  Graham Percival  <gpermus@gmail.com>
4085
4086         * scm/lily-library.scm: make "no version" warning message more polite.
4087
4088         * lily/music.cc: add double quotes to failed octave check.
4089
4090         * Documentation/user/ advanced-notation, changing-defaults,
4091         instrument-notation, invoking, music-glossary: whole bunch of minor
4092         fixes from mailist.
4093
4094 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
4095
4096         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): use
4097         $(buildscriptdir) iso. depth.
4098
4099         * VERSION (PACKAGE_NAME): release 2.9.1
4100
4101 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
4102
4103         * lily/pango-font.cc (pango_item_string_stencil): more robustness.
4104
4105         * VERSION (PATCH_LEVEL): bump version number.
4106
4107         * flower/include/guile-compatibility.hh (scm_from_uint32): add
4108         scm_from_uint32 ()
4109
4110         * lily/pango-font.cc (pango_item_string_stencil): use
4111         scm_from_uint32 ()
4112
4113         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
4114         $(outdir)/emmentaler-%.svg): remove canary.
4115
4116         * lily/pango-font.cc (pango_item_string_stencil): only use uXXX
4117         glyphnames if we have a ttf font.
4118
4119 2006-03-30  Mats Bengtsson  <mabe@s3.kth.se>
4120
4121         * Documentation/user/advanced-notation.itely (Font selection):
4122         Corrected reference to the font-family-override.ly example.
4123
4124 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
4125         
4126         * lily/chord-tremolo-engraver.cc (acknowledge_stem): set the
4127         stem-tremolo object in the stem (or else the stem might not be
4128         long enough).
4129
4130 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
4131
4132         * lily/ttf.cc (print_trailer): only print existing glyphs.
4133
4134 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
4135
4136         * lily/stem-tremolo.cc (print): for whole notes (and breves, etc.)
4137         position the tremolo based on the position of the notehead.
4138
4139         * input/regression/stem-tremolo.ly: add example of unbeamed eighth
4140         notes and update the texidoc line with the new positioning rules.
4141         
4142 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
4143
4144         * lily/ttf.cc (print_trailer): don't always use uXXX glyphname.
4145
4146         * scripts/lilypond-book.py (Module): set default for linewidth if
4147         preamble not found.
4148
4149 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
4150
4151         * VERSION (PACKAGE_NAME): release 2.9.0.
4152
4153         * input/regression/stem-tremolo-position.ly: new file.
4154
4155         * lily/stem-tremolo.cc: remove Stem_tremolo::dim_callback
4156
4157 2006-03-28  Joe Neeman  <joeneeman@gmail.com>
4158
4159         * lily/stem-tremolo.cc (print): position
4160         the tremolo depending only on the end of the stem
4161         and not on the notehead
4162         (raw_stencil): center, on the middle staff line, the
4163         flag that is closest to the end of the stem (previously
4164         the bottom flag)
4165         (calc_width): add this callback to shorten a tremolo when
4166         it is beamed or it is stemup with a flag
4167         (style): add this callback to make a tremolo rectangular when
4168         it is beamed or it is stemup with a flag
4169         (rotated_box): this is like Lookup::beam but makes a rotated
4170         rectangle instead of a parallelogram
4171
4172         * lily/stem.cc (calc_stem_info): make sure the stem
4173         is long enough to fit the tremolo
4174         (calc-length): reduce the length of tremolo stems since the
4175         tremolo code is now capable of better positioning
4176
4177         * scm/define-grobs.scm: make calc_width the default beam-width
4178         callback for stem-tremolo and add the style callback
4179                 
4180 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
4181
4182         * lily/tuplet-bracket.cc (calc_control_points): handle suicide
4183         case. 
4184
4185 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
4186
4187         * lily/ttf.cc (make_index_to_charcode_map): restore old
4188         cmap. 
4189
4190 2006-03-28  Werner Lemberg  <wl@gnu.org>
4191
4192         * lily/pango-font.cc (get_unicode_name): Fix `uXXXXX' glyph names.
4193
4194 2006-03-28  Graham Percival  <gpermus@gmail.com>
4195
4196         * THANKS: update for 2.9, add section for Documentation helpers.
4197
4198         * Documentation/topdocs/NEWS.tely: compile fix.
4199
4200         * Documentation/user/ basic-notation, global, advanced-notation,
4201         examples.itely: minor fixes from mailist.
4202
4203 2006-03-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
4204
4205         * mf/feta-bolletjes.mf: match width of solfa notes with normal
4206         note heads. 
4207
4208         * lily/ttf.cc (print_trailer): use it.
4209
4210         * lily/pango-font.cc (get_unicode_name): new function.
4211
4212         * lily/ttf.cc (make_index_to_charcode_map): move function from
4213         open-type-font.cc
4214         (print_trailer): substitute uniXXXX name if applicable. 
4215
4216         * lily/pango-font.cc (get_index_to_charcode_map): new function.
4217         (pango_item_string_stencil): use it to generate uniXXXX names.
4218
4219         * mf/feta-bolletjes.mf (overdone_heads): add small style (ugly)
4220         note heads, for uniform widths in shape note output.
4221         (overdone_heads): hmm. remove them again.
4222
4223         * scripts/lilypond-book.py (output): add links to filenames.
4224
4225         * Documentation/topdocs/INSTALL.texi (Top): update versions.
4226
4227         * lily/note-collision.cc (get_clash_groups): only consider when
4228         Note_column::dir <> CENTER. 
4229
4230         * scripts/lilypond-book.py (get_option_parser): init output_name
4231         to ''. 
4232
4233 2006-03-24  Graham Percival  <gpermus@gmail.com>
4234
4235         * Documentation/topdocs/NEWS.tely: add @end itemize
4236
4237         * Documentation/user/ global, advanced-notation: minor
4238         stuff from mailist.
4239
4240 2006-03-23  Graham Percival  <gpermus@gmail.com>
4241
4242         * Documentation/user/ lilypond.tely, music-glossary,
4243         preface: housekeeping; 2005->2006, remove "notes for 2.6"
4244
4245 2006-03-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
4246
4247         * mf/GNUmakefile: don't install .enc files.
4248
4249         * Documentation/topdocs/NEWS.tely: clear for 2.9 cycle.
4250
4251         * VERSION (PATCH_LEVEL): bump to 2.9.0
4252
4253 2006-03-22  Graham Percival  <gpermus@gmail.com>
4254
4255         * Documentation/user/advanced-notation.itely: minor fixes
4256         from mailist.
4257
4258 2006-03-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
4259
4260         * Documentation/topdocs/AUTHORS.texi (Top): add Joe Neeman.
4261
4262         * branch lilypond_2_8
4263
4264 2006-03-22  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
4265
4266         * scripts/lilypond-book.py (samefile): new function, for windoze
4267         compatibility.
4268
4269 2006-03-21  Graham Percival  <gpermus@gmail.com>
4270
4271         * ly/engraver-init.ly: add info about StaffGroup.
4272
4273 2006-03-21  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
4274
4275         * input/regression/stem-direction-context.ly: idem.
4276
4277         * Documentation/topdocs/NEWS.tely (Top): fix interpolation example.
4278
4279         * THANKS: add Mats.
4280
4281         * input/regression/page-layout-twopass.ly: comment out \markup so
4282         tweak-file is left.
4283
4284         * lily/instrument-name-engraver.cc (finalize): add to instrument
4285         name global System. This also fixes chopped instrument names, but
4286         doesn't crash when there are slurs/beams.
4287
4288         * lily/slur-configuration.cc (add_score): disallow negative slur
4289         scores.
4290         
4291 2006-03-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4292
4293         * scm/framework-ps.scm (dump-stencil-as-EPS): remove debugging code.
4294
4295         * lily/instrument-name-engraver.cc (process_music): kludge: add
4296         InstrumentName spanner to axis group of left bound. Fixes chopped
4297         off instrument names in EPS images.
4298
4299         * input/regression/lyric-hyphen-retain.ly: elaborate explanation.
4300
4301         * scripts/abc2ly.py (option_parser): update to 2.7.40
4302
4303 2006-03-20  Graham Percival  <gpermus@gmail.com>
4304
4305         * THANKS: move small doc contributors to SUGGESTIONS.
4306
4307         * Documentation/user/ basic-notation, advanced-notation,
4308         global: small changes from mailist.
4309
4310 2006-03-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4311
4312         * Documentation/user/advanced-notation.itely (Text marks): update
4313         for new rehearsalMarkAlignSymbol convention.
4314
4315         * VERSION (PATCH_LEVEL): bump version.
4316
4317         * input/test/instrument-name-align.ly: new file.
4318
4319         * scm/define-markup-commands.scm (hcenter-in): add hcenter-in.
4320
4321         * input/test/instrument-name-align.ly: new file. Document how to
4322         align instrument names.
4323
4324         * lily/mark-engraver.cc: remove properties.
4325
4326         * scm/define-context-properties.scm
4327         (all-user-translation-properties): remove align symbol properties
4328         for barnumber/reh. mark.
4329
4330         * lily/break-align-interface.cc (self_align_callback): new
4331         interface, new function. Look at complete alignment. This handles
4332         tunable break alignments in case break-align-symbols are missing.
4333
4334         * lily/bar-number-engraver.cc (acknowledge_break_alignment): new function
4335
4336         * lily/mark-engraver.cc (acknowledge_break_alignment): new function.
4337
4338         * python/convertrules.py (conv): mark/bar number alignment rule.
4339
4340         * lily/break-align-interface.cc (calc_positioning_done): also
4341         store offset from last visible break-alignment to its
4342         neighbor. This makes alignment on non-visible objects more reliable.
4343
4344         * po/lilypond.pot (Module): ran po-replace.
4345
4346         * input/regression/tie-single-manual.ly (Module): new file.
4347
4348         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
4349         look at has_manual_position_.
4350         (from_ties): set has_manual_position_ if tie has staff-position set.
4351
4352         * lily/tuplet-bracket.cc (calc_positions): idem.
4353
4354         * lily/tuplet-number.cc (print): don't print tupletnumber if it
4355         doesn't span time.
4356
4357 2006-03-19  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4358
4359         * scm/define-markup-commands.scm (smallCaps): new markup command
4360         for turning a text to small caps using smaller font size and upper
4361         casing.
4362
4363 2006-03-17  Graham Percival  <gpermus@gmail.com>
4364
4365         * Documentation/user/ examples, instrument-notation,
4366         advnaced-notation: minor fixes from mailist.
4367
4368 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4369
4370         * Documentation/user/tutorial.itely (First steps): change example
4371         to verbatim.  
4372
4373 2006-03-17  Graham Percival  <gpermus@gmail.com>
4374
4375         * Documentation/user/ examples, advanced: minor changes from mailist.
4376
4377         * THANKS: add Geoff Horton, for documentation stuff.
4378
4379 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4380
4381         * python/lilylib.py (system): revert have_select kludge.
4382
4383         * Documentation/user/tutorial.itely (Commenting input files):
4384         update version numbers in doc. 
4385
4386         * scm/define-grob-interfaces.scm (multi-measure-interface): add
4387         bound-padding to multi-measure-interface
4388
4389 2006-03-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4390
4391         * input/test/engraver-example.ily: update version number.
4392
4393         * VERSION (PACKAGE_NAME): release 2.7.39
4394
4395         * lily/note-spacing.cc (get_spacing): heighten threshold where
4396         accidentals/arpeggios influence previous spacing fully.
4397
4398         * lily/rest.cc (y_offset_callback): only use direction if
4399         staff-position wasn't set before.
4400
4401         * lily/bar-number-engraver.cc: add support for
4402         barNumberAlignSymbol. 
4403         add ADD_ACKNOWLEDGER() call for break_aligned. Fixes bar-number-breathe
4404
4405         * lily/pointer-group-interface.cc (set_ordered): new function. 
4406         (add_unordered_grob): new function.
4407
4408         * lily/grob-array.cc (Grob_array): grob-arrays are always assumed
4409         to ordered, unless the opposite has been proved.  This fixes
4410         random reordering of large object groups across linebreaks,
4411         eg. beams.
4412
4413         * lily/main.cc (do_chroot_jail): printf format fix.
4414
4415         * lily/tie-formatting-problem.cc (generate_configuration):
4416         multiply y-shift for dot with direction.
4417  
4418         * scm/define-markup-commands.scm (note-by-number): put (magstep
4419         size) in y-attach too.
4420
4421         * Documentation/topdocs/NEWS.tely (Top): show override.
4422
4423         * scm/define-grobs.scm (all-grob-descriptions): reinstate neutral
4424         direction for stems.
4425         
4426 2006-03-15  Graham Percival  <gpermus@gmail.com>
4427
4428         * Documentation/user/ changing-defaults, global: minor
4429         fixes from mailist.
4430
4431 2006-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4432
4433         * lily/lexer.ll (Lily_lexer): bump required version to 2.7.38
4434
4435         * lily/spacing-spanner.cc (musical_column_spacing): crude fix for
4436         breakable items after uniformly stretched notes.
4437
4438         * lily/tie-formatting-problem.cc (set_chord_outline): initialize
4439         outline with outer edge of note heads. This prevents infinity
4440         problems with tied whole notes.
4441
4442         * scripts/lilypond-book.py (do_file): use os.popen
4443
4444         * python/convertrules.py (conv): add rule for Stem #'beamed-*
4445
4446 2006-03-14 Erik Sandberg  <mandolaerik@gmail.com>
4447
4448         * Documentation/user/invoking.itely: Add ragged-right to bug report
4449         guidelines.
4450
4451 2006-03-14  Graham Percival  <gpermus@gmail.com>
4452
4453         * Documentation/user/global.itely: small fix from mailist.
4454
4455 2006-03-14  Mats Bengtsson  <mabe@s3.kth.se>
4456
4457         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use the
4458         file descriptor returned by tempfile.mkstemp() when writing
4459         to tmpfile and closing it. Solves problem with unlink(tmpfile)
4460         on mingw.
4461
4462 2006-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
4463
4464         * po/fi.po: newline bugfix.
4465
4466 2006-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
4467
4468         * scm/paper.scm (paper-alist): Rounding fixes.
4469
4470 2006-03-13  Graham Percival  <gpermus@gmail.com>
4471
4472         * Documentation/user/ changing-defaults, instrument-notation,
4473         tutorial: small fixes from mailist, mostly from Mats.  Thanks!
4474
4475 2006-03-13 Heikki Junes  <hjunes@cc.hut.fi>
4476
4477         * po/fi.po: update.
4478
4479 2006-03-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4480
4481         * stepmake/bin/add-html-footer.py (mail_address_url): don't add
4482         mailto: to http:// 
4483
4484         * python/lilylib.py (print_environment): move ps_page_count to
4485         lilypond-book.py
4486
4487 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4488
4489         * Documentation/user/music-glossary.tely (G clef): fix clef alignments.
4490
4491         * scm/framework-ps.scm (embed-document): new function. Use to
4492         embed PFA files.
4493
4494         * ly/engraver-init.ly: init rehearsalMarkAlignSymbol to staff-bar.
4495
4496 2006-03-12  Mats Bengtsson  <mabe@s3.kth.se>
4497
4498         * Documentation/user/instrument-notation.itely (Setting simple
4499         songs): Added \book{...} around the full example, so the separate
4500         markups are included in the printed example. 
4501
4502 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4503
4504         * scripts/lilypond-book.py (get_latex_textwidth): explicitly close
4505         tmphandle.
4506
4507         * python/lilylib.py (system): rewrite system() using
4508         subprocess. Remove >& redirection trickery.
4509
4510 2006-03-11  Graham Percival  <gpermus@gmail.com>
4511
4512         * Documentation/user/ changing-defaults, global, scheme-tutorial,
4513         notation-appendices.itely: minor fixes from mailist.
4514
4515 2006-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4516
4517         * Documentation/user/GNUmakefile ($(outdir)/lilypond.html):
4518         unsplit man also needs images.
4519
4520         * tex/texinfo.tex (sectionheading, q.v.): relax after \char'15.
4521
4522         * VERSION (PACKAGE_NAME): 2.7.38 released.
4523
4524 2006-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4525
4526         * scripts/lilypond-book.py (get_latex_textwidth): look for latex
4527         log in output dir.
4528
4529 2006-03-08  Johannes Schindelin  <Johannes.Schindelin@gmx.de>
4530
4531         * lily/audio-column.cc, lily/score-performer.cc: MIDI output now
4532         respects the Score.skipTypesetting property.
4533         
4534 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4535
4536         * scm/framework-ps.scm (ps-embed-cff): no Setup section in
4537         Prolog. No %%EOF after CFF file.
4538
4539 2006-03-08  Joe Neeman  <joeneeman@gmail.com>
4540         
4541         * lily/constrained-breaking.cc (get_max_systems): used to return a
4542         much too big value
4543         (combine_demerits): use pointers to reduce copying data
4544         (calc_subproblem): idem
4545         (get_page_penalty): add page turn penalties
4546         
4547 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4548
4549         * Documentation/user/invoking.itely (Invoking lilypond): better
4550         explanation of -e usage.
4551
4552         * lily/main.cc (main_with_guile): don't append to
4553         init_scheme_code_string
4554
4555         * tex/texinfo.tex (sectionheading, q.v.): don't center @image.
4556
4557         * Documentation/user/invoking.itely: add note about MacOS X scripts.
4558
4559         * scripts/convert-ly.py (do_options): don't print help for
4560         --show-rules rule.
4561
4562         * tex/texinfo.tex: patch texinfo.tex to leave single quotes in
4563         @code and @example. Update from texinfo.tex from CVS.
4564
4565 2006-03-08  Graham Percival  <gpermus@gmail.com>
4566
4567         * Documentation/user/scheme-tutorial.itely: clarifies distances
4568         measured in staff-spaces.
4569
4570 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4571
4572         * lily/slur.cc (outside_slur_callback): only calculate offsets if
4573         consider[k] is true.
4574
4575         * scm/output-ps.scm (grob-cause): put numbers to ~$ (Thanks Johannes!)
4576
4577         * lily/spacing-basic.cc (standard_breakable_column_spacing): also
4578         consider columns that have originals.  Unifies spacing for mm
4579         rests around line breaks.
4580
4581         * lily/multi-measure-rest.cc (set_spacing_rods): read bound-padding.
4582         (set_text_rods): idem.
4583         (calculate_spacing_rods): new function: share code between
4584         set_text_rods and set_spacing_rods.
4585         (set_text_rods): take extents of bounds into account.  
4586
4587 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4588
4589         * Documentation/user/basic-notation.itely (Writing music in
4590         parallel): don't use relative.
4591
4592 2006-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4593
4594         * ly/music-functions-init.ly (Module): add shiftDurations
4595
4596         * ly/drumpitch-init.ly (drumPitchNames): add tamtam.
4597
4598         * scm/paper.scm (paper-alist): no decimals for Ax paper sizes. 
4599
4600         * ly/engraver-init.ly: init vocalName to nil.
4601
4602 2006-03-05 Erik Sandberg  <mandolaerik@gmail.com>
4603
4604         * scm/music-functions.scm (music->make-music): bugfix,
4605         KeyChangeEvents are now handled correctly.
4606
4607         * scripts/lilypond-book.py: Add --debug option.
4608
4609 2006-03-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4610
4611         * python/lilylib.py: add tempfile.
4612
4613 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4614
4615         * VERSION (PACKAGE_NAME): release 2.7.37
4616
4617         * python/lilylib.py (ps_page_count): remove make_ps_images().
4618         (ps_page_count): remove mkdir_p
4619         (system): remove cleanup_temp.
4620         (exit): remove lilypond_version_(check)
4621         (error_log): remove pseudo_filter_p
4622         remove read_pipe
4623         remove cp_to_dir
4624         remove identify
4625
4626         * scripts/lilypond-book.py (Lilypond_snippet.compose_ly): don't
4627         use __main__
4628
4629         * lily/accidental-engraver.cc (make_standard_accidental): only add
4630         support for side-axis is X_AXIS. Fixes text-spacing-accidental.ly
4631
4632         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
4633         $(outdir)/emmentaler-%.svg): rewrite without functions; too many
4634         Make incompatibilities.
4635
4636         * scm/output-ps.scm (grob-cause): replace backslashes by /
4637         (glyph-string): use ~$ for less decimals for glyph-string and grob-cause.
4638
4639 2006-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4640
4641         * cygwin/GNUmakefile: Install fixes.
4642
4643         * scripts/GNUmakefile (SEXECUTABLES): Install fix: remove mup2ly.
4644
4645         * lily/note-head.cc (head::get_balltype): Compile fix.
4646
4647         * flower/file-name.cc (dos_to_posix): Flower string fix.
4648
4649 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4650
4651         * python/lilylib.py: pychecker cleanups.
4652
4653         * scripts/lilypond-book.py
4654         (Lilypond_snippet.output_print_filename): pychecker cleanups
4655
4656         * scripts/midi2ly.py (Key.dump): pychecker cleanups.
4657
4658         * python/lilylib.py (underscore): remove identify() , warranty()
4659
4660         * ps/music-drawing-routines.ps: change Border routine for GSView
4661         compatibility.
4662
4663         * lily/stem.cc (height): use quantize-positions.  This triggers
4664         set_stem_lengths, so scripts on beamed stems are handled correctly.
4665
4666         * lily/side-position-interface.cc (aligned_side): check if edges
4667         of script are inside staff. Fixes accent of edge of the staff.
4668
4669         * input/regression/staccato-pos.ly: more examples.
4670
4671         * stepmake/aclocal.m4 (depth): fix bashism.
4672
4673         * lily/lyric-combine-music-iterator.cc: move from
4674         new-lyric-combine-iterator.cc
4675         (process): add pending_grace_lyric_ member to delay lyrics on
4676         grace notes.
4677
4678         * lily/system-start-text.cc (print): suicide if we don't have any
4679         elements. Fixes hara kiri'd instrument names.
4680
4681         * scripts/mup2ly.py (Module): remove.
4682
4683 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4684
4685         * Documentation/user/global.itely (A single music expression):
4686         close @lilypond properly
4687
4688         * lily/volta-bracket.cc (modify_edge_height): change from
4689         after_line_breaking_callback. Suicide last bracket if appropriate.
4690  
4691         * python/lilylib.py: strip getopt support
4692
4693         * scripts/etf2ly.py (do_options): use optparse
4694
4695         * scripts/midi2ly.py: optparse, strip lilylib copy. 
4696
4697         * scripts/abc2ly.py (voices): use optparse.
4698
4699         * stepmake/stepmake/generic-vars.make: new function absdir.
4700
4701         * scripts/convert-ly.py (bindir): use optparse, argv[0] relocation.
4702
4703         * scripts/lilypond-book.py (find_file): use global_options for
4704         include path
4705
4706         * scm/ps-to-png.scm (ps-page-count): prevent null characters
4707         entering C code.
4708
4709 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4710
4711         * python/lilylib.py (get_global_option): ughness for extracting
4712         global options from lilylib.
4713         (NonDentedHeadingFormatter.format_heading): move from musicxml2ly
4714
4715         * scripts/lilypond-book.py (get_option_parser): use optparse for
4716         option handling.  Put options in global_options variable.
4717
4718 2006-02-28  Heikki Junes  <hjunes@cc.hut.fi>
4719
4720         * Documentation/index.html.in: clarify.
4721
4722 2006-02-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4723
4724         * scm/layout-page-layout.scm (write-page-breaks): add a
4725         music-system-heights property to the page layout output.
4726
4727         * scm/page.scm (make-page-stencil): take footer into account when
4728         computing the 'space-left page property
4729         (annotate-space-left): take footer into account when annonating
4730         space left.
4731
4732 2006-02-28  Graham Percival  <gpermus@gmail.com>
4733
4734         * Documentation/user/ advanced-notation, global: more (final)
4735         docs for music expressions, removed special fermatas.
4736
4737 2006-02-27  Graham Percival  <gpermus@gmail.com>
4738
4739         * Documentation/user/ basic-notation, global: minor changes
4740         from mailist.
4741
4742 2006-02-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4743
4744         * scm/framework-ps.scm:         
4745         * scm/lily-library.scm (nan?, inf?): Move guile 1.6 compatibility
4746         layer for inf? and nan? from framework-ps to lily-library.
4747
4748 2006-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4749
4750         * mf/GNUmakefile ($(outdir)/emmentaler-$(1).otf
4751         $(outdir)/emmentaler-$(1).svg): remove backslashes from define endef.
4752
4753         * buildscripts/substitute-encoding.py (Module): remove file.
4754
4755         * mf/GNUmakefile: more PFA strippage.
4756
4757         * mf/aybabtu.pe.in (i): remove PFAaybabtu generation
4758
4759         * buildscripts/gen-emmentaler-scripts.py (i): remove PFAemmentaler
4760         generation
4761
4762         * scm/framework-ps.scm: remove font name munging.
4763
4764         * Documentation/topdocs/INSTALL.texi (Top): bump GS requirement.
4765
4766 2006-02-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4767
4768         * scm/markup.scm (define-markup-command): change
4769         def-markup-command to define-markup-command
4770
4771         * scm/music-functions.scm (define-music-function): change
4772         def-music-function to define-music-function.
4773
4774         * python/convertrules.py (conv): rules for def-music-function
4775         and def-markup-commands
4776
4777         * Documentation/user/programming-interface.itely,
4778         input/no-notation/display-lily-tests.ly,
4779         input/regression/lily-in-scheme.ly,
4780         input/regression/markup-user.ly,
4781         input/regression/music-function.ly, input/regression/tie-chord.ly,
4782         scm/fret-diagrams.scm, ly/music-functions-init.ly,
4783         ly/gregorian-init.ly: use new macro names (define-music-function,
4784         define-markup-command).
4785
4786 2006-02-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4787
4788         * scripts/lilypond-book.py (main): write Makefile dependencies file. 
4789         (output): add comments to lp-book latex output.
4790
4791         * GNUmakefile.in (footifymail): use gmane address for webpage bug
4792         address.
4793
4794 2006-02-23  Graham Percival  <gpermus@gmail.com>
4795
4796         * Documentation/user/ tutorial, global: minor changes.
4797
4798 2006-02-23  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4799
4800         * mf/GNUmakefile: add '\' in multi-line "define ... endef"
4801         blocks (for make 3.80)
4802
4803         * scm/parser-ly-from-scheme.scm (ly:parse-string-result): add
4804         \notemode so that user should not have to explicitely type it.
4805
4806         * scm/define-music-display-methods.scm: various
4807         fixes (ApplyOutputEvent, ApplyContext; \new, \context and derived
4808         constructs)
4809
4810         * input/no-notation/display-lily-tests.ly: new tests for
4811         \applyOutput and \applyContext
4812
4813 2006-02-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4814
4815         * lily/constrained-breaking.cc: patch by Joe Neeman: "I have
4816         changed it slightly so that the number of systems returned by
4817         solve () will be the same as the last value passed to resize
4818         (). I've also added more documentation, removed casts, fixed style
4819         problems and put in some recovery if constraints aren't satisfied."
4820
4821 2006-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4822
4823         * elisp/lilypond-mode.el (count-matches-as-number): New funtion
4824         for emacs < 22 compatibility.
4825         (count-rexp): Use it.
4826         (LilyPond-string-current-midi, LilyPond-string-all-midi): Remove
4827         substring juggling (Milan Zamazal).
4828
4829 2006-02-23  Graham Percival  <gpermus@gmail.com>
4830
4831         * Documentation/user/ basic-notation, advanced-notation,
4832         global.itely, invoking.itely, tutorial,itely:
4833         minor fixes from mailist.
4834
4835         * scm/define-markup-commands.scm: improve docs of \filled-box.
4836
4837 2006-02-23  Heikki Junes  <hjunes@cc.hut.fi>
4838
4839         * Documentation/index.html.in: changes concern the previous release.
4840
4841         * input/regression/+.ly: cultivate typographical terminology.
4842
4843 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4844
4845         * scm/define-grob-interfaces.scm (parentheses-interface): add
4846         padding to parentheses-interface.
4847
4848         * Documentation/user/GNUmakefile: remove $(CROSS) support from
4849         Documentation/user/GNUmakefile. Use --disable-documentation for that.
4850
4851         * VERSION (PATCH_LEVEL): release 2.7.36
4852
4853         * lily/slur.cc: add avoid-slur (ugh.)
4854         
4855         * lily/slur-configuration.cc (fit_factor): oops, skip point if
4856         intersection gets smaller. This fixes slurs over extreme points.
4857
4858         * lily/melody-engraver.cc (stop_translation_timestep): ignore
4859         stems with neutral-direction set.
4860
4861         * lily/piano-pedal-engraver.cc (create_text_grobs): idem.
4862
4863         * lily/open-type-font.cc (load_table): format error.
4864
4865         * lily/change-iterator.cc (process): format fix.
4866
4867         * flower/include/international.hh (_f): idem.
4868
4869         * flower/include/std-string.hh: add format printf attribute.
4870
4871         * scm/define-grobs.scm (all-grob-descriptions): height of all
4872         PedalLineSpanner is Y-extent property. Fixes pedal-ped.ly
4873
4874         * lily/ambitus-engraver.cc (finalize): use grob_array. This fixes
4875         ambitus lines.
4876
4877         * input/regression/beam-cross-staff-slope.ly: remove decrescendo.
4878
4879 2006-02-22 Erik Sandberg  <mandolaerik@gmail.com>
4880
4881         * input/regression/: upgraded syntax for some files.
4882
4883         * THANKS: Add bughunters.
4884
4885 2006-02-22  Graham Percival  <gpermus@gmail.com>
4886
4887         * Documentation/user/ invoking.itely, advanced-notation.itely,
4888         global.itely: long-awaited "let's make chapter 10 not suck"
4889         update.  Rearrange chapter 10; now called "global issues",
4890         addresses file structure, etc.  Some info from other files
4891         moved into global.itely.
4892
4893 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4894
4895         * lily/accidental-engraver.cc (acknowledge_rhythmic_head): also
4896         catch trill-span-event notes.
4897
4898         * Documentation/user/examples.itely (Ancient notation templates): typo.
4899         (Jazz combo): typo.
4900
4901         * scripts/lilypond-book.py (main): scrap invokes_lilypond(). 
4902
4903         * Documentation/user/basic-notation.itely (Ties): document \repeatTie.
4904
4905         * Documentation/topdocs/NEWS.tely (Top): document \repeatTie.
4906
4907         * scm/define-music-types.scm (music-descriptions): add RepeatTieEvent
4908
4909         * lily/repeat-tie-engraver.cc (acknowledge_note_head): new file. cut & paste
4910         froum Laissez_vibrer_engraver.
4911
4912         * ly/declarations-init.ly (repeatTie): add \repeatTie
4913
4914         * scm/define-grobs.scm (all-grob-descriptions): add RepeatTie, RepeatTieColumn
4915
4916         * scm/define-grob-properties.scm (all-user-grob-properties): add
4917         head-direction property.
4918
4919         * lily/tie-formatting-problem.cc (from_semi_ties): rename from
4920         from_lv_ties. Take head direction argument.
4921
4922         * lily/semi-tie-column.cc: rename from
4923         laissez-vibrer-tie-column.cc. Rename class too.
4924
4925         * lily/semi-tie.cc: rename from laissez-vibrer-tie.cc. Rename
4926         class too.
4927
4928         * lily/paper-score.cc (find_break_indices): move from Break_algorithm.
4929
4930         * lily/break-algorithm.cc (find_break_indices): remove linewidth <
4931         0 case.
4932         (find_breaks): idem.
4933
4934 2006-02-21  Graham Percival  <gpermus@gmail.com>
4935
4936         * Documentation/user/advanced-notation.itely: fixed make-moment]
4937         example.
4938
4939         * Documentation/user/basic-notation.itely: more clarification to
4940         transpose.
4941
4942 2006-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4943
4944         * lily/include/constrained-breaking.hh (class
4945         Constrained_breaking): new file.
4946
4947         * lily/constrained-breaking.cc (resize): new file.
4948
4949         * lily/gourlay-breaking.cc (do_solve): ragged-last iso raggedlast
4950
4951         * Documentation/user/advanced-notation.itely (Clusters): insert
4952         end ignore too.
4953
4954         * lily/tie-column.cc (calc_positioning_done): support for
4955         tie-score debugging
4956
4957         * lily/tie-formatting-problem.cc
4958         (generate_extremal_tie_variations): factor out.
4959         (score_ties_configuration): annotate all tie 
4960         (print_ties_configuration): new routine.
4961         (generate_configuration): nudge extremal ties outside of the head
4962         Y extents.
4963         (score_ties_configuration): oops. convert to staff-space before
4964         determining position symmetry.
4965
4966 2006-02-20  Graham Percival  <gpermus@gmail.com>
4967
4968         * Documentation/user/*-notation.itely: misc minor editing,
4969         shifting doc sections around.
4970
4971         * Documentation/user/*-notation-itely, global.itely,
4972         changing-defaults.itely: added new stuff from NEWS.
4973
4974 2006-02-20  Heikki Junes  <hjunes@cc.hut.fi>
4975
4976         * po/fi.po: update.
4977
4978 2006-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4979
4980         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): don't run
4981         lilypond --verbose for lp-book.
4982
4983         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
4984         $(outdir)/%.ly $(outdir)/%.ps): use $(srcdir) iso $(shell pwd).
4985
4986         * make/lysdoc-rules.make ($(outdir)/collated-files.tely): use
4987         $(buildscript-dir) iso. absolute depth.
4988
4989         * buildscripts/genicon.py (dir): thinko.
4990
4991         * Documentation/pictures/GNUmakefile ($(outdir)/%.ico): typo.
4992
4993 2006-02-19 Erik Sandberg  <mandolaerik@gmail.com>
4994
4995         * scm/output-lib.scm: swap darkcyan/darkyellow
4996
4997         * THANKS: Add bughunters.
4998
4999 2006-02-19  Graham Percival  <gpermus@gmail.com>
5000
5001         * Documentation/user/programming-interfaces.itely: fixed example.
5002
5003         * Documentation/user/instrument-notation.itely: fix @{ @}.
5004
5005         * scm/script.scm: add avoid-slur for \open.
5006
5007 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5008
5009         * lily/tie-formatting-problem.cc (score_configuration): use
5010         sliding score for min-length. 
5011
5012         * Documentation/pictures/GNUmakefile (local-dist): loose the rule
5013         spaghetti for icons.
5014
5015         * buildscripts/genicon.py (program_name): new file.
5016
5017         * lily/tie-formatting-problem.cc (set_chord_outline): put dots
5018         in outline too.  
5019         (generate_configuration): for small ties, also look for collisions
5020         at Y + DIR*h + DELTA_Y.
5021         (get_variations): consider variation for dot positions too.
5022
5023         * lily/side-position-interface.cc (aligned_side): take abs for
5024         quantized rounded position. Fixes tenuto below staff.
5025
5026         * scm/stencil.scm (annotate-y-interval): robustify: print nan/inf
5027         markers when necessary.
5028
5029         * lily/program-option.cc (internal_set_option): add
5030         strict_infinity_checking option.
5031
5032         * scm/output-lib.scm (cyan): swap yellow and cyan.
5033
5034 2006-02-19  Graham Percival  <gpermus@gmail.com>
5035
5036         * darwin.patch: trivial linenumber update.
5037
5038         * Documentation/user/ {various}: `\context foo = named' changed
5039         to `\new foo = "name"' in docs.
5040
5041 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5042
5043         * scm/stencil.scm (annotate-y-interval): use it.
5044
5045         * scm/lily-library.scm (interval-sane?): new function.
5046
5047         * buildscripts/mf-to-table.py (Char_metric.__init__): remove
5048         tfm_checksum stuff.
5049
5050         * lily/tie-formatting-problem.cc (from_lv_ties): add heads for
5051         common refpoint.
5052
5053         * flower/include/std-vector.hh (iterof): add iterof macro.
5054
5055         * lily/enclosing-bracket.cc (width): new function.
5056
5057         * lily/align-interface.cc (align_elements_to_extents): reinstate
5058         warning.
5059
5060 2006-02-18  Heikki Junes  <hjunes@cc.hut.fi>
5061
5062         * Documentation/index.html.in: fix spelling: thankyous.
5063
5064 2006-02-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5065
5066         * lily/lyric-hyphen.cc: typo.
5067
5068 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5069
5070         * stepmake/stepmake/c++-rules.make ($(outdir)/%.cc
5071         $(outdir)/%.hh): generate h and c in one rule; otherwise -jX
5072         builds don't work. 
5073
5074         * VERSION: release 2.7.35
5075
5076         * lily/beam.cc (get_default_dir): oops. Take abs () for
5077         extremes[DOWN].
5078         (get_default_dir): use extreme position criterion only in absence
5079         of forced stem directions.
5080
5081         * VERSION (PATCH_LEVEL): bump VERSION.
5082
5083         * mf/GNUmakefile: explicit rules for emmentaler/aybabtu
5084         dependencies. Necessary for -jX builds.  
5085
5086 2006-02-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5087
5088         * lily/relocate.cc (setup_paths): Yet another const fix.
5089
5090 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5091
5092         * configure.in (HOST_ARCH): determine HOST_ARCH in configure.
5093
5094         * lily/relocate.cc (setup_paths): oops.
5095
5096 2006-02-17  Heikki Junes  <hjunes@cc.hut.fi>
5097
5098         * Documentation/index.html.in: order links: html before PDF.
5099
5100 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5101
5102         * lily/tie-column-format.cc (Module): remove.
5103
5104         * lily/relocate.cc (setup_paths): GCC 4.2 fixes: const correctness.
5105
5106         * lily/text-spanner.cc (print): idem.
5107
5108         * lily/dynamic-text-spanner.cc (print): only print line if longer
5109         than dash-period.
5110
5111         * lily/auto-change-iterator.cc (change_to): formatting.
5112
5113         * lily/beam.cc (get_default_dir): take extreme note head as input
5114         for stem direction.
5115
5116         * lily/tie.cc (get_default_dir): only look directions for visible
5117         stems. 
5118
5119         * lily/side-position-interface.cc (aligned_side): oops. Don't
5120         mutiply with direction. This fixes quantized (staccato, tenuto)
5121         scripts below notes.
5122
5123         * lily/lyric-hyphen.cc (set_spacing_rods): oops. Multiply with
5124         direction. Fixes c-lyrics-center-align.ly
5125
5126 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
5127
5128         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Add copy
5129         constructor.
5130
5131         * lily/std-string.cc:
5132         * lily/include/std-vector.hh (split_string): Move and rename from
5133         lily/include/misc.hh, lily/misc.cc.  Update callers.
5134
5135 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5136
5137         * lily/include/pango-font.hh: HAVE_PANGO_FT2 iso. HAVE_PANGO_16
5138
5139 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
5140
5141         * flower/test-file.cc: New file.
5142
5143         * stepmake/stepmake/test-vars.make (TEST_MODULE_LIBES): Fixes for
5144         libraries.
5145
5146         * flower/GNUmakefile (TEST_MODULE_LIBS): Link to flower lib.
5147
5148 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5149
5150         * flower/include/file-storage.hh: remove file.
5151
5152         * lily/include/midi-item.hh (class Midi_track): idem.
5153
5154         * lily/include/source.hh (class Sources): idem.
5155
5156         * lily/include/performance.hh (class Performance): use vector
5157         iso. Cons<>
5158
5159         * flower/include/cons.hh (class Cons): remove file.
5160
5161         * flower/include/flower-proto.hh: remove template cruft.
5162
5163         * lily/include/font-metric.hh: use size_t not vsize for indices.
5164
5165         * flower/include/flower-proto.hh (Module): remove std-vector.hh
5166         from proto.
5167
5168         * lily/include/all-font-metrics.hh: use HAVE_PANGO_FT2
5169
5170         * lily/include/paper-book.hh (class Paper_book):
5171         make get_system_specs() public.
5172
5173         * scm/layout-page-layout.scm (optimal-page-breaks): only consider
5174         the force=10000 case if we don't have a current-best. 
5175
5176         * lily/tuplet-bracket.cc (get_bounds): don't do (size() - 1) for
5177         vsize 
5178
5179         * flower/include/flower-proto.hh: remove outdated templates.
5180
5181         * scm/page.scm: use annotate-spacing
5182
5183 2006-02-15  Graham Percival  <gpermus@gmail.com>
5184
5185         * scm/translation-functions.scm: circle patch from Erlend, thanks!
5186
5187         * THANKS: moved Erlend Aasland to contributors.
5188
5189 2006-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5190
5191         * config.hh.in: remove HAVE_PANGO_16
5192
5193         * lily/tuplet-bracket.cc (calc_positions): multiply with
5194         staff-space for beam case. This fixes tuplets+beams on scaled
5195         staves.
5196
5197         * config.hh.in: remove all Kpathsea related defines.
5198
5199         * lily/dot-column.cc (side_position): reach stem via dots->
5200         head->stem. Inspect all stems for dot collisions. 
5201
5202         * lily/dot-column-engraver.cc (class Dot_column_engraver): excise
5203         stem handling.
5204
5205         * lily/bar-number-engraver.cc (process_music): document function
5206         of whichBar.
5207
5208         * lily/score.cc (default_rendering): add pscore, not systems
5209         themselves.
5210
5211         * lily/paper-book.cc (get_system_specs): separate generation of
5212         titles and systems.
5213
5214         * flower/include/std-vector.hh: don't include config.hh
5215
5216 2006-02-15  Jan Nieuwenhuizen  <janneke@gnu.org>
5217
5218         * flower/include/std-vector.hh: Better wrapper compatibility with
5219         std::vector.
5220
5221         * flower/include/flower-proto.hh: Remove cheap forward declaration
5222         attempts.
5223
5224         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): Bugfix.
5225
5226 2006-02-14  Graham Percival  <gpermus@gmail.com>
5227
5228         * Documentation/user/invoking.itely: add warning about command line.
5229
5230 2006-02-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5231
5232         * lily/include/lily-proto.hh: add Prob, rm Page.
5233
5234         * flower/include/std-vector.hh (VPOS): use 64 bit-proof version.
5235
5236         * VERSION: release 2.7.34
5237
5238         * lily/relocate.cc (framework_relocation): show canary if
5239         GHOSTSCRIPT_VERSION undefined.
5240
5241         * GNUmakefile.in: remove $(VERSION) symlink.
5242
5243         * lily/relocate.cc (setup_paths): add + 
5244
5245 2006-02-13  Heikki Junes  <hjunes@cc.hut.fi>
5246
5247         * Documentation/index.html.in: specify sizes for all big HTML pages.
5248
5249 2006-02-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5250
5251         * config.hh.in: remove @FRAMEWORKDIR@
5252
5253         * lily/system-start-text.cc (get_stencil): new file: separate out
5254         system-start-delimiter text support.
5255
5256         * input/**ly: replace \context with \new where appropriate.
5257         
5258         * THANKS: add Don.
5259
5260         * lily/slur-scoring.cc (get_base_attachments): use
5261         robust_relative_extent. This fixes problems with empty paper-columns. 
5262
5263 2006-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5264
5265         * Documentation/topdocs/NEWS.tely (Top): document \new syntax.
5266
5267         * scm/define-music-properties.scm (all-music-properties):
5268         create-new property.
5269
5270         * lily/context-specced-music-iterator.cc (construct_children):
5271         inspect 'create-new property iso. magical $uniqueContextId context
5272         id.
5273
5274         * lily/parser.yy (optional_id): allow \new "Bar" = "foo" too.
5275
5276         * lily/context-key-manager.cc (Module): new file. Encapsulate
5277         object key generation.
5278
5279         * lily/include/context-key-manager.hh (Module): new file.
5280
5281 2006-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5282
5283         * scm/define-grobs.scm (all-grob-descriptions): center instrument
5284         names vertically
5285
5286         * configure.in (LINK_GXX_STATICALLY): strip -DSTRING_UTILS_INLINED
5287         options.
5288         (reloc_b): excise --enable-framework-dir
5289
5290         * lily/relocate.cc (framework_relocation): use getenv
5291         LILYPOND_GS_VERSION or -DGHOSTSCRIPT_VERSION to set GS version.
5292
5293 2006-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
5294
5295         * flower/include/std-string.hh: 
5296         * flower/include/std-vector.hh: Finish std:: conversion; move
5297         flower extensions from std:: namespace.  Update users.
5298
5299         * lily/include/lily-proto.hh: Replace Link_array__*_ macros by
5300         their expansion to vector<*>.  Update users.
5301
5302 2006-02-10  Graham Percival  <gpermus@gmail.com>
5303
5304         * Documentation/user/invoking.itely: add example to File structure.
5305
5306         * Documentation/user/ instrument-notation.itely, cheatsheet.itely,
5307         examples.itely, putting.itely: {\new|\context} Lyrics \lyricsto.
5308
5309 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5310
5311         * ly/paper-defaults.ly: typo.
5312
5313         * lily/parenthesis-engraver.cc (acknowledge_grob): don't do
5314         set_parent() for parentheses. This will make it show up in bbox
5315         calculations.
5316
5317         * scm/output-lib.scm (parentheses-item::print): rewrite, using
5318         ly:grob-common* functions.
5319
5320         * lily/grob-scheme.cc (LY_DEFINE):
5321         ly:grob-common-refpoint-of-array: new function 
5322         ly:grob-common-refpoint: new function 
5323         ly:grob-relative-coordinate: new function 
5324
5325         * lily/instrument-name-engraver.cc (process_music): use
5326         Text_interface::is_markup(). This fixes \markup on instrument names.  
5327
5328         * scm/define-grobs.scm (all-grob-descriptions): set line-thickness
5329         for ties and slurs.
5330
5331         * lily/slur.cc (print): idem.
5332
5333         * lily/tie.cc: add line-thickness for ties. 
5334
5335 2006-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
5336
5337         * scm/output-svg.scm: Document diversion from GNU coding standards
5338         as a workaround for a bug in Microsoft Internet Explorer.
5339
5340 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5341
5342         * lily/instrument-name-engraver.cc (process_music): use
5343         is_markup() iso. is_string()
5344
5345         * Documentation/user/changing-defaults.itely (Module): add menu entry.
5346
5347         * lily/percent-repeat-engraver.cc (process_music): only look at
5348         main_part_ for % repeats.
5349
5350         * lily/stem-tremolo.cc (get_beam_translation): new function.
5351         (calc_slope): new function.
5352         (height): don't use real slope.
5353
5354 2006-02-10  Jürgen Reuter  <reuter@ipd.uka.de>
5355
5356         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: add
5357         new connect-to-neighbor, control-points and staff-padding
5358         properties to make ligature brackets showing up again.
5359
5360 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5361
5362         * VERSION: release 2.7.33
5363
5364         * lily/relocate.cc (prefix_relocation): oops. One TOPLEVEL_VERSION
5365         too many.
5366
5367         * Documentation/user/changing-defaults.itely (Difficult tweaks):
5368         remove applyOutput example.
5369         (Objects connected to the input): document \tweak, \parenthesize
5370
5371         * lily/relocate.cc (prefix_relocation): allow "current"
5372         iso. TOPLEVEL_VERSION for share/lilypond/ suffix. This makes
5373         changing VERSION in a lily tree less painful.
5374
5375         * input/regression/parenthesize.ly: new file. 
5376
5377         * scm/output-lib.scm (parenthesize-element): new function.
5378
5379         * scm/define-grobs.scm (all-grob-descriptions): add ParenthesesItem.
5380
5381         * lily/parenthesis-engraver.cc (acknowledge_grob): new file.
5382
5383         * lily/accidental-engraver.cc (make_standard_accidental): reroute
5384         cause: accidentals are caused by note heads, not note events. 
5385
5386 2006-02-08  Graham Percival  <gpermus@gmail.com>
5387
5388         * darwin.patch: small patch from Erlend, thanks!
5389
5390         * Documentation/user/basic-notation.itely: add stem-neutral example.
5391
5392         * Documentation/user/putting.itely: clarifications.
5393
5394 2006-02-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5395
5396         * Documentation/topdocs/NEWS.tely (Top): remove internal cleanup
5397         note, add more guidelines to what should go into NEWS.
5398
5399         * input/sakura-sakura.ly: document how to override font.
5400
5401         * input/regression/font-family-override.ly:  doc -dshow-available-fonts
5402
5403 2006-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5404
5405         * lily/midi-item.cc (to_string): truncate time sig at 255 beats.
5406
5407 2006-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
5408
5409         * scripts/convert-ly.py (lilypond_version_re_str): Move from
5410         convertrules.  Add explicit grouping, needed for python2.2.
5411
5412 2006-02-07  Jan Nieuwenhuizen  <janneke@gnu.org>
5413
5414         * Documentation/topdocs/NEWS.tely (Top): Mention code cleanup.
5415
5416 2006-02-07  Graham Percival  <gpermus@gmail.com>
5417
5418         * Documentation/user/global.itely: fix line-width in (text) docs.
5419
5420         * Documentation/user/lilypond-book.itely: same.
5421
5422 2006-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5423
5424         * VERSION (PACKAGE_NAME): release 2.7.32
5425
5426         * Documentation/topdocs/NEWS.tely (Top): document new variable
5427         naming.
5428
5429         * flower/include/array.icc (Message): remove file.
5430
5431         * flower/include/std-vector.hh: make sure vsize and VPOS are
5432         defined for binary_search_bounds().
5433
5434         * flower/std-string.cc (std): add to_string(long unsigned).
5435
5436         * configure.in (gui_b): excise std_string option.
5437         (gui_b): excise std_vector option.
5438
5439         * flower/string.cc (Module): excise flower array & string
5440
5441         * flower/include/std-string.hh: excise flower string.
5442
5443         * {ly,lily,scm}/*: use dashes in \paper and \layout variables
5444
5445         * python/convertrules.py (lilypond_version_re_str): require
5446         only numbers and dots in \version string.
5447
5448 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5449
5450         * lily/system-start-delimiter.cc (print): allow style = text too.
5451
5452         * lily/system-start-delimiter-engraver.cc
5453         (acknowledge_system_start_text): new function, also add add to
5454         support of system-start-text (instrument names). This fixes
5455         instrument names on piano staves.
5456
5457         * lily/instrument-name-engraver.cc: rewrite. Use
5458         system-start-delimiter approach. This save memory and cpu.
5459
5460         * scm/define-grobs.scm (all-grob-descriptions): remove
5461         instrument-name from break-alignment.
5462
5463         * mf/GNUmakefile ($(NCSB_TTFS)): depend on pfx2ttf script too.
5464
5465 2006-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5466
5467         * stepmake/stepmake/generic-vars.make (LOOP): Add PLUS to keep -j
5468         jobserver going.
5469
5470         * configure.in (std_vector): On by default.
5471
5472         * lily/include/font-metric.hh:
5473         * lily/include/tfm-reader.hh: 
5474         * lily/include/spanner.hh: Use unsigned for indices and sizes.
5475         Update users.
5476
5477         * Documentation/user/changing-defaults.itely: Fix link v2.5, out-www.
5478
5479 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5480
5481         * VERSION (PACKAGE_NAME): 2.7.31
5482
5483         * scm/framework-ps.scm (dump-stencil-as-EPS): don't hardcode left
5484         EPS edge at 0, but take minimum with left-overshoot. This fixes
5485         cut off system start delims. 
5486
5487         * lily/instrument-name-engraver.cc (stop_translation_timestep):
5488         hack: add to axis group if not added yet. This fixes hara kiri'd
5489         piano staves.
5490
5491         * lily/hara-kiri-group-spanner.cc
5492         (force_hara_kiri_in_y_parent_callback): fix signatures.
5493
5494         * lily/hairpin.cc (print): check next hairpin to see whether or
5495         not to be continuing.
5496
5497 2006-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
5498
5499         * Remove trailing whitespace from makefiles.
5500         
5501         * flower/include/std-vector.hh: Add binary_search_bounds workaround
5502         for earlier gcc.
5503
5504         * .cvsignore: Add out*, out-www, config-*.  Remove lots of cruft.
5505
5506         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Workaround.
5507
5508         * config.hh.in (HAVE_STL_DATA_METHOD): Add.
5509
5510         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): New function.
5511
5512         * configure.in: Use it.
5513
5514 2006-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5515
5516         * scm/music-functions.scm (pitch-of-note): new function.
5517
5518         * ly/music-functions-init.ly: add \octave and \addquote
5519
5520         * lily/parser.yy (music_function_chord_body): softcode \octave.
5521         (lilypond_header): softcode \addquote
5522
5523 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5524
5525         * flower/include/std-vector.hh[STD_VECTOR]: Do not include
5526         array.hh, parray.hh at all.  Getting ready to flip the
5527         configure default.
5528
5529         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
5530
5531         * lily/source-file.cc (file::get_line): Help binary_search_bounds
5532         a bit.
5533
5534         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
5535
5536 2006-02-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5537
5538         * flower/include/array.hh: typo. 
5539
5540 2006-02-02  Graham Percival  <gpermus@gmail.com>
5541
5542         * Documentation/user/advanced-notation.itely: doc "\#" in text.
5543
5544 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5545
5546         * flower/include/pqueue.hh: Derive from std::vector.
5547
5548         * flower/include/parray.hh: Conform to std::vector interface.
5549         Update users.
5550
5551 2006-02-02  Graham Percival  <gpermus@gmail.com>
5552
5553         * Documentation/topdocs/NEWS.itely: grammar fix from Laura.
5554
5555 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5556
5557         * flower/file-path.cc (is_file): remove if 0 section.
5558
5559         * buildscripts/pfx2ttf.fontforge (err): robustness fix for
5560         selecting afii61352.
5561
5562 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5563
5564         * flower/include/std-vector.hh (boundary): Oops, reverse.
5565
5566         * flower/string-convert.cc (convert::unsigned_string): Bugfix:
5567         remove superfluous `d'.
5568
5569         * flower/include/std-vector.hh (boundary, top): Detach from class.
5570         Remove empty vector shell.
5571
5572         * flower/include/array.hh (reverse, swap): Detach from class.
5573         Update users.
5574         
5575         * flower/include/std-vector.hh
5576         * flower/include/array.hh (concat): Globally change to insert ().
5577
5578         
5579         * flower/include/std-vector.hh
5580         * flower/include/parray.hh
5581         * flower/include/array.hh (elem, elem_ref): Globally replace by
5582         at ().
5583
5584 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5585
5586         * Documentation/topdocs/NEWS.tely (Top): use ly: prefix for members.
5587
5588         * python/convertrules.py (FatalConversionError.sub_cxx_id):
5589         anticipate on identifier substitutions.
5590
5591 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5592
5593         * flower/include/std-vector.hh (insert): Remove, replace by
5594         std::vector interface.  Update callers.
5595
5596         * flower/include/array.icc (insert): Change signature to
5597         match std::vector interface.
5598         
5599         * flower/include/array.icc (vector_sort): Bugfix.
5600
5601 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5602
5603         * lily/parser.yy (output_def_head_with_mode_switch): new
5604         production. Result: dashes and underscores may be used in the
5605         \paper block.
5606
5607         * lily/lexer.ll: add DASHED_WORD.  Accept in INITIAL mode.
5608
5609         * python/convertrules.py (conv): oops. One slash too much.
5610
5611 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5612
5613         * flower/include/std-vector.hh (sort): Remove, replace by
5614         ::vector_sort.  Update callers.
5615
5616         * flower/include/std-vector.hh (slice): Remove.  Update callers.
5617         (sort): Bugfix.
5618
5619         * flower/test-std.cc (vector_sort): New test.
5620
5621 2006-02-01  Graham Percival  <gpermus@gmail.com>
5622
5623         * Documentation/user/putting.itely: fixes from Erik.
5624
5625 2006-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
5626
5627         * flower/test-std.cc: Add simple unit test for vector migration.
5628
5629         * stepmake/stepmake/test*: Unit test support.
5630
5631         * flower/include/std-vector.hh (del): Remove.  Use erase (),
5632         update callers.
5633
5634         * flower/include/array.hh (begin, end): Add.
5635         (del, get): Remove.
5636
5637 2006-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5638
5639         * lily/include/lily-guile-macros.hh (MAKE_SCHEME_CALLBACK): use
5640         std::string not String. 
5641
5642         * lily/context-def.cc (path_to_acceptable_context): use INT_MAX
5643         iso UINT_MAX.
5644
5645         * lily/prob.cc (Prob): copy type_ too.
5646
5647         * lily/lily-guile.cc (mangle_cxx_identifier): new
5648         function. Class_bla::foo_bar_[px] ->
5649         ly:class-bla::foo-bar[?!]. Changes throughout
5650
5651 2006-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5652
5653         * flower/include/guile-compatibility.hh (scm_from_unsigned): add scm_from_unsigned().
5654
5655         * lily/beam.cc (calc_direction): take dir from visible stem in
5656         degenerate case.
5657
5658 2006-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
5659
5660         * lily/melody-spanner.cc (spanner::calc_neutral_stem_direction):
5661         Fix -1, >=0 boundary checks for unsigned vsize.
5662
5663         * lily/separating-group-spanner.cc (spanner::find_rods): Fix >=0
5664         loop for unsigned vsize.
5665
5666         * configure.in (--enable-std-vector): New option.
5667         (--enable-std-string): On by default.
5668
5669         * flower/include/std-vector.hh: New file.  Enable switch to
5670         std::vector, update client code.
5671
5672 2006-01-30  Graham Percival  <gpermus@gmail.com>
5673
5674         * scm/document-translation.scm: clarify "this context is also
5675         known as".  Thanks, Werner!
5676
5677         * Documentation/user/putting.itely: small fixes from Don Blaheta.
5678
5679         * Documentation/user/invoking.itely: small fix from Don.
5680
5681 2006-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5682
5683         * scm/lily.scm (define-scheme-options): rename option
5684         preview-include-book-title to book-title-preview
5685         (define-scheme-options): move force-eps-font-include (from paper
5686         block) to eps-font-include -d option.
5687
5688         * VERSION (PATCH_LEVEL): release 2.7.30
5689
5690         * input/bach-schenker.ly (staffPiano): new file.
5691
5692         * buildscripts/pfx2ttf.fontforge: remove No. glyph from TTF file.
5693
5694         * Documentation/topdocs/NEWS.tely (Top): simplify NEWS entry, add
5695         credits to Nicolas.
5696
5697         * scm/define-markup-commands.scm (epsfile): add scaling to \epsfile.
5698
5699         * ps/lilyponddefs.ps: remove start-system, stop-system,
5700         start-page fluff. This saves putting { } code on the stack, fixing
5701         stack overflows when including EPS files.
5702
5703 2006-01-29  Graham Percival  <gpermus@gmail.com>
5704
5705         * Documentation/user/putting.itely: minor fixes (comments on -devel).
5706
5707 2006-01-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5708
5709         * Documentation/topdocs/NEWS.tely (Top): add \parallelMusic news.
5710
5711 2006-01-28  Graham Percival  <gpermus@gmail.com>
5712
5713         * Documentation/user/putting.itely: minor fixes (mostly tab->space).
5714
5715 2006-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5716
5717         * input/mutopia/claop.py: Update.
5718
5719 2006-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5720
5721         * input/regression/completion-heads.ly (texidoc): fix.
5722
5723         * lily/staff-symbol-referencer.cc (on_staff_line): idem.
5724
5725         * lily/tie-formatting-problem.cc
5726         (set_ties_config_standard_directions): use abs iso fabs for ints.
5727
5728         * Documentation/topdocs/INSTALL.texi (Top): document ncsb requirement.
5729
5730         * mf/feta-bolletjes.mf (overdone_heads): solfa_noteheight, a
5731         little less than noteheight, to prevent overlaps in chords.
5732
5733         * lily/note-collision.cc (check_meshing_chords): wipe upper FA
5734         head, and fudge stem-attachment.
5735
5736         * scm/lily-library.scm (not): define hash-for-each for guile 1.6
5737
5738         * lily/slur-scoring.cc (get_best_curve): handle opt_idx < 0 case.
5739
5740 2006-01-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5741
5742         * lily/main.cc (main): Debugging aid: catch exceptions.
5743
5744         * flower/std-string.cc (to_string): Robustification.  Fixes midi
5745         output with std::string.
5746
5747 2006-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5748
5749         * Documentation/topdocs/INSTALL.texi (Top): remove libkpathsea notes.
5750
5751 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
5752
5753         * Fix -DSTRING_UTILS_INLINED.
5754
5755 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5756
5757         * VERSION (PATCH_LEVEL): release 2.7.29
5758
5759         * lily/relocate.cc (setup_paths): mingw uses std string too.
5760
5761         * lily/*.cc: various fixes for substr(ARG).
5762
5763         * lily/sustain-pedal.cc (print): 
5764
5765         * flower/file-name.cc (slashify): use std strings.
5766
5767         * flower/string-convert.cc: remove publib.h
5768
5769         * scm/define-markup-commands.scm (verbatim-file): new markup
5770         command \verbatim-file
5771
5772         * Documentation/topdocs/NEWS.tely: fixup URLs
5773
5774         * input/regression/alignment-vertical-manual-setting.ly (Module):
5775         new file.
5776
5777         * lily/align-interface.cc (align_elements_to_extents): overwrite
5778         translations with numbers in alignment-offsets from left bound
5779
5780         * scm/page.scm (make-page-stencil): read X-offset from paper-system.
5781         (page-translate-systems): new function: take into account Y-offset.
5782
5783         * Documentation/topdocs/NEWS.tely (Top): document new features.
5784
5785         * input/regression/page-layout-manual-position.ly (Module): new
5786         file.
5787
5788 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
5789
5790         * flower/file-path.cc (path::parse_path): Oops.
5791
5792         * Finish std::string interface.  For now, use std:: marker
5793         throughout for easy s/r.
5794
5795 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5796
5797         * Documentation/user/putting.itely (Score is a single musical
5798         expression): typo.
5799         (Score is a single musical expression): more typos.
5800
5801         * scm/page.scm (annotate-space-left): thinko.
5802         (annotate-page): more thinkos.
5803
5804 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5805
5806         * scm/layout-page-layout.scm (write-page-breaks): record tweaks
5807         for different \score blocks separately.
5808         (post-process-pages): put write-page-layout into paper block.
5809
5810         * lily/output-def.cc (get_parser): new file.
5811
5812         * lily/output-def-scheme.cc (LY_DEFINE): ly:output-def-parser, new
5813         file.
5814
5815         * lily/include/output-def.hh (class Output_def): add parser_ member.
5816
5817         * input/regression/page-layout-twopass.ly (Module): new file.
5818
5819         * scm/lily.scm: remove cpp hack.
5820
5821         * lily/lyric-engraver.cc (get_voice_to_lyrics): use NPOS everywhere.
5822
5823 2006-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5824
5825         * GNUmakefile.in (c-clean): New target.
5826
5827         * flower/include/std-string.hh: String/std::string compatibility:
5828         Use NPOS for `not found' (iso -1), use ssize for length () and pos
5829         type.
5830
5831         * flower/rational.cc: 
5832         * flower/include/rational.hh: 
5833
5834         * flower/offset.cc: 
5835         * flower/include/offset.hh: 
5836
5837         * flower/interval.cc: 
5838         * flower/include/interval.hh: 
5839
5840         * flower/string-convert.cc: 
5841         * flower/include/string-convert.hh: Use std::string [interface].
5842         Update callers.
5843
5844 2006-01-25  Heikki Junes  <hjunes@cc.hut.fi>
5845
5846         * Documentation/index.html.in: clean up.
5847
5848 2006-01-25  Graham Percival  <gpermus@gmail.com>
5849
5850         * Documentation/user/putting.itely: another new untested doc section.
5851
5852 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5853
5854         * scm/layout-page-layout.scm (write-page-breaks): write
5855         \spacingTweaks #ALIST. Handle grace timing.
5856
5857         * scm/: more imports.
5858
5859         * scm/page.scm (make-page): add footer/header.
5860         (annotate-space-left): revise: only take page argument.
5861         (layout->page-init): new function.
5862
5863         * scm/layout-page-layout.scm (write-page-breaks): preliminary
5864         version of the system/spacing/linebreak hack writing to the output
5865
5866         * lily/prob-scheme.cc (LY_DEFINE): take optional 'key val args in
5867         ly:make-prob.
5868
5869         * lily/grob-scheme.cc (LY_DEFINE): ly:spanner-get-bound ->
5870         ly:spanner-bound
5871
5872 2006-01-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5873
5874         * scm/stencil.scm (annotate-y-interval): move from layout-page-layout.scm
5875
5876         * scm/paper-system.scm (paper-system-annotate): new file. Handle paper-system.
5877
5878         * scm/layout-page-layout.scm (optimal-page-breaks): move all page
5879         handling to page.scm
5880
5881         * lily/prob-scheme.cc (LY_DEFINE): new file.
5882         (LY_DEFINE): functions ly:make-prob , ly:prob-type? , ly:prob-(set-)property(!)
5883
5884         * lily/music-scheme.cc (LY_DEFINE): rewrite get/set property using
5885         prob functions.
5886
5887         * lily/music.cc (derived_mark): derive Music from Prob.
5888
5889         * lily/paper-system.cc (LY_DEFINE): derive from Prob.
5890
5891         * lily/prob.cc (Module): Implement Prob (Property Object), object
5892         with shared and r/w property alists.  
5893
5894         * lily/include/prob.hh (Module): new file. Declare Prob.
5895
5896         * flower/string.cc: remove is_empty().
5897
5898         * flower/include/string.hh (class String): remove String:: qualifier.
5899
5900         * buildscripts/analyse-cxx-log.py: new file. Read compile log to
5901         substitute appropriate functions.
5902
5903         * flower/include/string.hh (class String): remove to_str0 and
5904         is_empty(). S&R everywhere.
5905
5906 2006-01-23  Graham Percival  <gpermus@gmail.com>
5907
5908         * Documentation/user/basic-notation.itely: add hairpin
5909         after-linebreak tweak to commonprop.
5910
5911         * Documentation/user/putting.itely: added two new sections.
5912
5913 2006-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5914
5915         * flower/international.cc: 
5916         * flower/include/international.hh: 
5917
5918         * flower/getopt-long.cc: 
5919         * flower/include/getopt-long.hh: Use std::string [interface].
5920         Update callers.
5921
5922         * flower/include/std-string.hh: Oops, bugfix for --disable-std-string.
5923
5924         * stepmake/stepmake/executable-rules.make: Add dependency on
5925         module libraries.
5926
5927 2006-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5928
5929         * flower/file-path.cc: 
5930         * flower/include/file-path.hh: Use std::string [interface].
5931         Update callers.
5932
5933         * flower/direction.cc: 
5934         * flower/axis.cc: Unused.  Remove.
5935
5936         * configure.in (--enable-std-string): New option.
5937
5938         * flower/std-string.cc: 
5939         * flower/include/std-string.hh: New file.
5940
5941         * flower/file-name.cc[STD_STRING]:
5942         * flower/include/file-name.hh[STD_STRING]: Use it.  Update callers.
5943
5944 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5945
5946         * scm/output-svg.scm (placebox): no GNU coding standards in SVG output. 
5947
5948         * scm/define-markup-commands.scm (with-dimensions):
5949         with-dimensions markup command.
5950
5951         * input/test/font-table.ly: use it.
5952
5953         * lily/open-type-font.cc (glyph_list): new function.
5954
5955         * lily/open-type-font-scheme.cc (LY_DEFINE): ly:otf-glyph-list function.
5956
5957         * lily/ttf.cc: remove ly:font-glyph-list scheme function
5958
5959 2006-01-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5960
5961         * ly/music-functions-init.ly (parallelMusic): new music function
5962         for parallel music entry.
5963
5964         * scm/define-music-properties.scm (all-music-properties): new
5965         'void music property
5966
5967         * scm/music-functions.scm (ly:music-message): make public, to be
5968         used in music function definitions
5969
5970         * scm/lily-library.scm (collect-music-for-book): discard music
5971         when the 'void property is set.
5972
5973 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5974
5975         * lily/ttf.cc (LY_DEFINE): store name before destroying face.
5976
5977         * mf/GNUmakefile: idem.
5978
5979         * buildscripts/mf-to-table.py (help): excise fetaXXlist.ly support.
5980
5981         * stepmake/bin/install.py (dest): Only chmod/chown just created directories
5982
5983         * Documentation/user/notation-appendices.itely (The Feta font):
5984         use it.
5985
5986         * input/test/font-table.ly: new file. Generate font table within lily.
5987
5988         * Documentation/user/notation-appendices.itely (The Feta font):
5989         use new font-table.ly file. 
5990
5991         * stepmake/stepmake/install-out-targets.make
5992         (local-install-outfiles): only create directory if
5993         $(INSTALLATION_OUT_DIR) is defined. This fixes install on Gentoo.
5994
5995 2006-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5996
5997         * lily/ttf.cc (LY_DEFINE): new function ly:font-glyph-list.
5998
5999         * VERSION (PACKAGE_NAME): release 2.7.28
6000
6001         * scm/framework-ps.scm (write-preamble): use it to pick exactly
6002         the right font from a Mac dfont.
6003         (write-preamble): don't forget directory, only look at files.
6004
6005         This fixes problems with TTF files in dfonts that don't match
6006         their PostScript names.
6007          
6008         * lily/ttf.cc (LY_DEFINE): ly:ttf-ps-name: new routine to extract
6009         PS name from TTF font.
6010
6011         * input/regression/tie-manual.ly: document new feature.
6012
6013         * Documentation/topdocs/NEWS.tely (Top): add tie NEWS.
6014
6015         * VERSION (MY_PATCH_LEVEL): bump to .28
6016
6017         * Documentation/user/basic-notation.itely (Ties): add tie examples
6018         refs.
6019
6020         * lily/tie-formatting-problem.cc (score_ties_configuration):
6021         symmetry penalties for outer ties.
6022
6023 2006-01-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6024
6025         * lily/tie-formatting-problem.cc (generate_configuration) 
6026         (set_manual_tie_configuration): skip non-pair manual
6027         tie-configuration, so you can set individual ties as
6028
6029           #'tie-configuration = #'((7 . 1) #t (-3 . 1))
6030
6031         * input/regression/tie-chord.ly: use generateTiePattern to
6032         simplify file.
6033
6034         * lily/tie-formatting-problem.cc (peak_around): new function.
6035         (score_configuration): use sliding criterion for staff line collisions. 
6036         (score_configuration): idem for dot collisions.
6037         (generate_configuration): use separate stem_gap for gap to stem.
6038
6039         * lily/include/tie-formatting-problem.hh (struct Tie_details):
6040         separate penalty factors for x and y distance.
6041         (struct Tie_details): separate penalties for tip and center line collisions.
6042
6043 2006-01-19 Han-Wen Nienhuys  <hanwen@xs4all.nl>
6044
6045         * lily/tie-formatting-problem.cc (generate_configuration): make
6046         large ties avoid stafflines in the horizontal section.
6047         (score_configuration): use softcoded penalties
6048         (score_aptitude): idem.
6049
6050         * lily/tie-helper.cc (from_grob): softcode tie details
6051
6052         * lily/staff-symbol-referencer.cc (on_staff_line): new function
6053
6054         * lily/staff-symbol-referencer.cc (on_line): rename from
6055         on_staffline 
6056
6057 2006-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6058
6059         * ly/music-functions-init.ly: remove duplicate tag.
6060
6061         * lily/include/*.hh: GCC 4.1 fixes.
6062
6063 006-01-16  Erlend Aasland  <erlenda@gmail.com>
6064
6065         * Documentation/user/global.itely: fix typos; @bugs -> @refbugs
6066
6067         * scm/define-music-types.scm: fix bug in desc. string
6068         for OverrideProperty
6069
6070 2006-01-15 Erik Sandberg  <mandolaerik@gmail.com>
6071
6072         * scripts/lilypond-book.py: bugfix
6073
6074         * scm/define-music-types.scm: fix typos.
6075
6076 2006-01-14  Graham Percival  <gpermus@gmail.com>
6077
6078         * Documentation/user/ basic-notation.itely, global.itely,
6079         advanced-notation.itely, instrument-notation.itely: small
6080         additions (bugs and commonly tweaked properties).
6081
6082 2006-01-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6083
6084         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): generic
6085         detection of mingw build.
6086         (MINGW_BUILD): opps.
6087
6088 2006-01-12  Jan Nieuwenhuizen  <janneke@gnu.org>
6089
6090         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Add
6091         i686-mingw32.
6092
6093 2006-01-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6094
6095         * scm/music-functions.scm (skip->rest): add skip->rest
6096
6097 2006-01-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6098
6099         * lily/font-config.cc (init_fontconfig): call FcConfigBuildFonts()
6100         explicitly.
6101
6102         * lily/font-config-scheme.cc (LY_DEFINE): also display font and
6103         config dirs. Aids debugging. 
6104         (display_config): also display config files.
6105
6106 2006-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6107
6108         * VERSION: release 2.7.27
6109
6110         * lily/bar-line.cc (calc_bar_size): inspect staff->extent (Y_AXIS)
6111         for determining bar size.
6112
6113         * lily/staff-symbol.cc (print): place lines at distance line-positions
6114
6115         * scm/define-grob-properties.scm (all-user-grob-properties): add
6116         line-positions.
6117
6118         * lily/staff-symbol.cc (height): new function.
6119
6120         * input/regression/staff-line-positions.ly:  new file.
6121
6122 2006-01-06  Graham Percival  <gpermus@gmail.com>
6123
6124         * input/test/add-staccato.ly: remove reference to old file.
6125
6126 2006-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6127
6128         * scripts/lilypond-book.py (invokes_lilypond): allow . in path to
6129         lilypond binary too.
6130
6131 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6132
6133         * make/mutopia-rules.make (Module): use LILYPOND_BINARY
6134
6135 2006-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6136
6137         * scripts/midi2ly.py: Bugfix: Declare datadir.
6138
6139         * make/ly-rules.make:
6140         * make/mutopia-rules.make: Use LILYPOND_BINARY (WAS: LILYPOND, but
6141         that seems to be gone). Fixes make web.
6142
6143         * The grand 2005-2006 replace.
6144
6145         * VERSION (MY_PATCH_LEVEL): Stay on .26 for now.
6146
6147 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6148
6149         * make/lilypond-vars.make: set LILYPOND_BINARY variable
6150         (LILYPOND_BOOK_LILYPOND_FLAGS): new variable
6151         LILYPOND_BOOK_LILYPOND_FLAGS to hold system dependent settings,
6152         like -dgs-font-load.
6153
6154         * Documentation/user/GNUmakefile ($(outdir)/interfaces.itexi):
6155         remove absolute path to lilypond binary.
6156         
6157 2006-01-05 Pedro Kroeger    <kroeger@pedrokroeger.net>
6158
6159         * configure.in (NCSB_DIR): fix --with-ncsb-dir option.
6160
6161 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6162
6163         * make/lilypond-vars.make: support LILYPOND_EXTERNAL_BINARY variable.
6164
6165         * mf/GNUmakefile: remove broken dvips map symlink.
6166
6167 2006-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6168
6169         * lily/main.cc: 
6170         * configure.in: Cosmetic fixes.
6171
6172 2006-01-04  Mats Bengtsson  <mabe@s3.kth.se>
6173
6174         * Documentation/user/music-glossary.tely (Pitch names): Added
6175         Spanish pitch names and durations, thanks to Ernesto Gancedo
6176
6177 2006-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6178
6179         * scm/lily.scm (define-scheme-options): use quasi-quote for option
6180         init. Fixes verbose printing of .scm files.
6181
6182         * stepmake/aclocal.m4: add spaces before - options.
6183         
6184 2006-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
6185
6186         * lily/relocate.cc (setup_paths): Bugfix: do not store result
6187         of path search in local block variable.
6188
6189 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6190
6191         * configure.in (NCSB_DIR): --enable-ncsb-dir
6192         (LINK_GXX_STATICALLY): denko.
6193
6194         * mf/GNUmakefile ($(NCSB_TTFS)): NCSB_DIR iso. NCSB_PATH. 
6195
6196         * configure.in (LINK_GXX_STATICALLY): --enable-ncsb-path option. 
6197         use locate to find c059033l.pfb. 
6198         
6199 2006-01-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6200
6201         * lily/tie-formatting-problem.cc
6202         (problem::generate_base_chord_configuration): Use my_round (was
6203         round).
6204
6205         * lily/source-file.cc (file::get_counts)[!HAVE_MBRTOWC]: Bugfix,
6206         do not invoke mbrtowc.
6207
6208         * lily/relocate.cc (setup_paths): Add more debugging verbosity.
6209
6210 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6211
6212         * scm/lily.scm (lilypond-all): oops. remove debugging hack.
6213
6214 2005-01-02  Heikki Junes  <hjunes@cc.hut.fi>
6215
6216         * Documentation/user/invoking.itely (svg): revise.
6217
6218 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6219
6220         * lily/lexer.ll: use sourcefilename iso. renameinput.
6221
6222 2006-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6223
6224         * mf/GNUmakefile ($(NCSB_TTFS)): revise rule. Create
6225         <PostScriptName>.ttf instead of c059XXXttf.
6226
6227         * lily/program-option.cc (LY_DEFINE): special support for
6228         --verbose, so it works before option init too.
6229  
6230         * mf/GNUmakefile (local-install): oops.
6231
6232         * lily/lyric-hyphen.cc (print): oops.
6233
6234         * buildscripts/pfx2ttf.fontforge: new file.
6235         
6236         * mf/GNUmakefile (NCSB_PATH): add vars for NCSB.
6237         ($(outdir)/%.ttf): new rule. 
6238
6239         * scm/define-grobs.scm (all-grob-descriptions): add font-interface
6240         to LyricHyphen.
6241
6242         * lily/lyric-hyphen.cc (print): multiply hyphen height by
6243         font-size
6244
6245 2005-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6246
6247         * VERSION: release 2.7.26
6248         
6249         * mf/GNUmakefile (install-fc-cache): remove old font.cache-1 files.
6250
6251 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6252
6253         * lily/font-config.cc (init_fontconfig): verbosity.
6254
6255         * THANKS: add Muziekacademie Lede. 
6256
6257         * scripts/musicxml2ly.py (print_voice_definitions): new function 
6258         (print_score_setup): new function
6259         (convert): read part definition to output staves properly.
6260
6261         * python/musicxml.py (Measure.get_notes): new class. Wrap lists of
6262         Music_xml notes.
6263
6264         * python/musicexp.py (Output_printer.__init__): use _ in data
6265         members.
6266         (Output_printer.unformatted_output): new function: no formatting,
6267         but count braces.
6268         (Duration.get_length): remove isinstance() checks for
6269         Output_printer everywhere.
6270
6271         * input/regression/lyrics-bar.ly (texidoc): add
6272         Separating_line_group_engraver.
6273
6274 2005-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
6275
6276         * lily/relocate.cc (framework_relocation): New function,
6277         factored from set_relocation ().
6278         (prefix_relocation): Rename from set_relocation ().
6279         (setup_paths): Use it.
6280
6281 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6282
6283         * scm/*.scm: use LEFT/RIGHT/UP/DOWN etc. iso. magical
6284         numbers. Patch by Erlend Aasland.
6285
6286 2005-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6287
6288         * lily/font-config.cc (init_fontconfig): print warning if cache
6289         file is not existant.
6290
6291         * lily/main.cc: don't use #ifdef but #if
6292
6293 2005-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6294
6295         * lily/grob-property.cc (internal_set_property): don't abort on
6296         calculation-in-progress.
6297
6298         * lily/beam.cc (get_default_dir): robustness: don't divide by zero.
6299
6300         * lily/tuplet-bracket.cc (calc_control_points): oops: typo. Read
6301         connect-to-neighbor property not connect-to-other
6302
6303         * lily/program-option.cc (LY_DEFINE): remove Protected_scm global variable.
6304         (LY_DEFINE): oops. don't forget protection.
6305
6306         * flower/parse-afm.cc (Module): strip AFM handling completely.
6307
6308         * lily/stencil-expression.cc: idem.
6309
6310         * lily/grob-interface-scheme.cc (LY_DEFINE): idem.
6311
6312         * lily/function-documentation.cc (ly_add_function_documentation):
6313         use static member iso. Protected_scm
6314
6315         * lily/main.cc: use ifdef ARGV0_RELOCATION iso. MINGW
6316
6317         * config.make.in (prefix): remove HAVE_KPATHSEA_SO
6318
6319 2005-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6320
6321         * lily/relocate.cc (set_env_dir): New function.
6322         (set_relocation): Use it to fix setting PANGO_PREFIX.
6323
6324 2005-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6325
6326         * input/regression/stem-direction-context.ly: remove rest.
6327
6328         * lily/melody-engraver.cc (process_music): restart for bar lines.
6329         (acknowledge_slur): restart for slurs.
6330
6331 2005-12-27  Heikki Junes  <hjunes@cc.hut.fi>
6332
6333         * Documentation/user/invoking.itely: describe how to view SVG 
6334         output using Inkscape which replace embedded fonts with OTF fonts.
6335
6336 2005-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6337
6338         * lily/relocate.cc (set_relocation): set PANGO_PREFIX
6339
6340 2005-12-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6341
6342         * lily/melody-engraver.cc (class Melody_engraver): Remove lying
6343         comment.
6344
6345 2005-12-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6346
6347         * VERSION (PACKAGE_NAME): release 2.7.25
6348
6349         * Documentation/topdocs/NEWS.tely (Top): document new feature.
6350
6351         * input/regression/stem-direction-context.ly: new file.
6352
6353         * lily/relocate.cc (set_relocation): add PANGO_PREFIX
6354
6355         * lily/melody-engraver.cc (acknowledge_stem): restart MelodyItem
6356         on rest.
6357
6358         * ly/engraver-init.ly: add Melody_engraver
6359
6360         * lily/beam.cc (calc_direction): use default-direction
6361         iso. get_default_direction()
6362
6363         * scm/define-grob-properties.scm (all-user-grob-properties): add
6364         default-direction property.
6365
6366         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem.
6367
6368         * lily/stem.cc (calc_default_direction): remove
6369         Stem::get_default_direction, use default-direction with callback
6370         instead.
6371
6372         * lily/melody-spanner.cc (calc_neutral_stem_direction): 
6373
6374         * lily/melody-engraver.cc: new file. Acknowledge stems for
6375         interpolated stem directions. 
6376
6377         * lily/melody-spanner.cc: new file. Interpolate stem directions.
6378
6379         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem
6380
6381         * lily/slur-configuration.cc (fit_factor): more robust check for
6382         point in curve X-extent.
6383
6384         * lily/slur.cc (outside_slur_callback): return offset_scm, not 0.
6385         (outside_slur_callback): check for 'outside avoidance.
6386
6387         * lily/slur-configuration.cc (score_extra_encompass): don't use
6388         bound->column() == avoid->column() for checking extents, as this
6389         doesn't work for accidentals. 
6390
6391         * lily/slur-engraver.cc (acknowledge_extra_object): remove
6392         DynamicText hardcoding.
6393
6394         * lily/slur-scoring.cc (enumerate_attachments): robustness: don't
6395         crash if bound stem is NULL
6396
6397         * lily/piano-pedal-performer.cc: patch by MWD for enabling piano
6398         pedals.
6399
6400 2005-12-22  Graham Percival  <gpermus@gmail.com>
6401
6402         * scm/define-markup-commands.scm: typo.  @code{\raise}
6403         => @code{\\raise}.
6404
6405         * darwin.patch: now used again, includes a
6406         required patch from fink.
6407
6408 2005-12-21  Heikki Junes  <hjunes@cc.hut.fi>
6409
6410         * po/TODO: mention gtranslator along with kbabel.
6411         * po/fi.po: update translations.
6412
6413 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6414
6415         * lily/relocate.cc (setup_paths): Bugfix.
6416
6417 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6418
6419         * lily/slur-configuration.cc (score_extra_encompass): don't use
6420         "avoid" choice for avoid-slur.
6421
6422         * stepmake/bin/install.py (dest): don't create existing dir.
6423
6424 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6425
6426         * stepmake/bin/install.py: Remove file before copying.
6427
6428         * config.make.in: 
6429         * stepmake/aclocal.m4: Do not substitute INSTALL.
6430
6431 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6432
6433         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
6434         depend on link-tree.
6435
6436         * lily/relocate.cc (setup_paths): only check path for non-absolute
6437         dir without directory part.
6438
6439         * flower/file-name.cc (is_absolute):  new method.
6440         (is_absolute): check root_ too.
6441
6442 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6443
6444         * lily/relocate.cc (setup_paths) [__MINGW32__]: Comment-out broken
6445         relocation code.  Oops, don't comment out too much.
6446
6447         * stepmake/stepmake/generic-vars.make (INSTALL): Assign INSTALL_PY
6448         iso itself.
6449
6450         * lily/relocate.cc [HAVE_GETTEXT]: Include libintl.h.  Fixes mingw
6451         compile.
6452
6453 2005-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
6454
6455         * .cvsignore: Add install-sh.
6456
6457         * autogen.sh (srcdir): Typo.
6458
6459 2005-12-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6460
6461         * autogen.sh (srcdir): urg. Touch install-sh.
6462
6463         * stepmake/bin/install-sh (Module): remove.
6464
6465         * stepmake/stepmake/generic-vars.make (INSTALL): add $(INSTALL).
6466
6467         * lily/include/relocate.hh: new file.
6468
6469         * lily/relocate.cc: new file. Contain relocation logic.
6470
6471         * lily/main.cc (setup_paths): fix: LILYPOND_RELOCATE_PREFIX.
6472         (main): read LILYPOND_VERBOSE as the first thing.
6473
6474         * stepmake/aclocal.m4: remove INSTALL variable.
6475
6476         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
6477         separate target for making font symlinks.
6478         (documentation-dir): use $(if $(findstring )) for switching off
6479         Documentation.
6480
6481         * stepmake/stepmake/help2man-vars.make (OUT_DIST_FILES): only do
6482         something if DOCUMENTATION is no.
6483
6484 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6485
6486         * VERSION: release 2.7.24
6487
6488         * lily/script-column-engraver.cc (stop_translation_timestep):
6489         delay adding to script-column.
6490
6491         * lily/tuplet-bracket.cc (print): suicide if no control-points. 
6492
6493         * python/convertrules.py (conv): rule for number-visibility
6494
6495         * lily/slur-configuration.cc (score_extra_encompass): different
6496         distance measure for avoid and inside avoidance.
6497         (score_extra_encompass): use 1/(distance+eps) as penalty.
6498
6499         * lily/slur-scoring.cc (generate_avoid_offsets): use 'inside
6500         encompass objects for generating slur curves.
6501
6502         * lily/slur.cc: use details iso. slur-details property.
6503
6504         * input/regression/slur-tuplet.ly: new file.
6505
6506         * lily/slur-engraver.cc (acknowledge_tuplet_number): new function.  
6507
6508         * flower/include/offset.hh (class Offset): new operator /=
6509
6510         * lily/tuplet-number.cc (print): new file, new interface.
6511
6512         * scm/define-grob-properties.scm (all-user-grob-properties):
6513         remove number-visibility property.
6514
6515         * lily/tuplet-bracket.cc (calc_control_points): new function
6516         (calc_connect_to_neighbors): new function.
6517         (print): remove text handling for tuplet numberdef.
6518
6519         * lily/tuplet-engraver.cc (struct Tuplet_description): create
6520         TupletNumbers too. 
6521
6522         * lily/lily-guile.cc (robust_scm2booldrul): new function
6523
6524         * scm/define-grobs.scm (all-grob-descriptions): new grob TupletNumber
6525
6526         * lily/tuplet-bracket.cc (calc_position_and_height): use
6527         staff-padding to control whether tuplet brackets are over staves.
6528
6529         * lily/grob.cc (suicide): clear dim_caches_.
6530
6531         * lily/dimension-cache.cc (clear): new function.
6532
6533         * lily/grob.cc (extent): swap order of min-extent and extent
6534         calculations. This fixes hara kiri staves. 
6535
6536 2005-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6537
6538         * lily/main.cc: Nitpick: relocation is not based on path, but on
6539         directory (location).
6540
6541 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6542
6543         * lily/main.cc (setup_paths): read LILYPOND_RELOCATE_PREFIX
6544
6545         * stepmake/stepmake/install-targets.make (local-uninstall): idem.
6546
6547         * stepmake/stepmake/install-out-targets.make (local-install-outfiles): idem.
6548
6549         * stepmake/stepmake/help2man-targets.make (install-help2man): idem.
6550
6551         * stepmake/stepmake/generic-vars.make (Module): idem.
6552
6553         * stepmake/stepmake/executable-targets.make (default): use it.
6554
6555         * stepmake/bin/install.py (create_dir): new file. Replace install-sh.
6556
6557         * make/GNUmakefile: don't install make rules.
6558
6559         * lily/main.cc (setup_paths): don't inspect $PATH for argv0 with
6560         slashes.
6561         (prepend_env_path): more verbosity.
6562
6563 2005-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6564
6565         * GNUmakefile.in: add dir argument for find command.
6566
6567         * lily/parser.yy (bass_figure): set_spot() for bass figures. This
6568         fixes weird line numbers for point & click.
6569
6570         * lily/source-file.cc (get_counts): init line/column/char counts.
6571
6572 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6573
6574         * lily/main.cc: remove ARGV0_RELOCATION, instead use --relocate.
6575
6576 2005-12-16  Graham Percival  <gpermus@gmail.com>
6577
6578         * Documentation/user/basic-notation.itely, advanced-notation.itely:
6579         minor fixes from Fredric.  Thanks!
6580
6581 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6582
6583         * ly/music-functions-init.ly: add \bar and \clef music function 
6584
6585         * lily/lily-lexer.cc: idem.
6586
6587         * lily/parser.yy (FIXME): remove BAR and CLEF.
6588
6589 2005-12-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6590
6591         * Documentation/topdocs/NEWS.tely (Top): doc string argument change.
6592
6593         * lily/parser.yy (Generic_prefix_music_scm): allow strings as
6594         function arguments too
6595
6596         * lily/main.cc (set_relocation): new function.
6597
6598         * scripts/musicxml2ly.py (convert): add \version
6599
6600         * lily/tie.cc: remove get_default_attachments()
6601
6602         * VERSION (PACKAGE_NAME): release 2.7.23
6603         
6604         * lily/chord-tremolo-engraver.cc (acknowledge_stem): use
6605         ultimate_music_cause(). This fixes core dumps in unfold-all-repeats.ly
6606
6607         * Documentation/topdocs/NEWS.tely (Top): document new feature.
6608
6609         * lily/tie-formatting-problem.cc (score_ties): new function
6610         (get_variations): new function. Try flipping dirs for collisions.
6611         (generate_optimal_chord_configuration): new function. 1-opt search
6612         for better configuration.
6613
6614         * lily/tie-configuration.cc: new file.
6615
6616         * lily/tie.cc: junk Tie::get_configuration()
6617
6618         * lily/tie-formatting-problem.cc (score_ties_aptitude): new function.
6619         (score_ties_configuration): new function.
6620         (generate_ties_configuration): new function.
6621         (generate_base_chord_configuration): new function.
6622         (set_ties_config_standard_directions): Move body from tie-column-format.cc 
6623         (set_manual_tie_configuration): Move body from tie-column-format.cc 
6624
6625         * input/regression/tie-dot.ly: new file.
6626
6627         * lily/tie-formatting-problem.cc (score_configuration): score
6628         tie/dot collisions.
6629
6630         * lily/tie-helper.cc (get_transformed_bezier): new function
6631
6632         * Documentation/topdocs/NEWS.tely (Top): strip out-www.
6633
6634         * stepmake/stepmake/python-module-vars.make (SHARED_FLAGS): use
6635         -undefined suppress iso. -framework Python 
6636
6637         * scm/define-grobs.scm (all-grob-descriptions): set
6638         springs-and-rods (thanks Joe Neeman!)
6639
6640 2005-12-12  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6641
6642         * input/no-notation/display-lily-tests.ly (test): 
6643         * scm/display-lily.scm (tag->lily-string): the syntax for tags has
6644         changed from \tag #'(a b) to \tag #'a \tag #'b
6645
6646 2005-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6647
6648         * Documentation/topdocs/NEWS.tely: strip out-www.
6649
6650         * lily/include/grob-interface.hh: include lily-guile.hh not libguile.h
6651
6652         * config.make.in (AR): add AR and RANLIB
6653
6654         * flower/libc-extension.cc: include cassert
6655
6656         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): more robust
6657         darwin check.
6658
6659 2005-12-11  Graham Percival  <gpermus@gmail.com>
6660
6661         * stepmake/stepmake/generic-vars.make: define DARWIN_BUILD.
6662
6663         * stepmake/stepmake/python-modules-vars.make: define
6664         SHARED_FLAGS for OSX.  Thanks Johannes Schindelin!
6665
6666         * THANKS: added Johannes Schindelin.
6667
6668 2005-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6669
6670         * python/midi.c (pymidi_parse): use memcmp() iso. strcmp().
6671
6672         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
6673         Span_arpeggio_engraver, add Tweak_engraver to Score context. 
6674
6675         * lily/parser.yy: reorganize file layout.
6676
6677         * ly/music-functions-init.ly: add tweak music function.
6678
6679         * lily/grob-info.cc (ultimate_music_cause): new function:
6680         recursively lookup causes. 
6681
6682         * lily/parser.yy (chord_body_element): allow music functions for
6683         post-events, allow music functions for chord elements. 
6684  
6685         * lily/font-config-scheme.cc (display_fontset): add cast.
6686
6687         * python/convertrules.py (FatalConversionError.sub_syms): \tag
6688         #'(a b) -> \tag #'a \tag #'b rule.
6689
6690         * python/musicexp.py (Output_printer.dump_version): new function
6691
6692 2005-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6693
6694         * lily/parser.yy (FIXME): remove \tag
6695         (FIXME): remove tag_music() function.
6696
6697         * lily/lily-lexer.cc: remove \tag
6698
6699         * ly/music-functions-init.ly: define music-function "tag"
6700
6701         * lily/parser.yy (chord_body_element): allow tags in chord bodies.
6702
6703 2005-12-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6704
6705         * VERSION (PATCH_LEVEL): release 2.7.22
6706
6707         * input/regression/lyric-hyphen-retain.ly: renew.
6708
6709         * scm/define-grobs.scm (all-grob-descriptions): add LyricSpace
6710         grob
6711
6712         * lily/lyric-hyphen.cc (set_spacing_rods): use minimum-distance
6713         iso. minimum-length property for rods.
6714
6715         * lily/hyphen-engraver.cc (acknowledge_lyric_syllable): create
6716         LyricSpace item to keep lyrics spaced apart.
6717
6718         * ly/engraver-init.ly: remove Separating_line_group_engraver
6719
6720         * Documentation/user/music-glossary.tely: do setfilename before
6721         music-glossary.
6722
6723 2005-12-07  Heikki Junes  <hjunes@cc.hut.fi>
6724
6725         * Documentation/user/lilypond-book.itely: use `,´ after xref:
6726         See xref documentation, for example.
6727
6728 2005-12-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6729
6730         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): use
6731         pending_skip iso. ly_voice[-1]
6732         (main): add if __main__ for debugging.
6733
6734         * python/musicxml.py (Accidental.__init__): new class.
6735
6736         * scripts/musicxml2ly.py (progress): new function
6737         (musicxml_key_to_lily): don't barf on modeless keys.
6738         (create_skip_music): new function.
6739         (musicxml_spanner_to_lily_event): new function. Handle beams too.
6740         (musicxml_note_to_lily_main_event): new function.
6741
6742         * python/musicexp.py (Music.__init__): add comment field.
6743         (NestedMusic.append): new routine.
6744         (SequentialMusic.print_ly): print comment.
6745         (ArpeggioEvent.ly_expression): new class
6746         (BeamEvent.ly_expression): new class
6747         (NoteEvent.__init__): support for cautionary/forced accs.
6748
6749         * lily/lookup.cc (slur): normal order for array loop.
6750
6751         * scm/framework-ps.scm (dump-stencil-as-EPS): set left X of bbox
6752         to 0.0.
6753
6754         * ly/engraver-init.ly: set bar-size, so bar-lines aren't
6755         collapsed.
6756
6757 2005-12-06 Erik Sandberg  <mandolaerik@gmail.com>
6758
6759         * scm/music-functions.scm: Make phrasing slurs follow voice direction
6760
6761         * scripts/lilypond-book.py: Introduce option
6762             --preserve-line-breaks, for usage with srcltx
6763
6764 2005-12-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6765
6766         * scm/output-lib.scm (print-circled-text-callback): draw circle
6767         around text using make-circle-markup.
6768
6769         * Documentation/user/*: strip out-www from file names.
6770
6771 2005-12-05  Heikki Junes  <hjunes@cc.hut.fi>
6772
6773         * Documentation/user/lilypond.tely (direntry): remove empty lines;
6774         fixes invalid info entry issue with makeinfo 4.8 in debian sid.
6775
6776 2005-12-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6777
6778         * Documentation/user/GNUmakefile: idem.
6779
6780         * Documentation/user/macros.itexi: strip out-www
6781
6782         * python/rational.py: python 2.3 compat.
6783
6784         * VERSION (PATCH_LEVEL): release 2.7.21
6785
6786         * scripts/musicxml2ly.py (NonDentedHeadingFormatter.format_headi):
6787         option formatting, lilypond style.
6788
6789         * python/musicexp.py: grab from Ikebana: a library for composing
6790         ly music expressions. 
6791         (Output_printer): class for advanced .ly printing.
6792         (eg. tupletting) 
6793
6794         * python/musicxml.py: new file. Read MusicXML MiniDOM tree, and
6795         convert to pythonesque structure.
6796
6797         * python/rational.py: PD rational number class.
6798
6799         * Documentation/user/converters.itely (Invoking musicxml2ly):  new node.
6800
6801 2005-12-04  Erik Sandberg  <mandolaerik@gmail.com>
6802
6803         * lily/part-combine-iterator.cc: Minor bugfix
6804         
6805         * THANKS: Update bughunters
6806
6807 2005-12-02  Werner Lemberg  <wl@gnu.org>
6808
6809         * mf/README: Document process for proper mf2pt1 conversion.
6810
6811         * mf/feta-beugel.mf (draw_brace): Fix path to assure clean
6812         overlapping.
6813
6814         * mf/feta-harmonica.mf: Removed.  Unused.
6815
6816 2005-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6817
6818         * scripts/lilypond-book.py (do_file): fix thinkos.
6819
6820 2005-12-01  Jan Nieuwenhuizen  <janneke@gnu.org>
6821
6822         * lily/GNUmakefile ($(outdir)/FlexLexer.h):
6823         ($(outdir)/parser.cc): 
6824         ($(outdir)/lexer.cc): Bugfix: depend on config.h.
6825
6826 2005-11-30  Pedro Kröger  <kroeger@pedrokroeger.net>
6827
6828         * ly/titling-init.ly (tagline): it should be a space between
6829         "Music engraving by LilyPond" and the version number.
6830
6831 2005-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6832
6833         * VERSION (PACKAGE_NAME): release 2.7.20
6834
6835 2005-11-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6836
6837         * scm/define-markup-commands.scm (pad-to-box): new markup command.
6838
6839         * scm/define-grobs.scm (all-grob-descriptions): set thickness to
6840         1.0.
6841         (all-grob-descriptions): don't shift RehearsalMark arbitrarily.
6842
6843 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6844
6845         * configure.in (LINK_GXX_STATICALLY): remove kpathsea checks.
6846
6847         * kpath-guile/: remove directory
6848
6849         * scm/kpathsea.scm (ly:kpathsea-expand-variable): new
6850         file. Encapsulate kpathsea using commandline tools.
6851
6852         * lily/all-font-metrics.cc (kpathsea_find_file): use (scm
6853         kpathsea) module.
6854
6855 2005-11-29  Mats Bengtsson  <mabe@s3.kth.se>
6856
6857         * Documentation/user/advanced-notation.itely (Setting automatic
6858         beam behavior): Correct a few typos. Thanks to David Bobroff.
6859
6860         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use
6861         \usepackage instead of \RequirePackage. Thanks to Bernard Hurley.
6862
6863 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6864
6865         * scripts/*.py: gmane address for bugs.
6866
6867 2005-11-28 Pal Benko <benkop@freestart.hu>
6868         
6869         * make/ly-rules.make: add -f switch to mv
6870
6871         * scm/output-libs.scm: add new bar symbol "." for punctus divisionis
6872
6873         * lily/bar-line.cc: interpret it
6874
6875 2005-11-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6876
6877         * configure.in (--disable-documentation): New switch.
6878
6879         * GNUmakefile.in: Use it.
6880
6881         * stepmake/aclocal.m4: Use AC_ARG_ENABLE for kpatsea.
6882
6883 2005-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6884
6885         * scripts/lilypond-book.py (do_file): search chunks for
6886         \\begin{document}
6887
6888         * GNUmakefile.in: add copy step in between so we can lose the
6889         out-www directories.
6890
6891 2005-11-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6892
6893         * lily/pango-font.cc (pango_item_string_stencil): put
6894         geometry.width into glyph-string too.
6895
6896 2005-11-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6897
6898         * scm/define-music-display-methods.scm (RevertProperty):
6899         (OverrideProperty): Use grob-property-path property, a list of
6900         symbols, instead of grob-property, which used to be a single
6901         symbol.
6902         (BassFigureEvent): a figure can be a plain number, not necessarily a
6903         markup.
6904
6905 2005-11-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6906
6907         * VERSION: release 2.7.19
6908         
6909         * lily/figured-bass-engraver.cc (process_music): check
6910         figuredBassCenterContinuations first.
6911
6912         * scm/translation-functions.scm (format-bass-figure): make double
6913         sharp larger. 
6914
6915         * lily/mark-engraver.cc: read rehearsalMarkAlignSymbol to
6916         determine X-parent.
6917
6918         * lily/system-start-delimiter-engraver.cc: move from
6919         Nested_system_start_delimiter_engraver, rename
6920         Nested_system_start_delimiter_engraver ->
6921         System_start_delimiter_engraver.
6922
6923         * lily/nested-system-start-delimiter-engraver.cc (from_list): read
6924         bracket type from hierarchy.
6925
6926 2005-11-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6927
6928         * lily/rest.cc (y_offset_callback): read staff-position.
6929
6930         * scm/define-grob-properties.scm (all-user-grob-properties): don't
6931         mark after-line-breaking-callback as internal.
6932
6933         * lily/self-aligment-interface.cc: remove self-[XY]-offset.
6934
6935 2005-11-25  Werner Lemberg  <wl@gnu.org>
6936
6937         * mf/feta-banier.mf ("d3"): Make `flare' equal to `staff_space'.
6938
6939 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6940
6941         * stepmake/bin/add-html-footer.py (do_file): add google
6942
6943         * lily/staff-symbol-engraver.cc (process_music): bugfix: stop
6944         staff if first_start_ is true.
6945
6946 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6947
6948         * scripts/midi2ly.py (split_track): add __repr__ members.
6949         (track_first_item): only return Item if not None. This fixes a
6950         problem when dumping a track that starts with an empty channel.
6951
6952         * python/midi.c: doc module.
6953
6954 2005-11-22  Mats Bengtsson  <mabe@s3.kth.se>
6955
6956         * Documentation/user/global.itely (Creating MIDI files): Fix
6957         compilation problem.
6958
6959 2005-11-22  Graham Percival  <gpermus@gmail.com>
6960
6961         * Documentation/user/basic-notation.itely: clarify dynamic
6962         padding text.
6963
6964         * Documentation/user/advanced-notation.itely: add unicode
6965         escape control example, whatever that is.  :)
6966
6967         * Documentation/user/global.itely: added "removing dynamics
6968         from MIDI" code.
6969
6970 2005-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6971
6972         * VERSION (PATCH_LEVEL): release 2.7.18
6973
6974         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): replace
6975         System_start_delimiter_engraver by
6976         Nested_system_start_delimiter_engraver.
6977
6978         * lily/nested-system-start-delimiter-engraver.cc (struct
6979         Bracket_nesting_node): new class.
6980         (struct Bracket_nesting_group): new class
6981         (struct Bracket_nesting_staff): new class.
6982         (process_music): create hierarchy of grobs. This allows separate
6983         tuning of different SSDs. 
6984
6985         * scm/define-grobs.scm (all-grob-descriptions): new Grob SystemStartSquare
6986         (all-grob-descriptions): remove old NestedSystemStartDelimiter.
6987
6988 2005-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6989
6990         * lily/side-position-interface.cc (aligned_side): multiply
6991         staff_radius by 2.
6992
6993         * lily/script-engraver.cc (make_script_from_event): allow setting
6994         values to '()
6995
6996 2005-11-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6997
6998         * lily/system-start-delimiter.cc (line_bracket): don't shorten height.
6999
7000         * scm/define-grobs.scm (all-grob-descriptions): new grob
7001         NestedSystemStartDelimiter.
7002
7003         * input/regression/system-start-heavy-bar.ly: new file.
7004
7005         * lily/nested-system-start-delimiter-engraver.cc: new file.
7006
7007         * lily/nested-system-start-delimiter.cc: new file.
7008
7009         * input/regression/system-start-nesting.ly: new file.
7010
7011         * scm/define-grobs.scm (all-grob-descriptions): use X side
7012         positioning for positioning braces for nested contexts.
7013
7014         * lily/system-start-delimiter.cc (print): don't divide extent by
7015         staff_space.
7016         (print): use style iso. glyph.
7017         (staff_bracket): translate glyph inside routine already.
7018
7019 2005-11-18  Michael Welsh Duggan <md5i@cs.cmu.edu>
7020
7021         * lily/vaticana-ligature-engraver.cc: fixed 2 typos in glyph
7022         names.
7023
7024 2005-11-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7025
7026         * scm/define-context-properties.scm
7027         (all-user-translation-properties): rename figuredBassFormatter
7028         from newFiguredBassFormatter.
7029
7030         * scm/define-grobs.scm (all-grob-descriptions): move from NewBassFigure
7031
7032         * lily/figured-bass-engraver.cc: move from new-figured-bass-engraver.cc
7033
7034         * lily/stem.cc (calc_stem_info): trigger beaming calculation.
7035
7036         * lily/beam.cc (calc_beaming): new function.
7037         (calc_shorten): new function.
7038
7039         * THANKS: add Edward Neeman.
7040
7041         * input/regression/accidental-clef-change.ly: new file.
7042
7043         * lily/note-collision.cc (check_meshing_chords): don't merge fa heads.
7044
7045         * scm/define-grobs.scm (all-grob-descriptions): add Y-offset property.
7046
7047         * lily/clef-engraver.cc (inspect_clef_properties): reset
7048         localKeySignature for clef changes.
7049
7050 2005-11-17  Mats Bengtsson  <mabe@s3.kth.se>
7051
7052         * python/midi.c: PyMIDINIT_FUNC isn't defined in Python < 2.3 
7053         add dummy definition that works in Linux and add information in
7054         INSTALL.texi on the specific Python requirements for Cygwin/Mingw.
7055
7056         * Documentation/user/changing-defaults.itely (Modifying context
7057         plug-ins): Add index for \with.
7058
7059         * Documentation/user/music-glossary.tely (dal segno): Updated
7060         example to version >=2.6.
7061
7062 2005-11-16  Mats Bengtsson  <mabe@s3.kth.se>
7063
7064         * Documentation/user/instrument-notation.itely (Printing chord
7065         names): Reorder \chordmode and \repeat in one example.
7066
7067 2005-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7068
7069         * VERSION: release 2.7.17
7070         
7071         * Documentation/topdocs/NEWS.tely (Top): add note about
7072         refactoring.
7073
7074         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
7075         new function. Search region of 3 positions for best tie.
7076         (score_configuration): new function.
7077         (score_aptitude): new function.
7078         (generate_configuration): new function.
7079         (get_configuration): new function.
7080         (Tie_formatting_problem): new function
7081
7082         * input/regression/page-top-space.ly: a6 for page-top-space demo. 
7083
7084         * stepmake/aclocal.m4: use $(if ) for config-FOOF.make
7085
7086         * THANKS: add Eduardo Vieira & Ralph Little
7087
7088         * mf/feta-bolletjes.mf (solfa_quarter_width): make solfa heads
7089         narrower.
7090
7091         * lily/include/tie-formatting-problem.hh (class
7092         Tie_formatting_problem): add Tie_details to
7093         Tie_formatting_problem. Update calling conventions.
7094
7095         * stepmake/aclocal.m4: oops. Include $CONFIGFILE.make, not
7096         config.make.
7097
7098         * Documentation/user/lilypond.tely: remove musedata2ly entry.
7099
7100 2005-11-16  Jürgen Reuter  <reuter@ipd.uka.de>
7101
7102         * lily/ligature-engraver.cc, lily/include/ligature-engraver.hh,
7103         scm/define-context-properties.scm: Maintenance bugfix: make
7104         ligature brackets work again by removing obsolete ligature
7105         primitive callback push/pop.
7106
7107         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: do
7108         not call Tuplet_bracket::calc_direction.  Removed obsolete gap
7109         value.
7110
7111 2005-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
7112
7113         * stepmake/aclocal.m4 (depth): Explain why absolute directory is
7114         used and do not call it a path.
7115         (FLEXLEXER_FILE): Rename from FLEXLEXER_PATH and add file name.
7116
7117 2005-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7118
7119         * lily/include/tie-formatting-problem.hh (class
7120         Tie_formatting_problem): new file.
7121
7122         * lily/tie-formatting-problem.cc (common_x_refpoint): new file.
7123
7124         * Documentation/misc/ChangeLog-2.3:  new file.
7125
7126         * lily/audio-staff.cc (output): degarianize.
7127
7128 2005-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
7129
7130         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.pyc):
7131         Unset PYTHONOPTIMIZE.  Fixes install if set.
7132
7133 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7134
7135         * python/convertrules.py (conv): add warning about drums. 
7136
7137         * make/stepmake.make: include toplevel-version.make after config.make.
7138
7139         * stepmake/aclocal.m4 (depth): make sure $srcdir is absolute.
7140         also allow python2.4
7141
7142         * config.make.in (configure-srcdir): remove GXX GCC vars.
7143
7144         * stepmake/aclocal.m4: don't do non-srcdir build with
7145         symlinks. Use inclusion, so the src directory name can be changed.
7146
7147 2005-11-13  Jan Nieuwenhuizen  <janneke@gnu.org>
7148
7149         * make/mutopia-vars.make:
7150         * make/ly-vars.make: Use src-wildcard iso wildcard for source
7151         files.
7152
7153 2005-11-13  Werner Lemberg  <wl@gnu.org>
7154
7155         * mf/feta-arrow.mf: For all glyphs, don't mirror `currentpicture'
7156         but the affected path.  This ensures that the (overlapping) outlines
7157         have the same direction, which is a necessary prerequisite for
7158         FontForge's algorithm to remove overlaps.
7159         Formatting.
7160
7161         * mf/feta-haak.mf: Formatting.
7162         (draw_bracket): Slightly modify outline to avoid an unnecessary
7163         corner.
7164         Don't use ad-hoc values for `leave_angle' and `tip_angle' but derive
7165         them from the affected paths.
7166
7167 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7168
7169         * mf/README: remove xpm / accordion notes.
7170
7171         * lily/tie-column-format.cc (set_chord_outline): add dots into
7172         skyline extents. This fixes tie formatting if the left head has dots.
7173
7174         * lily/tie.cc (get_configuration): only shift tie by a whole staff
7175         space inside the staff.
7176         (get_configuration): shift another position if necessary in case
7177         of left head tie  
7178
7179 2005-11-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7180
7181         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): use
7182         buildscript-dir iso. $(depth)/buildscripts.
7183
7184         * tex/GNUmakefile (local-uninstall): remove
7185         music-drawing-routines.ps juggling.
7186
7187         * stepmake/stepmake/install-targets.make (local-install-files):
7188         prepend src-dir to install targets.
7189
7190         * lily/system-start-delimiter-engraver.cc
7191         (acknowledge_system_start_delimiter): use
7192         add_offset_callback(). This fixes translation of nested
7193         staffgroups.
7194
7195         * lily/grob-closure.cc (add_offset_callback): only encaps in
7196         simple_closure if it's a procedure.
7197         
7198         * lily/span-bar.cc (calc_glyph_name): read glyph-name, not glyph
7199         from bar-line.
7200
7201         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
7202         remove-empty where pertinent.
7203
7204 2005-11-12  Graham Percival  <gpermus@gmail.com>
7205
7206         * Documentation/user/instrument-notation.itely: added
7207         Cameron Horsburgh's multiple stanzas docs.  Thanks!
7208
7209 2005-11-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7210
7211         * lily/GNUmakefile
7212         ($(top-build-dir)/Documentation/pictures/$(outbase)/lilypond.ico):
7213         make picture in builddir, not srcdir.
7214
7215 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7216
7217         * VERSION: release 2.7.16
7218         
7219         * scripts/lilypond-book.py (main): use commands.mkarg () to quote
7220         shell arguments. 
7221
7222 2005-11-10  Mats Bengtsson  <mabe@s3.kth.se>
7223
7224         * Documentation/user/examples.itely (Piano templates): Minor
7225         modification to the Piano centered lyrics example.
7226
7227 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7228
7229         * scripts/lilypond-invoke-editor.scm (run-browser): look at
7230         $BROWSER.
7231
7232         * Documentation/user/point-and-click.itely: simplify p&c
7233         instruction: don't configure firefox. Put lilypond-invoke-editor
7234         in front of the browser.
7235
7236         * scripts/lilypond-invoke-editor.scm (run-editor): new function.
7237         (run-browser): new function.
7238
7239         * lily/parser.yy (Lily_lexer): recognize Book
7240
7241         * lily/book.cc (clone): new function
7242
7243         * lily/parser.yy (book_body): allow BOOK_IDENTIFIER.
7244
7245 2005-11-10  Jürgen Reuter  <reuter@ipd.uka.de>
7246
7247         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc:
7248         Maintenance bugfix: reduce number of font related warnings by
7249         updating naming conventions for glyph-name.
7250
7251 2005-11-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7252
7253         * scm/define-grobs.scm (all-grob-descriptions): add
7254         rhythmic-grob-interface to TabNoteHead.
7255
7256         * scm/layout-beam.scm (check-quant-callbacks): remove
7257         set_stem_lengths()
7258
7259 2005-11-08  Jürgen Reuter  <reuter@ipd.uka.de>
7260
7261         * ly/gregorian-init.ly (divisiones): Maintenance bugfix: vertical
7262         alignment of centered divisiones.
7263
7264         * scm/scripts.scm (articulations): Maintenance bugfix:
7265         follow-into-staff -> quantize-position.
7266
7267         * lily/vaticana-ligature-engraver.cc (transform_heads): Bugfix:
7268         plica head in porrectus deminutus.
7269
7270 2005-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7271
7272         * make/lilypond.fedora.spec.in (Group): add %clean section.
7273
7274         * lily/tuplet-bracket.cc (print): change check: remove bracket if
7275         less then 1/5th of total length.  
7276         (print): use gap too.  Fixes tupletUp-single-bracket.ly
7277
7278         * scm/music-functions.scm (glue-mm-rest-texts): also put other
7279         events into EventChord. This fixes textspanners on mm rests. Fixes
7280         spanner-rest.ly
7281
7282         * lily/side-position-interface.cc (get_axis): read side-axis
7283         (set_axis): set side-axis.
7284
7285         * scm/define-grobs.scm (all-grob-descriptions): add side-axis
7286         properties everywhere.
7287
7288         * lily/spacing-spanner.cc (breakable_column_spacing): add
7289         average-spacing-wishes. Take maximum if not set.
7290         (musical_column_spacing): idem. Fixes: spacing-keysig-note.ly
7291
7292         * scm/define-grobs.scm (all-grob-descriptions): add
7293         average-spacing-wishes.
7294
7295         * lily/grob-closure.cc (add_offset_callback): bugfix: properly add
7296         offset callbacks. This fixes alignment for Fingering objects.
7297
7298         * scm/define-grobs.scm (all-grob-descriptions): tiny bit less
7299         space for key - timesig combination. 
7300
7301         * input/regression/script-stem-tremolo.ly (Module): new file.
7302
7303         * scm/define-grobs.scm (all-grob-descriptions): decrease distance
7304         to key sig.
7305
7306         * lily/dynamic-engraver.cc (acknowledge_stem_tremolo): new function.
7307         Fixes: c-tremolo-script.ly.
7308         
7309         * lily/text-engraver.cc (acknowledge_stem_tremolo): new function.
7310
7311         * lily/script-engraver.cc (acknowledge_stem_tremolo): new function.
7312         
7313         * scm/define-grobs.scm (all-grob-descriptions): remove
7314         self-X-offset. Fixes alignment of octavate-8.
7315
7316         * scripts/lilypond-book.py (datadir): look in
7317         LILYPONDPREFIX/share/lilypond/current/
7318
7319         * GNUmakefile.in: symlink current to <VERSION>. 
7320
7321 2005-11-07  Pedro Kroger  <kroeger@pedrokroeger.net>
7322
7323         * lily/main.cc: eps listed as a backend.
7324
7325 2005-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7326
7327         * scm/lily-library.scm (print-music-as-book): quote $defaultpaper.
7328
7329 2005-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7330
7331         * lily/include/score.hh (class Score): remove texts_ member.
7332
7333         * lily/beam.cc (set_stem_lengths): force direction callback.
7334         (print): read quantized-positions, so we can force
7335         Beam::set_stem_lengths to occur.
7336         (rest_collision_callback): use common X parent. 
7337
7338 2005-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
7339
7340         * flower/file-path.cc (find): Bugfix: Return name of file found.
7341
7342         * lily/main.cc (setup_paths): Bugfix for argv0 logic.
7343         (setup_paths)[__CYGWIN__ || __MINGW32__]: Normalize argv0.
7344         (setup_paths)[__MINGW32__]: Also look for argv0 + .exe.
7345
7346 2005-11-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7347
7348         * flower/offset.cc: idem.
7349
7350         * mf/*.mf: update email address.
7351
7352         * lily/font-config-scheme.cc:  new file.
7353
7354         * GNUmakefile.in (SUBDIRS): remove debian/ directory.
7355
7356         * lily/*:  cs.uu.nl -> xs4all.nl
7357
7358         * VERSION (PATCH_LEVEL): release 2.7.15
7359
7360         * make/lilypond.mandrake.spec.in (Module): remove Mandrake & Suse
7361         spec files.
7362
7363         * make/lilypond.fedora.spec.in: add %{libdir}/lilypond/
7364
7365 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7366
7367         * GNUmakefile.in: bugfix: encapsulate mkdir && cd in parens.   
7368
7369         * lily/staff-performer.cc (process_music): add audio
7370         elements. This makes MIDI instrument changes work once again.
7371
7372         * lily/main.cc (LY_DEFINE): add gmane address.
7373
7374         * lily/beam.cc: remove calc_positions()
7375
7376         * lily/include/grob.hh (class Grob): move pscore, dim_cache_,
7377         original_ in private scope.
7378         (class Grob): drop pscore_ pointer, change to output_def pointer.
7379         (class Grob): cleanup class definition.
7380
7381         * ly/spanners-init.ly (assertBeamQuant): use make-simple-closure.
7382
7383 2005-11-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7384
7385         * lily/main.cc (setup_paths)[__MINGW32__]: Do not assume argv0 is
7386         absolute.  Better diagnostics.
7387
7388         * GNUmakefile.in: Add bin/ to tree and populate with some links.
7389         This makes lilypond run from the build directory using argv0
7390         relocation (without any --prefix or LILYPONDPREFIX setting).
7391
7392 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7393
7394         * Documentation/topdocs/NEWS.tely (Top): document new backend design.
7395
7396         * scm/define-grobs.scm: purge self-[XY]-offset variables, replace
7397         with simple-closure.
7398
7399         * lily/self-aligment-interface.cc (set_align_self): new function
7400         (set_center_parent): new function.
7401
7402         * lily/side-position-interface.cc (set_axis): new function.
7403
7404         * lily/new-fingering-engraver.cc (position_scripts): use drul for
7405         generic code. 
7406
7407         * scm/define-grob-properties.scm (all-user-grob-properties):
7408         remove [XY]-offset-callbacks add [YX]-offset
7409         
7410 2005-11-02  Mats Bengtsson  <mabe@s3.kth.se>
7411
7412         * scm/define-grobs.scm (all-grob-descriptions): Added space-alist
7413         entry for time signatures after breathing signs. Bug report by
7414         Scott Russell.
7415
7416 2005-11-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7417
7418         * lily/main.cc (setup_paths)[!__MINGW32__]: Bugfix: if argv0 is
7419         not absolute, make it absolute using PATH.
7420
7421 2005-10-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7422
7423         * python/midi.c (initmidi): Fix type for mingw.
7424
7425 2005-10-27  Jan Nieuwenhuizen  <janneke@gnu.org>
7426
7427         * stepmake/stepmake/compile-vars.make (SHARED_FLAGS): Support mingw.
7428
7429         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Detect mingw
7430         cross compiling.
7431
7432         * stepmake/aclocal.m4: Support python cross compiling.
7433
7434         * stepmake/stepmake/python-module-vars.make (SHARED_MODULE_SUFFIX):
7435         Add mingw section.
7436
7437 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7438
7439         * scm/output-lib.scm (chain-grob-member-functions): replace
7440         chained-callback.cc
7441
7442         * lily/chained-callback.cc (Module): remove file.
7443
7444         * lily/rest-collision.cc (force_shift_callback_rest): change to
7445         chained callback.
7446
7447         * lily/rest.cc (y_offset_callback): merge function of 3 callbacks. 
7448
7449         * lily/grob.cc (y_parent_positioning): remove axis argument from
7450         parent_positioning callbacks.
7451         (Grob): junk init code
7452         (get_offset): use generic property callbacks for
7453         X-offset, Y-offset. Remove Grob::{add,has}_offset_callback.
7454         (axis_parent_positioning): new function
7455         (axis_offset_symbol): new function
7456         (chain_offset_callback): new function
7457         (add_offset_callback): new function
7458
7459         * lily/beam.cc (rest_collision_callback): change signature; this
7460         is now a chained callback.
7461
7462         * lily/include/dimension-cache.hh (class Dimension_cache): remove
7463         callback administration.
7464
7465         * lily/simple-closure.cc: new file. Smob type that allows "grob
7466         member functions",
7467
7468             (ly:make-simple-closure FUNC A B)
7469
7470         is evaluated as (FUNC grob A B). This allows chaining of callbacks
7471         in various ways.
7472
7473         * lily/slur-engraver.cc (acknowledge_extra_object): use chained
7474         callbacks.
7475
7476         * lily/slur.cc (outside_slur_callback): take 2 arguments.
7477
7478         * lily/rest.cc (polyphonic_offset_callback): remove.
7479
7480         * lily/script-engraver.cc (try_music): remove bool* argument.
7481
7482         * scm/script.scm (default-script-alist): set quantize-position
7483         appropriately.
7484
7485         * lily/script-engraver.cc: remove follow_into_staff_ special coding. 
7486
7487         * lily/side-position-interface.cc (aligned_side): move staff
7488         position quantization from
7489         Side_position_interface::quantised_position().
7490         (quantised_position): remove
7491         
7492 2005-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7493
7494         * input/regression/beam-quant-standard.ly: reindent, set
7495         debug-beam-quanting to #t.
7496
7497         * lily/beam-concave.cc (calc_concaveness): set concaveness to
7498         10000 if this is a "hard" concave beam.
7499
7500         * lily/beam.cc (calc_least_squares_positions): change from
7501         calc_least_squares_dy
7502         (set_stem_lengths): this is now a chained callback.
7503
7504         * lily/context-property.cc (execute_general_pushpop_property):
7505         bugfix override with procedure should have effect.
7506
7507         * scm/define-grob-properties.scm (all-internal-grob-properties):
7508         remove position-callbacks.
7509
7510         * scm/define-grobs.scm (all-grob-descriptions): use
7511         ly:make-callback-chain for positions property.
7512
7513         * scm/layout-beam.scm (check-quant-callbacks): return list of
7514         chained callbacks.
7515
7516         * scm/lily.scm (type-p-name-alist): add callback-chain
7517
7518         * lily/lily-guile.cc (type_check_assignment): type check failure
7519         is warning not message.
7520
7521         * lily/grob-property.cc (try_callback): walk callback chain if
7522         appropriate.
7523
7524         * lily/chained-callback.cc: new file. new smob type.
7525
7526         * lily/lily-guile.cc (procedure_arity): new function.
7527
7528 2005-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7529
7530         * Documentation/topdocs/INSTALL.texi (Top): add perl flex bison.
7531
7532 2005-10-25  John Mandereau  <john.mandereau@free.fr>
7533  
7534         * Documentation/user/instrument-notation.itely (Figured bass):
7535         describe new features
7536
7537 2005-10-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7538
7539         * lily/beam.cc (calc_least_squares_dy): use property callback.
7540
7541         * lily/beam-concave.cc (calc_concaveness): use property callback.
7542
7543         * ly/paper-defaults.ly: move fixed dimensions from paper.scm 
7544
7545 2005-10-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7546
7547         * HACKING: Update.
7548
7549 2005-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7550
7551         * scm/layout-page-layout.scm (page-headfoot): annotate
7552         pagetopspace too.
7553
7554         * scm/stencil.scm (dimension-arrows): shorten arrowed lines a bit. 
7555
7556         * scm/layout-page-layout.scm (annotate-y-interval): y-annotation
7557         doesn't take y-space.
7558
7559         * scm/paper.scm (paper-alist): fix A7 dimensions. 
7560
7561 2005-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7562
7563         * stepmake/stepmake/generic-vars.make (DIST_FILES): Fix
7564         src-wildcard, remove $(wildcard).
7565
7566         * po/GNUmakefile (PO_FILES): 
7567         * ps/GNUmakefile (PS_FILES): 
7568         * tex/GNUmakefile (TEX_FILES): 
7569         * cygwin/GNUmakefile (POSTINSTALLS):
7570         * vim/GNUmakefile (EXTRA_DIST_FILES): Bugfix: [etags sr?] missed
7571         some wildcard calls.
7572
7573 2005-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7574
7575         * THANKS: add Thomas Bushnell.
7576
7577 2005-10-23  Jan Nieuwenhuizen  <janneke@gnu.org>
7578
7579         * scm/lily.scm: Remove horrendous running-from-gui? kludge.
7580         (lilypond-main): Redirect to gui-main if 'gui is set.
7581
7582         * scripts/midi2ly.py (datadir): Add libdir iso datadir to path,
7583         for alternative installations kludging s/share/lib/g
7584         LILYPONDPREFIX. 
7585
7586         * SConstruct (libdir_package_version): Define.
7587
7588         * python/SConscript: 
7589         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install binary .so
7590         module in libdir.  
7591
7592 2005-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7593
7594         * lily/main.cc: clarify --safe.
7595
7596 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7597
7598         * VERSION: release 2.7.14
7599         
7600         * Documentation/user/*.itely: remove minimumVerticalExtent.
7601
7602         * scm/define-grobs.scm (all-grob-descriptions): remove
7603         RemoveEmptyVerticalGroup
7604
7605         * lily/hara-kiri-engraver.cc (get_spanner): create VerticalAxisGroup.
7606
7607         * lily/include/lily-guile.hh (GUILE_ELLIPSIS): define to get clean
7608         compile on MOSX
7609
7610         * python/convertrules.py (conv): add rules.
7611
7612         * lily/grob.cc: remove is_empty()
7613
7614         * lily/grob-property.cc: remove add_to_list_property().
7615
7616         * scripts/convert-ly.py (datadir): add prefix switching hack to
7617         .py too.
7618
7619         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily (cresc): remove
7620         space-function tweak.
7621
7622         * lily/grob.cc: remove X-extent-callback / Y-extent-callback.
7623
7624         * scm/define-grob-properties.scm (all-user-grob-properties):
7625         remove callback property.
7626
7627         * lily/include/grob.hh (class Grob): remove property_callbacks_
7628         member. Properties of procedure type are assumed to be callbacks.
7629
7630         * lily/ligature-engraver.cc (override_stencil_callback):
7631         rewrite. Use noteHeadLigaturePrimitive as source.
7632
7633         * scm/define-grob-properties.scm (all-internal-grob-properties):
7634         remove ligature-primitive-callback
7635
7636         * lily/include/dimension-cache.hh (class Dimension_cache): make
7637         class, with Grob as friend.
7638
7639         * lily/grob.cc: remove set_extent_callback(), set_extent() and
7640         has_extent_callback()
7641
7642         * scm/translation-functions.scm (format-new-bass-figure): read
7643         figuredBassPlusDirection
7644
7645         * scm/define-context-properties.scm
7646         (all-user-translation-properties): add figuredBassPlusDirection.
7647
7648         * lily/staff-spacing.cc (next_notes_correction): oops. Init wishes.
7649
7650         * lily/align-interface.cc (set_ordered): new function.
7651
7652         * lily/grob.cc (flush_extent_cache): rewrite.
7653
7654         * lily/dimension-cache.cc (Dimension_cache): cache extent as
7655         Interval pointer directly.
7656
7657         * lily/main.cc (setup_paths): insert extra / .
7658         (setup_paths): junk cff entry.
7659
7660         * lily/font-config.cc (init_fontconfig): only add type1 / otf
7661         directories.
7662
7663         * lily/axis-group-engraver.cc (finalize): remove
7664         extraVerticalExtent, minimumVerticalExtent verticalExtent.
7665
7666         * lily/grob.cc (Grob): don't set extent from ctor.
7667         (extent): use property callbacks. 
7668
7669         * lily/axis-group-interface.cc: remove set_axes() function.
7670
7671         * lily/grob-property.cc (del_property): new function.
7672
7673 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7674
7675         * lily/font-config.cc (init_fontconfig): resurrect mf/out/ check.
7676         
7677 2005-10-20  Jan Nieuwenhuizen  <janneke@gnu.org>
7678
7679         * stepmake/stepmake/script-vars.make (PYTHON_SCRIPTS_IN): Oops.  Add.
7680
7681 2005-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7682
7683         * mf/SConscript: Updates.
7684
7685         * lily/GNUmakefile (OUT_DIST_FILES): Bugfix.
7686
7687         * stepmake/stepmake/*:
7688         * */GNUmakefile:
7689         * config.make.in:
7690         * GNUmakefile.in:
7691         * stepmake/aclocal.m4: Friendlier --srcdir build, allowing `make'
7692         from any directory in build-dir.  Cleanups.
7693
7694         * make/srcdir.make.in: Remove.
7695
7696         * lily/main.cc (setup_paths): Fix and document build-dir hack.
7697
7698         * SConstruct (CheckYYCurrentBuffer): Use TryCompile (there is no
7699         main).
7700
7701         * lily/SConscript: Remove ttftools.
7702
7703         * SConstruct: Resurrect.
7704
7705 2005-10-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7706
7707         * lily/tuplet-bracket.cc (print): use dy iso. positions[RIGHT] for
7708         Y coordinate. 
7709
7710         * lily/paper-book.cc (add_score_title): put Paper_score title into
7711         systems_ list.
7712
7713         * scm/translation-functions.scm (format-new-bass-figure): also
7714         allow plus in combination with _
7715
7716 2005-10-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7717
7718         * VERSION: 2.7.13 released.
7719
7720         * lily/note-collision.cc (check_meshing_chords): don't wipe
7721         stencil, merely set transparent.
7722
7723         * Documentation/topdocs/NEWS.tely (Top): mention John Mandereau. 
7724         (Top): document #'callbacks.
7725         (Top): document nested \override.
7726
7727         * input/regression/figured-bass.ly: update for slash and pluses.
7728
7729         * input/regression/figured-bass-continuation-forbid.ly (Module):
7730         new file.
7731
7732         * scm/translation-functions.scm (format-new-bass-figure): use
7733         slashed-digit if diminished is set.
7734         (format-new-bass-figure): add + if 'augmented is set.
7735
7736         * scm/define-markup-commands.scm (slashed-digit): new command slashed-digit.
7737
7738         * input/test/piano-staff-distance.ly: remove file.
7739
7740         * Documentation/user/advanced-notation.itely (Formatting cue
7741         notes): use length-fraction for making stems/beams smaller.
7742
7743         * lily/parser.yy (bass_figure): accept \+ \! and / as figured bass
7744         modifications.
7745
7746         * lily/new-figured-bass-engraver.cc: new property
7747         centerFiguredBassContinuations
7748
7749         * Documentation/user/changing-defaults.itely (Difficult tweaks):
7750         use callbacks.
7751
7752         * lily/context-property.cc (execute_general_pushpop_property):
7753         robustness checks.
7754
7755         * input/regression/override-nest.ly: new file.
7756
7757         * python/convertrules.py (FatalConversionError.subber): conversion
7758         rule for #'callbacks
7759
7760         * input/regression/override-nest.ly: new function.
7761
7762         * lily/parser.yy (music_property_def): allow \override #'a #'b =
7763         #c too. 
7764
7765         * lily/context-property.cc (lookup_nested_property): new function.
7766         (evict_from_alist): new function.
7767         (general_pushpop_property): new function.
7768         (execute_general_pushpop_property): rewrite. Support nested
7769         properties too.
7770
7771 2005-10-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7772
7773         * lily/beam.cc: use length-fraction too.
7774
7775         * scm/define-grob-properties.scm (all-user-grob-properties):
7776         remove property flag-width-function
7777         (all-user-grob-properties): remove space-function.
7778
7779         * scm/layout-beam.scm: remove flag-width-function.
7780
7781         * lily/beam.cc: remove flag-width-function
7782
7783         * scm/layout-beam.scm: remove beam dir functions.
7784
7785         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): use length-fraction.
7786
7787         * lily/stem.cc (calc_length): multiply with length_fraction. Makes
7788         for easier grace tweaks.
7789
7790         * lily/beam.cc: remove dir-function.
7791
7792         * lily/system.cc (pre_processing): use callback to trigger spacing procedures.
7793
7794         * lily/grob.cc: remove spacing-procedure.
7795
7796         * lily/note-head.cc (calc_stem_attachment): new function.
7797         (internal_print): use callback to get glyph-name.
7798
7799         * lily/grob-property.cc (get_interfaces): new function.
7800
7801         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-interfaces
7802
7803         * lily/stem.cc (calc_stem_end_position): new function.
7804         (calc_length): new function.
7805         document details for stem.
7806         remove Stem::get_direction()
7807
7808         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-set-callback! 
7809
7810         * lily/grob-property.cc (set_callback): new function.
7811
7812         * lily/script-engraver.cc (make_script_from_event): don't trigger callback.
7813
7814         * lily/item-scheme.cc: new file.
7815
7816         * lily/bar-line.cc (before_line_breaking): remove function.
7817         remove bar-size-procedure, break-glyph-function
7818
7819         * lily/clef-engraver.cc (set_glyph): use glyph iso. glyph-name
7820
7821         * lily/clef.cc (before_line_breaking): change to calc_glyph_name.
7822
7823         * lily/system-start-delimiter.cc (print): suicide from
7824         here. Remove after_line_breaking_callback.
7825
7826         * lily/script-interface.cc (calc_direction): use callback for direction.
7827
7828         * lily/side-position-interface.cc (aligned_side): don't use
7829         Side_position_interface::get_direction directly. Use callback. 
7830
7831         * lily/grob.cc (get_stencil): simplify: use callback mechanism to
7832         calculate stencil.
7833         (get_print_stencil): rename from get_stencil: create stencil with
7834         transparency, color and cause. 
7835
7836         * scm/define-grobs.scm: change print-function to stencil callback everywhere.
7837
7838         * python/convertrules.py (conv): insert temporary warning rule.
7839
7840         * lily/multi-measure-rest.cc (set_text_rods): use stencil directly.
7841
7842         * lily/grob-property.cc (try_callback): remove marker if applicable.
7843
7844         * lily/grob.cc: elucidate doc about after/before-line-breaking
7845
7846         * lily/slur-scoring.cc (enumerate_attachments): robustness fix.
7847
7848         * lily/stem.cc (height): idem.
7849
7850         * lily/stem-tremolo.cc: idem.
7851
7852         * lily/slur.cc (height): don't use get_uncached_stencil()
7853
7854         * lily/rest.cc (y_offset_callback): use offset callback
7855         iso. after-line-breaking callback.
7856
7857         * lily/grob.cc: change after/before-line-breaking-callback to
7858         after/before-line-breaking dummy properties.
7859
7860         * lily/include/grob.hh: remove Grob_status.
7861
7862         * scm/define-context-properties.scm
7863         (all-user-translation-properties): remove verticalAlignmentChildCallback
7864
7865         * lily/tuplet-bracket.cc: use positions property iso. left,right-position.
7866         (calc_direction): use callback
7867         (calc_positions): use callback.
7868
7869         * lily/tie.cc (calc_direction): use callback. Only call parent
7870         positioning for more than one tie.
7871
7872         * lily/tie-column.cc (calc_positioning_done): use callback
7873
7874         * lily/slur-scoring.cc (calc_control_points): use callback
7875
7876         * lily/slur.cc (calc_direction): use callback.
7877
7878         * lily/note-collision.cc (force_shift_callback): remove.
7879
7880         * lily/dot-column.cc (force_shift_callback): remove. Use
7881         other_axis_parent_positioning.
7882
7883         * lily/grob.cc (other_axis_parent_positioning): new function.
7884         (same_axis_parent_positioning): new function
7885
7886         * lily/align-interface.cc (alignment_callback): remove function.
7887
7888         * lily/note-collision.cc (calc_positioning_done): use callback.
7889
7890         * lily/laissez-vibrer-tie.cc (calc_control_points): use callback.
7891         (calc_direction): idem.
7892         remove print function.
7893
7894         * lily/laissez-vibrer-tie-column.cc (calc_positioning_done): use callback.
7895
7896         * lily/dot-column.cc (calc_positioning_done): use callback.
7897
7898         * lily/break-align-interface.cc (calc_positioning_done): use callback.
7899
7900         * lily/beam.cc (calc_direction): use pseudo-property for beam
7901         direction callback.
7902         (calc_positions): use callback 
7903
7904         * lily/align-interface.cc (calc_positioning_done): use
7905         callback. Fold fixed  distance and normal alignment in one function.
7906
7907         * lily/stem.cc (calc_stem_end_position): use callback.
7908         (calc_positioning_done): idem.
7909         (calc_direction): idem.
7910         (calc_stem_end_position): idem
7911         (calc_stem_info): idem.
7912
7913         * lily/grob-property.cc (get_property_data): new function: 
7914         (try_callback): new function.
7915
7916         * scm/define-grob-properties.scm (all-user-grob-properties): doc
7917         callbacks property.
7918
7919         * lily/break-align-interface.cc: remove Break_align_interface::alignment_callback.
7920
7921 2005-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7922
7923         * lily/tie.cc (get_position): robustness fix. Don't crash if a
7924         tie
7925         has no heads.
7926         
7927         * lily/include/*.hh (Module): compile fixes.
7928
7929 2005-10-14  Heikki Junes <hjunes@cc.hut.fi>
7930
7931         * elisp/lilypond-font-lock.el, elisp/lilypond-indent.el: Avoid nil 
7932         as an argument for char-syntax: use (char-syntax (or nil 0)) 
7933         instead of (char-syntax nil), thanks to Milan Zamazal.
7934
7935 2005-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7936
7937         * make/lilypond.fedora.spec.in (Group): add lilypond-internals to
7938         dist.
7939
7940         * lily/tuplet-bracket.cc: check columns of bounds, not bounds
7941         themselves.
7942
7943 2005-10-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7944
7945         * flower/include/virtual-methods.hh (VIRTUAL_COPY_CONSTRUCTOR):
7946         add class_name() method.
7947
7948         * lily/music-scheme.cc: remove ly:music-name.
7949
7950 2005-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7951
7952         * cygwin/postinstall-lilypond.sh: Remove cruft.
7953
7954         * cygwin/postremove-lilypond.sh: Remove.
7955
7956         * cygwin/GNUmakefile (default): Remove postremove rules.
7957
7958 2005-10-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7959
7960         * ly/titling-init.ly (evenHeaderMarkup): use space in header on
7961         even header too.
7962         
7963         * scm/define-markup-commands.scm (wordwrap-string): bugfix for
7964         MacOS 9 users.
7965
7966         * lily/hara-kiri-group-spanner.cc (consider_suicide): only
7967         consider break index for broken spanner.
7968
7969         * scm/define-markup-commands.scm (wordwrap-string): remove \r
7970         characters from string before splitting.
7971
7972 2005-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7973
7974         * scm/framework-ps.scm (output-preview-framework): use
7975         is-book-title to determine whether to chop off the booktitle.
7976
7977         * lily/paper-book.cc (systems): init from book-title-properties
7978         (add_score_title): init score-title-properties.
7979
7980         * ly/paper-defaults.ly: add {score,book}-title-properties.
7981
7982         * scm/document-backend.scm (lookup-interface): error message if
7983         using unknown interface.
7984
7985         * lily/volta-bracket.cc (after_line_breaking): new function. Set
7986         edge-height.
7987
7988         * lily/horizontal-bracket.cc (make_enclosing_bracket): rename from
7989         make_bracket.
7990         (make_bracket): new function.
7991
7992         * scm/lily.scm (define-scheme-options): add paper-size option.
7993
7994         * ly/declarations-init.ly (laissezVibrer): get paper size from
7995         -dpaper-size
7996
7997         * scm/translation-functions.scm: use \fontsize for changing the
7998         fontsize.
7999
8000         * scm/define-grobs.scm (all-grob-descriptions): set
8001         between-length-limit to 1.0
8002
8003         * lily/tie-helper.cc: add between_length_limit_ detail property.
8004
8005         * mf/feta-bolletjes.mf: typos.
8006
8007         * lily/note-head.cc (internal_print): don't shadow idx
8008         parameter. This fixes wrong attachment for do shape heads.
8009
8010 2005-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8011
8012         * scm/parser-ly-from-scheme.scm: rename from ly-from-scheme.scm
8013
8014         * scm/parser-clef.scm (supported-clefs): rename from clef.scm
8015
8016         * scm/layout-slur.scm: rename from slur.scm
8017
8018         * scm/layout-page-layout.scm: rename from page-layout.scm
8019
8020         * scm/layout-beam.scm: rename from beam.scm
8021
8022         * scm/define-grob-interfaces.scm (bass-figure-interface): add
8023         bass-figure-interface
8024
8025         * lily/new-figured-bass-engraver.cc (process_music): add
8026         implicitBassFigures property.
8027         
8028         * scm/define-markup-commands.scm (pad-x): new markup.
8029
8030         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set
8031         minimumVerticalExtent on FiguredBass context.
8032
8033         * lily/figured-bass-continuation.cc (center_on_figures): kludge in
8034         case the continuation crosses a line break.
8035
8036 2005-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
8037
8038         * flower/file-name.cc (dos_to_posix)[__CYGWIN__]: Return
8039         unconverted value if cygwin_conv_to_posix_path () fails.  Fixes
8040         absolute file name bug.  
8041
8042 2005-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8043
8044         * VERSION (PACKAGE_NAME): release 2.7.12
8045
8046         * input/regression/figured-bass-continuation-center.ly: new file.
8047
8048         * input/regression/beam-outside-beamlets.ly: new file.
8049
8050         * lily/beam.cc (set_beaming): don't clip edges.
8051         (connect_beams): don't clip edges.
8052
8053         * lily/beaming-info.cc (clip_edges): new function.
8054
8055         * lily/enclosing-bracket.cc (struct Enclosing_bracket): new file.
8056
8057         * Documentation/user/instrument-notation.itely (Figured bass):
8058         demonstrate extenders, update seealso links.
8059
8060         * scm/titling.scm (marked-up-headfoot): change tagline
8061         handling. tagline = ##f will blank the tagline as well.
8062
8063 2005-10-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8064
8065         * Documentation/topdocs/NEWS.tely: add entry for Figured bass.
8066
8067         * lily/new-figured-bass-engraver.cc (struct
8068         New_figured_bass_engraver): add new_music_found_ member.
8069
8070         * lily/lilypond-version.cc (Lilypond_version): deal with
8071         incorrectly formatted version strings. 
8072
8073         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): switch on
8074         New_figured_bass_engraver by default.
8075
8076         * lily/ttf.cc (print_trailer): only define glyph names when
8077         FT_Face has FT_FACE_FLAG_GLYPH_NAMES
8078
8079 2005-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8080
8081         * lily/horizontal-bracket.cc (make_bracket): new function.
8082
8083         * scm/define-grobs.scm (all-grob-descriptions): new grobs
8084         NewBassFigure, BassFigureBracket, BassFigureContinuation,
8085         BassFigureLine, BassFigureAlignment
8086
8087         * lily/new-figured-bass-engraver.cc (process_music): new file.
8088
8089         * lily/figured-bass-continuation.cc: new file.
8090
8091         * lily/include/horizontal-bracket.hh (struct Horizontal_bracket):
8092         new file.
8093
8094 2005-10-04  Mats Bengtsson  <mabe@s3.kth.se>
8095
8096         * scripts/lilypond-book.py: Bug fix, put the quote around the
8097         actual score for LaTeX documents.
8098
8099         * scm/define-grobs.scm (all-grob-descriptions): Change
8100         collapse-height of the SystemStartBracket grob to 5.0, 
8101         so the bracket disappears for single stave score lines (similarly
8102         to SystemStartBraces). 
8103
8104         * Documentation/user/advanced-notation.itely (Polymetric
8105         notation): Clarify the use of compressMusic.
8106
8107         * Documentation/user/basic-notation.itely (Grace notes): Clarify
8108         that the grace spacer note in other staves need the same duration
8109         and document the stroke-style property.
8110
8111 2005-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8112
8113         * Documentation/user/global.itely (Vertical spacing): document
8114         alignment-extra-space and fixed-alignment-extra-space.
8115
8116         * Documentation/topdocs/NEWS.tely (Top): add entry.
8117
8118         * input/regression/alignment-vertical-spacing.ly: new file.
8119
8120         * python/convertrules.py (conv): add rule.
8121
8122         * ly/music-functions-init.ly: rename outputProperty to overrideProperty
8123
8124         * lily/align-interface.cc (stretch_after_break): new
8125         function. Read fixed-alignment-extra-space property.
8126         (align_elements_to_extents): read alignment-extra-space property.
8127
8128         * lily/lily-guile.cc (robust_scm2dir): new function.
8129
8130         * scm/page-layout.scm (page-headfoot): annotate headsep and footsep.
8131         (annotate-space-left): new function. Annotate space left on page. 
8132         (annotate-y-interval): new function.
8133         (paper-system-annotate-last): new function. Annotate bottom-space.
8134
8135         * mf/feta-beugel.mf (y): 
8136
8137 2005-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8138
8139         * VERSION (PACKAGE_NAME):  release 2.7.11
8140
8141         * scm/lily-library.scm (interval-translate): new function
8142         (interval-center): new function. 
8143
8144         * scm/page-layout.scm (paper-system-annotate): new function. Add
8145         arrows for dimensions.
8146  
8147         * scm/stencil.scm (dimension-arrows): new function.
8148
8149         * Documentation/user/global.itely (Vertical spacing): mention annotatespacing
8150
8151         * input/regression/page-spacing.ly: add annotatespacing
8152
8153         * lily/paper-system-scheme.cc (LY_DEFINE): remove ly:paper-system-{extent,stencil}
8154         (LY_DEFINE): new function ly:paper-system-set-property!
8155
8156         * Documentation/user/global.itely (Paper size): explain how to add
8157         sizes.
8158
8159         * scm/paper.scm (paper-alist): rename tabloid paper to 11x17 to
8160         correspond to GS's definition.
8161
8162         * lily/tuplet-bracket.cc (after_line_breaking): suicide empty
8163         tuplet bracket.
8164         (print): only connect to next bracket if the next one is alive.
8165         (print): set padding to 0.0 if the bound is a breakable
8166         column. This makes tupletFullLength brackets reach up to the staff
8167         line if it doesn't connect to the next line.
8168
8169 2005-09-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8170
8171         * lily/bar-number-engraver.cc: correct docs.
8172
8173         * scm/output-lib.scm (first-bar-number-invisible): rename from
8174         default-bar-number-visibility
8175
8176 2005-09-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8177
8178         * scm/define-music-properties.scm (all-music-properties): remove
8179         predicate property.
8180
8181 2005-09-28  Heikki Junes  <hjunes@cc.hut.fi>
8182
8183         * po/fi.po: refresh.
8184
8185 2005-09-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8186
8187         * input/regression/hara-kiri-pianostaff.ly (disappear): remove
8188         superfluous s1.
8189         (disappear): bugfix.
8190
8191         * lily/stem-tremolo.cc (raw_stencil): read slope property.
8192
8193         * lily/include/paper-system.hh (class Paper_system): remove
8194         staff_extents_ member.
8195
8196         * lily/paper-system-scheme.cc (LY_DEFINE): remove.
8197
8198         * lily/include/paper-system.hh (class Paper_system): remove
8199         number_ variable. Remove is_title_. Remove break_before_penalty_
8200
8201         * lily/paper-book.cc (systems): use 'number property iso. number_
8202         member.
8203
8204         * lily/paper-system-scheme.cc: remove ly:paper-system-break-before-penalty
8205         remove ly:paper-system-number.
8206
8207         * scm/lily-library.scm (paper-system-title?): new function.
8208
8209         * lily/book.cc (process): bugfix: flip ?: cases. 
8210
8211         * Documentation/user/changing-defaults.itely (Difficult tweaks):
8212         add outputProperty.
8213
8214         * ly/music-functions-init.ly: add outputProperty music function.
8215
8216         * scm/paper.scm (set-paper-dimension-variables): add pagetopspace
8217
8218         * scm/page-layout.scm (ly:optimal-page-breaks): read next-space
8219         and next-padding.
8220         (optimal-page-breaks): rename from ly:optimal-page-breaks.
8221
8222         * lily/paper-system-scheme.cc (LY_DEFINE): new function.
8223
8224         * lily/paper-system.cc (internal_get_property): new function.
8225
8226         * Documentation/user/global.itely (Vertical spacing): refer to
8227         page-spacing.ly
8228
8229         * scm/page-layout.scm (ly:optimal-page-breaks): add support for
8230         pagetopspace
8231
8232         * input/regression/page-spacing.ly: new file.
8233
8234         * input/regression/page-top-space.ly: new file.
8235
8236         * lily/spacing-spanner.cc: cmath -> math.h
8237
8238         * lily/paper-system.cc (read_left_bound): new function. Read
8239         line-break-system-details from left bound to determine extents.
8240  
8241         * Documentation/user/programming-interface.itely (Using LilyPond
8242         syntax inside Scheme): change applyxxx -> applyXxx.
8243
8244         * ly/music-functions-init.ly: add outputProperty music function.
8245
8246         * lily/parser.yy (Generic_prefix_music_scm): add scm-scm-scm signature.
8247
8248         * lily/grob-scheme.cc (LY_DEFINE): add ! to ly:grob-suicide! name.
8249
8250         * python/convertrules.py (conv): rule
8251
8252         * ly/music-functions-init.ly: applyxxx -> applyXxx
8253
8254         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): alias
8255         TabVoice to Voice.
8256
8257 2005-09-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8258
8259         * flower/include/real.hh: include <math.h> iso. <cmath>
8260
8261         * flower/include/offset.hh: include real.hh
8262
8263 2005-09-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8264
8265         * Documentation/user/changing-defaults.itely (Difficult tweaks):
8266         fix example, now that 'interfaces is no longer directly available.
8267
8268         * lily/book.cc (process): don't crash if paper == NULL.
8269
8270         * po/fr.po: update.
8271
8272 2005-09-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8273
8274         * scm/define-music-types.scm (music-descriptions): set length and
8275         start-callback for QuoteMusic
8276
8277 2005-09-15  Mats Bengtsson  <mabe@s3.kth.se>
8278
8279         * lily/tie.cc (get_configuration): Replace fabs -> abs for integer
8280         arguments. Fixes compilation error with gcc 3.3.
8281
8282 2005-09-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8283
8284         * VERSION: release 2.7.10
8285
8286         * stepmake/stepmake/python-module-rules.make
8287         ($(outdir)/%$(SHARED_MODULE_SUFFIX)): SHARED_FLAGS at the end.  
8288
8289         * lily/*.cc: remove <cmath> everywhere. <cmath> is included from
8290         real.hh
8291
8292 2005-09-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8293
8294         * stepmake/stepmake/c++-vars.make (#EXTRA_CXXFLAGS): don't add
8295         -Werror. Otherwise GCC barfs over various optimizations.
8296
8297         * scm/define-grob-properties.scm (all-internal-grob-properties):
8298         add note-head property
8299
8300         * Documentation/user/instrument-notation.itely (Laissez vibrer
8301         ties): new node.
8302
8303         * input/regression/laissez-vibrer-ties.ly: new file.
8304
8305         * lily/laissez-vibrer-engraver.cc: new file.    
8306
8307         * lily/include/tie-column-format.hh: new file.
8308
8309         * lily/tie-column-format.cc: new file. 
8310
8311         * lily/tie-column.cc (set_manual_tie_configuration): new function.
8312
8313         * lily/laissez-vibrer-tie.cc: new file.
8314
8315         * lily/include/laissez-vibrer-tie.hh: new file.
8316
8317         * ly/engraver-init.ly: add Laissez_vibrer_engraver
8318
8319         * ly/declarations-init.ly (laissezVibrer): add \laissezVibrer
8320
8321         * scm/define-grobs.scm (all-grob-descriptions): add
8322         LaissezVibrerTie, LaissezVibrerTieColumn
8323
8324         * lily/tie-column.cc (set_tie_config_directions): new function
8325         (final_shape_adjustment): new function.
8326         (shift_small_ties): new function.
8327
8328         * scm/define-music-types.scm (music-descriptions): add LaissezVibrerEvent
8329
8330         * lily/include/tie.hh (struct Tie_details): add x_gap_
8331         (struct Tie_configuration): add head_position_
8332
8333         * lily/tie-column.cc (set_chord_outline): new function.
8334
8335         * mf/cmr.enc.in:  remove file.
8336
8337 2005-09-11  Graham Percival  <gpermus@gmail.com>
8338
8339         * Documentation/user/examples.itely: typo fix.  Thanks, Matevž
8340
8341 2005-09-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8342
8343         * mf/feta-banier.mf: make vertical stem 1/2 stemthickness wide to
8344         reduce aliasing effects.
8345
8346         * lily/tie-column.cc (set_chord_outlines): bugfix: insert complete
8347         box in skyline.
8348
8349 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8350
8351         * lily/tie.cc (get_configuration): don't crash if left_dot is NULL.
8352
8353         * flower/include/real.hh: std::fabs too.
8354
8355 2005-09-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8356
8357         * Documentation/user/lilypond.tely: Spell Baßtuba in UTF-8 (Werner). 
8358
8359         * lily, flower: Include C++ iso C headers.  Import namespace std
8360         throughout.
8361
8362         * lily/side-position-interface.cc: 
8363         * lily/scm-hash.cc: 
8364         * lily/note-head.cc: 
8365         * lily/include/includable-lexer.hh: 
8366         * flower/include/string-data.icc: Remove using std::*.
8367
8368         * lily, flower: Include C++ iso C headers.  Import namespace std
8369         throughout.
8370
8371         * lily/side-position-interface.cc: 
8372         * lily/scm-hash.cc: 
8373         * lily/note-head.cc: 
8374         * lily/include/includable-lexer.hh: 
8375         * flower/include/string-data.icc: Remove using std::*.
8376
8377         * Documentation/user/instrument-notation.itely (Entering lyrics):
8378         Multiple latin-1->utf-8 conversion fix.
8379
8380         * Documentation/user/*tely: Update Emacs cookie to utf-8.
8381
8382 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8383
8384         * lily/tie.cc (get_configuration): also avoid dots for non-space
8385         situations.
8386
8387 2005-09-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8388
8389         * Documentation/user/instrument-notation.itely: Bugfix.
8390
8391 2005-09-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8392
8393         * tex/GNUmakefile: don't install texinfo.tex
8394
8395         * tex/ : cleanup: remove unused files.
8396
8397         * lily/general-scheme.cc: remove my_{isinf,isnan}.
8398
8399         * flower/include/real.hh: using std::{isnan,isinf}
8400         
8401         * VERSION (PATCH_LEVEL): release 2.7.9
8402
8403 2005-09-05  Graham Percival  <gpermus@gmail.com>
8404
8405         * Documentation/user/ instrument-notation.itely,
8406         advanced-notation.itely: minor tweaks.
8407
8408         * input/test/script-chart.ly: add item padding.
8409
8410 2005-09-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8411
8412         * flower/offset.cc: use math.h iso. <cmath>
8413
8414         * scm/ps-to-png.scm (make-ps-images): use png16m again, for sake
8415         of IE users.
8416
8417         * scm/framework-eps.scm (dump-stencils-as-EPSes): cleanup.
8418         (widen-left-stencil-edges): new function. Fix alignment problems
8419         with LaTeX includegraphics.
8420
8421         * lily/text-interface.cc (interpret_markup): use abort().
8422
8423 2005-09-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8424
8425         * input/regression/tie-chord.ly (testLong): add a chord in 4ths
8426
8427         * lily/tie.cc (get_configuration): update bezier shape as we
8428         change Y positions.
8429         (get_configuration): don't move large ties if we're outside of the
8430         staff.
8431
8432 2005-09-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8433
8434         * scm/define-markup-commands.scm (strut): swap X and Y dims.
8435         
8436 2005-09-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8437
8438         * .cvsignore: Add auto-generated configure files and then some.
8439
8440 2005-09-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8441
8442         * scm/define-grobs.scm (DynamicLineSpanner): Add
8443         X-extent-callback.  Fixes hairpin-slur collision.
8444
8445 2005-08-31  Graham Percival  <gpermus@gmail.com>
8446
8447         * Documentation/user/advanced-notation.itely,
8448         basic-notation.itely: minor changes.
8449
8450 2005-08-31  Mats Bengtsson  <mabe@s3.kth.se>
8451
8452         * scm/framework-eps.scm (dump-stencils-as-EPSes): Insert a
8453         \linebreak between each .eps file if \betweenLilyPondSystem is
8454         undefined. 
8455
8456         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
8457         music): Document the \linebreak
8458
8459         * Documentation/user/lilypond-book.itely,
8460         input/tutorial/lbook-latex-test.tex,
8461         Documentation/user/examples.itely: Remove \usepackage{graphics}
8462
8463 2005-08-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8464
8465         * mf/aybabtu.pe.in (i): don't merge alphabet into aybabtu.
8466
8467         * lily/ly-module.cc (make_stand_in_procs_weak): 1.6.4 and earlier
8468         compat bugfix.
8469
8470         * scripts/lilypond-book.py (PREAMBLE_LY): define
8471         inside-lilypond-book
8472         (modify_preamble): new function. Insert \RequirePackage{graphics}
8473         when no {graphics found in preamble.  
8474
8475 2005-08030  Graham Percival  <gpermus@gmail.com>
8476
8477         * Documentation/user/basic-notation.itely, global.itely,
8478         tutorial.itely: misc small changes.
8479
8480 2005-08-30  Jan Nieuwenhuizen  <janneke@gnu.org>
8481
8482         * stepmake/aclocal.m4: Include MY_PATCH_LEVEL in config.make's
8483         VERSION.
8484
8485 2005-08-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8486
8487         * lily/tie-column.cc (new_directions): put Tie down on center
8488         staff line. 
8489
8490         * lily/script-interface.cc (before_line_breaking): use
8491         Grob::programming_error
8492
8493         * scm/ps-to-png.scm (make-ps-images): use pngalpha device.
8494
8495         * scripts/lilypond-book.py (get_latex_textwidth): oops. Take [0]
8496         of splitext.
8497
8498 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8499
8500         * VERSION (PACKAGE_NAME): VERSION release 2.7.8
8501
8502 2005-08-29  Werner Lemberg  <wl@gnu.org>
8503
8504         * mf/GNUmakefile: Add `-f' flag to `rm' command while removing
8505         the `*.scale.pfa' files to avoid warnings.
8506
8507 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8508
8509         * lily/tempo-performer.cc (process_music): idem.
8510
8511         * lily/midi-def.cc (get_tempo): Rational to int conversion bug.
8512
8513 2005-08-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8514
8515         * Documentation/user/advanced-notation.itely (Text markup): not a
8516         fragment.
8517
8518         * lily/midi-item.cc (to_string): use to_int() iso. int cast.
8519
8520         * lily/staff-performer.cc (initialize): add tempo/name to
8521         audio_staff_
8522
8523
8524 2005-08-26  Graham Percival  <gpermus@gmail.com>
8525
8526         * Documentation/user/advanced.itely: add text-only example.
8527
8528         * Documentation/user/invoking.itely: add index entries for
8529         convert-ly.
8530
8531         * Documentation/user/ tutorial.itely, basic-notation.itely:
8532         small fixes suggested by Steve D.  Thanks!
8533
8534 2005-08-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8535
8536         * input/regression/markup-bidi-pango.ly: new file.
8537
8538         * lily/pango-font.cc (pango_item_string_stencil): make Mingw code
8539         standard. Remove #ifdef. Remove memleak.
8540         (text_stencil): use text_dir to decide how to composite items.
8541         (text_stencil): determine uniform text direction for the entire
8542         string.
8543
8544         * scripts/lilypond-book.py (output_name): remove
8545         latex_filter_cmd. Non-portable to non-Unix systems. 
8546         (get_latex_textwidth): use File.write and os.unlink() instead.
8547
8548         * THANKS: add Vicente & Trevor.
8549
8550         * lily/grob.cc (discretionary_processing): look up origin for
8551         programming_error too. 
8552
8553         * input/regression/tie-broken.ly: new file.
8554
8555         * lily/tie-column.cc (set_chord_outlines): set outline for line
8556         break case too.
8557         
8558 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8559
8560         * lily/pango-font.cc (text_stencil): don't translate glyphs in
8561         unscaled transform, just translate stencils.
8562
8563         * ly/performer-init.ly: init timing to #t.  Fixes bar checks in
8564         MIDI.
8565
8566         * scm/define-markup-commands.scm (wordwrap-string): use
8567         text-direction
8568         (wordwrap-stencils): idem.
8569         (line): idem.
8570         (fill-line): idem.
8571         (wordwrap-stencils): translate last line to right for
8572         text-direction = LEFT.
8573
8574         * scm/define-grob-properties.scm (all-user-grob-properties): add
8575         text-direction.
8576
8577 2005-08-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8578
8579         * lily/lily-parser.cc (Lily_parser): also copy output_basename_
8580         when copying a Lily_parser object.
8581
8582 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8583
8584         * scm/define-markup-commands.scm (null): add null markup.
8585
8586 2005-08-25  Mats Bengtsson  <mabe@s3.kth.se>
8587
8588         * lily/item.cc: Add documentation of center-invisible
8589
8590 2005-08-24  Graham Percival  <gpermus@gmail.com>
8591
8592         * Documentation/user/advanced-notation.itely: add info about
8593         raising text.
8594
8595         * Documentation/user/programming-interface.itely: fix example
8596         involving raised text.
8597
8598 2005-08-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8599
8600         * lily/beam.cc (print): fix X start/end points of isolated
8601         beamlets.
8602
8603         * scm/output-ps.scm (grob-cause): escape spaces in URLs.
8604
8605         * lily/multi-measure-rest.cc (set_text_rods): new function.
8606
8607         * lily/vertical-align-engraver.cc (process_music): call
8608         Align_interface::set_axis(). This forces #'elements to be ordered,
8609         preventing random vertical reordering of staves.
8610
8611         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
8612         add avoid-slur property. 
8613
8614         * Documentation/user/basic-notation.itely (Measure repeats): add
8615         countPercentRepeats example.
8616
8617         * Documentation/user/advanced-notation.itely (Other text markup
8618         issues): remove remark about normal-font.  We have \normal-text
8619
8620         * input/regression/tie-chord.ly: add note about remaining bugs.
8621
8622         * lily/tie.cc (print): try Tie_column::set_directions () if
8623         control-points not yet defined.
8624
8625 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8626
8627         * lily/system-start-delimiter.cc (staff_brace): don't remove brace
8628         extent. This fixes braces falling out of the EPS bbox.
8629
8630         * mf/feta-beugel.mf (braces_per_font): make brace glyph align
8631         exactly to bbox.
8632
8633 2005-08-23  Graham Percival  <gpermus@gmail.com>
8634
8635         * {various} : change #up->#UP and #down->#DOWN.
8636
8637         * ly/titling-init.ly: Spacing fix when using printallheaders=##t.
8638
8639         * Documentation/user/advanced-notation.itely: clarify
8640         what objects handles text on a multimeasure rest.
8641
8642 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8643
8644         * VERSION (PATCH_LEVEL): release 2.7.7
8645
8646 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8647
8648         * make/lilypond-vars.make: set -dgs-font-load for "make web" 
8649
8650         * Documentation/topdocs/INSTALL.texi (Top): add GS bugfix requirement.
8651
8652         * input/regression/*.ly: formatting clean-up. Default layout
8653         before music expression.
8654
8655         * input/mutopia/R.Schumann/GNUmakefile (examples): switch off
8656         romanze28-2 example.
8657
8658         * scm/ps-to-png.scm: remove dir-re function.
8659         (make-ps-images): generate page names, instead of globbing them.
8660         This brings down LilyPond memory usage for make web by a factor
8661         10. 
8662
8663         * scripts/lilypond-book.py (Lilypond_snippet.png_is_outdated):
8664         don't use glob. With 3000 files, globbing
8665         Documentation/user/out-www/ can take too much time. 
8666         
8667         * lily/lily-guile.cc (gulp_file_to_string): take size argument.
8668
8669         * lily/general-scheme.cc (LY_DEFINE): take optional size argument.
8670
8671         * input/regression/tie-manual.ly: new file
8672
8673         * input/regression/tie-chord.ly: update.
8674
8675         * flower/include/interval.hh (struct Interval_t): 
8676
8677         * lily/tie.cc (distance): new function 
8678         (height): new function.
8679         (init): new function
8680         (Tie_details): new struct.
8681
8682         * lily/skyline.cc (skyline_height): new function.
8683
8684         * lily/tie-column.cc (set_chord_outlines): new function.
8685         (new_directions): read tie-configuration
8686
8687         * lily/skyline.cc: fix ASCII art.
8688         
8689 2005-08-22  Mats Bengtsson  <mabe@s3.kth.se>
8690
8691         * python/convertrules.py (string_or_scheme): Fix spelling error
8692
8693 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8694         
8695         * lily/tie-column.cc (set_directions): set directions only once.
8696         (add_configuration): new function.
8697
8698         * lily/tie.cc (set_control_points): new function
8699
8700         * lily/tie-column.cc (new_directions): new function.
8701
8702         * ly/music-functions-init.ly: set 'pitch property
8703         iso. trill-pitch. This makes \relative work with \pitchedTrill
8704
8705         * lily/tie.cc (get_configuration): new function. Don't generate
8706         control points, rather, generate configuration.
8707         remove head-pair property.
8708
8709         * lily/include/tie.hh (struct Tie_configuration): new struct.
8710
8711 2005-08-22  Heikki Junes  <hjunes@cc.hut.fi>
8712
8713         * Documentation/topdocs/NEWS.tely: clarify.
8714
8715 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8716
8717         * lily/tie.cc: remove minimum-length
8718
8719         * scm/define-grob-properties.scm (all-user-grob-properties):
8720         remove staffline-clearance, y-offset 
8721
8722         * input/regression/tie-dots.ly (Module): remove.
8723
8724         * lily/tie.cc (get_control_points): rewrite. Put short ties in
8725         staff-spaces, make long ties cross staff lines. Avoid flags and dots.
8726
8727         * input/regression/tie-single.ly: new file.
8728
8729 2005-08-21  Graham Percival  <gpermus@gmail.com>
8730
8731         * ly/bagpipe.ly: fix compile problem.
8732
8733 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8734
8735         * lily/midi-item.cc (name): new method.
8736
8737         * lily/staff-performer.cc (acknowledge_audio_element): use
8738         signature of baseclass.
8739
8740         * lily/engraver-group.cc (do_announces): move recursion call out
8741         of while loop. 
8742
8743         * lily/drum-note-performer.cc (class Drum_note_performer): use
8744         process_music everywhere.
8745
8746         * ly/performer-init.ly: add default children everywhere.
8747
8748         * lily/paper-book.cc (output): call paper-book-write-midis
8749         directly: always write MIDI, even if no \layout {} block. 
8750
8751 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8752
8753         * VERSION (PACKAGE_NAME): release 2.7.6
8754
8755         * lily/percent-repeat-engraver.cc (try_music): don't print warning
8756         about not being able to handle repeat.
8757
8758 2005-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
8759
8760         * Documentation/user/examples.itely (Piano templates):
8761         * lily/include/performer-group.hh: Remove last traces of
8762         Performer_group_performer.  Fixes make web.
8763
8764 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8765
8766         * Documentation/user/examples.itely (Piano templates): change
8767         Engraver_group_engraver -> Engraver_group
8768
8769         * lily/ly-module.cc (make_stand_in_procs_weak): only kludge if
8770         scm_stand_in_procs is not weak_any.
8771
8772         * lily/volta-bracket.cc (print): don't use strcmp().
8773
8774         * lily/volta-engraver.cc (process_music): use
8775         Text_interface::is_markup() for setting the 'text property of the
8776         volta bracket.
8777
8778         * input/mutopia/claop.py (accents): update syntax to 2.6
8779
8780         * scm/define-context-properties.scm
8781         (all-user-translation-properties): add countPercentRepeats.
8782
8783         * Documentation/user/basic-notation.itely (Measure repeats): add
8784         isolated percent example.
8785
8786 2005-08-18  Graham Percival  <gpermus@gmail.com>
8787
8788         * input/ {various}: change direction #1, #-1 to
8789         #up/#down or \fooUp, \fooDown.
8790
8791         * Documentation/user/music-glossary.tely: #-1 to #down.
8792
8793         * ly/bagpipe.ly, engraver-init.ly, property-init.ly: #1
8794         to #up, #-1 to #down.
8795
8796 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8797
8798         * lily/include/engraver-group.hh: rename.
8799
8800         * lily/include/performer-group.hh: rename.
8801
8802 2005-08-18  Mats Bengtsson  <mabe@s3.kth.se>
8803
8804         * input/test/script-abbreviations.ly: Removed some old LaTeX
8805         left overs.
8806
8807 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8808
8809         * python/convertrules.py (conv): inside-slur -> avoid-slur.
8810         Remove functions.  Remove if 1: constructs, reindent.
8811
8812         * scripts/convert-ly.py (add_version): Add functions from
8813         convertrules.py
8814
8815         * scm/script.scm (default-script-alist):
8816         s/priority/script-priority.  Fixes script stacking.  Backportme.
8817         (Fermata): Very low priority.
8818
8819 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8820
8821         * input/regression/*.ly: remove superfluous \score blocks. Reindent.
8822
8823         * input/regression/slur-script.ly: remove padding tweaks. Add
8824         comment strings.
8825
8826         * lily/note-spacing.cc (get_spacing): remove kludge for EOL wide
8827         time sigs and related stuff.
8828
8829         * scm/define-grob-properties.scm (all-user-grob-properties): add
8830         @code{} tags to property description.
8831
8832         * lily/include/line-group-group-engraver.hh (Module): remove file.
8833
8834         * python/convertrules.py (conv): add rule for
8835         Engraver_group_engraver -> Engraver_group.
8836
8837         * lily/include/performer-group-performer.hh: analogous.
8838
8839         * lily/include/engraver-group-engraver.hh: rename to Engraver_group.
8840
8841         * lily/context-def.cc (instantiate): check for
8842         Engraver_group_engraver and Performer_group_performer not
8843         Engraver/Performer. Fixes crashes when doing \with { \consists .. }
8844  
8845 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8846
8847         * input/les-nereides.ly: Remove three fingering tweaks, update
8848         remaining one.
8849
8850         * input/regression/slur-script-inside.ly: Update, fix doc.
8851
8852         * scm/script.scm: Update to avoid-slur.
8853
8854         * scm/define-grob-properties.scm (avoid-slur): New property.
8855
8856         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
8857         * lily/slur-engraver.cc (acknowledge_extra_object): Invoke
8858         outside_slur_callback if avoid-slur != #'inside.
8859
8860         * scm/define-grobs.scm (Fingering, Textscript): No
8861         inside-slur/outside-slur preference.
8862         (DynamicLineSpanner): Always outside slur.
8863
8864         * input/regression/slur-script.ly: More tests.
8865
8866 2005-08-17  Graham Percival  <gpermus@gmail.com>
8867
8868         * Documentation/user/lilypond-book: fix notime entry.
8869
8870         * Documentation/user/advanced-notation.itely: add info on
8871         getting an I rehearsal mark.
8872
8873         * Documentation/user/putting.itely: reinstate "I", re-enforce
8874         the fact that \override numbers are the result of
8875         experimentation and personal taste.
8876
8877         * Documentation/user/invoking.itely: update convert-ly bugs.
8878
8879 2005-08-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8880
8881         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set timing
8882         to #t.
8883
8884         * lily/timing-translator.cc (initialize): don't initialize timing.
8885
8886         * input/regression/stem-spacing.ly (Module): remove file.
8887
8888         * input/regression/spacing-stick-out.ly: specify Score context for
8889         \override
8890
8891         * input/regression/clefs.ly: remove spurious {}s 
8892
8893 2005-08-17  Heikki Junes  <hjunes@cc.hut.fi>
8894
8895         * Documentation/topdocs/NEWS.tely,
8896         input/regression/repeat-percent-count.ly: clarify a bit.
8897
8898 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8899
8900         * input/no-notation/display-lily-tests.ly: delete
8901         display-lily-init call.
8902
8903         * ly/music-functions-init.ly (displayLilyMusic): move
8904         display-lily-init call at top level, so that the user should not
8905         have to call it.
8906
8907         * scm/define-music-display-methods.scm (note-name->lily-string):
8908         retrieve note names directly from pitchnames using new function `rassoc'.
8909         (display-lily-init): note names list construction removed.
8910
8911 2005-08-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8912
8913         * THANKS: spello.
8914
8915         * lily/lily-parser.cc (get_header): copy module, instead of
8916         returning it.
8917
8918         * Documentation/topdocs/NEWS.tely (Top): add entry for percent
8919         counters.
8920
8921         * Documentation/user/basic-notation.itely (Measure repeats): add
8922         links to Counter grobs.
8923
8924         * scm/define-grobs.scm (all-grob-descriptions): add
8925         DoublePercentRepeatCounter
8926         (all-grob-descriptions): add PercentRepeatCounter
8927
8928         * lily/percent-repeat-engraver.cc (class Percent_repeat_engraver):
8929         also create counter grobs.
8930
8931         * lily/separation-item.cc (extremal_break_aligned_grob): don't
8932         return grob without space-alist.
8933
8934         * input/proportional.ly: tune staff-padding.
8935
8936         * input/regression/repeat-percent-count.ly: new file. 
8937
8938 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8939
8940         * input/no-notation/display-lily-tests.ly: moved from
8941         input/regression/ to input/no-notation. Be sure to call
8942         `display-lily-init' before trying to use the display function.
8943
8944 2005-08-16  Mats Bengtsson  <mabe@s3.kth.se>
8945
8946         * scripts/lilypond-book.py (option_definitions): Don't localize
8947         the empty string. Fixes bug when --psfonts was used with
8948         non-English locale.
8949
8950 2005-08-15  Graham Percival  <gpermus@gmail.com>
8951
8952         * lily/tuplet-bracket.cc: simple build fix.
8953
8954         * Documentation/user/putting.itely: use "we" instead of "I".
8955
8956         * Documentation/user/basic-notation.itely: cautionary accidentals
8957         work with naturals, too.
8958
8959 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8960
8961         * lily/tuplet-bracket.cc (calc_position_and_height): add
8962         staff-padding support.
8963
8964         * input/proportional.ly: set staff-padding.
8965         
8966         * VERSION (PATCH_LEVEL): release 2.7.5
8967
8968         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): text formatting
8969         fixes. Remove tweaks.
8970
8971         * input/regression/tuplet-slope.ly: add a test case.
8972
8973         * lily/tuplet-bracket.cc (calc_position_and_height): revert
8974         erroneous fix. Add spanner bounds to offset array with relative X
8975         positions.
8976
8977         * ly/engraver-init.ly: add Rest_engraver only once.
8978
8979         * scm/define-music-display-methods.scm (KeyChangeEvent): only do
8980         (*parser*) lookup if (*parser*) != #f.
8981
8982 2005-08-15  Jan Nieuwenhuizen  <janneke@gnu.org>
8983
8984         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
8985         Cut-and paste update.
8986
8987         * input/regression/slur-script.ly: Add example of reverting
8988         inside-slur for fingering.
8989
8990         * scm/define-grobs.scm (DynamicLineSpanner, Fingering,
8991         TextScript): Explicitly set inside-slur #f, forcing these out of slur.
8992
8993         * lily/slur-engraver.cc (acknowledge_extra_object): Only invoke
8994         outside_slur_callback if inside-slur == #f (as opposed to unset).
8995
8996 2005-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
8997
8998         * tex/GNUmakefile (INSTALLATION_FILES): Remove enc symlink setup,
8999         encoding files are already removed.
9000
9001 2005-08-15  Mats Bengtsson  <mabe@s3.kth.se>
9002
9003         * Documentation/user/advanced-notation.itely (Instrument names):
9004         Document a workaround for instrument names that collide with
9005         system start braces/brackets.
9006
9007 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9008
9009         * lily/rest-collision.cc (do_shift): spello.
9010
9011         * input/proportional.ly: use #'used property. Set break-overshoot
9012         property.
9013
9014         * mf/feta-arrow.mf: center on arrow tip center, iso. tip edge.
9015
9016         * lily/paper-column.cc: add #'used property
9017
9018         * lily/mark-engraver.cc (stop_translation_timestep): set grob
9019         array for staves found.
9020
9021         * lily/metronome-engraver.cc (stop_translation_timestep): set grob
9022         array for stavesFound.
9023
9024         * lily/staff-spacing.cc (next_note_correction): add fixed and
9025         space to calling convention. This fixes spacing of accidentals
9026         after barlines.
9027
9028         * input/regression/spacing-accidental-stretch.ly: add barline -
9029         accidental case.
9030
9031         * scm/framework-ps.scm (page-header): add version number to
9032         creator
9033         (eps-header): idem.
9034
9035         * mf/feta-bolletjes.mf: swap d0 and u0 fa heads.
9036         
9037 2005-08-13  Graham Percival  <gpermus@gmail.com>
9038
9039         * Documentation/user/global.itely: add "fit as much as
9040         possible onto this page" example (Vertical spacing).
9041
9042 2005-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9043
9044         * *: Nitpick run.
9045
9046         * buildscripts/fixcc.py: Fixes.
9047
9048 2005-08-12  Graham Percival  <gpermus@gmail.com>
9049
9050         * Documentation/user/advanced-notation.itely: add markup
9051         example to Text spanners.
9052
9053 2005-08-12  Mats Bengtsson  <mabe@s3.kth.se>
9054
9055         * Documentation/user/basic-notation.itely (Ties): Add example of
9056         tying a tremolo to a chord. Thanks to Steve Doonan. 
9057
9058         * lily/tie-engraver.cc: Add tieWaitForNote to the list of read
9059         properties and move tieMelismaBusy to the list of written
9060         properties. 
9061
9062 2005-08-12  Heikki Junes  <hjunes@cc.hut.fi>
9063
9064         * po/TODO: suggest to use a dedicated tool like kbabel.
9065
9066         * po/fi.po: update using kbabel.
9067
9068 2005-08-12  Jan Nieuwenhuizen  <janneke@gnu.org>
9069
9070         * *: Remove obsolete files.  Nitpick run.
9071
9072         * lily/lily-guile.cc (parse_symbol_list): Bugfix.
9073
9074 2005-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9075
9076         * mf/GNUmakefile (get-*-fonts): Rename from get-*-pfa.  Copy SVG
9077         too.
9078
9079         * Documentation/topdocs/NEWS.tely (Top): Add slur script feature.
9080
9081         * lily/lily-guile.cc (parse_symbol_list): Rewrite.  Grok multiple
9082         whitespace as symbol separator.
9083
9084         * lily/side-position-interface.cc: Add slur-padding.
9085
9086         * input/regression/slur-script.ly: Fixed.  Backportme?  This is
9087         quite a large fix, and it never worked in a stable release; so not
9088         really a regression.
9089
9090         * lily/phrasing-slur-engraver.cc (class Phrasing_slur_engraver):
9091         Update cut and paste code from Slur_engraver.
9092
9093         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
9094         Add.
9095
9096         * scm/define-grobs.scm (DynamicLineSpanner): Add
9097         dynamic-line-spanner-interface.
9098         (DynamicLineSpanner, TextScript, Fingering): Add slur-padding.
9099
9100 2005-08-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9101
9102         * lily/slur-engraver.cc (acknowledge_extra_object): Bugfix: use
9103         to_boolean () so that non-set 'inside-slur means false.
9104
9105         * lily/slur.cc (outside_slur_callback): Bugfixes: make sure that
9106         slur has control-points.  Skip script without direction.  Always
9107         do_shift if script inside slur, even if slur not contained in
9108         script y-extent.  Increment k in loop.
9109
9110 2005-08-11  Mats Bengtsson  <mabe@s3.kth.se>
9111
9112         * scm/define-markup-commands.scm: Improved regexp to search for
9113         EPS bounding boxes and corrected call to ly:warning.
9114
9115 2005-08-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9116
9117         * Documentation/user/programming-interface.itely (Displaying music
9118         expressions): doc for \displayLilyMusic. Also some precisions in
9119         "Markup construction in Scheme"
9120
9121 2005-08-10  Mats Bengtsson  <mabe@s3.kth.se>
9122
9123         * scm/define-markup-commands.scm (normal-text): Added 2 new
9124         markup commands, \normal-text and \medium (the latter thanks to
9125         Bruce Fairchild). 
9126
9127 2005-08-08  Graham Percival  <gpermus@gmail.com>
9128
9129         * Documentation/user/programming-interface.itely: fix @{ @}.
9130
9131         * scm/define-markup-commands.scm: add linewidth info to
9132         \justify and \wordwrap, add "upright is the opposite of italic".
9133
9134         * Documentation/user/advanced-notation.itely: shaped->shape,
9135         add (cons (markup "foo")) type of example to text markup,
9136         reword multi-measure rests section.
9137
9138         * lily/note-heads-engraver.cc: changed Shaped->Shape in a
9139         comment.  No actual code was touched.
9140
9141         * Documentation/user/invoking.itely: add more info about
9142         \include.  Thanks, Bruce!
9143
9144         * THANKS: add Bruce Fairchild, alphabetise.
9145
9146         * Documentation/user/global.itely: document \score{\header{}}
9147         behavior.
9148
9149         * Documentation/user/basic-notation.itely: reword multi-measure
9150         rest discussion in Rests.
9151
9152 2005-08-08  Mats Bengtsson  <mabe@s3.kth.se>
9153
9154         * Documentation/user/programming-interface.itely (Markup
9155         construction in Scheme): Corrected example and tried to clarify
9156         the implicit \line in the table.
9157
9158 2005-08-07  Graham Percival  <gpermus@gmail.com>
9159
9160         * Documentation/user/instrument-notation.itely: moved
9161         some bagpipe info back into the bagpipe section.  Somehow
9162         it ended up in the "other vocal issues" section?!  :o_O
9163
9164 2005-08-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9165
9166         * scm/framework-ps.scm (dir-join): Rename from path-join (joins
9167         directories, not paths).
9168
9169 2005-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9170
9171         * scm/framework-ps.scm (munge-lily-font-name): Bugfix: Munge only
9172         plain emmentaler/aybabtu.  Backportme.
9173
9174         * lily/tuplet-bracket.cc (calc_position_and_height): Bugfix:
9175         missing dir correction.
9176
9177 2005-08-05  Graham Percival  <gperlist@shaw.ca>
9178
9179         * scm/define-markup-commands: fix reversed justify/wordwrap
9180         doc strings.
9181
9182 2005-08-05  Jürgen Reuter  <reuter@ipd.uka.de>
9183
9184         * lily/ligature-engaver.cc, lily/coherent-ligature-engaver.cc,
9185         lily/gregorian-ligature-engaver.cc,
9186         lily/include/ligature-engraver.hh,
9187         lily/include/coherent-ligature-engraver.hh,
9188         lily/include/gregorian-ligature-engraver.hh: make these classes
9189         truely abstract.  This should fix some internal oddities such as
9190         duplicate as well as dead translator/property declarations, and
9191         also some dead code.
9192
9193         * lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc:
9194         bugfix: avoid message "junking empty ligature" on ligature
9195         brackets by collecting dummy grobs.
9196
9197 2005-08-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9198
9199         * lily/tuplet-bracket.cc (print): default right overshoot to 0.0
9200
9201         * input/proportional.ly (staffKind): bugfix.
9202         (staffKind): updates by Trevor Baca.
9203
9204         * scm/define-grobs.scm (all-grob-descriptions): remove arrows as
9205         default layout. 
9206
9207         * lily/tuplet-bracket.cc (print): check whether edge-text is a
9208         pair.
9209
9210         * lily/beam.cc (rest_collision_callback): call position_beam() if
9211         necessary.
9212
9213         * VERSION: release 2.7.4
9214
9215         * input/regression/spacing-uniform-stretching.ly: new file.
9216
9217         * lily/spacing-loose-columns.cc (set_loose_columns): use robust_relative_extent().
9218
9219         * Documentation/topdocs/NEWS.tely (Top): add Nicolas as
9220         contributor.
9221
9222         * lily/include/ly-module.hh: define MODULE_GC_KLUDGE globally.
9223
9224         * input/proportional.ly: new file.
9225
9226         * lily/tuplet-bracket.cc (after_line_breaking): don't suicide if
9227         columns is empty
9228
9229         * lily/tuplet-engraver.cc (finalize): new function. Reset right
9230         bounds to currentCommandColumn for the last step.
9231         (start_translation_timestep): if tupletFullLength is set, set
9232         bound to Paper Column
9233
9234         * input/regression/tuplet-full-length.ly (indent): new file.
9235
9236         * lily/spacing-loose-columns.cc (set_loose_columns): space a whole
9237         clique of loose columns, eg. a set of grace notes in strict
9238         notespacing.
9239
9240         * input/regression/spacing-strict-spacing-grace.ly: new file.
9241
9242         * lily/key-signature-interface.cc: change property name to
9243         alteration-alist
9244
9245         * lily/key-engraver.cc (read_event): read keyAlterationOrder, not
9246         keyAccidentalOrder
9247
9248         * python/convertrules.py (conv): keyAccidentalOrder ->
9249         keyAlterationOrder
9250
9251         * lily/key-engraver.cc (create_key): always print a cancellation
9252         for going to C-major/A-minor, regardless of printKeyCancellation.
9253         (create_key): remove typecheck for visibility. This fixes key
9254         signature not being printed.
9255
9256         * lily/spacing-determine-loose-columns.cc: new file.
9257
9258         * input/regression/spacing-strict-notespacing.ly: new file.
9259
9260         * lily/spacing-spanner.cc (generate_springs): rename from
9261         do_measure. 
9262         (generate_pair_spacing): new function.
9263         (init, generate_pair_spacing): set between-cols for floating
9264         nonmusical columns.
9265
9266         * lily/spaceable-grob.cc (get_spring): new function. 
9267
9268         * lily/tuplet-bracket.cc (print): on the left, the overshoot is
9269         relative to the right edge of the prefatory matter.
9270
9271         * lily/beam.cc (print): read break-overshoot to determine where to
9272         stop/start broken beams.
9273
9274         * input/regression/spanner-break-overshoot.ly: new file.
9275
9276 2005-08-04  Graham Percival  <gperlist@shaw.ca>
9277
9278         * ly/bagpipe.ly: updated.
9279
9280         * Documentat/user/instrument.itely: un-comment out bagpipe example.
9281
9282 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9283
9284         * lily/dynamic-engraver.cc (acknowledge_slur): add slur to
9285         support: now (de)crescs avoid slurs as well.
9286
9287         * Documentation/user/instrument-notation.itely (Bagpipe example):
9288         comment out non-functioning bagpipe example.
9289         (Bagpipe definitions): idem.
9290
9291         * Documentation/topdocs/NEWS.tely (Top): add uniform-stretching example.
9292         (Top): add proportionalNotationDuration example.
9293
9294         * input/regression/spacing-proportional.ly: new file.
9295
9296         * lily/tuplet-bracket.cc (parallel_beam): broken bracket never is
9297         synched to a beam.
9298
9299         * lily/beam.cc (shift_region_to_valid): divide by zero fix. This
9300         fixes beams with a single stem (eg. beams across linebreaks.)
9301
9302         * lily/parser.yy (simple_string): allow \new STRING_IDENTIFIER.
9303
9304         * flower/rational.cc (operator +): prevent overflow. This fixes
9305         heavily nested tuplets.
9306
9307         * lily/auto-beam-engraver.cc (derived_mark): new method. Yes. We
9308         have to protect even those unlikely to be corrupted data members.  
9309
9310 2005-08-04  Graham Percival  <gperlist@shaw.ca>
9311
9312         * ly/bagpipe.ly: new file.
9313
9314         * THANKS: added Sven Axelsson.
9315
9316 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9317
9318         * lily/spacing-engraver.cc (stop_translation_timestep): directly
9319         copy proportionalNotationDuration into currentMusicalColumn if
9320         set.
9321
9322         * lily/spacing-spanner.cc (musical_column_spacing): if
9323         uniform-stretching set, fixed space is 0.0
9324
9325         * input/regression/spacing-multi-tuplet.ly: show
9326         uniform-stretching property.
9327
9328         * lily/spacing-spanner.cc (effective_shortest_duration): new function.
9329
9330         * lily/include/spacing-spanner.hh (class Spacing_spanner): new file.
9331         (struct Spacing_options): new struct.
9332
9333         * lily/spacing-basic.cc: new file.
9334
9335         * lily/spacing-spanner.cc (note_spacing): remove outdated code:
9336         delta_t doesn't have to be smaller than shortest_playing_len
9337
9338 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9339
9340         * input/regression/markup-arrows.ly:  new file.
9341
9342         * lily/tuplet-bracket.cc: document new behavior.
9343
9344         * input/regression/tuplet-broken.ly: new file. Demonstrate tuplets
9345         with line breaks.
9346
9347         * scm/define-markup-commands.scm (arrow-head): arrow-head markup command.
9348
9349         * scm/define-grobs.scm (all-grob-descriptions): set arrows as
9350         default 
9351
9352         * lily/tuplet-bracket.cc: add edge-text property.
9353         add break-overshoot.
9354         (print): read break-overshoot.
9355         (print): read edge-text, add stencils.
9356
9357         * mf/feta-arrow.mf: new file.
9358
9359         * mf/feta-generic.mf: add feta-arrow.
9360
9361 2005-08-03  Mats Bengtsson  <mabe@s3.kth.se>
9362
9363         * Documentation/user/lilypond-book.itely (An example of a
9364         musicological document): Added flag -o to dvips for people who use
9365         the default setting in teTeX where output is sent to the printer. 
9366
9367         * Documentation/user/global.itely (Vertical spacing): Added
9368         reference to the Axis_group_engraver which documents the *Extent
9369         properties.
9370
9371 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9372
9373         * Documentation/user/basic-notation.itely (Tuplets): add note
9374         about nested tuplets. Remove BUG. 
9375
9376         * input/regression/tuplet-nest.ly: update: remove manual hack. 
9377
9378         * lily/tuplet-bracket.cc (print): use robust_scm2drul
9379         (print): manually call print() for subtuplets.
9380         (calc_position_and_height): add subtuplets to the
9381         support. Vertically shift outer tuplet 
9382
9383         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): set
9384         remove-first for Lyrics, ChordNames and FiguredBass
9385
9386         * scm/define-grob-properties.scm (all-internal-grob-properties):
9387         use ly:grob-array? iso. grob-list?
9388         (all-internal-grob-properties): add tuplets grob-array.
9389
9390         * lily/tuplet-bracket.cc (add_tuplet_bracket):
9391         new function
9392
9393 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9394
9395         * input/test/time-signature-staff.ly: new file.
9396
9397         * ly/declarations-init.ly (center): escape to Scheme. Fixes
9398         spurious #<Music FingerEvent> errors. Backportme.
9399
9400 2005-08-03  Mats Bengtsson  <mabe@s3.kth.se>
9401
9402         * Documentation/user/programming-interface.itely (Markup
9403         construction in Scheme): Corrected markup syntax in the
9404         translation table.
9405
9406 2005-08-03  Graham Percival  <gperlist@shaw.ca>
9407
9408         * Documentation/user/instrument-notation.itely: small update
9409         to bagpipe notation docs; thanks Sven!
9410
9411         * Documentation/user/basic-notation.itely: add link about trills.
9412
9413 2005-08-02  Graham Percival  <gperlist@shaw.ca>
9414
9415         * Documentation/user/music-glossary: remove accidentally committed
9416         fink patch.
9417
9418 2005-08-02  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
9419
9420         * lily/lily-parser.cc (get_header): new function. Enable multiple
9421         \header definitions.
9422
9423         * lily/parser.yy (lilypond_header_body): use get_header.
9424
9425         * ly/init.ly:
9426         * scm/lily-library.scm (print-score-with-defaults): renamed
9427         $globalheader to $defaultheader
9428             
9429         * Documentation/user/global.itely (Creating titles): added short
9430         explanation that multiple headers are useable.
9431
9432
9433 2005-08-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9434
9435         * lily/module-scheme.cc (LY_DEFINE): new file. 
9436
9437         * Documentation/user/advanced-notation.itely (Font selection): add
9438         doco for make-pango-font-tree.
9439
9440 2005-07-31  Graham Percival  <gperlist@shaw.ca>
9441
9442         * Documentation/user/music-glossary: more languages
9443         for tenuto.
9444
9445         * Docuemntation/user/instrument-notation.itely: minor
9446         update for bagpipe example.
9447
9448 2005-07-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9449
9450         * input/regression/+.ly (TODO): add some text.
9451
9452 2005-07-28  Graham Percival  <gperlist@shaw.ca>
9453
9454         * Documentation/user/invoking.itely: \score begins with music.
9455
9456         * Documentation/user/ basic-notation.itely,
9457         instrument-notation.itely: minor changes.
9458
9459         * Documentation/user/music-glossary.itely: began tenuto entry.
9460
9461 2005-07-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9462
9463         * scm/output-socket.scm (bezier-sandwich): add bezier-sandwich
9464
9465         * mf/feta-bolletjes.mf: swap up and down for aiken heads.
9466
9467 2005-07-27  Graham Percival  <gperlist@shaw.ca>
9468
9469         * Documentation/user/examples.itely: remove bagpipe template.
9470
9471         * Documentation/user/instrument-notation.itely: add bagpipe
9472         section, maybe fix quotes in lyrics.  I hate text encoding.
9473         Clarify chord durations, more bagpipe stuff.
9474
9475 2005-07-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9476  
9477         * lily/accidental-engraver.cc: formatting fixes.
9478
9479         * lily/spacing-spanner.cc (prune_loose_columns): right-items is a
9480         grob-array.
9481
9482         * lily/arpeggio.cc (print): suicide arpeggio for single notehead.
9483
9484         * lily/note-column.cc (arpeggio): new function.
9485
9486         * lily/note-spacing.cc (get_spacing): also take arpeggio into
9487         account for spacing.
9488
9489 2005-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9490
9491         * lily/main.cc (sane_setenv)[!ARGV0_RELOCATION]: Also define.
9492         (setup_guile_env): Use it instead of nonstandard setenv.  Fixes
9493         mingw build.
9494         
9495 2005-07-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9496
9497         * scm/lily.scm (lilypond-all): clear anonymous modules after
9498         processing files.
9499
9500 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9501
9502         * flower/include/guile-compatibility.hh (SCM_I_CONSP): add
9503         SCM_I_CONSP
9504
9505         * VERSION: 2.7.3 released
9506
9507         * Documentation/user/invoking.itely (Invoking lilypond): add
9508         LILYPOND_GC_YIELD documentation.
9509
9510         * lily/*: cleanups: use scm_from_int iso. scm_int2num. Idem for
9511         scm_from_real / scm_make_real.
9512
9513         * lily/main.cc (setup_guile_env): new function. Set GC min_yields
9514         higher. This increases memory footprint, but provides overall
9515         speedup of 15 to 20%. 
9516
9517         * lily/include/translator.hh (class Translator): remove
9518         PRECOMPUTED_VIRTUAL everywhere.
9519
9520         * lily/include/lily-guile.hh: inline scm_c[ad]r, scm_is_pair.
9521
9522         * lily/context.cc (now_mom): non-recursive now_mom() 
9523
9524         * lily/include/profile.hh: new file.
9525
9526         * lily/profile.cc: new file.
9527
9528         * lily/grob.cc (Grob::Grob): look properties up directly.
9529
9530         * lily/open-type-font.cc (get_indexed_char): cache index -> bbox
9531         lookups.
9532
9533         * lily/include/box.hh (class Box): smob Box type.
9534
9535         * lily/smobs.cc (protect_smob): O(1) GC (un)protection.
9536
9537         * lily/include/smobs.hh (DECLARE_BASE_SMOBS): add methods
9538         protect() and unprotect(). Use throughout.
9539
9540 2005-07-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9541
9542         * Documentation/topdocs/NEWS.tely: new item for \displayLilyMusic
9543
9544         * scm/define-music-display-methods.scm (markup->lily-string):
9545         markup elements can also be strings (without simple-markup
9546         appended)
9547
9548 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9549
9550         * lily/context.cc (where_defined): also assign value in
9551         where_defined().
9552
9553         * lily/bezier.cc (get_other_coordinate): use curve_coordinate
9554         (curve_coordinate): new function
9555
9556         * lily/simple-spacer.cc (add_columns): only add rods between
9557         column i and begin/end if keep-inside-line is set (this repleces
9558         allow-outside-line as default)
9559
9560 2005-07-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9561
9562         * lily/tuplet-engraver.cc (start_translation_timestep): only read
9563         tupletSpannerDuration if applicable.
9564
9565         * lily/font-size-engraver.cc (process_music): read fontSize only
9566         once per timestep.
9567
9568         * lily/engraver*cc: use throughout.
9569         
9570         * lily/include/translator.icc (ADD_ACKNOWLEDGER): new macro.
9571
9572         * lily/translator.cc (add_acknowledger): new file. Directly jump
9573         into an Engraver::acknowledge_xxx () method based on a grobs
9574         interface-list.
9575
9576         * lily/include/translator-dispatch-list.hh (class
9577         Engraver_dispatch_list): new struct, new file.
9578
9579         * scm/define-context-properties.scm
9580         (all-internal-translation-properties): remove acceptHashTable,
9581         acknowledgeHashTable
9582
9583         * lily/translator-group.cc (mark_smob): idem for acceptHashTable.
9584
9585         * lily/engraver-group-engraver.cc (Engraver_group_engraver):
9586         change acknowledgeHashTable to C++ member. 
9587
9588         * lily/rest-collision.cc (do_shift): use extract_grob_set().
9589
9590 2005-07-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9591
9592         * scm/display-lily.scm: new file. Define a `display-lily-music'
9593         function, that displays the music expression given as an argument,
9594         using LilyPond notation.
9595
9596         * scm/define-music-display-methods.scm: new file. Implementation
9597         of display methods for each music type.
9598
9599         * ly/music-functions-init.ly (displayLilyMusic): new function for
9600         displaying music with LilyPond notation.
9601
9602         * input/regression/display-lily-tests.ly: new regression test file
9603         for `display-lily-music'.
9604
9605         * scm/markup.scm: remove obsolete debugging code (for printing
9606         markups with LilyPond notation).
9607
9608         * scm/define-music-types.scm (music-name-to-property-table):
9609         * scm/clef.scm (supported-clefs): export, in order to be accessible
9610         from the (scm display-lily) module.
9611
9612 2005-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
9613
9614         * Documentation/topdocs/NEWS.tely (Top): Typo.
9615
9616 2005-07-22  Heikki Junes  <hjunes@cc.hut.fi>
9617
9618         * Documentation/index.html.in, Documentation/texinfo.css,
9619           stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
9620           Documentation/bibliography/index.html.in,
9621           Documentation/bibliography/html-long.bst: revert css-width patch,
9622           it does not work with IE6.
9623
9624 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9625
9626         * Documentation/texinfo.css: revert 760px hack. 
9627
9628         * VERSION: release 2.7.2
9629
9630         * Documentation/topdocs/NEWS.tely (Top): mention barNumberCheck
9631
9632         * Documentation/user/basic-notation.itely (Barnumber check): add
9633         section.
9634
9635         * scm/music-functions.scm (skip-to-last): new function. Show only
9636         last showLastLength part of the \score.
9637
9638         * lily/moment-scheme.cc (LY_DEFINE): new function ly:moment-sub
9639
9640         * python/convertrules.py (conv): add ly:x-moment rule
9641
9642         * lily/moment-scheme.cc (LY_DEFINE): rename ly:X-moment  -> ly:moment-X
9643
9644         * Documentation/topdocs/NEWS.tely (Top): add new feature.
9645
9646         * Documentation/user/instrument-notation.itely (Flexibility in
9647         alignment): options in subsections.
9648
9649         * lily/lyric-engraver.cc (process_music): don't typeset text for _
9650         syllable text. Instead, assume that the previous lyric text is a
9651         melismated text.
9652
9653         * Documentation/index.html.in: revert 800x600 change.
9654
9655 2005-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9656
9657         * lily/main.cc (main): Remove invalid handle kludge.
9658
9659         * scm/lily.scm (running-from-gui?): WINDOWS: check -dgui.
9660         (lambda): add gui define.
9661
9662 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9663
9664         * Documentation/topdocs/NEWS.tely (Top): add note about Musica ficta.
9665
9666         * Documentation/user/instrument-notation.itely (Musica ficta
9667         accidentals): add section Musica ficta accidentals
9668
9669         * lily/accidental-engraver.cc (make_suggested_accidental): new
9670         function.
9671         (make_standard_accidental): move into new function.
9672         (create_accidental): new function.
9673
9674         * scm/define-grobs.scm (all-grob-descriptions): new Grob
9675         AccidentalSuggestion
9676
9677         * lily/output-def-scheme.cc (LY_DEFINE): take default  argument.
9678
9679         * lily/output-def.cc (lookup_variable): return SCM_UNDEFINED if
9680         undefined.
9681
9682         * Documentation/user/global.itely (Page formatting): document
9683         horizontalshift.
9684
9685         * scm/page-layout.scm (default-page-music-height):
9686         horizontalshift: new variable, shift all systems by
9687         horizontalshift to the right, to make space for instrument names.
9688
9689         * scm/paper.scm (set-paper-dimension-variables): add horizontalshift
9690
9691         * lily/input-scheme.cc (LY_DEFINE): take format commands.
9692
9693 2005-07-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9694
9695         * lily/note-column.cc (dir): idem.
9696
9697         * lily/spacing-spanner.cc (Module): idem.
9698
9699         * lily/script-column.cc (before_line_breaking): use extract_grob_set()
9700
9701         * lily/include/paper-column.hh (class Paper_column): add
9702         non-static get_rank() member.
9703
9704         * VERSION: release 2.7.1
9705         
9706         * scm/framework-null.scm: new file, used for benchmarking.
9707
9708 2005-07-20  Heikki Junes  <hjunes@cc.hut.fi>
9709
9710         * Documentation/topdocs/INSTALL.texi, configure.in: fix
9711         version dependencies for fontforge and gs.
9712
9713         * Documentation/index.html.in, Documentation/texinfo.css,
9714         stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
9715         Documentation/bibliography/index.html.in, 
9716         Documentation/bibliography/html-long.bst: optimize width of
9717         html for a 800x600 screen (width:760), increases printability
9718         when 'fit to page' is not set and readability in wide screens.
9719
9720         * stepmake/bin/add-html-footer.py: add missing </p>.
9721
9722 2005-07-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9723
9724         * scm/define-markup-commands.scm (beam): use polygon in beam
9725         command.
9726
9727         * lily/grob-pq-engraver.cc (stop_translation_timestep): save up
9728         all acknowledged grobs, and do potentially expensive merge and
9729         write in one go.
9730
9731         * buildscripts/mf-to-table.py (write_fontlist): enforce noBreak.
9732
9733         * configure.in (reloc_b): add --enable-static-gxx to statically
9734         link to libstdc++
9735
9736         * lily/GNUmakefile (static-gxx-libs): new target
9737         static-gxx-libs. Create symlink to libstdc++.a
9738
9739         * lily/new-lyric-combine-music-iterator.cc: rename to
9740         Lyric_combine_music_iterator
9741
9742         * lily/lyric-combine-music-iterator.cc
9743         (Old_lyric_combine_music_iterator): rename to
9744         Old_lyric_combine_music_iterator
9745
9746         * lily/*-engraver.cc (various): remove double use of
9747         PRECOMPUTED_VIRTUAL function: only use
9748         start_translation_timestep() and stop_translation_timestep(), not
9749         both.
9750
9751         * lily/break-substitution.cc (fast_substitute_grob_array): do
9752         fast_substitute_grob_array for all unordered grob_arrays.
9753         (substitute_grob): return Grob *. Saves packing/unpacking SCMs.
9754         (substitute_grob_array): optimize.
9755
9756         * lily/align-interface.cc (set_axis): set ordered_ for 'elements
9757
9758         * lily/include/grob-array.hh (class Grob_array): ordered_ member.
9759
9760         * lily/parser.yy: revert $globalheader patch.
9761         
9762         * lily/include/translator.icc
9763         (IMPLEMENT_FETCH_PRECOMPUTABLE_METHODS): directly jump into
9764         Translator methods, without _static helper.
9765  
9766         * lily/grob-smob.cc (derived_mark): rename from
9767         do_derived_mark(). Return void.
9768
9769         * scm/define-context-properties.scm
9770         (all-internal-translation-properties): remove tweakCount/tweakRank.
9771
9772         * scm/output-lib.scm (begin-of-line-invisible): use vectors for
9773         predefined break-visibilities.
9774
9775         * lily/item.cc (handle_prebroken_dependencies): use a vector of 3
9776         booleans for break-visibility.
9777
9778         * Documentation/topdocs/NEWS.tely (Top): add note about engravers.
9779
9780         * python/convertrules.py (conv): rule for Timing_translator. 
9781
9782         * lily/include/translator.icc: new file. 
9783
9784         * lily/paper-column-engraver.cc (process_music): new
9785         file. Separate Paper_column factory from Score_engraver.
9786
9787         * lily/vertically-spaced-context-engraver.cc: administer
9788         spaceable-staves property of System.
9789
9790         * lily/translator-group-ctors.cc: new file.
9791
9792         * lily/context-property.cc (make_grob_from_properties): construct
9793         the right Grob class programmatically, looking at the class entry
9794         for the meta property.
9795
9796         * lily/break-align-engraver.cc (stop_translation_timestep): call
9797         Break_align_interface::add_element() directly.
9798
9799         * lily/context.cc (measure_position): measure_position() is now a
9800         normal function.
9801
9802         * lily/include/translator.hh (class Translator): rename
9803         process_acknowledged_grobs() to process_acknowledged() and move to
9804         Translator.
9805
9806         * scm/define-grobs.scm (all-grob-descriptions): add a 'class meta
9807         field for each grob description.
9808
9809         * lily/include/translator-group.hh (class Translator_group):
9810         change to base class. Separate class from Translator. This gets
9811         rid of virtual inheritance for Engravers/Performers.
9812
9813         * lily/staff-performer.cc (class Staff_performer): derive
9814         Staff_performer from Performer, not Performer_group_performer 
9815
9816         * Lily/translator-group.cc (precomputed_recurse_over_translators):
9817         new function.
9818         (precompute_method_bindings): new function. Precompute lists of
9819         Translators, so we only call methods (process_music,
9820         start_translation_timestep, etc.) for Translators needing
9821         it. Also: dispose of pointer-to-member-function calls.
9822
9823         * lily/engraver-group-engraver.cc: remove engraver_each,
9824         recurse_down_engravers ()
9825
9826         * lily/note-head.cc (internal_print): only call
9827         glyph-name-procedure if style != default. 
9828
9829 2005-07-16  Graham Percival  <gperlist@shaw.ca>
9830
9831         * ly/titling-init.ly: add printallheaders option.
9832
9833         * Documentation/user/global.itely: document printallheaders.
9834
9835 2005-07-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9836
9837         * lily/system.cc (do_derived_mark): don't mark from object_alist_
9838         anymore, but do it centrally.  
9839
9840         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
9841         hammer hack.
9842
9843         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-object
9844
9845         * scm/output-lib.scm: remove hammer-print-function.
9846
9847         * lily/include/pointer-group-interface.hh (extract_grob_set): new
9848         macro. Declare a Link_array<Grob> and fill it from a grob.
9849         (extract_item_set): idem for item.
9850
9851         * lily/break-substitution.cc: add header.
9852         (fast_substitute_grob_array): rewrite for Grob_arrays.
9853         (substitute_grob_array): idem.
9854
9855         * lily/group-interface.cc (add_thing): remove file.
9856
9857         * flower/include/parray.hh (class Link_array): slice() is const.
9858
9859         * lily/include/grob-array.hh: new file.
9860
9861         * lily/grob-array.cc (spanner): new file.
9862
9863         * lily/beam-quanting.cc (fill): read details property from beam.
9864
9865         * lily/beam.cc: support details property.
9866
9867         * total speedups below: approx 10%.
9868
9869         * lily/include/beam.hh: new struct, softcode beam quanting parameters
9870
9871         * lily/include/grob.hh (class Grob): add interfaces_ member.
9872
9873         * lily/bezier.cc (init_polynomial_cache): new function: cache
9874         binom(3,j) t^j (1-t)^{3-j}
9875         (curve_point): opps, actually use the cache for t^j , (1-t)^j! 
9876
9877         * lily/*.cc: substitution throughout.
9878
9879         * lily/grob-property.cc (internal_get_object): new routine.
9880         (internal_set_object): idem. Store grob refrences in separate
9881         alist. This saves processing time, since properties aren't
9882         break-substituted, and the per grob namespace is smaller, both for
9883         grobs and non-grob properties.
9884
9885         * scm/define-grob-properties.scm (all-internal-grob-properties):
9886         remove center-element.
9887
9888         * lily/grob.cc: remove tweak-count, tweak-rank.
9889
9890 2005-07-15  Graham Percival  <gperlist@shaw.ca>
9891
9892         * Documentation/user/lilypond-book.itely: fixes example.
9893
9894 2005-07-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9895
9896         * Documentation/user/global.itely (Creating titles):    
9897         * Documentation/user/examples.itely (All headers): change the
9898         place of \header in \score blocks (after music block) to make
9899         examples compile (cf. changes on parser.yy on 2005-07-10)
9900
9901 2005-07-13  Graham Percival  <gperlist@shaw.ca>
9902
9903         * python/convertrules.py: add exc -> ecc rule.
9904
9905         * scripts/convert-ly.py: add location of convertrules.py
9906         in a comment.
9907
9908         * Documentation/user/changing-defaults.itely: fix language.
9909
9910 2005-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
9911
9912         * lily/lily-parser-scheme.cc (LY_DEFINE): Guile 1.6 fix.
9913
9914 2005-07-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9915
9916         * scm/output-socket.scm (grob-bbox): don't use inf? 
9917
9918         * flower/include/rational.hh: add operator bool() 
9919
9920         * scm/define-music-types.scm (music-descriptions): remove
9921         internal-class-name properties.
9922
9923         * lily/include/event.hh: remove file.
9924
9925         * lily/include/music-constructor.hh: remove file.
9926
9927         * lily/parser.yy (Lily_lexer): check EVENT_IDENTIFIER using 'event
9928         in 'types property.
9929
9930         * lily/music.cc (duration_length_callback): new function.
9931
9932         * lily/event.cc: remove file.
9933
9934         * lily/music-constructor.cc: remove file.
9935
9936         * lily/music-scheme.cc (LY_DEFINE): rename to ly:make-music
9937
9938         * lily/context.cc (get_grob_key): nop if use_object_keys not set.
9939         (get_context_key): idem.
9940
9941         * scm/lily.scm (lambda): new option object-keys (default to #f)
9942
9943         * scm/output-svg.scm (utf-8-string): rename  from utf8-string.
9944
9945         * scm/output-gnome.scm: remove beam routine.
9946
9947         * scm/output-ps.scm (scm): idem.
9948
9949         * scm/output-svg.scm: remove beam.
9950
9951         * ps/music-drawing-routines.ps: remove draw_beam.
9952
9953         * lily/lookup.cc (beam): use round_filled_polygon() for beam.
9954
9955         * flower/include/guile-compatibility.hh (scm_from_locale_string):
9956         add scm_from_locale_string compatibility glue. 
9957
9958 2005-07-13  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
9959
9960         * scripts/lilypond-book.py: Prevent occuring error when
9961         'lilypond-book --output=foo/ somefile.ly' is executed multiple
9962         times and target file shoud be overwritten.  (Error message said
9963         'input file and output file is same'.)
9964
9965 2005-07-13  Graham Percival  <gperlist@shaw.ca>
9966
9967         * input/regression/slur-extreme.ly,
9968         input/regression/slur-scoring.ly, lily/slur-configuration.cc,
9969         lily/slur.cc, mf/feta-din-code.mf, mf/feta-timesig.mf,
9970         mf/parmesan-heads.mf, scm/define-grob-properties.scm: Change
9971         "excentricity" to "eccentricity".
9972
9973         * Documentation/user/converters.itely: fix URL for Noteedit and
9974         Rosegarden.
9975
9976         * THANKS: added Yoshinobu Ishizaki.
9977
9978 2005-07-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9979
9980         * scm/define-markup-commands.scm (justify-field): add. 
9981
9982         * scm/define-grobs.scm (all-grob-descriptions): decrease font size.
9983
9984 2005-07-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9985
9986         * lily/lookup.cc (filled_box): express filled_box with
9987         round_filled_box
9988
9989         * scm/midi.scm (paper-book-write-midis): new function. Write all
9990         performances in numbered MIDI files.
9991
9992         * lily/performance-scheme.cc (LY_DEFINE): new file.
9993         (LY_DEFINE): new function ly:performance-write.
9994
9995         * lily/lily-parser-scheme.cc (LY_DEFINE): ly:parser-output-name:
9996         new function.
9997         (LY_DEFINE): change name ly:parser-define -> ly:parser-define!
9998
9999         * scm/framework-*.scm: use port arguments throughout.
10000
10001         * lily/include/lily-guile.hh: rename ly_c_X_p -> ly_is_X
10002
10003         * lily/paper-outputter.cc (Paper_outputter): take port argument.
10004
10005         * lily/paper-outputter-scheme.cc (LY_DEFINE): take port argument.
10006
10007         * scm/framework-texstr.scm (output-framework): 
10008
10009         * input/regression/repeat-fold.ly (texidoc): remove TeX strings.
10010
10011         * scm/output-lib.scm (tablature-stem-attachment-function):
10012         tablature stem attachment fix. 
10013
10014 2005-07-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10015
10016         * lily/bezier.cc: hardcode binomial coefficients of order 3.
10017
10018         * lily/include/music-wrapper.hh: remove Music_wrapper as Music subtype.
10019
10020         * scm/define-music-types.scm (music-descriptions): don't use
10021         Music_wrapper type.
10022
10023         * lily/paper-column.cc (print): print moment too.
10024
10025         * scripts/mup2ly.py (cp_to_dir): remove 1.5.2 compat glue.  
10026         remove compatibility cruft.
10027
10028         * lily/parser.yy (score_body): \score can only begin with Music. 
10029
10030         * lily/score-scheme.cc (LY_DEFINE): rename scorify to
10031         make-score. Take music argument only. Move parser interaction to
10032         Scheme.
10033
10034         * scm/lily-library.scm (scorify-music): new function.
10035
10036         * python/lilylib.py (datadir): remove 2.1 compat kludge.
10037         (datadir): remove resource import.
10038         (print_environment): remove get_bbox()
10039         (cp_to_dir): remove pre 1.5.2 compat glue.
10040
10041 2005-07-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10042
10043         * lily/include/simple-spacer.hh (Module): idem.
10044
10045         * lily/include/spring.hh (struct Spring): store inverse
10046         strength. This prevents division by zero.
10047
10048         * VERSION: release 2.7.0
10049         
10050         * lily/include/music.hh (class Music): remove Music::duration_log()
10051
10052         * lily/stem-engraver.cc (make_stem): take duration log from event.
10053
10054         * lily/chord-tremolo-engraver.cc: don't ack note-head-interface.
10055
10056 2005-07-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10057
10058         * scm/lily.scm (ly:load): load autochange.scm
10059
10060         * Documentation/user/tutorial.itely (Running LilyPond for the
10061         first time): remove reference to DVI/TeX
10062
10063         * scm/define-markup-commands.scm (text): add \text markup command.
10064
10065         * configure.in (reloc_b): bump requirement to Python 2.2.
10066
10067         * lily/include/dots.hh (class Dots): make has_interface() static.
10068
10069         * python/convertrules.py (conv): add rule for ly:grob-default-font
10070
10071         * scm/define-grobs.scm (all-grob-descriptions): reorganize in
10072         alphabetical order.
10073
10074         * input/regression/trill-spanner-pitched.ly: new file.
10075
10076         * lily/font-interface-scheme.cc (LY_DEFINE): function
10077         ly:grob-default-font (changed from get-default-font).
10078
10079         * lily/axis-group-interface-scheme.cc (LY_DEFINE): new file.
10080
10081         * lily/note-head.cc (internal_print): if style is not a symbol,
10082         set style to 'default. 
10083         (internal_print): no style suffix if glyph-name-procedure not
10084         set. Default to quarter head.
10085
10086         * scm/define-grobs.scm (Module): new grob TrillPitchHead.
10087
10088         * scm/define-music-properties.scm (all-music-properties): add trill-pitch.
10089
10090         * ly/music-functions-init.ly: \pitchedTrill
10091
10092         * lily/pitched-trill-engraver.cc (acknowledge_grob): new file.
10093
10094         * ly/Welcome_to_LilyPond.ly: update to 2.6.0
10095
10096         * lily/trill-spanner-engraver.cc (finalize): rename req -> event
10097
10098         * scm/define-markup-commands.scm (pad-markup): pad-markup command.
10099
10100         * po/fr.po: update
10101
10102         * po/de.po: update.
10103
10104 2005-07-06  Graham Percival  <gperlist@shaw.ca>
10105
10106         * Documentation/user/changing-defaults.itely: add link
10107         to grob-iterface.
10108
10109         * Documentation/user/advanced-notation.itely: add material
10110         to Setting automatic beam behaviour.  Thanks, Joe!
10111
10112         * Documentation/user/lilypond.itely: change encoding to utf-8.
10113
10114 2005-07-01  Mats Bengtsson  <mabe@s3.kth.se>
10115
10116         * Documentation/user/advanced-notation.itely (Setting automatic
10117         beam behavior): Correct the documentation of
10118         revert-auto-beam-setting (backportme)
10119
10120 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10121
10122         * lily/ly-module.cc (ly_make_anonymous_module): define
10123         %module-public-interface of module. 
10124
10125         * lily/lily-parser.cc (print_smob): allow printing of parser smob
10126         without lexer.
10127
10128 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10129
10130         * input/regression/fret-diagrams.ly: stretch example.
10131
10132 2005-06-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10133
10134         * cygwin/GNUmakefile ($(outdir)/%.sh): Bugfix: use TAB (Bertalan
10135         Fodor).
10136
10137 2005-06-30  Graham Percival  <gperlist@shaw.ca>
10138
10139         * Documentation/topdocs/AUTHORS.texi: update personal web address.
10140
10141         * Documentation/user/examples.itely, lilypond-book.itely:
10142         change \RequirePackage to \usepackage.
10143
10144         * Documentation/user/global.itely: document copyright and tagline.
10145
10146 2005-06-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10147
10148         * Documentation/user/basic-notation.itely (Transpose): remove link
10149         to nonexistent UntransposableMusic.
10150
10151         * scm/output-svg.scm: remove old definitions.
10152
10153         * scripts/lilypond-book.py (do_file): search for kpsewhich before
10154         invoking.
10155
10156         * python/lilylib.py (search_exe_path): new function.
10157
10158 2005-06-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10159
10160         * python/lilylib.py (mkdir_p): remove setup_environment()
10161         (backportme)
10162
10163         * buildscripts/mutopia-index.py (headertext): trim text.
10164
10165         * Documentation/topdocs/NEWS.tely (Top): refresh.
10166
10167         * scm/define-markup-commands.scm (wordwrap-string): new function:
10168         split string in paras and words.
10169         (wordwrap-markups): new function.
10170         (wordwrap-stencils): new function. 
10171         (justify): use it.
10172         (wordwrap): use it.
10173         (wordwrap-string): use it
10174         (justify-string): use it.
10175
10176         * scm/lily-library.scm (regexp-split): new function.
10177
10178         * scm/define-markup-commands.scm: remove encoded-simple. 
10179         remove font-markup.
10180         (fontsize): remove old version  of fontsize.
10181         (wordwrap): new markup function. Wrap into paragraphs.
10182
10183         * VERSION: Branch lilypond_2_6
10184         (MINOR_VERSION): go to 2.7.0
10185
10186 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10187
10188         * po/zh_TW.po: update from translation project.
10189
10190 2005-06-28  Graham Percival  <gperlist@shaw.ca>
10191
10192         * scm/midi.scm: compile fix.
10193
10194 2005-06-28  Mats Bengtsson  <mabe@s3.kth.se>
10195
10196         * scripts/lilypond-book.py : Fix embarrassing bug in my previous
10197         patch. Now, the tempfile module is loaded too, not only used.
10198
10199 2005-06-28  Stephen Charles McCarthy  <stecmccarthy@hotpop.com>
10200
10201         * scm/midi.scm: changed midi volumes in absolute-volume-alist from
10202         0.05 - 1.00 to 0.25 - 1.00
10203
10204         * scm/midi.scm: moved the default-instrument-equalizer procedure
10205         to just under the insturment-equalizer-alist it takes as an
10206         argument.
10207
10208 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10209
10210         * Documentation/user/advanced-notation.itely (Font selection):
10211         remove CMR note.
10212
10213         * scm/framework-ps.scm (write-preamble): ly:warning iso. ly:warn 
10214
10215 2005-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10216
10217         * THANKS: Add UTF-8 marker.
10218
10219         * Documentation/user/point-and-click.itely (http): Update: use
10220         lilypond-invoke-editor.  Fix: instruct to use user.js.
10221
10222 2005-06-27  Graham Percival  <gperlist@shaw.ca>
10223
10224         * ly/titling-init.ly: implements printpagenumber, increases
10225         space between dedication and title (to avoid collisions with
10226         "g" and "q" in dedication), and nicer logic about copyright
10227         and instrument fields being printed on the first page.
10228         Thanks Vincent!
10229
10230         * Documentation/user/global.itely: document printpagenumber.
10231
10232 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10233
10234         * Documentation/topdocs/NEWS.tely: Update to 2.6.
10235
10236 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10237
10238         * THANKS: update to 2.6
10239
10240         * VERSION: 2.6.0 released.
10241
10242 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10243
10244         * cygwin/GNUmakefile (OUT_POSTREMOVES): Reinclude install script
10245         rule, errorneously removed probably because of misleading comment.
10246
10247 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10248
10249         * python/lilylib.py (datadir): py2exe comments.
10250
10251         * Documentation/topdocs/INSTALL.texi (Top): remove EC fonts requirement.
10252
10253         * configure.in (reloc_b): make fontconfig REQUIRED.
10254
10255 2005-06-27  Heikki Junes <hjunes@cc.hut.fi>
10256
10257         * po/fi.po: add latest translations.
10258
10259 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10260
10261         * ChangeLog: recode utf-8
10262
10263         * Documentation/pictures/lilypond.xpm (Module): edited photo as
10264         logo.
10265
10266         * Documentation/user/examples.itely (Module): 2.4.0 -> 2.6.0
10267
10268         * input/*.ly (Module): 2.4 -> 2.6 grand convert-ly s/r. 
10269
10270         * python/convertrules.py (do_conversion): don't print program_name
10271         from within a module
10272
10273         * configure.in (reloc_b): bump fontforge requirement to 20050624.
10274
10275         * python/convertrules.py (conv): add 2.6.0 dummy rule.
10276
10277 2005-06-23  Graham Percival  <gperlist@shaw.ca>
10278
10279         * Documentation/user/lilypond-book.itely,
10280         Documentation/user/examples.itely: add \RequirePackage{graphics}.
10281
10282         * ly/titling.ly: checks printfirstpagenumber, adds meter, and
10283         fixes baseline-skip.  Thanks Vincent!
10284
10285         * Documentation/user/advanced-notation.itely, global.itely:
10286         moved "Selecting font sizes" to global, since it deals with
10287         notation font size, not text fonts.
10288
10289 2005-06-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10290
10291         * buildscripts/gen-emmentaler-scripts.py (notice): add GPL notice
10292         to fonts.
10293
10294 2005-06-23  Mats Bengtsson  <mabe@s3.kth.se>
10295
10296         * scripts/lilypond-book.py (LATEX_DOCUMENT): More or less ugly
10297         workaround since /dev/stdin doesn't work on Cygwin. Using a
10298         temporary file in the current directory since latex doesn't
10299         understand the path name to the default TMP in Cygwin (at least on
10300         win XP).
10301         
10302         * Documentation/user/global.itely (Creating titles): Correct
10303         misprint in example. Thanks to Rob Vlasaty.
10304
10305 2005-06-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10306
10307         * VERSION (PATCH_LEVEL): release 2.5.32
10308
10309         * lily/lily-parser-scheme.cc (LY_DEFINE): don't set 'parser
10310         variable in lily module
10311
10312         * scm/framework-ps.scm (output-classic-framework): error message
10313         regarding the classic framework.
10314
10315         * Documentation/user/henle-flat-gray.png (Module): new file.
10316
10317         * Documentation/user/baer-flat-gray.png (Module): new file.
10318
10319         * scm/output-lib.scm (fret-number-tablature-format): vcenter and
10320         whiteout for markups.
10321
10322         * buildscripts/substitute-encoding.py (note_glyph): include _ in
10323         regex too. This fixes change clef appearance in PDF. 
10324
10325         * ttftool/include/*: remove.
10326
10327         * configure.in (reloc_b): remove TTFTOOL_ENDIAN
10328
10329         * config.make.in (WINDRES): remove TTFTOOL_ENDIAN.
10330
10331         * lily/GNUmakefile (MODULE_INCLUDES): remove ttftool
10332
10333         * ttftool/*: remove ttftool subdirectory.
10334
10335         * GNUmakefile.in (SUBDIRS): remove ttftool subdirectory.
10336
10337         * lily/ttf.cc (print_header): new file. Convert to type42, using
10338         FreeType to parse the TTF. 
10339
10340         * ttftool/parse.c (readPostTable): ugh. Kludge: nglyphs in maxp
10341         and post table may differ. Pass around post_nglyphs as well.
10342
10343 2005-06-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10344
10345         * ly/music-functions-init.ly (musicMap): new music function
10346         musicMap. 
10347         
10348 2005-06-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10349
10350         * make/mutopia-rules.make: anti-alias-factor = 2
10351
10352         * scm/ps-to-png.scm (make-ps-images): cleanup multipage vs. single
10353         page switch.
10354
10355         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): set
10356         anti-alias-factor for lilypond-book runs.
10357
10358         * scm/ps-to-png.scm (scale-down-image): new function.
10359         (my-system): new function.
10360         (make-ps-images): blow up GS resolution by anti-alias-factor,
10361         scale down image by anti-alias-factor.  This improves appearance
10362         of bitmaps
10363         (make-ps-images): remove showpage. Fixes spurious empty png at
10364         end.
10365
10366         * scm/framework-ps.scm (write-preamble): downcase filename before
10367         string-matching. Should fix .TTF files (as opposed to ttf files)  
10368
10369         * Documentation/user/tutorial.itely (Running LilyPond for the
10370         first time): separate subsections for windows, macos and unix.  
10371
10372         * Documentation/user/invoking.itely (Updating files with
10373         convert-ly): add MacOS X note.
10374
10375 2005-06-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10376
10377         * Documentation/user/introduction.itely (Engraving): don't include
10378         file optical-spacing, add directly.
10379
10380         * lily/paper-outputter.cc (file): open file in binary mode. This
10381         fixes OTF embedding on windows.
10382
10383 2005-06-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10384
10385         * scm/framework-ps.scm (write-preamble): remove debugging output.
10386
10387         * mf/aybabtu.pe.in (i): don't generate aybabtu.cff
10388
10389         * mf/GNUmakefile ($(outdir)/fonts.cache-1): create font cache for
10390         outdir.
10391         (install-fc-cache): install font cache in installation directories.
10392
10393 2005-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10394
10395         * scm/editor.scm (editor-command-template-alist): Use char iso
10396         column, except for Emacs.
10397         (get-editor-command): Substitute char too (Bertalan Fodor).
10398
10399 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10400
10401         * scm/ps-to-png.scm (make-ps-images): Use ~S instead of single
10402         quoted ~s.  This should fix PNG output on Windows; single quotes
10403         are regular characters on Windows.
10404
10405 2005-06-16  Graham Percival  <gperlist@shaw.ca>
10406
10407         * Documentation/user/basic-notation.itely: include ChoirStaff
10408         in System start delimiters.
10409
10410         * Documentation/user/putting.itely: new doc section on
10411         fixing overlapping notation.
10412
10413 2005-06-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10414
10415         * Documentation/user/global.itely (Paper size): \paper is in
10416         \book, not \score.
10417
10418         * make/mutopia-rules.make: -ddelete-intermediate-files
10419
10420         * ly/engraver-init.ly: make Staff default child of ChoirStaff.
10421
10422 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10423
10424         * ChangeLog: Recode utf-8.
10425
10426         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install .so module in
10427         datadir with .py modules.
10428
10429 2005-06-15  Heikki Junes  <hjunes@cc.hut.fi>
10430
10431         * Documentation/user/basic-notation.itely (Ties): add tieDashed.
10432
10433 2005-06-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10434
10435         * make/mutopia-rules.make: switch off ps, p&c for lilypond runs.
10436         
10437         * scm/framework-ps.scm (write-preamble): remove status check.
10438
10439         * Documentation/user/invoking.itely (Updating files with
10440         convert-ly): remove -o option.
10441
10442         * VERSION (PACKAGE_NAME): release 2.5.31
10443
10444         * scm/framework-ps.scm (write-preamble): use ly:system.
10445         (write-preamble): verbosity.
10446
10447         * scripts/convert-ly.py: cleanup. Use lilylib. Use convertrules.
10448
10449         * python/convertrules.py: new file. Store conversion rules
10450         separately.
10451
10452 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10453
10454         * scm/backend-library.scm (postprocess-output): remove debugging gobs.
10455
10456 2005-06-14  Mats Bengtsson  <mabe@s3.kth.se>
10457
10458         * Documentation/topdocs/NEWS.tely (Top): Corrected name of
10459         \musicDisplay 
10460
10461         * Documentation/user/instrument-notation.itely (More stanzas): Add
10462         reference to StanzaNumber.
10463
10464 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10465
10466         * THANKS: separate section for website translators.
10467
10468 2005-06-14  Graham Percival  <gperlist@shaw.ca>
10469
10470         * Documentation/topdocs/INSTALL.texi: update vim info;
10471         thanks Simon Bailey!
10472
10473         * Documentation/user/advanced-notation.itely: included
10474         color names.
10475
10476         * Documentation/user/advanced-notation.itely,
10477         Documentation/usr/notation-appendices.itely: moved
10478         color names into an appendix.
10479
10480 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10481         
10482         * lily/program-option.cc (LY_DEFINE): new function ly_add_option.
10483
10484         * scm/lily.scm (lambda): initialize program options from here.
10485
10486         * scm/framework-*.scm: add header info.
10487
10488         * lily/main.cc (parse_argv): only set output format to pdf if no
10489         other format specified.
10490
10491         * scm/backend-library.scm (postprocess-output): process
10492         'delete-intermediate-files after running convert-to-*. This fixes
10493         PNG generation when 'delete-intermediate-files is set.
10494         
10495 2005-06-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10496
10497         * buildscripts/mutopia-index.py (list_item): thinko. Fixes png
10498         links on website. 
10499
10500 2005-06-13  Graham Percival  <gperlist@shaw.ca>
10501
10502         * Documentation/topdocs/INSTALL.texi,
10503         Documentation/user/lilypond-book.itely: typos.
10504
10505 2005-06-12  Pal Benko  <benkop@freestart.hu>
10506
10507         * elisp/lilypond-mode.el (LilyPond-command-alist: 2PS): space
10508         added between program name and switch; -b changed to -f not
10509         to generate pdf
10510
10511 2005-06-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10512
10513         * elisp/lilypond-mode.el (LilyPond-command-alist): remove 2midi
10514         (LilyPond-command-alist): use -f ps (thanks to Pal Benko)
10515
10516         * input/sakura-sakura.ly: add \midi.
10517
10518         * buildscripts/mutopia-index.py (find): use /usr/bin/find
10519         iso. python find. 
10520
10521         * ttftool/test.c (main): cosmetics.
10522
10523         * ttftool/util.c (surely_lseek): use stdio FILE's for I/O 
10524
10525         * ttftool/test.c: new file. If compiled with -DTEST_TTFTOOL,
10526         create a ttf2ps binary.
10527
10528         * scm/ps-to-png.scm (make-ps-images): fix rename-page-1 functionality.
10529
10530         * scm/backend-library.scm (postscript->png): set rename-page-1 to
10531         true.
10532
10533 2005-06-11  Graham Percival <gperlist@shaw.ca>
10534
10535         * Documentation/user/lilypond-book.itely: add warning about
10536         the font warnings in dvips.
10537
10538 2005-06-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10539
10540         * THANKS: typo
10541
10542         * mf/GNUmakefile ($(outdir)/$(redhat-package)): Fedora-4 url.
10543
10544         * GNUmakefile.in: remove links for .map, .enc
10545         don't fail if out/ doesn't exist yet.
10546
10547 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10548
10549         * ttftool/util.c (surely_read): return nbytes
10550
10551         * stepmake/bin/text2html.py (txt2html): add utf-8 marker. 
10552
10553         * VERSION (PACKAGE_NAME): release 2.5.30
10554
10555         * flower/string-convert.cc (precision_string): >? fix.
10556
10557         * scm/ps-to-png.scm (make-ps-images): search-gs for multipage too.
10558         (make-ps-images): add verbose -q too.
10559
10560         * lily/default-actions.cc (Module): new file. default
10561         {book,score}-print functions.
10562
10563         * scm/ly-from-scheme.scm (ly:parse-string-result): use new setup:
10564         pass results via parseStringResult, lookup via ly:parser-lookup.  
10565
10566         * lily/lily-parser.cc (Lily_parser): only clone lexer in
10567         constructors.
10568         (parse_file): encapsulate do_yyparse() in scm_set_current_module()
10569         (parse_string): idem.
10570
10571         * ly/spanners-init.ly (assertBeamQuant): don't use #{ #} in init.
10572
10573         * lily/main.cc (main_with_guile): copy be_verbose_global into
10574         ly_set_option()
10575
10576 2005-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10577
10578         * scm/backend-library.scm (postscript->pdf):
10579         * scm/ps-to-png.scm (make-ps-images): Do not use gs -q switch in
10580         verbose mode.  Search for several names of gs executable.
10581
10582 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10583
10584         * lily/ly-module.cc (ly_make_anonymous_module): call make-module
10585         directly. This fixes a massive memory leak, provided you use CVS
10586         GUILE.
10587
10588 2005-06-10  Erik Sandberg  <ersa9195@student.uu.se>
10589
10590         * ly/property-init.ly: Added tieDashed.
10591
10592         * THANKS: Added some bughunters for 2.5.
10593
10594 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10595
10596         * lily/program-option.cc: add debug-gc option.
10597
10598         * lily/include/lily-guile-macros.hh: don't protect exported module
10599         objects.
10600
10601         * lily/include/lily-parser.hh (class Lily_parser): remove beam_check().
10602
10603         * scm/backend-library.scm (postscript->pdf): use
10604         delete-intermediate-files iso. running-from-gui? 
10605
10606         * ttftool/util.c (surely_read): robustness. Allow read() to return
10607         less bytes than requested, as per posix standards.
10608
10609         * lily/pfb.cc (LY_DEFINE): set ttf_verbosity from ttf-verbosity
10610         program option.
10611
10612         * ttftool/include/ttftool.h ("C"): rename verbosity to
10613         ttf_verbosity. Add to public interface.
10614
10615         * scm/music-functions.scm (unfold-repeats): remove debugging display.
10616
10617         * lily/program-option.cc: rename from scm-option.cc
10618
10619         * lily/scm-option.cc (LY_DEFINE): handle no-foobar option setting.
10620         (get_help_string): Print pretty help string.
10621
10622         * scripts/lilypond-book.py (PREAMBLE_LY): add no-point-and-click
10623         to snippet preamble.
10624
10625         * lily/scm-option.cc: remove command-line-settings option. Fold
10626         all command-line options plus default settings in a generic
10627         interface. 
10628
10629         * flower/getopt-long.cc (table_string): indent 2nd lines of help
10630         texts too.
10631
10632 2005-06-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10633
10634         * flower/file-name.cc: Bugfix: only append DIRSEP if BASE_
10635         or EXT_ components non-empty.
10636
10637 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
10638
10639         * scm/lily.scm (running-from-gui?): Export.
10640
10641         * lily/lily-parser-scheme.cc (ly:parse-file): Use it to generate
10642         output in .ly source directory.
10643
10644 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10645
10646         * ttftool/util.c (surely_lseek): more verbosity.
10647
10648         * lily/include/lily-proto.hh: add Context_def. This fixes FC4
10649         compile.
10650
10651         * lily/parser.yy (Repeated_music): remove >? 
10652
10653         * scm/backend-library.scm (postscript->pdf): Support for
10654         -dgs-font-load=1
10655
10656         * scm/framework-ps.scm (write-preamble): make font loading
10657         switchable to GS via --define-default gs-font-load=1
10658
10659 2005-06-09  Graham Percival  <gperlist@shaw.ca>
10660
10661         * Documentation/user/global.itely: added \layout docs.
10662
10663 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10664
10665         * lily/lily-parser-scheme.cc: add unistd.h
10666
10667 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10668
10669         * scm/editor.scm: add char argument.
10670
10671         * scripts/lilypond-invoke-editor.scm (dissect-uri): add char. 
10672
10673         * ttftool/util.c (syserror): use errno for better error reporting.
10674
10675         * lily/source-file.cc (get_counts): new function. Calc column,
10676         line and char count in one go.
10677
10678         * lily/binary-source-file.cc (quote_input): rename to quote_input
10679
10680         * lily/input.cc (set): new function.
10681
10682 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
10683
10684         * flower/file-path.cc (find): Bugfix.  Append rather than prepend
10685         directory part of file name to search directory.
10686
10687         * lily/lily-parser-scheme.cc (ly:parse-file): Prepend cwd to
10688         search path and chdir to DIR if --outname=DIR used.
10689
10690         * lily/main.cc (prepend_env_path): Bugfix: Check directory
10691         existence before appending original path.
10692
10693 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10694
10695         * ttftool/parse.c (readNamingTable): verbosity for "bad TTF
10696         file" massage.
10697
10698         * Documentation/user/GNUmakefile (TEXINPUTS): set TEXINPUTS so our
10699         texinfo.tex is always used.
10700         
10701 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10702
10703         * flower/include/axis.hh: rename from axes.hh
10704
10705         * lily/include/text-interface.hh (Module): rename from text-item.hh
10706
10707         * VERSION (PATCH_LEVEL): release 2.5.29
10708
10709         * ttftool/parse.c (readNamingTable): handle Apple/8bit encoding too.
10710
10711         * scm/framework-ps.scm (font-file-as-ps-string): new function.
10712         (handle-macfont): new function. Call fondu for Native mac fonts.
10713
10714         * scm/define-markup-commands.scm (fill-line): handle text-widths =
10715         '() case.
10716
10717 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10718
10719         * scm/ps-to-png.scm (make-ps-images): Bugfix: `Pages: 1\n' is not
10720         multi-page.  Fix .eps regular expression.
10721
10722 2005-06-07  Graham Percival  <gperlist@shaw.ca>
10723
10724         * Documentation/user/putting.itely: add info on modifying templates.
10725
10726         * Documentation/user/lilypond.itely, converters.itely, invoking.itely:
10727         misc small changes.
10728
10729 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10730
10731         * scm/ps-to-png.scm (make-ps-images): no paper size for multi-page.
10732
10733         * scripts/lilypond-ps2png.scm
10734
10735         * VERSION (PACKAGE_NAME): release 2.5.28
10736
10737 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10738
10739         * lily/main.cc (prepend_env_path): Do not append /, that does not
10740         work.  Localedir lives in datadir, not in prefix.
10741
10742         * scm/framework-ps.scm (write-preamble): Remove load-font-via-GS
10743         hack for windows.
10744
10745         * flower/include/file-cookie.hh: Compile fix.
10746
10747 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10748
10749         * ly/engraver-init.ly: add \defaultchild to InnerStaffGroup. 
10750
10751         * scm/ps-to-png.scm (gulp-port): rename from read. Don't redefine
10752         system primitives.
10753         (gulp-port): using read-string!/partial. We don't want to read an
10754         entire PS file  (GUILE 1.6 limits strings to 16M) 
10755
10756         * scm/define-grobs.scm (all-grob-descriptions): remove arch-*
10757         properties. Add font-interface. 
10758
10759         * scm/define-grob-properties.scm (all-user-grob-properties):
10760         remove old bracket properties.
10761
10762         * scm/x11-color.scm: reformat. 
10763
10764         * lily/ledger-line-engraver.cc (acknowledge_grob): create new
10765         LedgerLineSpanner if new StaffSymbol is found. 
10766
10767         * lily/staff-symbol-engraver.cc (acknowledge_grob): also set
10768         staff-symbol for finishing staff. 
10769
10770         * lily/GNUmakefile (OUT_DIST_FILES): don't dist Flex output
10771
10772         * scm/output-svg.scm (setcolor): implement (re)setcolor with <g>
10773         change black to currentColor everywhere. This fixes color support
10774         in SVG.
10775
10776 2005-06-06  Carl Sorensen  <carldsorensen@comcast.net>
10777
10778         * input/regression/fret-diagrams.ly: new file to test fret diagram
10779         capability
10780
10781         * scm/output-tex.scm: remove white-dot and white-text
10782
10783         * scm/output-ps.scm: remove white-dot and white-text
10784
10785         * scm/fret-diagrams.scm (sans-serif-stencil-white): removed -- 
10786         using ly:stencil-in-color instead
10787         (draw-dots) : remove call to white-dot
10788
10789 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10790
10791         * flower/memory-stream.cc (Memory_out_stream): remove fopencookie
10792         support.
10793
10794         * ttftool/ttfps.c: use lily_cookie functions everywhere. 
10795
10796         * flower/include/file-cookie.hh: new file. lily_cookie extension 
10797
10798         * flower/file-cookie.cc: new file. lily_cookie extension.
10799         
10800 2005-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10801
10802         * scm/editor.scm (editor-command-template-alist): Add syn
10803         editor (Jaap [de Vos]).
10804
10805 2005-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10806
10807         * scripts/lilypond-ps2png.scm:
10808         * scm/ps-to-png.scm: New file.
10809
10810         * scm/backend-library.scm (postscript->png): Use it.
10811
10812         * scripts/lilypond-ps-to-png.py: Remove file.
10813
10814         * python/lilylib.py (get_bbox, make_ps_images): Remove.
10815
10816 2005-06-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10817
10818         * lily/auto-beam-engraver.cc (acknowledge_grob): remove dead code.
10819
10820         * scm/auto-beam.scm (default-auto-beam-check): only forbid beam
10821         start on grace moment. Fixes autobeam-grace.ly.
10822
10823         * lily/auto-beam-engraver.cc (process_acknowledged_grobs): don't
10824         process anything unless we're at the end of a pending beam. Fixes
10825         syncopated 8ths beamed across a beat.
10826
10827 2005-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10828
10829         * scm/editor.scm (editor-command-template-alist): Start emacs if
10830         emacslient fails.
10831
10832         * lily/main.cc (setup_localisation): Listen to LILYPOND_LOCALEDIR.
10833
10834         * flower/file-path.cc (is_file, is_dir): Export.
10835
10836         * lily/main.cc (prepend_env_path, set_env_file): Use them.
10837
10838 2005-06-02  Mats Bengtsson  <mabe@s3.kth.se>
10839
10840         * lily/easy-notation.cc: Added include cctype to correct
10841         compilation error.
10842
10843 2005-06-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10844
10845         * scm/backend-library.scm (postscript->pdf): set resolution to
10846         1200, so bitmap fonts aren't that ugly. 
10847
10848         * Documentation/topdocs/NEWS.tely (Top): add entry about font family.
10849
10850         * lily/dynamic-engraver.cc (acknowledge_grob): only center on
10851         parent if we have a notehead. Fixes incorrect offsets when
10852         Paper_column is very wide in the X direction.
10853
10854         * input/regression/font-family-override.ly (Module): new file.
10855
10856         * scm/font.scm (make-pango-font-tree): new function.
10857
10858         * lily/beam.cc (before_line_breaking): remove warning about less
10859         than 2 visible stems. We still get a warning when there is only
10860         one stem.
10861
10862 2005-06-01  Werner Lemberg  <wl@gnu.org>
10863
10864         * buildscripts/substitute-encoding.py: Handle PFAemmentaler-xx.pfa
10865         correctly.
10866
10867 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10868
10869         * lily/slur-scoring.cc (generate_avoid_offsets): new
10870         function. Generate avoid offsets once per slur.
10871
10872         * lily/slur.cc (add_extra_encompass): add dependency to
10873         extra-encompass object. This fixes bugs/c-phrasing-slur.ly
10874
10875         * lily/stencil.cc (is_empty): check dim_ field for is_empty()
10876         too. Fixes inf error with added bass notes.
10877
10878         * scripts/lilypond-book.py (do_options): --psfonts doesn't take
10879         argument anymore.
10880
10881         * make/ly-vars.make (DVIPS_FLAGS): use .psfonts as extension.
10882
10883         * input/tutorial/lbook-latex-test.tex: add line length test.
10884
10885         * scripts/lilypond-book.py (set_default_options): new
10886         function. Call this before dissecting snippets, so linewidth
10887         settings reach the snippets.
10888
10889 2005-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
10890
10891         * scm/lily.scm (PLATFORM, slashify): Remove double slashes.
10892
10893 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10894
10895         * input/mutopia/R.Schumann/romanze-op28-2.ly (leftb): bugfix.
10896
10897 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
10898
10899         * stepmake/aclocal.m4: More autopackage friendliness.
10900
10901 2005-05-31  Graham Percival  <gperlist@shaw.ca>
10902
10903         * Documentation/index.html.in: remove link to LSR.
10904
10905         * Documentation/user/global.itely: remove duplicate
10906         "dedication" \header{} section.
10907
10908 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10909
10910         * VERSION (PACKAGE_NAME): release 2.5.27.
10911
10912         * lily/lily-parser-scheme.cc (LY_DEFINE): unprotect paper
10913         too. Plugs memory leak.
10914
10915         * make/lilypond.fedora.spec.in (Group): remove
10916         lilypond-pdfpc-helper.
10917
10918         * scripts/GNUmakefile (SEXECUTABLES): remove
10919         lilypond-pdfpc-helper. Use lilypond-invoke-editor instead.
10920
10921         * scm/font.scm (make-century-schoolbook-tree): add Mono as
10922         'typewriter family.
10923
10924         * lily/score.cc (Score): unprotect copy of Output_def. Plugs
10925         memory leak.
10926
10927         * lily/parser.yy (score_body): don't clone Score, that's done in
10928         Lily_lexer::try_special_identifiers(). This fixes a memory leak.
10929
10930         * lily/score-engraver.cc (derived_mark): new function.
10931         (initialize): unprotect Paper_score. This fixes a memory leak.
10932
10933         * lily/score-performer.cc (derived_mark): new function.
10934
10935         * lily/score-translator.cc (get_output): use SCM for get_output() call.
10936
10937         * stepmake/aclocal.m4: put FlexLexer.h test in conftest.cc. Fixes
10938         spurious warning.
10939
10940         * scm/font.scm (make-century-schoolbook-tree): use Sans for sans
10941         serif.
10942
10943 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
10944
10945         * configure.in (reloc_b): Add --enable-relocation.
10946
10947 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10948
10949         * lily/pfb.cc (LY_DEFINE): show file name when loading PFB. 
10950
10951         * input/regression/alignment-order.ly: add Staff example.
10952
10953 2005-05-31  John Mandereau   <john.mandereau@free.fr>
10954
10955         * po/fr.po: update.
10956
10957 2005-05-31  Graham Percival  <gperlist@shaw.ca>
10958
10959         * Documentation/index.html.in: add link to LSR.
10960
10961 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10962
10963         * scm/define-stencil-commands.scm (Module): new file. Register all
10964         allowed stencil expression heads in a central place.
10965
10966         * lily/stencil-scheme.cc (LY_DEFINE): check is_stencil_head in
10967         ly:make-stencil
10968
10969         * lily/stencil-expression.cc (all_stencil_heads): registering
10970         stencil expressions.
10971
10972         * lily/stencil-interpret.cc: new file. Stencil expression
10973         interpreting.
10974
10975         * input/xiao-haizi-guai-guai.ly: move file back.
10976
10977 2005-05-30  Graham Percival  <gperlist@shaw.ca>
10978
10979         * Documentation/user/advanced.itely, converters.itely,
10980         instrument-notation.itely, lilypond-book.itely: misc small
10981         changes.
10982
10983 2005-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10984
10985         * lily/lexer.ll: Skip UTF-8 BOM at BOF.
10986
10987         * make/lilypond.fedora.spec.in: Fix source url.
10988
10989         * cygwin: Update from mingw patches.
10990
10991         * scm/editor.scm (editor-command-template-alist): Use jedit
10992         -reuseview (Bertalan), add uedit (Patrick Huberts).
10993
10994         * input/xiao-hai-zi-guai-guai.ly: Rename from
10995         xiao-haizi-guai-guai.ly.
10996
10997         * input/*: Reindent, do not use TAB.
10998
10999         * Documentation/pictures/ly.xpm: Bugfix: do not anti-alias against
11000         white background.
11001
11002 2005-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11003
11004         * scm/framework-ps.scm (dump-stencil-as-EPS): Add silly fix for
11005         numerical overflow error.
11006
11007 2005-05-29 Laura Conrad <lconrad@laymusic.org>
11008         
11009         * abc2ly.py: fix to syntax error in multi-part output.
11010
11011 2005-05-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11012
11013         * lily/span-bar.cc (print): sort bar line extents. Fixes problem
11014         with disappearing span bars when alignAboveContext is active
11015
11016         * lily/property-iterator.cc (check_grob): use is-grob?
11017         object-property. Fixes crash-key-sig-font-size.ly. 
11018
11019 2005-05-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11020
11021         * lily/bar-line.cc (print): don't round barlines; this produces
11022         odd aliasing effects in Acroread.
11023
11024         * lily/timing-engraver.cc (process_music): robustness fix.
11025
11026         * lily/context-def.cc (filter_engravers): bugfix.
11027
11028 2005-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11029
11030         * lily/lilypond.rc.in: Add ly-icon.
11031
11032         * lily/GNUmakefile: 
11033         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Add ly-icon
11034         rules.
11035
11036 2005-05-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11037
11038         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-in-color
11039
11040         * ps/music-drawing-routines.ps: 
11041
11042         * scm/output-ps.scm: remove draw ez_ball.
11043
11044         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
11045         EasyNotation context definition.
11046
11047         * lily/easy-notation.cc (brew_ez_stencil): new file. Use
11048         Text_interface and color for making easy note heads.
11049
11050         * lily/stencil.cc (with_color): new function.
11051
11052         * ps/music-drawing-routines.ps: remove draw_zigzag_line
11053
11054         * lily/line-spanner.cc (zigzag_stencil): rewrite to use draw-line
11055         output routine. Zigzag now works in SVG too.
11056
11057         * scm/output-tex.scm (filledbox): idem.
11058
11059         * scm/output-svg.scm (filledbox): idem.
11060
11061         * scm/output-ps.scm (lily-def): remove horizontal-line. 
11062
11063         * lily/lookup.cc (horizontal_line): use draw-line. 
11064
11065         * lily/system-start-delimiter.cc: remove old staff bracket code.
11066
11067         * mf/feta-haak.mf: further tweaks.
11068
11069         * lily/system-start-delimiter.cc (staff_bracket): use glyphs.
11070
11071         * mf/feta-generic.mf: include feta-haak.
11072
11073         * mf/feta-haak.mf: rewrite. Make separate glyphs for the tips 
11074
11075         * scm/framework-ps.scm (write-preamble): only load fonts if their
11076         filename is a string. 
11077
11078 2005-05-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11079
11080         * scm/output-svg.scm (circle): support circle.
11081         (bracket): stub for bracket.
11082
11083         * scripts/lilypond-book.py (main): make sure --psfonts warning is
11084         correct.
11085
11086 2005-05-26  Graham Percival  <gperlist@shaw.ca>
11087
11088         * Documentation/user/lilypond.tely, advanced-notation.itely,
11089         basic-notation.itely, instrument-notation.itely, global.itely,
11090         introduction.itely, tutorial.itely: rearranging, editing,
11091         clean-up.
11092
11093         * mf/GNUmakefile: change a "make -C" to "${MAKE} -C", required
11094         for compiling on FreeBSD.
11095
11096 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11097
11098         * lily/pfb.cc (LY_DEFINE): progress indication for opening ttf and
11099         otf files.
11100
11101         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (lower):
11102         bugfixes.
11103
11104         * VERSION: 2.5.26 released.
11105
11106         * scm/titling.scm (marked-up-headfoot): revert Pedro's patch. 
11107
11108 2005-05-25  Pedro Kroger  <kroeger@pedrokroeger.net>
11109
11110         * scm/titling.scm (marked-up-headfoot): doesn't print pagenumbers
11111         if printpagenumber is false.
11112
11113 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11114
11115         * lily/font-config.cc (init_fontconfig): comment out FontConfig
11116         cache warning.
11117
11118         * lily/tie.cc (print): support dotted ties.
11119         
11120 2005-05-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11121
11122         * scm/define-grobs.scm (all-grob-descriptions): switch off
11123         debugging
11124         (all-grob-descriptions): Arpeggio has Y-extent.
11125
11126         * scm/define-music-properties.scm (all-music-properties): document
11127         length-callback and start-callback as "read-only".
11128
11129         * scm/music-functions.scm (unfold-repeats): rewrite. Cannot set
11130         length-callback after creation. 
11131
11132         * scripts/convert-ly.py (conv): unfoldrepeats -> unfoldRepeats,
11133         compressmusic -> compressMusic.
11134
11135         * ly/music-functions-init.ly (oldaddlyrics): idem.
11136
11137         * lily/parser.yy: NewLyricCombineMusic ->
11138         LyricCombineMusic. LyricCombineMusic -> OldLyricCombineMusic.
11139
11140 2005-05-24  Pedro Kroger  <kroeger@pedrokroeger.net>
11141
11142         * ly/Welcome_to_LilyPond.ly: typo.
11143
11144 2005-05-24  Graham Percival  <gperlist@shaw.ca>
11145
11146         * Documentation/user/lilypond.tely: move changing-defaults to be
11147         before global issues.
11148
11149         * Documentation/user/basic-notation.itely: move Transpose section
11150         here from advanced/Other.
11151
11152         * Documentation/user/changing-defaults.itely,
11153         advanced-notation.itely: move Fonts to advanced, edit.
11154
11155 2005-05-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11156
11157         * lily/parser.yy (bare_int): remove rule.  From now on, we require
11158         # before negative integers.
11159
11160 2005-05-23  Graham Percival  <gperlist@shaw.ca>
11161
11162         * ly/property.ly: Update tieDotted to have the same form as slurDotted.
11163
11164         * Documentation/user/lilypond.tely: change Unified index to
11165         LilyPond index.
11166
11167         * Documentation/user/advanced-notation.itely,
11168         instrument-notation.itely: editing.
11169
11170 2005-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
11171
11172         * scm/lily.scm (lilypond-all): Bugfix: return failed.
11173
11174         * lily/main.cc (setup_paths)[__MINGW32__]: Normalize LILYPONDPREFIX.
11175
11176 2005-05-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11177
11178         * lily/general-scheme.cc (ly:stderr-redirect): Rename from
11179         ly:port-move.  Needs to be stderr-specific on mingw.
11180         Run fixcc.
11181
11182 2005-05-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11183
11184         * lily/general-scheme.cc (ly:port-move): Remove.
11185
11186         * scm/backend-library.scm (postscript->pdf): Remove -dSAFER in
11187         windows.
11188
11189         * lily/main.cc (setup_paths) [ARGV0_RELOCATION]: Reinstate GS_*
11190         variables.  This eliminates the need for a gs.bat wrapper, which
11191         opens a console.
11192
11193         * scripts/lilypond-invoke-editor.scm (running-from-gui?): 
11194         * scm/lily.scm (running-from-gui?): 
11195         * lily/main.cc[MINGW]: Remove isatty inversion, this is an
11196         artifact of not compiling with -mwindows.
11197
11198         * scm/editor.scm: Define PLATFORM.
11199
11200 2005-05-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11201
11202         * scripts/lilypond-book.py (PREAMBLE_LY): add marker, where people
11203         can start to cut & paste lilypond-book fragments.  
11204
11205         * scm/define-music-types.scm (music-descriptions): remove
11206         UntransposableMusic
11207
11208 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11209
11210         * scm/output-ps.scm (glyph-string): remove / before CIDs.
11211
11212 2005-05-20  Graham Percival  <gperlist@shaw.ca>
11213
11214         * Documentation/user/instrument-notation.itely: remove *Engraver.
11215
11216         * Documentation/user/advanced-notation.itely: edit, rearrange.
11217
11218 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11219
11220         * scm/output-ps.scm (glyph-string): take cid? argument. Use
11221         findresource iso. findfont for CID CFF fonts.
11222
11223         * VERSION (PACKAGE_NAME): release 2.5.25
11224
11225         * ly/Welcome_to_LilyPond.ly: add  \version
11226
11227 2005-05-20  Graham Percival  <gperlist@shaw.ca>
11228
11229         * Documentation/user/programming-interface.itely: move
11230         \displayMusic into its own section.
11231
11232         * Documentation/user/basic-notation.itely: finish editing.
11233
11234 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11235
11236         * flower/file-path.cc (find): don't throw away file_name.dir, but
11237         append to it. Fixes \include with directories.
11238
11239         * flower/include/file-path.hh (class File_path): don't derive from
11240         Array<String>.
11241
11242         * flower/include/file-name.hh (class File_name): remove to_str0()
11243
11244         * lily/hara-kiri-engraver.cc (acknowledge_grob): split
11245         Hara_kiri_engraver in separate file.
11246
11247         * lily/slur-configuration.cc (score_encompass): oops, <? to min()
11248         translation went wrong. Fixes vertically translated slurs.
11249
11250 2005-05-19  Graham Percival  <gperlist@shaw.ca>
11251
11252         * Documentation/user/basic-notaton.itely: editing.
11253
11254 2005-05-18  Graham Percival  <gperlist@shaw.ca>
11255
11256         * Documentation/user/macros.itexi, basic-notation.itely:
11257         add @commonprop (commonly used properties) macro.
11258
11259 2005-05-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11260
11261         * ly/Welcome_to_LilyPond.ly: talk about icon, not program.
11262
11263         * scripts/lilypond-book.py (invokes_lilypond): new function
11264         (main): only run fontextract if invokes_lilypond() is true.
11265
11266         * lily/function-documentation.cc (ly_add_function_documentation):
11267         duh, use !=
11268
11269         * Documentation/topdocs/INSTALL.texi (Top): add MacOS command.
11270
11271         * stepmake/aclocal.m4: remove kpathsea warning, change to OPTIONAL.
11272
11273         * scm/lily.scm (running-from-gui?): lowercase Darwin.
11274
11275         * lily/function-documentation.cc (ly_add_function_documentation):
11276         use scm_hash_table_p() for checking.
11277
11278 2005-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
11279
11280         * Documentation/user/advanced-notation.itely (Text scripts):
11281         Change nonexisting @internalsref{Text markup} to @ref{Text
11282         markup}.  Change @internalsref{Text script} to
11283         @internalsref{TextScript}.
11284
11285         * lily/main.cc (setup_paths): Bugfix: pangorc is not pango.modules.
11286
11287 2005-05-17  Graham Percival  <gperlist@shaw.ca>
11288
11289         * Documentation/user/tutorial.itely, basic-notation.itely,
11290         changing-defaults.itely: remove duplicate cindex entries
11291         that appear on the same page.
11292
11293         * scm/define-grobs.scm: change default padding for TextSpanner.
11294
11295         * Documentation/topdocs/AUTHORS.texi: update email address.
11296
11297         * Documentation/user/global.itely: add info about \include.
11298
11299 2005-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
11300
11301         * scm/backend-library.scm (postscript->pdf): Remove (useless) .ps
11302         when running-from-gui.
11303
11304         * scm/editor.scm (get-editor): Add platform defaults.
11305
11306         * scm/backend-library.scm (postscript->pdf): Typo.
11307
11308 2005-05-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11309
11310         * scm/lily.scm (running-from-gui?): Darwin never runs from GUI.
11311
11312         * lily/font-config.cc (init_fontconfig): add warning about cache.
11313
11314 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11315
11316         * lily/main.cc (setup_paths)[ARGV0_RELOCATION]: Remove GS_*.
11317
11318 2005-05-16  Mats Bengtsson  <mabe@s3.kth.se>
11319
11320         * lily/horizontal-bracket.cc (print): Take care of the direction
11321         property so brackets above the stave point downwards. 
11322
11323         * scm/define-grobs.scm (all-grob-descriptions): Set staff-padding
11324         for HorizontalBracket so it doesn't end up within the stave.
11325
11326 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11327
11328         * lily/GNUmakefile (default): Typo.
11329
11330         * scm/lily.scm (PLATFORM): Export.
11331
11332         * scm/framework-ps.scm (write-preamble)[MINGW]: Use
11333         load-font-via-GS, ttftool or fopencookie is broken on windows.
11334         
11335         * scm/backend-library.scm (postscript->pdf)[MINGW]: Do not use
11336         -dSAFER, that is broken on windows.
11337
11338 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11339
11340         * lily/GNUmakefile ($(outdir)/FlexLexer.h): conditional dependency
11341         for FlexLexer.h
11342
11343         * scripts/lilypond-invoke-editor.scm: remove stray -
11344
11345 2005-05-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11346
11347         * lily/lily-guile.cc (ly_scm2newstr): Use scm_i_string_length.
11348         Fixes deprecation warning.
11349
11350         * flower/include/string.icc (to_string): Only inline if
11351         -DSTRING_UTILS_INLINED.
11352
11353         * lily/pango-font.cc (pango_item_string_stencil): Normalize file
11354         name.  Remove windows comment.
11355
11356         * scm/editor.scm (slashify): New function.
11357         (get-editor-command): Use it.
11358         (get-command-template): Do not alter editor command if
11359         environment value includes `%(file)s' magic.
11360
11361         * scripts/lilypond-invoke-editor.scm (unquote-uri): New function.
11362         (dissect-uri): Use it.
11363         (unquote-uri): Bugfix.
11364
11365 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11366
11367         * scm/framework-ps.scm (write-preamble): add TTF rule.
11368
11369         * Documentation/topdocs/README.texi (Top): remove note about
11370         xdelta.
11371
11372         * Documentation/topdocs/INSTALL.texi (Top): remove Flex
11373         requirement.
11374
11375         * stepmake/aclocal.m4: STEPMAKE_FLEXLEXER_LOCATION: new
11376         function. Figure out where FlexLexer.h lives
11377
11378         * lily/GNUmakefile (OUT_DIST_FILES): dist lexer.cc and FlexLexer.h
11379         
11380 2005-05-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11381
11382         * scripts/lilypond-invoke-editor.scm (dissect-uri): Handle URIs
11383         with Windows root in file name.
11384
11385         * scm/backend-library.scm (ly:system): Only redirect output (using
11386         system and shell, ugh) if /dev/null is writable.
11387
11388         * Documentation/pictures/GNUmakefile [PLATFORM_WINDOWS]: Build
11389         windows icon.
11390
11391         * scm/lily.scm (is-absolute?): New function.  Fixes absolute files
11392         on Mingw.
11393
11394         * scm/output-ps.scm (grob-cause): Use it.  Fixes PDF point and
11395         click.
11396
11397         * flower/file-path.cc (is_dir, is_file): New function.  Actually
11398         use result of stat when available.
11399
11400         * flower/file-path.cc (find): Use it.  Refactor.  Fixes Mingw,
11401         absolute file name and root.
11402
11403         * scm/lily.scm (PLATFORM): On mingw, slashify getcwd.
11404
11405         * scm/editor.scm (get-editor-command): Typo: do not apply editor.
11406
11407         * flower/file-name.cc (slashify): Bugfix, do substitute if no
11408         slashes in file name.
11409
11410 2005-05-13  Jan Nieuwenhuizen  <janneke@gnu.org>
11411
11412         * Documentation/user/preface.itely (Preface): Run
11413         texinfo-all-menus-update.
11414
11415         * scm/editor.scm (get-editor-command): Bugfix: allow full
11416         LYEDITOR setting, partial XEDITOR setting.  With typo fix.
11417
11418         * Documentation/pictures/lilypond-48.xpm: New file.
11419
11420         * flower/file-path.cc (to_string): Bugfix: use PATHSEP.
11421
11422         * ly/Welcome_to_LilyPond.ly: New file.
11423
11424         * lily/main.cc (main): Only identify if we have a terminal.
11425
11426         * scm/backend-library.scm (postscript->png)
11427         (postscript->pdf): Fix file name quoting for GS/MINGW (ie,
11428         non-/bin/sh).
11429
11430 2005-05-13  Heikki Junes  <hjunes@cc.hut.fi>
11431
11432         * Documentation/topdocs/AUTHORS.texi: polish, update.
11433
11434 2005-05-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11435
11436         * Documentation/user/preface.itely (Notes for version 2.6): new
11437         notes for 2.6
11438
11439         * lily/dynamic-engraver.cc (stop_translation_timestep): first set
11440         finished_span_, then call typeset_all(). Fixes spurious "Hairpin
11441         is not fully contained" warnings.
11442
11443         * lily/slur-scoring.cc (get_bound_info): remove warning.
11444
11445         * lily/staff-symbol-engraver.cc (process_music): start initial
11446         spanner in process_music(). This fixes overrides of StaffSymbol
11447         properties.
11448
11449         * scm/framework-pdf.scm (Module): remove.
11450
11451         * Documentation/topdocs/AUTHORS.texi (AUTHORS): clean up, update.
11452
11453         * lily/ambitus-engraver.cc: formatting cleanups.
11454
11455         * mf/feta-solfa.mf (Module): remove.
11456
11457         * ChangeLog: more details about contributions.
11458
11459 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11460
11461         * lily/align-interface.cc (align_elements_to_extents): warn if
11462         called too early. Fixes: disappearing-staff-lines.ly
11463
11464         * VERSION (PACKAGE_NAME): release 2.5.24
11465
11466 2005-05-12  Jan Nieuwenhuizen  <janneke@gnu.org>
11467
11468         * stepmake/aclocal.m4: Typo.
11469
11470         * flower/string.cc (substitute): Take two strings or two
11471         characters.  Update callers.
11472
11473 2005-05-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11474
11475         * flower/file-name.cc (File_name): Slashify.
11476
11477         * scm/lily.scm: Use gui-main iso lilypond-main on MINGW.
11478
11479         * scripts/GNUmakefile (SEXECUTABLES): Add lilypond-invoke-editor.
11480
11481         * stepmake/aclocal.m4 (STEPMAKE_WINDOWS): New function.
11482
11483         * configure.in (gui_b): Use it.
11484
11485         * lily/lilypond.rc.in: New file.
11486
11487         * lily/GNUmakefile[PLATFROM_WINDOWS]: Compile it into executable.
11488
11489 2005-05-12  Graham Percival  <gperlist@shaw.ca>
11490
11491         * Documentation/user/advanced-notation.itely: edit of Text
11492         section; clarify text scripts vs. text markup.
11493
11494 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11495
11496         * lily/multi-measure-rest-engraver.cc
11497         (Multi_measure_rest_engraver): init bar_seen_ to true. Notice
11498         separation items on start. Fixes mm rests in start of score.
11499
11500         * lily/slur-scoring.cc (move_away_from_staffline): robustness,
11501         don't access StaffSymbol if not there.
11502         Fixes: crash-staff-symbol-engraver.ly.
11503
11504         * lily/instrument-name-engraver.cc (class
11505         Instrument_name_engraver): data member first_. Create
11506         InstrumentName on start. 
11507
11508 2005-05-12  Graham Percival  <gperlist@shaw.ca>
11509
11510         * Documentation/user/instrument-notation.itely: add guitar
11511         position.
11512
11513         * Documentation/user/introduction.itely,
11514         Documentation/user/lilypond.tely,
11515         Documentation/user/tutorial.itely: begin pruning
11516         unused (duplicated) cindex entries and misc cleanup.
11517
11518 2005-05-12  Mats Bengtsson  <mabe@s3.kth.se>
11519
11520         * input/test/volta-chord-names.ly: Bring the explanation up to
11521         date.
11522
11523 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
11524
11525         * Documentation/topdocs/{AUTHORS.texi,INSTALL.texi,README.texi}:
11526         Specify `@documentencoding utf-8' for html, ignore warnings.
11527
11528 2005-05-11  Erik Sandberg  <ersa9195@student.uu.se>
11529
11530         * THANKS: Added bughunters.
11531
11532 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
11533
11534         * lily/main.cc: update help string for `lilypond -H'.
11535
11536         * po/fi.po: update.
11537         
11538 2005-05-10  Graham Percival  <gperlist@shaw.ca>
11539
11540         * Documentation/user/advanced-notation.itely: minor fixes.
11541
11542 2005-05-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11543
11544         * scm/editor.scm: New module.
11545
11546         * scm/lily.scm (gui-main): Use it.
11547
11548         * scm/framework-gnome.scm (spawn-editor): Use it.
11549
11550         * scripts/lilypond-invoke-editor.scm: Use it in new script.
11551
11552 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11553
11554         * scm/framework-ps.scm (load-font-via-GS):  new function.
11555
11556         * lily/pango-font.cc (pango_item_string_stencil): add support for
11557         CID keyed font.
11558
11559         * scm/output-ps.scm (glyph-string): add support for CID keyed font.
11560
11561 2005-05-10  Graham Percival  <gperlist@shaw.ca>
11562
11563         * Documentation/user/basic-notation.itely: add @ref.
11564
11565         * Documentation/user/advanced-notation.itely: add example
11566         of 5/8 beaming.
11567
11568 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11569
11570         * scripts/lilypond-pdfpc-helper.py (ly_pc_editor): robustness fixes.
11571
11572         * scm/backend-library.scm (postscript->pdf): Invoke gs instead of
11573         going through ps2pdf wrappers.
11574
11575 2005-05-09  Jürgen Reuter  <reuter@ipd.uka.de>
11576
11577         * Documentation/user/instrument-notation.itely: petrucci note
11578         heads: updated docu
11579
11580         * input/regression/note-head-style.ly: updated regression test;
11581         indentation fixes
11582
11583         * ly/engraver-init.ly: MensuralVoiceContext: use petrucci note
11584         heads as default
11585
11586         * mf/parmesan-heads.mf: minor editing; use musicological names
11587         (rather than optical description) as note head names
11588
11589         * scm/output-lib.scm: complete petrucci heads
11590
11591 2005-05-09  Pal Benko  <benkop@freestart.hu>
11592
11593         * mf/parmesan-heads.mf: add petrucci heads (like neo-mensural
11594         heads, but bigger)
11595
11596 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11597
11598         * lily/main.cc (main_with_guile): Remove no files check.
11599
11600         * lily/main.cc (ly:usage): Export to Scheme.
11601
11602         * scm/lily.scm (no-files-handler): New function.
11603
11604         * scm/lily.scm (lilypond-main): Use it.
11605
11606         * configure.in (gui_b): Add mbrtowc checking.
11607         Resurrect [utf8/]wchar.h checking.
11608
11609 2005-05-09  Mats Bengtsson  <mabe@s3.kth.se>
11610
11611         * Documentation/user/advanced-notation.itely (Metronome marks):
11612         Add link to the program reference for MetronomeMark
11613
11614         * Documentation/user/lilypond-book.itely (An example of a
11615         musicological document): Correct the example using psfonts 
11616
11617 2005-05-09  Heikki Junes  <hjunes@cc.hut.fi>
11618
11619         * po/fi.po: update after a lesson how to update entries against
11620         source.
11621         
11622         * po/TODO: document the lesson.
11623
11624 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11625
11626         * configure.in (gui_b): remove wcrtomb checking.
11627
11628         * lily/general-scheme.cc (LY_DEFINE): hand-convert utf8 to 32
11629         bits. Patch by Matthias Neeracher. <neeracher@mac.com>
11630
11631 2005-05-09  Mats Bengtsson  <mabe@s3.kth.se>
11632
11633         * scripts/convert-ly.py: In the conversion to version 1.9.0, 
11634         keep Scheme expressions and strings unmodified when doing the
11635         conversion to postfix notation for slurs and beams. Should
11636         hopefully solve most related conversion problems. 
11637
11638         * Documentation/user/lilypond-book.itely : Clarify and correct how
11639         to call dvips with -h psfonts.
11640
11641 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11642
11643         * Documentation/user/instrument-notation.itely (Entering lyrics):
11644         Typo.  Fixes build.
11645
11646 2005-05-09  Graham Percival  <gperlist@shaw.ca>
11647
11648         * Documentation/user/lilypond-book.itely: document PSFONTS file.
11649
11650         * Documentation/user/lilypond.tely, lilypond-book.itely,
11651         tutorial.itely: change references to 2.5.x to 2.6.x.
11652
11653         * Documentation/user/instrument-notation.itely: clarified \addlyrics
11654         vs \lyricmode.
11655
11656         * Documentation/user/invoking.itely: remove old info about
11657         lilypond-profile.
11658
11659         * Documentation/topdocs/INSTALL.texi: remove old info about
11660         lilypond-profile, add warning about needing international fonts
11661         to build docs.
11662
11663 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11664
11665         * lily/include/grob-info.hh (class Grob_info): make data member
11666         private. Changes throughout.
11667
11668         * input/regression/alignment-order.ly: new file. 
11669
11670         * lily/vertical-align-engraver.cc (acknowledge_grob): read
11671         alignAboveContext and alignBelowContext
11672
11673 2005-05-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11674
11675         * lily/pfb.cc (LY_DEFINE): add cast.
11676
11677         * scm/framework-ps.scm (write-preamble): embed CFFs if file name
11678         matches .otf
11679         (write-preamble): warn about unknown fonts.
11680
11681         * lily/pfb.cc (Module): new function ly:otf->cff
11682
11683         * lily/open-type-font.cc (get_otf_table): use ::get_otf_table
11684         (get_otf_table): new function.
11685
11686 2005-05-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11687
11688         * scm/backend-library.scm (postscript->png): call lilypond-ps2png
11689         iso. ps2png.
11690
11691 2005-05-06  Heikki Junes  <hjunes@cc.hut.fi>
11692
11693         * po/fi.po: apply second round of update.
11694
11695 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11696
11697         * scm/x11-color.scm (make-x11-color-handler): don't use
11698         #\sp. Apparently doesn't work on all platforms. 
11699
11700 2005-05-06  Graham Percival  <gperlist@shaw.ca>
11701
11702         * Documentation/user/advanced-notation.itely, putting.itely,
11703         tutorial.itely, global.itely, introduction.itely: really minor fixes.
11704
11705 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11706
11707         * VERSION (PACKAGE_NAME): release 2.5.23
11708
11709 2005-05-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11710
11711         * Documentation/topdocs/AUTHORS.texi: Remove texinfo @accents,
11712         convert to utf-8.
11713
11714         * THANKS: Add translators for this release, convert to utf-8.
11715
11716         * mf/GNUmakefile (MFTRACE_FLAGS):
11717         * buildscripts/substitute-encoding.py (outdir): Build fix: pass
11718         outdir as option (WAS: hardcoded).
11719
11720 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11721
11722         * lily/staff-symbol-engraver.cc (Staff_symbol_engraver): init
11723         finished_span_
11724
11725         * THANKS: add Hans Forbrich.
11726
11727         * Documentation/topdocs/NEWS.tely (Top): document new feature.
11728
11729         * Documentation/user/basic-notation.itely (Staff symbol): document
11730         start/stop staff. Reference to ossia.ly
11731
11732         * input/test/ossia.ly: new example using stop and startStaff.
11733
11734         * lily/timing-engraver.cc: remove Timing_engraver::initialize(),
11735         in other words, don't create "|" barline at start of the score.
11736         (start_translation_timestep): don't set whichBar for start of score.
11737
11738         * input/regression/staff-halfway.ly: use new functionality.
11739
11740         * lily/staff-symbol-engraver.cc (try_music): take StaffSpanEvents,
11741         start and stop staff based on events.
11742
11743         * scm/define-music-types.scm (music-descriptions): add StaffSpanEvent
11744
11745         * ly/declarations-init.ly (startStaff, stopStaff): new identifiers.
11746
11747 2005-05-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11748
11749         * Documentation/user/programming-interface.itely (How markups work
11750         internally ): remove \encoding reference.
11751
11752 2005-05-04  Mats Bengtsson  <mabe@s3.kth.se>
11753
11754         * scripts/convert-ly.py: Attempt to do a smarter update of 
11755         text markups from versions < 1.9.0 with arbitrary nesting.
11756
11757 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
11758
11759         * po/fi.po: convert to utf-8, and update.
11760
11761 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11762
11763         * make/lilypond.suse.spec.in: update from suse 2.4 package.
11764
11765         * lily/*.cc: more <? >? to min/max changes
11766
11767         * lily/include/interpretation-context-handle.hh: rename
11768         Interpretation_context_handle to Context_handle.
11769
11770 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
11771
11772         * input/regression/GNUmakefile (local_delete): use `find` together 
11773         with `xargs` to avoid too long argument-lists in cmd line.
11774
11775 2005-05-04  Graham Percival  <gperlist@shaw.ca>
11776
11777         * Documentation/user/introduction.itely: updates "About this manual".
11778
11779         * Documentation/user/advanced-notation.itely,
11780         invoking.itely: minor fixes.
11781
11782 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11783
11784         * COPYING: add font exception. Update FSF address. 
11785
11786         * lily/context-def.cc (path_to_acceptable_context): bugfix, depth
11787         should be taken without child context.
11788
11789         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use it.
11790
11791         * scm/define-markup-commands.scm (triangle): new command, as
11792         robust replacement for unicode Delta/Triangle.
11793
11794 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11795
11796         * ps/music-drawing-routines.ps: add fillp argument.
11797
11798         * lily/lookup.cc (round_filled_polygon): polygon takes filled? argument
11799
11800         * lily/font-config.cc (init_fontconfig): don't add cff/
11801
11802         * VERSION (PACKAGE_NAME): release 2.5.22
11803
11804         * mf/GNUmakefile: remove cff/cff.ps/.map install rules.
11805
11806         * lily/grace-engraver.cc (consider_change_grace_settings): use
11807         is_alias(). Fixes problem with CueVoice grace notes. 
11808
11809         * lily/simultaneous-music-iterator.cc (construct_children): call
11810         Music_iterator::quit() for iterators that start out invalid. This
11811         fixes indefinitely continuing contexts.
11812
11813         * buildscripts/substitute-encoding.py: new file
11814
11815         * Documentation/user/basic-notation.itely (Basic polyphony): fix
11816         missing @end 
11817
11818         * scripts/lilypond-book.py (write_if_updated): print file name.
11819
11820         * Documentation/user/basic-notation.itely (Explicitly
11821         instantiating voices): idem.
11822
11823         * Documentation/user/advanced-notation.itely (Text spanners):
11824         remove stray { } 
11825
11826         * lily/context.cc (default_child_context_name): the default child
11827         is now first in accepts_list_.
11828
11829         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
11830         \defaultchild to all relevant contexts.  This fixes:
11831         drums-pitch.ly.
11832
11833         (Probably also fixes similar problems with ancient
11834         transcriptions getting CueVoices instead of the desired voices.)
11835  
11836         * lily/context-def.cc (get_default_child): new function.
11837         (get_accepted): place default child in front of list.
11838
11839         * lily/parser.yy (FIXME): add DEFAULTCHILD token.
11840
11841         * lily/include/context-def.hh (struct Context_def): add
11842         default_accept_
11843
11844 2005-05-03  Graham Percival  <gperlist@shaw.ca>
11845
11846         * scm/define-grobs.scm: remove "remove-first" line, since
11847         the absent property is set to #f anyway.
11848
11849         * Documentation/user/basic-notation.itely,
11850         advanced-notation.itely, instrument-notation.itely: minor
11851         fixes.
11852
11853         * ly/property-init.ly: add textSpanner{Up,Down,Neutral}.
11854
11855         * Documentation/user/advanced-notation.itely,
11856         changing-defaults.itely: consolidate Text stuff in
11857         advanced notation.
11858
11859         * Documentation/user/global.itely: better docs for \header.
11860
11861         * Documentation/user/putting.itely: new chapter; placeholder
11862         for future expansion.
11863
11864         * Documentation/user/examples.itely: moved "suggestions for
11865         writing LP files" section into putting.itely.
11866
11867         * Documentation/user/lilypond.itely: added new chapter,
11868         fixed the short table of contents.
11869
11870 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11871
11872         * lily/beam-quanting.cc (quanting): robustness fix, don't produce
11873         infinity for unfeasible beams.
11874
11875         * make/lilypond.fedora.spec.in (Group): idem.
11876
11877         * scripts/GNUmakefile (SEXECUTABLES): rename ps2png to lilypond-ps2png
11878
11879         * mf/GNUmakefile (ALL_GEN_FILES): remove .map
11880
11881         * scm/framework-ps.scm (write-preamble): extract CFF from OTF
11882         fonts directly.
11883
11884         * buildscripts/gen-emmentaler-scripts.py (i): idem.
11885
11886         * mf/GNUmakefile: remove all CFF rules.
11887
11888         * scm/framework-ps.scm (ps-embed-cff): reinstate.
11889
11890         * lily/open-type-font-scheme.cc (LY_DEFINE):
11891         new function ly:otf-font-table-data.
11892         (LY_DEFINE): new function otf-font?
11893
11894 2005-05-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11895
11896         * mf/GNUmakefile ($(outdir)/lilypond.map): remove rule.
11897         ($(outdir)/Fontmap.lily): idem.
11898
11899         * buildscripts/gen-emmentaler-scripts.py (i): load fetaXX encoding
11900         for PFAEmmentaler-XXX.pfa. 
11901
11902         * Documentation/user/music-glossary.tely (accidental): NL
11903         translation of accidental.
11904
11905 2005-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
11906
11907         * flower/include/international.hh: Bugfix: include "string.hh".
11908
11909         * lily/include/mingw-compatibility.hh: New file.
11910
11911         * flower/include/libc-extension.hh (memrev): Rename from strrev.
11912
11913         * configure.in: Search for mingw wcrtomb library.
11914
11915 2005-05-02  Mats Bengtsson  <mabe@s3.kth.se>
11916
11917         * scripts/convert-ly.py: Bug fix
11918
11919         * Documentation/user/changing-defaults.itely (Common tweaks):
11920         Added example where the context has to be specified explicitly
11921         (MetronomeMark). 
11922
11923 2005-05-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11924
11925         * scripts/lilypond-book.py (ly_options): set timing to #f for
11926         notime option.
11927
11928         * scripts/convert-ly.py (conv): typo.
11929
11930         * flower/*.cc: remove <? and >?
11931         
11932         * lily/*.cc: remove <? and >?
11933
11934         * lily/tweak-registration.cc (insert_tweak_from_file): Make sure
11935         that 0x0 isn't passed into scm_cons(). Fixes crash with tweak
11936         editor.
11937
11938 2005-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11939
11940         * lily/part-combine-engraver.cc: add space to variable list.
11941
11942 2005-04-30  Graham Percival  <gperlist@shaw.ca>
11943
11944         * scm/define-grobs.scm: changed RemoveEmptyVerticalGroup's
11945         remove-first to false (matches docs)
11946
11947         * Documentation/user/advanced-notation.itely: corrected docs
11948         concerning remove-first.
11949
11950 2005-04-29  Mats Bengtsson  <mabe@s3.kth.se>
11951
11952         * lily/part-combine-engraver.cc: make sure that the relevant
11953         properties are included in the documentation.
11954
11955 2005-04-28  Graham Percival  <gperlist@shaw.ca>
11956
11957         * Documentation/user/lilypond-book.itely: Bernard's docs
11958         for \betweenLilyPondSystem.
11959
11960 2005-04-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11961
11962         * Documentation/topdocs/INSTALL.texi (Top): remove TeX outdated
11963         remarks.
11964
11965 2005-04-28  Pal Benko  <benkop@freestart.hu>
11966
11967         * lily/mensural-ligature.cc (brew_flexa): apply thickness property
11968         only on vertical lines of flexa shape, and use a constant
11969         thickness value for horizontal lines (patch slightly modified by
11970         Jürgen Reuter)
11971
11972         * lily/include/mensural-ligature.hh: make 2 comments clearer
11973
11974 2005-04-28  Jürgen Reuter  <reuter@ipd.uka.de>
11975
11976         * lily/vaticana-ligature-engraver.cc (need_extra_space): renamed
11977         to need_extra_horizontal_space; bugfix: use class scope to avoid
11978         global namespace pollution
11979
11980         * Documentation/user/instrument-notation.itely (ligatures): added
11981         comment on possible future syntax change and how to work around
11982
11983         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf
11984         (epiphonus, cephalicus): fine-tune shape of plica head for narrow
11985         intervals (fixes agnus dei example)
11986
11987         * Documentation/user/instrument-notation.itely (white mensural
11988         ligatures): selected a more illustrative example
11989
11990 2005-04-28  Heikki Junes <hjunes@cc.hut.fi>
11991
11992         * Documentation/index.html.in: specify utf-8 charset in meta content.
11993
11994 2005-04-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11995
11996         * python/lilylib.py (make_ps_images): bugfixes; GS can produce
11997         empty 2nd page for single page.
11998
11999         * scm/lily.scm: remove p&c definitions.
12000
12001         * po/zh_TW.po (Module): new translation.
12002
12003         * lily/lily-guile.cc (ly_chain_assoc): remove.
12004
12005         * lily/general-scheme.cc (LY_DEFINE): export ly:chain_assoc_get
12006         (LY_DEFINE): recurse, iso. calling ly_chain_assoc.
12007
12008 2005-04-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12009
12010         * lily/beaming-info.cc: remove infinity_i
12011
12012         * scripts/abc2ly.py (out_filename): fix thinko with \version.
12013
12014 2005-04-26  Graham Percival  <gperlist@shaw.ca>
12015
12016         * Documentation/user/basic-notation.itely,
12017         instrument-notation.itely, advanced-notation.itely,
12018         changing-defaults.itely: minor fixes.  Added docs
12019         for colors to advanced-notation.itely.
12020
12021         * Documentation/user/advanced-notation.itely: fixed compile
12022         problem and added Bernard's x11-color doc patch.
12023
12024 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
12025
12026         * scm/output-ps.scm (grob-cause): Yet another fix, hope it's
12027         alright this time round.
12028
12029 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12030
12031         * Documentation/topdocs/INSTALL.texi (Top): idem.
12032
12033         * Documentation/topdocs/README.texi (Top): remove clean-fonts refs.
12034
12035         * VERSION (MAJOR_VERSION): release 2.5.21
12036
12037         * scm/output-ps.scm (grob-cause): bugfix.
12038
12039 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
12040
12041         * cygwin/*: Update.
12042
12043         * cygwin/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Remove profile
12044         stuff.
12045
12046         * scm/output-ps.scm (grob-cause): Bugfix.
12047
12048         * scm/lily.scm (ly:load): Remove x11-color.
12049
12050         * stepmake/aclocal.m4 (STEPMAKE_GET_EXECUTABLE): Bugfix: do not
12051         quote executable, fixes getting version from program --with
12052         --options.
12053         (STEPMAKE_KPATHSEA): Bugfix for Cygwin cross building: use
12054         $ac_exeect.
12055
12056         * Documentation/user/GNUmakefile: Only build music-glossary with
12057         rendered lilypond snippets during web.
12058
12059 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12060
12061         * po/de.po: update.
12062
12063         * lily/GNUmakefile (OUT_DIST_FILES): don't dist lexer.cc
12064
12065 2005-04-22  Laura Conrad <lconrad@laymusic.org>
12066  
12067         * scripts/abc2ly:
12068         second title line append with punctuation dash character;
12069         encode abc2ly python strings in utf-8
12070        
12071 2005-04-21  Laura Conrad <lconrad@laymusic.org>
12072
12073         * scripts/abc2ly fix chords (again)
12074  
12075 2005-04-22  Bernard Hurley  <bernard@fong-hurley.org.uk>
12076
12077         * scm/x11-color.scm: new file
12078         All x11 color names can be accessed with:
12079         #(x11-color 'ColorName),
12080         #(x11-color "ColorName") or:
12081         #(x11-color "color name")
12082         If the x11 color name is not recognised then it defaults
12083         to black
12084
12085         * scm/lily.scm: amended to call scm/x11-color.scm
12086
12087 2005-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12088
12089         * Documentation/user/invoking.itely (Reporting bugs): comment out
12090         reference to online PNG bug repository.
12091
12092 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12093
12094         * lily/translator-scheme.cc (ly:translator-property): Remove.
12095         Update callers.
12096
12097         * lily/context-scheme.cc (ly:context-now): Move from translator.
12098         Update callers.
12099
12100 2005-04-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12101
12102         * input/regression/grid-lines.ly (skips): refine example.
12103
12104         * scm/define-context-properties.scm
12105         (all-user-translation-properties): doc autoBeamCheck
12106
12107         * input/regression/grid-lines.ly (Module): new file.
12108
12109         * lily/grid-point-engraver.cc (Module): new file.
12110
12111         * lily/grid-line.cc (Module): new file.
12112
12113         * lily/grid-line-span-engraver.cc (Module): new file.
12114
12115         * lily/grid-line-interface.cc (Module): new file.
12116
12117 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12118
12119         * scm/auto-beam.scm (revert-property-setting): Bugfixes: add
12120         missing parameter, actualy cdr through list.  Actually return a
12121         list with ENTRY removed (was '()).
12122
12123         * scripts/convert-ly.py: Update.  Print warning if file cannot be
12124         opened.
12125         (do_conversion): Fix printing of continuation comma.
12126
12127         * Documentation/user/advanced-notation.itely (Beam formatting):
12128         Remove refbugs about compound time and mixed duration.
12129
12130         * scm/auto-beam.scm (default-auto-beam-settings): Write out all
12131         modulo moments explicitely.
12132
12133         * lily/moment.cc (operator %): New function.
12134
12135         * lily/moment-scheme.cc (ly:mod-moment): Wrap it.
12136
12137         * lily/translator-scheme.cc (ly:translator-now,
12138         ly:translator-property): New function.
12139
12140         * scm/auto-beam.scm (default-auto-beam-check): New function.
12141
12142         * lily/auto-beam-engraver.cc (test_moment): Use it.
12143
12144         * flower/rational.cc (operator %): Bugfix.
12145
12146 2005-04-21  Erik Sandberg  <ersa9195@student.uu.se>
12147
12148         * scripts/abc2ly: Bugfix
12149
12150 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12151
12152         * python/fontextract.py (write_extracted_fonts): bugfix, too many
12153         %'s on EndFont comment.
12154
12155         * lily/ledger-line-spanner.cc: some more words of explanation.
12156
12157 2005-04-20  John Williams <williams@tni.com>  
12158         
12159         * scripts/lilypond-book.py: htmlquote bugfix.
12160         Allow snippets to be given distinct filenames.
12161         Allow the default alt text to be overridden.
12162
12163 2005-04-20  Erik Sandberg  <ersa9195@student.uu.se>
12164
12165         * ly/performer-init.ly: Bugfix
12166
12167         * THANKS: Added bughunters.
12168
12169 2005-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
12170
12171         * SConstruct (test_lib): Bump mftrace requirement to 1.1.9.
12172
12173         * lily/auto-beam-engraver.cc (test_moment): Test exact measure
12174         position (was: use modulo measure length).
12175
12176         * configure.in (no gui_b): Remove optional gtk+ requirement.
12177
12178 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12179
12180         * Documentation/user/basic-notation.itely (Pitches): add
12181         LedgerLineSpanner.
12182
12183         * lily/dynamic-engraver.cc (process_music): set right bound to
12184         script if present. Else, do not set.
12185         (acknowledge_grob): only set right bound of finished spanner to
12186         note column if no other bound is set.
12187
12188         * python/lilylib.py (make_ps_images): switch back to png16m.
12189         
12190 2005-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
12191
12192         * scripts/lilypond-book.py (write_if_updated): Bugfix for not
12193         writing up to date file.  Add dvips usage suggestion.
12194
12195         * scripts/convert-ly.py: Fix error message.
12196         Print usage if no files on command line.
12197         (usage): Add example usage.
12198
12199         * input/test/compound-time.ly: New file.
12200
12201         * input/test/circle.ly: New file.
12202
12203         * Documentation/topdocs/NEWS.tely: Use them.
12204
12205         * input/test/boxed-stencil.ly: Remove \score.
12206
12207         * buildscripts/mf-to-table.py (base): Add .log dependency.
12208
12209         * mf/GNUmakefile: Add PFAemmentaler and PFAaybabtu dependencies on
12210         pfa's.  Add .log dependency
12211
12212         * scm/define-markup-commands.scm (lower): New command.
12213
12214         * elisp/lilypond-mode.el (LilyPond-pdf-command): New command,
12215         make it default.
12216
12217 2005-04-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12218
12219         * lily/dynamic-engraver.cc (acknowledge_grob): add note-column
12220         also to finished cresc as right bound. This fixes:
12221         skip-string-decresc.ly
12222
12223         * lily/slur-scoring.cc (get_bound_info): robustness: substitute
12224         relative_coordinate if extent is empty.
12225
12226         * lily/stem.cc (width_callback): determine correct extent if flag
12227         is not there. This fixes slur-no-flag.ly
12228
12229         * lily/grace-engraver.cc (consider_change_grace_settings): new
12230         function.
12231         (initialize): also consider_change_grace_settings() on
12232         initialization. Fixes large grace notes at start of score.
12233
12234         * lily/break-align-interface.cc (do_alignment): don't translate if
12235         total_extent is empty.
12236
12237         * buildscripts/lilypond-{login,profile}.sh (Module): remove file.
12238
12239 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12240
12241         * scm/output-ps.scm (grob-cause): don't add cwd if path starts
12242         with slash.
12243
12244 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
12245
12246         * stepmake/aclocal.m4: Remove tfm_path.
12247
12248 2005-04-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12249
12250         * scm/music-functions.scm (markup-expression->make-markup): fix
12251         bug with cons arguments of markup commands.
12252         (music->make-music): fix music expression property list building
12253
12254 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
12255
12256         * aclocal.m4: Massage package names.
12257
12258         * SCons updates.
12259
12260 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12261
12262         * VERSION (PACKAGE_NAME): release 2.5.20
12263
12264         * lily/stem.cc (calc_stem_info): add minimum Y extent of
12265         stem-tremolo.  Fixes: bugs/tremolo-stem-length-beamed
12266
12267         * lily/percent-repeat-engraver.cc (try_music): add measure before
12268         next_moment to future processing moment. Fixes:
12269         percent-repeat-mm-rest.ly
12270         (process_music): don't add moment for 2nd time.
12271
12272         * input/regression/repeat-percent.ly: add mmrests as extra test.
12273
12274         * lily/axis-group-engraver.cc (acknowledge_grob): read
12275         keepAliveInterfaces to decide what to kill.
12276
12277         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add
12278         percent-repeat-interface to keepAliveInterfaces. This fixes
12279         percent-repeat-harakiri.
12280
12281 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
12282
12283         * SCons updates.
12284
12285 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12286
12287         * config.make.in (TTFTOOL_ENDIAN): rm TFM_PATH
12288
12289         * aclocal.m4: remove --enable-tfm-path configure option
12290
12291         * input/test/ancient-font.ly (lowerStaff): clef name errors.
12292
12293         * scm/backend-library.scm (postscript->png): newline after
12294         finishing command.
12295
12296         * lily/paper-score-scheme.cc (LY_DEFINE): new file.
12297         (LY_DEFINE): ly:paper-score-paper-systems: new function 
12298
12299         * lily/score-scheme.cc (LY_DEFINE): require music argument. 
12300
12301         * lily/score.cc (default_rendering): use Music_output too.
12302
12303         * input/test/chord-names-languages.ly (Module): rename file.
12304
12305         * lily/text-spanner.cc: add bound-padding.
12306
12307         * lily/paper-book.cc (systems): accept Paper_score
12308         iso. Paper_system vector. 
12309
12310         * input/regression/line-arrows.ly: new file.
12311
12312         * lily/paper-score.cc (process): run get_paper_systems() only once.
12313
12314         * lily/line-spanner.cc (line_stencil): add arrows.
12315
12316 2005-04-18  Jonatan Liljedahl  <lijon@kymatica.com>
12317
12318         * lily/line-interface.cc (make_arrow): new function. 
12319         (arrows): idem.
12320
12321 2005-04-18  Mathieu Giraud  <magiraud@free.fr>
12322
12323         * input/test/chord-names-german.ly: update for italian/french
12324         chords.
12325         
12326         * Documentation/user/instrument-notation.itely (Printing chord
12327         names): update.
12328
12329 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12330
12331         * lily/include/paper-score.hh (class Paper_score): remove unused
12332         prototypes.
12333
12334         * lily/book.cc (process): add -COUNT to midi output.
12335
12336         * lily/score.cc (book_rendering): remove outname argument
12337         (book_rendering): return list of Music_outputs. 
12338
12339         * lily/global-context-scheme.cc (LY_DEFINE): remove outname argument.
12340
12341         * lily/book.cc (process): loop over Music_outputs returned from
12342         Score::book_rendering().
12343
12344         * lily/*.cc (width_callback): remove spurious "unused" warnings
12345         for assert (axis==[XY]_AXIS); 
12346
12347         * lily/include/music-output.hh (class Music_output): smobify class.
12348
12349         * lily/include/paper-score.hh (class Paper_score): make members
12350         private.
12351
12352         * lily/performance.cc (process): return #f iso. #<undefined>. This
12353         prevents #<undefined> leaking into GUILE-userspace.
12354
12355 2005-04-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12356
12357         * config.hh.in: remove HAVE_PANGO_FC_FONT_MAP_ADD_DECODER_FIND_FUNC.
12358
12359 2005-04-17  Mathieu Giraud  <magiraud@free.fr>
12360
12361         * scm/chord-name.scm : support for italian and french
12362         chords names.
12363
12364         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): add
12365         a space defined by chordPrefixSpacer when the root name is
12366         direclty followed by a prefix.
12367
12368         * ly/engraver-init.ly : chordPrefixSpacer       
12369         * scm/define-context-properties.scm : chordPrefixSpacer
12370         * ly/property-init.ly : italianChords, frenchChords 
12371
12372 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
12373
12374         * mf/feta-din.mf: Remove.
12375
12376         * mf/GNUmakefile (fontdir): Bugfix.
12377
12378         * mf/SConstruct: Some updates.
12379
12380         * SConstruct: Require pkg-config.
12381         (test_program): Bugfix for double digit version compares, use
12382         integer (not string-) compare.
12383         Optionally require gs 8.14.
12384
12385         * stepmake/aclocal.m4 (STEPMAKE_PANGO_FT2): Define HAVE_PANGO16 too.
12386
12387         * lily/*: s/ifdef HAVE_*/if have/.
12388
12389         * SConstruct (test_lib): New function.  Update pkg-config and some
12390         other requirements.
12391
12392         * configure.in: Require pkg-config.  Enforce REQUIRE and version for
12393         freetype, pangof2t.
12394
12395 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12396
12397         * po/lilypond.pot, ...: Update using bison-CVS.
12398
12399         * python/lilylib.py (make_ps_images): Fixo.
12400
12401 2005-04-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12402
12403         * python/lilylib.py (make_ps_images): typo.
12404
12405         * configure.in (gui_b): make bison optional.
12406
12407         * lily/GNUmakefile (OUT_DIST_FILES): dist parser and lexer.
12408
12409 2005-04-16  Bernard Hurley  <bernard@fong-hurley.org.uk>
12410
12411         * framework-eps.scm: code added so that a macro \betweenLilyPondSystem
12412         with one parameter can be defined in a LaTeX file when processed
12413         by lilypond-book this will be evaluated between the systems of
12414         a multi-system score. The parameter is the number of systems processed.
12415
12416 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12417
12418         * python/lilylib.py (make_ps_images): Escape newline.
12419
12420         * Documentation/user/music-glossary.tely: Run
12421         texinfo-all-menus-update.
12422
12423 2005-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
12424
12425         * scm/lily-library.scm (old-relative-not-used-message)
12426         (version-not-seen-message): Add input-file-name-location to message.
12427
12428         * lily/parser.yy (lilypond): Add token aliases.
12429
12430         * Documentation/user/music-glossary.tely (accidental): Fixes.  Do
12431         not confuse with alteration.
12432         (alteration): Add.
12433
12434 2005-04-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12435
12436         * python/lilylib.py (make_ps_images): use -dEPSCrop
12437
12438         * VERSION (PACKAGE_NAME): release 2.5.19 
12439
12440         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
12441         only put xrefs in info documentation.
12442
12443         * make/ly-rules.make ($(outdir)/%.html.omf): transplant .dvi ->
12444         .pdf rule to tex-rules.make.
12445
12446         * scm/framework-eps.scm (dump-stencils-as-EPSes): remove comments
12447         from -systems.* output.
12448
12449         * stepmake/stepmake/tex-rules.make ($(outdir)/%.pdf): make PDF
12450         directly, remove -$(PAGESIZE) target.
12451
12452         * input/test/embedded-postscript.ly: update.
12453
12454 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12455
12456         * make/lysdoc-targets.make (local-WWW): remove ps.gz target.
12457
12458         * Documentation/user/changing-defaults.itely (Font selection):
12459         document font-name.
12460
12461         * input/regression/font-name.ly: show Pango fonts for
12462         font-name. Update example. 
12463
12464         * lily/pango-select.cc (properties_to_pango_description): don't
12465         convert symbol font-size to number, but use to lookup.
12466
12467         * python/fontextract.py (write_extracted_fonts): add VMusage 0.
12468
12469         * scm/framework-ps.scm (write-preamble): use (NAME . CONTENTS) and
12470         (NAME . FILE-NAME) tuples for font descriptions. 
12471         (write-preamble): display BeginFont DSC comments.
12472
12473         * python/fontextract.py (write_extracted_fonts): new file. Extract
12474         font resources from a PS file.
12475
12476         * scripts/lilypond-book.py (option_definitions): --psfonts option.
12477         (Compile_error.process_include): do_file returns chunks.
12478
12479         * make/ly-vars.make (DVIPS_FLAGS): don't load .map file.
12480
12481         * make/lysdoc-targets.make: .texi is .PRECIOUS
12482
12483         * scripts/lilypond-book.py (write_if_updated): new function.
12484
12485 2005-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
12486
12487         * scm/framework-eps.scm (dump-stencils-as-EPSes): Massage messages.
12488
12489 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12490
12491         * scm/framework-eps.scm (dump-stencils-as-EPSes): no massages.
12492
12493         * input/regression/markup-syntax.ly: remove \score.
12494
12495         * scm/define-markup-commands.scm (draw-circle): add fill argument
12496
12497         * scm/stencil.scm (make-circle-stencil): add fill argument
12498
12499         * ps/music-drawing-routines.ps: add fill argument.
12500
12501         * ly/performer-init.ly: add CueVoice to MIDI too.
12502
12503         * ps/music-drawing-routines.ps: new routine BeginEPSF /
12504         EndEPSF.
12505
12506         * input/regression/markup-eps.ly: new file.
12507
12508         * scm/framework-ps.scm (write-preamble): change order: vars should
12509         be inited before procedures.
12510
12511         * scm/output-ps.scm (glyph-string): break lines. 255 chars is max
12512         for EPS files.
12513
12514         * scm/define-markup-commands.scm (epsfile): add epsfile command.
12515
12516 2005-04-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12517
12518         * configure.in (gui_b): add check for ghostscript 8.15
12519
12520 2005-04-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12521
12522         * lily/hairpin.cc (after_line_breaking): suicide the hairpinlet at
12523         start of line. Fixes cresc-after-newline.ly
12524
12525         * lily/source-file.cc (file_line_column_string): use get_column().
12526
12527 2005-04-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12528
12529         * lily/source-file.cc (get_column): utf-8 support for column numbers.
12530
12531 2005-04-12  Jan Nieuwenhuizen  <janneke@gnu.org>
12532
12533         * lily/*: use message () iso progress_indication () for messages.
12534         Revise/uniformise user messages.
12535
12536         * flower/warn.cc (progress_indication): New function.
12537         (message): Use it.  Fixes newline problems.
12538
12539         * config.make.in (webdir): Sort out install dirs.
12540
12541         * stepmake/stepmake/generic-targets.make (final-install): Bugfix.
12542
12543         * python/lilylib.py (command_name): Bugfix.
12544         (make_ps_images):
12545
12546 2005-04-11  Pedro Kroger  <kroeger@pedrokroeger.net>
12547
12548         * lily/main.cc: --help says what types of backends are availabe
12549
12550 2005-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12551
12552         Fix ./VERSION dependency, and without need to reconfigure.
12553
12554         * lily/main.cc (setup_paths): Update.
12555
12556         * stepmake/bin/make-version.py (defs): Add TOPLEVEL_VERSION define..
12557
12558         * config.hh.in (LILYPOND_DATADIR): Remove TOPLEVEL_VERSION.
12559
12560         * scripts/convert-ly.py (\markup): Fix too simplistic regexps.
12561         Add \line for some simplistic cases.
12562
12563         * lily/GNUmakefile (main.o): Add missing dependency on version.hh.
12564
12565 2005-04-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12566
12567         * elisp/lilypond-mode.el (LilyPond-lilypond-command): command used
12568         to compile LY files (useful for adding eg. "-I" args)
12569         (LilyPond-command-alist): use `LilyPond-lilypond-command'. Add a
12570         2Gnome command for gnome backend.
12571         (LilyPond-command-formatgnome): call the 2Gnome command. key
12572         binding: C-c C-g
12573
12574 2005-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
12575
12576         * Documentation/user/GNUmakefile (lilypond/index.html): Bugfix:
12577         depend on all PNG images.
12578
12579 2005-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
12580
12581         * GNUmakefile.in: Bugfix: also link .map files.
12582
12583 2005-04-09  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12584
12585         * scm/music-functions.scm (music->make-music): generate 
12586         a (make-music ...) sexpr from a music expression.
12587         (display-scheme-music): use guile pretty printer to display the
12588         make-music sexpr.
12589
12590 2005-04-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12591
12592         * ly/engraver-init.ly: reindent.
12593         Add CueVoice.
12594
12595         * scm/music-functions.scm (music-pretty-string): handle moments
12596         too.
12597         (music-pretty-string): only print non-empty lists.
12598         (cue-substitute): create CueVoice context, which has smaller type.
12599
12600         * lily/moment-scheme.cc (LY_DEFINE): new methods
12601         ly:moment-grace-{numerator,denominator}
12602
12603         * lily/context-handle.cc: remove quit() method. 
12604
12605         * lily/font-config.cc (init_fontconfig): be verbose about font path.
12606         (init_fontconfig): success is 0, not !0
12607
12608 2005-04-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12609
12610         * mf/feta-nummer-code.mf (code): add plus glyph.
12611
12612         * lily/tie.cc (print): idem.
12613
12614         * lily/slur.cc (print): don't use thickness property for
12615         slur shape-thickness.
12616
12617         * lily/stencil-scheme.cc (LY_DEFINE): don't reverse the order
12618         while adding stencils.
12619
12620         * scm/define-markup-commands.scm (with-color): with-color markup
12621         command.
12622         (whiteout): new markup command 
12623         (filled-box): new markup command
12624
12625 2005-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
12626
12627         * Documentation/topdocs/NEWS.tely (Top): Make tex-able.  Handy
12628         test for PDF docs.
12629
12630         * mf/GNUmakefile (lilypond.map): Add PFAEmmentaler,
12631         PFAAybabtu-Regular.  Fixes feta font in PDFs.
12632         
12633         Notes for tetex-3.0 make web:
12634            psclean.map: s/uhv8a/uhvr8a/
12635            config.ps add:
12636                 p +psfonts_t1.map
12637                 p +psclean.map
12638                 p +typeface.map
12639
12640 2005-04-06  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12641
12642         * scm/music-functions.scm (music-pretty-string): fix bug with
12643         string argument.
12644
12645 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
12646
12647         * stepmake/bin/add-html-footer.py (i18n): Bugfix.
12648
12649 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12650
12651         * scripts/lilypond-book.py (Lilypond_snippet.__init__): 
12652         only process options if they're there.
12653         (write_file_map): add version-seen? to snippet-map.ly
12654
12655 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
12656
12657         * scripts/lilypond-book.py (split_options): Bugfix.  Small code
12658         formatting cleanups.
12659
12660         * mf/GNUmakefile: Rewrite $addprefix, $addsuffix using % short-forms.
12661         Add PFAaybabtu.pfa dependency on aybabtu.subfonts.
12662
12663 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12664
12665         * scm/framework-ps.scm (ps-font-command): don't hash, just use
12666         name directly.
12667
12668         * lily/main.cc (setup_paths): either add mf/out to search path or 
12669         fonts/{otf,type1,etc}
12670         
12671         * lily/font-config.cc (init_fontconfig): either add mf/out to
12672         FontConfig or fonts/{otf,type1,etc}
12673
12674         * GNUmakefile.in: don't put mf/ link in share/ dir.
12675
12676         * lily/staff-spacing.cc: move same-direction-correction to
12677         note-spacing-interface
12678
12679         * scm/lily.scm (lilypond-main): use variable argument count for
12680         exception handler.
12681
12682         * lily/font-config.cc (init_fontconfig): add operator pacification
12683         message.
12684
12685         * mf/aybabtu.pe.in (i): generate PFAAybabtu.pfa
12686
12687         * buildscripts/gen-emmentaler-scripts.py (i): generate
12688         PFAEmmentaler as well.
12689
12690         * scm/framework-ps.scm (munge-lily-font-name): new function
12691         (write-preamble): hack: insert PFA equivalent of CFF into
12692         .PS. This makes LilyPond output printable on normal PS printers
12693         again.
12694
12695         * buildscripts/gen-emmentaler-scripts.py (i): generate
12696         PFAEmmentaler.pfa aswell.
12697
12698 2005-04-06  John Williams <williams@tni.com>  
12699         
12700         * scripts/lilypond-book.py: refactor the compose_ly procedure.
12701         
12702 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12703
12704         * scm/page-layout.scm (default-page-make-stencil): always combine
12705         the header stencil, even if empty. This prevents the body text to
12706         reach up to the margins.
12707
12708         * po/rw.po (Module): new file, for Kinyarwanda.
12709
12710         * input/test/spacing-optical.ly (Module): new file.
12711
12712         * lily/staff-spacing.cc: add same-direction-correction
12713
12714 2005-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
12715
12716         * Documentation/user/introduction.itely (Engraving): Comment-out
12717         non-existent file.
12718
12719 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12720
12721         * scm/define-grob-properties.scm (all-user-grob-properties): add
12722         same-direction-correction
12723
12724         * VERSION: release 2.5.18
12725
12726 2005-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
12727
12728         * lily/grob.cc (mark_smob): Check pscore->layout_ before
12729         dereferencing.  Fixes make web.
12730
12731         * lily/midi-stream.cc: Handle unwritable midi file.  Include
12732         errno.h.
12733
12734         * Documentation/user/: Fix links.
12735
12736 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12737
12738         * lily/text-interface.cc (Module): rename from text-item.cc
12739
12740         * input/regression/apply-output.ly (texidoc): function naming fix.
12741
12742         * lily/time-signature-performer.cc (derived_mark): new function.
12743
12744         * lily/lily-parser-scheme.cc:  print mapped file name for progress
12745
12746         * scripts/lilypond-book.py (find_linestarts): new function.
12747         (find_toplevel_snippets): keep track of line numbers.
12748
12749         * lily/key-performer.cc (try_music): remove FIXME warning, gobble
12750         all key changes.
12751
12752         * ly/declarations-init.ly (partCombineListener): use
12753         ignoreBarChecks. Fixes: warn-partcombine-barcheck.ly
12754
12755         * lily/bar-check-iterator.cc (process): ignoreBarChecks property.
12756
12757 2005-04-04  Jan Nieuwenhuizen  <janneke@gnu.org>
12758
12759         * lily/text-item.cc: Fix link.
12760
12761         * Documentation/user/changing-defaults.itely (Changing defaults):
12762         Fix programs reference links.
12763
12764         * Documentation/user/music-glossary.tely: Convert to utf-8.
12765
12766 2005-04-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12767
12768         * make/lilypond-vars.make: remove TEXMF from variables.
12769         remove DEB_BUILD pk font variables.
12770         remove GUILE_LOAD_PATH
12771         remove TeX memory vars.
12772
12773 2005-04-04  Werner Lemberg  <wl@gnu.org>
12774
12775         * lilypond/scm-option.cc (ly_option_usage): Add final newline.
12776
12777 2005-04-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12778
12779         * ps/lilyponddefs.ps: remove reencode-font
12780
12781         * lily/simple-spacer.cc (add_columns): also compare
12782         directly. Column rank doesn't distinguish between broken and
12783         unbroken columns. This fixes large spaces before time sig changes.
12784
12785         * Documentation/user/point-and-click.itely: document ly:set-option.
12786
12787         * lily/grob.cc (get_uncached_stencil): only set grob-cause if
12788         point_and_click_global is set.
12789
12790         * lily/scm-option.cc (LY_DEFINE): add point-and-click
12791         ly:set-option argument.
12792
12793 2005-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
12794
12795         * GNUmakefile.in: Include symlinks in webball.
12796
12797         * Documentation/user/GNUmakefile (source-links): Add symlinks to
12798         source dir for split and non-split manuals.
12799
12800         * Documentation/user/*y: Fix @uref/@inputfile links for
12801         split/non-split HTML documents.
12802
12803         * Documentation/user/GNUmakefile (local-WWW): Do not generate
12804         .ps.gz.
12805         
12806 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
12807
12808         * GNUmakefile.in: Add newline.
12809
12810 2005-04-01  Erlend Aasland  <erlenda@gmail.com>
12811
12812         * tex/lilyponddefs.tex: use color instead of xcolor
12813         * scm/output-tex.scm: minor editing
12814
12815 2005-04-02  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12816
12817         * scm/music-functions.scm (display-scheme-music): pretty printer
12818         for music expressions.
12819
12820 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
12821
12822         * buildscripts/install-info-html.sh (index_file): Fix link.
12823
12824 2005-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
12825
12826         * input/test/dynamic-extra.ly (piuf): Use utf-8 iso TeX accent.
12827
12828         * Documentation/index.html.in: Add size estimates with some big pages.
12829
12830         * Documentation/user/tutorial.itely (Running LilyPond for the
12831         first time): Add/replace some @rglos links.  TODO: add more
12832         @rglos links in tutorial, test non-intrusiveness (.css).
12833
12834         * stepmake/bin/add-html-footer.py (do_file): Remove info's
12835         annoying's indication of referencing external document.
12836
12837         * Documentation/user/GNUmakefile: Split version of glossary too.
12838         * Documentation/user/macros.itexi (@rglos): Have makeinfo produce
12839         links, not only for html.
12840
12841         * Documentation/user/introduction.itely: Fix some links for other
12842         than html, do not use `here' as link name.
12843
12844 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
12845
12846         * scm/documentation-generate.scm (string-append): Fix @usermanref,
12847         @glossaryref.
12848
12849 2005-03-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12850
12851         * scm/page-layout.scm (default-page-make-stencil): only add header
12852         if existing and not empty. Fixes spurious programming error.
12853
12854         * lily/span-bar.cc (print): don't make rounded edges for spanbars.
12855
12856 2005-03-31  Erlend Aasland  <erlenda@gmail.com>
12857
12858         * scm/output-tex.scm: implement {re,}setcolor
12859         * tex/lilyponddefs.tex: use color package
12860
12861 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
12862
12863         * GNUmakefile.in (local-WWW-post): Restore .htaccess and .html
12864         additions to website.
12865
12866         * Documentation/user/lilypond.tely: Remove reference to ps.gz.
12867
12868         * Documentation/user/macros.itexi: Fix @usermanref html links in
12869         split documents: use @inforef.
12870
12871 2005-03-30  Graham Percival  <gperlist@shaw.ca>
12872
12873         * Documentation/user/programming-interface.itely: minor fix.
12874
12875         * Documentation/user/advanced-notation.itely: added info to
12876         Metronome markings.
12877
12878 2005-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
12879
12880         * scm/output-lib.scm (make-stencil-boxer): Junk code duplication,
12881         use box-stencil.  Remove y-padding argument.
12882         (make-stencil-circler): New function.
12883
12884         * buildscripts/lilypond-words.py (F): 
12885         * elisp/SConscript (a): 
12886         * elisp/GNUmakefile (LILYPOND_WORDS_DEPENDS):
12887         * vim/SConscript (a): 
12888         * vim/GNUmakefile (LILYPOND_WORDS_DEPENDS): Update.
12889
12890         * lily/general-scheme.cc: Build fix.
12891
12892         * scm/markup.scm:
12893         * input/regression/markup-scheme.ly: 
12894         * input/regression/markup-syntax.ly: Drop 'new-' from name.
12895
12896         * scm/stencil.scm (make-circle-stencil): New function.
12897
12898         * scm/define-markup-commands.scm (draw-circle): Use it.  New
12899         name (was cicle).  Update callers.
12900         (circle): New markup command, similar to box.
12901
12902         * scm/stencil.scm (circle-stencil): New function.
12903
12904 2005-03-29  David Jedlinsky  <lilypond@ipnh.com>
12905
12906         * configure.in: Detect libutf8/wchar.h variant.
12907
12908         * stepmake/aclocal.m4: Modify shared size test.
12909
12910 2005-03-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12911
12912         * make/lilypond.fedora.spec.in (Group): remove texmf profile stuff.
12913
12914 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12915
12916         * scripts/convert-ly.py (conv): add stencil-aligned-to! rule.
12917         
12918         * VERSION (PACKAGE_NAME):  release 2.5.17
12919
12920 2005-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
12921
12922         * scm/backend-library.scm (postscript->png): Fix comment and png
12923         message.
12924
12925         * GNUmakefile.in (link-tree): Fix locales.
12926
12927 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12928
12929         * lily/stencil-scheme.cc (LY_DEFINE): change to
12930         ly:stencil-aligned-to, non mutating.
12931
12932         * scm/safe-lily.scm (lambda): remove ly:stencil-set-extent!
12933
12934         * lily/stencil-scheme.cc: remove ly:stencil-set-extent!
12935
12936         * lily/quote-iterator.cc (derived_mark): call
12937         Music_wrapper_iterator::derived_mark() too.
12938
12939         * lily/grace-engraver.cc (derived_mark): change signature, add
12940         const.
12941
12942 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12943
12944         * SConstruct (symlink): 
12945         * GNUmakefile.in (link-tree): Add scripts to prefix.
12946
12947         * lily/general-scheme.cc (ly:effective-prefix): New function.
12948
12949         * scm/backend-library.scm (postscript->png): Use it.
12950
12951 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12952
12953         * lily/paper-score.cc (process): don't delete grobs after
12954         producing stencils. 
12955
12956         * scm/part-combiner.scm (determine-split-list): switch off
12957         debugging info.
12958
12959         * scm/backend-library.scm (postscript->png): explicitly use ps2png.py
12960         if available.
12961
12962         * scm/define-context-properties.scm
12963         (all-user-translation-properties): add stringNumberOrientations.
12964
12965         * lily/new-fingering-engraver.cc (position_scripts): make generic,
12966         so fingering and string-numbers are separately controlled.
12967
12968 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12969
12970         * stepmake/aclocal.m4: Fix shared size test: add missing comma, do
12971         not use debugging.
12972
12973 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12974
12975         * GNUmakefile.in (local-WWW-post): remove UTF8 .htaccess.
12976
12977         * config.hh.in: add HAVE_FONTCONFIG.
12978
12979         * Documentation/user/instrument-notation.itely (String number
12980         indications): new node.
12981
12982         * input/regression/new-markup-syntax.ly (texidoc): add circle.
12983
12984         * lily/new-fingering-engraver.cc (add_string): new function. 
12985         (acknowledge_grob): accept string-number-event as well.
12986
12987         * scm/define-markup-commands.scm (circle): new markup command.
12988
12989         * scm/output-lib.scm (print-circled-text-callback): new function.
12990
12991         * lily/GNUmakefile: move ifeq after include stepmake.make.
12992
12993 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12994
12995         * config.make.in (HAVE_LIBKPATHSEA_SO):
12996         * stepmake/aclocal.m4: Also subst HAVE_LIBKPATHSEA_SO.
12997
12998         * lily/GNUmakefile (MODULE_LDFLAGS): Only if not HAVE_KPATHSEA_SO,
12999         add KPATHSEA_LIBS.
13000
13001         * debian/watch: 
13002         * debian/control: Update.
13003
13004 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13005
13006         * input/test/title-markup.ly (spaceTest): remove.
13007
13008         * input/test/embedded-tex.ly (Module): remove.
13009
13010         * input/test/music-box.ly: use 'name property, not ly:music-name.
13011
13012         * lily/GNUmakefile (MODULE_LDFLAGS): add KPATHSEA_LIBS.
13013
13014         * stepmake/aclocal.m4: STEPMAKE_FONTCONFIG: add.
13015
13016 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
13017
13018         * Documentation/topdocs/INSTALL.texi (Top): Remove information
13019         about xdeltas.  Add information about CVS.
13020
13021         * scm/lily.scm (lilypond-main): Fix invocation of handler,
13022         gracefully handle failed files.
13023
13024         * lily/GNUmakefile (MODULE_LDFLAGS): Remove KPATHSEA_LIBS.
13025
13026         * Documentation/topdocs/INSTALL.texi (Top): Whitespace and other
13027         small fixes.
13028
13029         * scm/framework-tex.scm (convert-to-ps): Proper option spacing.
13030         No unnecessarily specific i18n messages.  Remove stray `1'.
13031
13032 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13033
13034         * buildscripts/lys-to-tely.py (strip_extension): add utf-8
13035         documentencoding
13036
13037         * scm/documentation-lib.scm (texi-file-head): set utf-8
13038         documentencoding.
13039
13040         * ly/chord-modifiers-init.ly (whiteTriangleMarkup): use the greek
13041         Delta, not the Symbol one. 
13042
13043         * mf/GNUmakefile ($(outdir)/lilypond.map): add -Regular to Aybabtu
13044         for the .map file.
13045
13046         * Documentation/topdocs/INSTALL.texi (Top): add running
13047         requirement as compilation requirement.
13048
13049 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13050
13051         * buildscripts/mutopia-index.py (headertext): add h1 header and
13052         utf-8 charset meta field.
13053
13054         * input/GNUmakefile: prune example list.
13055
13056         * scm/framework-tex.scm (convert-to-ps): add -ofoo.ps to dvips
13057         options.
13058
13059         * lily/slur-scoring.cc (get_base_attachments): only look at stem
13060         extent for visible stems.
13061
13062         * lily/grob.cc (mark_smob): mark \layout block from Grob::mark_smob().
13063
13064 2005-03-27  Jan Nieuwenhuizen  <janneke@gnu.org>
13065
13066         * Documentation/topdocs/INSTALL.texi (Top): Updates.
13067
13068         * scripts/convert-ly.py: Python 2.2 compatibility (thanks Mats).
13069
13070 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13071
13072         * lily/slur-scoring.cc (get_base_attachments): robustness. Don't
13073         pass inf/nan into slur scoring.
13074
13075         * ly/titling-init.ly (oddHeaderMarkup): don't show page no. on 1st
13076         page.
13077
13078         * scripts/abc2ly.py (dump_voices): use alphabet().
13079
13080 2005-03-27  Jeff Smith <whydoubt@yahoo.com>
13081         
13082         * mf/GNUmakefile (depth): use $(FONTFORGE). 
13083
13084 2005-03-27 Matthias Neeracher <neeracher@mac.com>
13085         
13086         * flower/include/virtual-methods.hh: simplify. Patch by
13087
13088 2005-03-25  John Williams <williams@tni.com>  
13089
13090         * scripts/lilypond-book.py (main): add png for HTML too, guess
13091         only if necessary. 
13092
13093 2005-03-25  Graham Percival  <gperlist@shaw.ca>
13094
13095         * Documentation/topdocs/INSTALL.texi: now recommends
13096         lexer-gcc-3.1.sh for gcc 3.1.1 or higher.
13097
13098         * Documentation/user/basic-notation.itely,
13099         Documentation/user/tutoria.itely: warn about
13100         only one (phrasing) slur at once.
13101
13102 2005-03-24  Pedro Kroger  <kroeger@pedrokroeger.net>
13103
13104         * ly/music-functions-init.ly (removeWithTag): fixed to return "music".
13105
13106 2005-03-23  Graham Percival  <gperlist@shaw.ca>
13107
13108         * Documentation/user/basic-notation.itely: fixed info about
13109         ending a (de)cresc.
13110
13111         * Documentation/user/lilypond-book.itely: fixed
13112         lilypond-book filter example and warned about not doing
13113         --filter and --process at the same time.
13114
13115 2005-03-23  Mats Bengtsson  <mabe@s3.kth.se>
13116
13117         * lily/parser.yy (bass_number),
13118         Documentation/user/instrument-notation.itely (Figured bass): 
13119         Add the possibility to use text markup in figured bass. 
13120
13121 2005-03-19  Graham Percival  <gperlist@shaw.ca>
13122
13123         * Documentation/user/global.itely: added info about naming
13124         identifiers and breakbefore.
13125
13126         * Documentation/user/invoking.itely: added info about batch
13127         processing files with convert-ly, removed references to TeX
13128         in the jail section.
13129
13130         * Documentation/user/examples.itely: possibly fixed piano
13131         dynamics.
13132
13133         * Documentation/user/advanced-notation.itely: added info
13134         about removing other types of Staff.
13135
13136         * Documentation/user/instrument-notation.itely: possibly
13137         fixed piano staff line switch.
13138
13139         * Documentation/user/changing-defaults.itely: added info
13140         about using normal font in titles.
13141
13142 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13143
13144         * VERSION (PATCH_LEVEL): release 2.5.16
13145
13146         * make/ly-vars.make (DVIPS_FLAGS): include lilypond.map path
13147         explicitly.
13148
13149 2005-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
13150
13151         * scm/framework-tex.scm (convert-to-dvi): Barf if NAME contains
13152         whitespace.
13153
13154         * python/lilylib.py (make_ps_images):
13155         * scm/backend-library.scm (postscript->pdf, postscript->png):
13156         Quote file name.  Use format rather than string-append juggling.
13157
13158 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13159
13160         * python/lilylib.py (make_ps_images): add x to -g argument. 
13161
13162         * lily/key-performer.cc (create_audio_elements): don't use
13163         scm_eval_string. Check for minor 3rd directly.
13164   
13165         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
13166         (sarabandeCelloGlobal): key is D minor, not F major.
13167
13168 2005-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
13169
13170         Fix truncated --png output (Peter Danenberg).
13171         
13172         * python/lilylib.py (make_ps_images):
13173         * scripts/ps2png.py (copyright): Grok --papersize option.
13174
13175         * scm/backend-library.scm (postscript->png): Add parameter
13176         PAPERSIZE.  Update callers.
13177
13178         * scm/output-gnome.scm (music-font?): Bugfix: use "Emmentaler".
13179         Fixes symbol placement.
13180
13181         * lily/spanner.cc: 
13182         * lily/stencil.cc: Use "libc-extension.hh" (WAS:
13183         <libc-extension.hh>).
13184
13185 2005-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
13186
13187         * Nitpick run.
13188
13189         * buildscripts/fixcc.py: Update.
13190
13191         Builddir run fixes.
13192
13193         * HACKING (datadir): Add VERSION.
13194
13195         * GNUmakefile.in (linktree): Bugfix: outconfdirs are one dir
13196         higher up.
13197
13198 2005-03-15  Werner Lemberg  <wl@gnu.org>
13199
13200         * mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the
13201         diagonal stem doesn't become thinner.
13202
13203 2005-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
13204
13205         * buildscripts/fixcc.py: Fixes (Werner).
13206
13207 2005-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13208
13209         * mf/GNUmakefile ($(outdir)/lilypond.map): capitalize
13210         Emmentaler/Aybabtu.
13211
13212         * GNUmakefile.in: fix lilypond-words path.
13213
13214         * po/tr.po: update to 2.3.21
13215
13216         * lily/new-fingering-engraver.cc (position_scripts): take priority
13217         from head position.
13218
13219         * input/regression/finger-chords-order.ly (texidoc): new file.
13220
13221 2005-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
13222
13223         * make/ly-rules.make: 
13224         * stepmake/aclocal.m4: 
13225         * Documentation/user/GNUmakefile: Remove old makeinfo compatibility.
13226
13227         * buildscripts/fixcc.py (rules): Leave space after operator.
13228
13229 2005-03-14  Werner Lemberg  <wl@gnu.org>
13230
13231         * mf/feta-klef.mf (draw_gclef): Replace `simple_serif' for
13232         top of the glyph with smooth curve.
13233
13234 2005-03-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13235
13236         * Documentation/user/global.itely (Page layout): remove
13237         printpagenumber.
13238
13239 2005-03-13  Jürgen Reuter  <reuter@ipd.uka.de>
13240
13241         * input/regression/mensural-ligatures.ly: new file (with examples
13242         compiled by Pal Benko).
13243
13244         * Documentation/user/instrument-notation.itely: Bugfix: yet some
13245         other "custodes.*-u0" -> "custodes.*.u0" renaming victims in
13246         musicglyph access.  Many small beautifications in ancient
13247         examples.
13248
13249         * input/test/divisiones.ly: fixed indentation; small
13250         beautifications
13251
13252         * ly/engraver-init.ly: added FIXME comment
13253
13254         * scripts/lilypond-book.py,
13255         Documentation/user/lilypond-book.itely: added music fragment
13256         option "packed" to lilypond-book
13257
13258         * Documentation/user/instrument-notation.itely: Bugfix: added
13259         missing LedgerLineSpanner color setting in several places.  Added
13260         music fragment option "packed" to VaticanaContext example.
13261
13262 2005-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13263
13264         * scm/define-grobs.scm (all-grob-descriptions): switch off
13265         Hyphen_spanner::set_spacing_rods 
13266
13267         * lily/lyric-hyphen.cc (print): add padding between syllable and
13268         hyphen.
13269         (print): shorten hyphen in tight situations (determine using
13270         minimum-length)
13271
13272         * scm/paper.scm (layout-set-staff-size): increase blotdiameter to
13273         0.4pt.
13274
13275 2005-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
13276
13277         * ly/titling-init.ly (bookTitleMarkup): Refinements.
13278
13279         * input/regression/page-breaks.ly (paper): Set not raggedlastbottom,
13280         header/footer markings for regression-test.
13281
13282         * scm/backend-library.scm (output-scopes, header-to-file): Move
13283         from framework-tex.scm.
13284
13285         * scm/framework-ps.scm (output-framework)
13286         (output-preview-framework):
13287         * scm/framework-eps.scm (output-classic-framework)
13288         (output-framework): Use it.  Fixes collated files.
13289
13290 2005-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
13291
13292         * input/sakura-sakura.ly: 
13293         * input/xiao-haizi-guai-guai.ly: Add from Debian package (Anthony).
13294
13295         * buildscripts/guile-gnome.sh: Update.
13296
13297         * mf/GNUmakefile (aybabtu.otf): Add dependency on .pe.
13298
13299         * mf/aybabtu.pe.in: Capitalize Aybabtu.
13300
13301 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13302
13303         * lily/separating-group-spanner.cc (find_rods): oops. Fix the real
13304         culprit: always exit the loop if we find a rod, even if it has
13305         distance < 0. 
13306
13307         * lily/ledger-line-spanner.cc (set_spacing_rods): rewrite to O(n)
13308         algorithm.
13309
13310         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
13311         $(outdir)/%.svg $(outdir)/%.pfa): add --simplify.
13312
13313         * scm/output-svg.scm (dashed-line): new  function body.
13314         
13315         * GNUmakefile.in: create .htaccess.
13316
13317 2005-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13318
13319         * Documentation/topdocs/NEWS.tely (Top): Fix text example.
13320
13321 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13322
13323         * VERSION (PACKAGE_NAME): release 2.5.15
13324
13325         * scm/output-{pdf,pdftex,sketch}.scm (Module): remove bitrotted files.
13326
13327         * scm/framework-svg.scm (output-framework): put scaling in
13328         document header. Apply scaling only once.
13329         (output-framework): dump page size in px, not mm. 
13330
13331         * scm/lily-library.scm (modified-font-metric-font-scaling): rename
13332         from font-size.
13333
13334         * lily/paper-outputter-scheme.cc (LY_DEFINE):
13335         ly:outputter-output-scheme, new function.
13336
13337         * scm/output-svg.scm (pango-description-to-svg-font): new function
13338
13339 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13340
13341         * Documentation/user/GNUmakefile (deep-symlinks): remove outimages
13342         target.
13343
13344         * input/typography-demo.ly: new file.
13345
13346 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
13347
13348         * Documentation/user/global.itely (File structure): Add markup blocks
13349         to toplevel expressions.
13350         (Multiple movements, Creating titles): Add markup blocks.
13351
13352         * lily/stencil-scheme.cc: Use "libc-extension.hh" (WAS:
13353         <libc-extension.hh>).
13354
13355         * lily/accidental.cc (accurate_boxes): Compile fix: 1.51 was broken.
13356
13357         * flower
13358         * lily
13359         * kpath-guile: Nitpick run: buildscripts/fixcc.py.
13360
13361 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13362
13363         * lily/accidental.cc: special bboxes for natural. 
13364
13365         * mf/feta-toevallig.mf: make stems heavier.
13366
13367         * lily/dynamic-text-spanner.cc (print): add bound padding for edge
13368         texts as well.
13369
13370         * mf/feta-klef.mf: revise. 
13371
13372         * mf/feta-schrift.mf: make thinning of accent less pronounced.
13373
13374         * mf/feta-klef.mf: add rounded curve at top. 
13375         make thinnib a little heavier.
13376
13377 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
13378
13379         * lily/parser.yy (book_body): Oops, allow \markup in \book too.
13380
13381         * buildscripts/fixcc.py: New file.
13382
13383         * input/regression/utf8.ly: Update Debian font description.
13384
13385 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
13386
13387         * stepmake/aclocal.m4: Fix test.
13388
13389 2005-03-09  Graham Percival  <gperlist@shaw.ca>
13390
13391         * Documentation/user/invoking.itely: added Sebastino Vigna's
13392         docs for the --jail option.
13393
13394 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13395
13396         * lily/stem.cc (print): only produce stemlets if there are no
13397         noteheads on this stem.
13398
13399         * lily/note-spacing.cc (stem_dir_correction): robustness fix:
13400         don't crash on stemlet (visible stem without heads).
13401
13402         * scm/define-grobs.scm (all-grob-descriptions): junk LeftEdge for
13403         unbroken situations. 
13404
13405         * scm/output-lib.scm (center-invisible): new function.
13406
13407         * lily/spacing-loose-columns.cc (set_loose_columns): use spacing
13408         wishes to determine loose column space.
13409
13410         * lily/font-config.cc (init_fontconfig): add
13411         fonts/{otf,type1,cff}  to path.
13412
13413         * lily/main.cc (setup_paths): add fonts/{otf,svg,tfm,cff} to path
13414
13415         * mf/GNUmakefile (Module): install all fonts under otf/
13416
13417         * scm/framework-ps.scm (Module): read fonts from fonts/extension,
13418         replace /fonts/otf/ by /ps/ 
13419
13420         
13421 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
13422
13423         * lily/paper-book.cc (classic_output): Reinstate header_0_ hack.
13424
13425         * lily/book.cc (process): Oops, add score_.header_.
13426
13427         * lily/paper-book.cc: Fold hearders, score and texts into scores_.
13428
13429         * lily/parser.yy: Handle toplevel and book texts as score.
13430
13431         * scm/page-layout.scm (default-page-make-stencil):
13432         Bugfix: (page-properties rename.
13433
13434         * scm/backend-library.scm (ly:system): Typo.
13435
13436 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13437
13438         * stepmake/stepmake/executable-targets.make (installexe): don't
13439         strip installed executables
13440
13441         * lily/font-select.cc (get_font_by_design_size): revert
13442         pango_description_string as well.
13443
13444         * lily/system.cc (set_loose_columns): put loose column just left
13445         of next column.
13446
13447         * lily/include/group-interface.hh (extract_grob_array): rename
13448         from Pointer_group_interface__extract_grobs
13449
13450         * input/regression/ledger-line-minimum.ly (texidoc): new file.
13451
13452         * lily/ledger-line-spanner.cc (set_spacing_rods): new
13453         function. Keep ledgered note heads at a minimum distance.
13454         Introduce minimum-length-fraction
13455         (print): introduce length-fraction property.
13456
13457 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13458
13459         * tex/GNUmakefile: remove latin1.enc rules.
13460
13461 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
13462
13463         * scm/titling.scm: Typo.
13464
13465         * input/regression/score-text.ly: Really add.
13466
13467         * lily/score.cc: Bugfixes for SCM header_ and texts_ members.
13468
13469 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13470
13471         * lily/open-type-font-scheme.cc:  new file.
13472
13473 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
13474
13475         * scm/titling.scm (layout-extract-page-properties): Rename from
13476         page-properties.  Update callers.
13477
13478         * lily/lexer.ll (Lily_lexer):
13479         * lily/parser.yy: Junk lyric_markup state.
13480
13481         * Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
13482
13483         * scripts/lilypond-book.py (PREAMBLE_LY): toplevel-music-handler:
13484         Add texts parameter.
13485
13486 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
13487
13488         * lily/lexer.ll (lyric_markup): New mode.
13489         (Lily_lexer::push_lyric_markup_state): New method.
13490         (MARKUPCOMMAND): Markup during lyric mode returns LYRIC_MARKUP.
13491
13492         * lily/parser.yy (book_body):
13493         (toplevel_expression): Grok \markup texts.
13494
13495         * lily/score-scheme.cc (ly:music-scorify): 
13496         * scm/lily-library.scm (collect-music-for-book): Take texts
13497         parameter.
13498
13499         * lily/score.cc (texts_): New member.
13500
13501         * lily/paper-book.cc (systems): Format score texts.
13502
13503         * score-text.ly: New file.
13504
13505         * ttftool/SConscript:
13506         * kpath-guile/SConscript: New file.
13507
13508         * lily/SConscript:
13509         * SConstruct: Update.
13510
13511 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13512
13513         * VERSION (PACKAGE_NAME): release 2.5.14
13514
13515 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
13516
13517         * lily/main.cc: Add dummy xgettext markers.
13518
13519 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13520
13521         * make/lilypond.fedora.spec.in (Requires): scrap kpathsea/tex
13522         requirements
13523
13524         * stepmake/aclocal.m4: check dynamic link, by checking if kpathsea
13525         executable is < 40k
13526
13527         * lily/main.cc (setup_paths): remove tfm1 tfm2 tfm3 include path
13528         hack.
13529
13530 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
13531
13532         * flower/libc-extension.cc:
13533         * flower/include/libc-extension.hh: [Open]BSD simply cast
13534         cookie/funopen declarations.
13535
13536         * stepmake/aclocal.m4: Check for libkpathsea.so.
13537
13538         * kpath-guile/kpath.c (ly_kpathsea_expand_variable): Use
13539         dl_kpse_find_file.
13540
13541 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13542
13543         * kpath-guile/kpath.c (open_library): dlopen libkpathsea.so
13544         (open_library): alternative for static library.
13545
13546 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
13547
13548         * configure.in: Set TTFTOOL_ENDIAN iso global CFLAGS.
13549
13550         * ttftool/GNUmakefile (MODULE_CFLAGS): Add $(TTFTOOL_ENDIAN).
13551
13552         Drop run-time dependency on teTeX.
13553
13554         * lily/kpath.cc (initialize_kpathsea): dlopen libkpathsea.
13555
13556         * stepmake/aclocal.m4 (STEPMAKE_KPATHSEA): Do not include
13557         KPATHSEA_LIBS in LIBS.
13558         (STEPMAKE_DLOPEN): New function.
13559
13560         * lily/font-config.cc (init_fontconfig): Use dir for directory,
13561         not path.
13562
13563         * flower/file-path.cc (directories): Rename from paths, as this
13564         return an array of directories (a single path).
13565
13566 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13567
13568         * lily/GNUmakefile (MODULE_LIBS): link with kpath-guile
13569
13570         * lily/all-font-metrics.cc (kpathsea_find_file): wrapper around
13571         new ly:kpathsea-find-file
13572
13573         * kpath-guile/kpath.c: new file. Put kpath bindings in lib.
13574
13575         * kpath-guile/GNUmakefile: new file
13576
13577         * buildscripts/gen-emmentaler-scripts.py (i): generate
13578         emmentaler-X.fontname as well.
13579
13580         * buildscripts/ps-embed-cff.py: new script
13581
13582         * scm/lily-library.scm: remove ps-embed-cff.
13583
13584         * scm/framework-ps.scm (write-preamble): don't use kpathsea for
13585         font loading. 
13586
13587         * scm/font.scm (add-music-fonts): load dynamics/numbers through
13588         fontconfig as well.
13589
13590         * lily/font-config.cc (init_fontconfig): add cff/ too.
13591
13592         * ly/generate-embedded-cff.ly: capitalize.
13593
13594         * lily/pango-select.cc (select_pango_font): use ::find_pango_font,
13595         so as to register the pango font.
13596
13597         * lily/font-config.cc (init_fontconfig): add
13598         prefix/{otf,type1,mf/out} to fontconfig path.
13599
13600         * lily/main.cc: only look at one prefix directory, LILYPONDPREFIX
13601         overrides all. 
13602
13603         * configure.in (gui_b): remove ec mftrace check
13604
13605         * config.hh.in: use lilypond-Major.Minor as data directory.
13606
13607         * scm/framework-ps.scm (dump-page): use output-units for landscape.
13608
13609         * buildscripts/gen-emmentaler-scripts.py (i): lower case file
13610         name.
13611
13612 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
13613
13614         * lily/main.cc (do_chroot_jail): Small cleanups.  Avoid constant
13615         error messages.
13616
13617         * flower/libc-extension.cc:
13618         * flower/include/libc-extension.hh: [Open]BSD fixes for
13619         cookie/funopen declarations.
13620
13621 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13622
13623         * buildscripts/gen-emmentaler-scripts.py (outdir): capitalize
13624         emmentaler.
13625
13626         * lily/score-engraver.cc (initialize): remove check for ecrm10 /
13627         lcrm10.
13628
13629         * scm/define-markup-commands.scm (fontsize): new markup
13630         command. Also set baseline-skip
13631
13632 2005-03-06 Sebastiano Vigna <vigna@dsi.unimi.it>.
13633         
13634         * lily/main.cc (do_chroot_jail): paranoia security for webserver
13635         use.
13636
13637 2005-03-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13638
13639         * stepmake/bin/add-html-footer.py (do_file): make wiki link optional.
13640
13641         * lily/pdf.cc: remove PDF related files
13642
13643 2005-03-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13644
13645         * ly/deutsch.ly: add quarter tones, patch by Arno Waschk.
13646         <hamamatsu@gmx.de>
13647
13648 2005-03-05  Graham Percival  <gperlist@shaw.ca>
13649
13650         * Documentation/user/advanced-notation.itely: first draft
13651         of reorg done.
13652
13653         * Documentation/user/global.itely: fixed (sub)section
13654         bits of MIDI.
13655
13656 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
13657
13658         * cygwin/mknetrel (extras): Bufix (Bertalan).
13659
13660         * Documentation/user/basic-notation.itely (Chords): @ref fix.
13661         * Documentation/user/instrument-notation.itely (Introducing chord
13662         names): Compile fix: must have unique name.
13663
13664 2005-03-02  Graham Percival  <gperlist@shaw.ca>
13665
13666         * Documentation/user/instrument-notation.itely: reorg.
13667
13668 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
13669
13670         * scm/output-gnome.scm:
13671         * scm/output-svg.scm: Fix font scaling.
13672
13673 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
13674
13675         * ly/titling-init.ly (tagline): Use Engraving.  Add comment about
13676         what link to use best.
13677
13678         * Documentation/user/instrument-notation.itely (Ancient accidentals): 
13679         * Documentation/user/tutorial.itely (Automatic and manual beams):
13680         Fix @ref.
13681
13682         * lily/tweak-registration.cc (replace_grob_tweak): New function.
13683         * lily/tweak-registration-scheme.cc (LY_DEFINE): Wrap it.
13684         * scm/framework-gnome.scm (tweak): Use it.
13685
13686 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13687
13688         * Documentation/topdocs/NEWS.tely (Top): elucidate GS problem.
13689
13690         * scm/output-ps.scm (white-text): reinstate white-text
13691
13692 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
13693
13694         * scm/output-ps.scm (offset-add): Remove.
13695
13696         * scm/lily-library.scm (offset-flip-y): New function.
13697         * scm/framework-gnome.scm (tweak): Use it.
13698
13699         * scm/output-gnome.scm (grob-cause): Add parameter.
13700
13701         * scm/lily.scm (ly:all-stencil-expressions): Add url-link.
13702         * scm/output-ps.scm (url-link): Move.
13703         (white-text): Warn user about brokenness.
13704
13705         * Documentation/topdocs/NEWS.tely: Be more accurate and respectful
13706         wrt ghostscript.
13707
13708 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13709
13710         * lily/slash-repeat-engraver.cc (try_music): always make slashes
13711         if body length smaller than measure length.
13712
13713         * scm/define-markup-commands.scm (with-url): oops. use Y extent
13714         for Y.
13715
13716         * ly/titling-init.ly (tagline): put default tagline in \paper
13717
13718 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
13719
13720         * lily/kpath.cc: 
13721         * lily/pdf.cc (Pdf_file): Use more generic error messages.
13722
13723         * scm/lily-library.scm (version-not-seen-message): New function.
13724         * ly/init.ly: Use it.
13725
13726         * scm/page-layout.scm (ly:optimal-page-breaks): Display page
13727         breaks as progess.
13728
13729         * scripts/lilypond-book.py (do_process_cmd): Do not lump
13730         whitespace with l10n message.
13731
13732         * scm/framework-tex.scm (convert-to-ps):
13733         (convert-to-dvi): Do not use overly specific l10n messages.
13734
13735         * ly/titling-init.ly (bookTitleMarkup): Add baseline skips from 2.4.
13736
13737         * tex/GNUmakefile $(outdir)/latin1.enc: Build fix:
13738         merge stderr with stdout.  
13739
13740 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
13741
13742         * flower/libc-extension.cc: Tested BSD compile fix (Matthias
13743         Neeracher).
13744
13745 2005-02-29  Graham Percival  <gperlist@shaw.ca>
13746
13747         * Documentation/user/instrument-notation.teily: moved
13748         \arpeggio to Basic.
13749
13750         * Documentation/user/advanced-notation.itely: Articulation to
13751         Basic, a bunch of stuff from Basic moved to Advanced.
13752
13753         * Documentation/user/basic.itely: swapped various sections,
13754         reorganized Basic.
13755
13756 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
13757
13758         * flower/memory-stream.cc: 
13759         * flower/libc-extension.cc: Remove obsolete #undefs.
13760
13761         * flower/include/libc-extension.hh: Bugfix for BSD, place #ifdef
13762         more carefully.
13763
13764 2005-02-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13765
13766         * make/lilypond.fedora.spec.in (Requires): add GS 8.15 as
13767         dependency.
13768
13769         * VERSION (PACKAGE_NAME): release 2.5.13
13770
13771         * GNUmakefile.in (web-ext): don't ship ps.gz
13772
13773         * tex/GNUmakefile ($(outdir)/latin1.enc): redirect stderr to
13774         stdout
13775
13776 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
13777
13778         * lily/general-scheme.cc (LY_DEFINE): Compile fix for systems
13779         without libintl.  Now it compiles too.
13780
13781 2005-02-28  Graham Percival  <gperlist@shaw.ca>
13782
13783         * Documentation/user/basic-notation.itely,
13784         instument-notation.itely, advanced-notation.itely:
13785         split up contents of notation.itely.
13786
13787         * Documentation/user/notation.itely: file removed.
13788
13789         * Documentation/user/invoking.itely, converters.itely:
13790         moved convert-ly info to invoking.itely.
13791
13792         * Documentation/user/global.itely, changing-defaults.itely,
13793         sound-output.itexi: moved global settings, file layout, and
13794         sound into global.itely.
13795
13796         * Documentation/user/sound-output.itexi: file removed.
13797
13798         * Documentation/user/lilypond.tely: removed links to
13799         notation.itely and sound.itely.
13800
13801 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13802
13803         * scm/output-ps.scm (grob-cause): only do mark_URI if non-empty.
13804
13805         * scm/framework-ps.scm (write-preamble): remove pdf-viewer code.
13806  
13807         * THANKS: add sponsor.
13808
13809         * scm/define-markup-commands.scm (with-url): new markup command.
13810
13811         * scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to
13812         tagline.
13813         
13814         * scm/output-tex.scm (url-link): stub.
13815
13816         * scm/output-ps.scm (url-link): new function.
13817
13818         * lily/lily-parser-scheme.cc (LY_DEFINE): deprecate
13819         ly:set-point-and-click
13820
13821 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
13822
13823         * ps/music-drawing-routines.ps (mark_file_line): Switch Action
13824         based on pdf-viewer setting.
13825
13826         * scm/framework-ps.scm (write-preamble): Find and set preferred
13827         pdf-viewer.
13828
13829 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13830
13831         * Documentation/user/point-and-click.itely: update for PDF point &
13832         click.
13833
13834         * scripts/lilypond-pdfpc-helper.py: new file. Invoke different
13835         editors based on EDITOR setting.
13836
13837 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
13838
13839         * scm/*: Oops, more grand 2005 replace bits.
13840
13841 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13842
13843         * ps/music-drawing-routines.ps: new routine: insert PDF mark
13844
13845         * scm/output-ps.scm (grob-cause): point & click support for
13846         PostScript
13847
13848 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13849
13850         * lily/input-scheme.cc (LY_DEFINE): rename to
13851         ly:input-file-line-column
13852
13853 2005-02-26  Graham Percival  <gperlist@shaw.ca>
13854
13855         * Documentation/user/examples.itely: small fix from Steve Doonan.
13856
13857         * Documentation/user/scheme-tutorial.itely: small fix from Steve Doonan.
13858
13859         * THANKS: added Yuval Harel.
13860
13861         * Documentation/user/{various}: inserted two spaces after a period.
13862
13863         * Documentation/user/lilypond.tely: added framework for reorg.
13864
13865         * Documentation/user/basic-notation.itely, instrument-notation.itely,
13866         advanced-notation.itely, global.itely: new files, placeholder for
13867         future reorg.
13868
13869 2005-02-26 Yuval Harel  <yuvalh@hotpop.com>
13870
13871         * Documentation/user/notation.itely: revamped Polyphony section
13872         
13873 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13874
13875         * Documentation/user/lilypond-book.itely (Music fragment options):
13876         doc fontload.
13877
13878         * Documentation/user/changing-defaults.itely (Text encoding): add
13879         fontload option to utf8 include
13880
13881         * scripts/lilypond-book.py (compose_ly): add fontload option
13882
13883         * scm/framework-eps.scm (dump-stencils-as-EPSes): add
13884         force-eps-font-include option.
13885
13886         * ly/chord-modifiers-init.ly (blackTriangleMarkup): reinstate
13887         black triangle
13888
13889         * Documentation/user/invoking.itely (Editor support): remove
13890         lilypond-latex section.
13891
13892         * scripts/lilypond-latex.py (Module): remove script.
13893
13894         * cygwin/lily-wins.py (stat): write to .lylog, so as not to
13895         overwrite .log. 
13896
13897         * lily/main.cc: remove -m, --no-layout
13898
13899         * flower/include/libc-extension.hh: add ALIAS_FILE_TO_FILECOOKIE
13900         to define. We don't want to override fprintf everywhere.
13901
13902 2005-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
13903
13904         * cygwin/lilypond.hint: 
13905         * cygwin/README.in: Update dependencies.
13906
13907         * stepmake/aclocal.m4 (STEPMAKE_PANGO, STEPMAKE_PANGO_FT2):
13908         Bugfix: do not pollute CPPFLAGS, LIBS.
13909
13910         * cygwin/mknetrel (extras): Cross compile fixes.
13911
13912         * ttftool/util.c: 
13913         * ttftool/ttfps.c: 
13914         * ttftool/ps.c: #include libc-extension.hh
13915
13916         * flower/include/libc-extension.hh:
13917         * flower/libc-extension.cc (fopencookie)[!HAVE_FOPENCOOKIE]: Add
13918         wrapper using funopen.
13919         (fopencookie, handle_cookie_io_fclose, handle_cookie_io_fprintf,
13920         handle_cookie_io_fprintf): Add wrappers catching Memory_out_stream.
13921
13922         * config.hh.in:
13923         * configure.in (AC_CHECK_FUNCS): Add fopencookie, funopen.
13924         (AC_CHECK_HEADERS): Add libio.h
13925
13926         * scripts/convert-ly.py: Uniformize, internationalize.
13927         (2.5.2): Remove fatal encoding rule.
13928         (2.5.13): Handle latin1 encoding gracefully.
13929
13930 2005-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
13931
13932         * HACKING: Fix line breaks.
13933
13934 2005-02-23  Werner Lemberg  <wl@gnu.org>
13935
13936         * mf/graycx.mf, mf/graylj.mf: Removed.  Any decent TeX distribution
13937         contains those two files.
13938
13939 2005-02-21  Werner Lemberg  <wl@gnu.org>
13940
13941         * mf/feta-nummer-code.mf ("Numeral 5"): Include intersection point
13942         to improve overlap removal process.
13943
13944         * mf/feta-slag.mf (draw_trillelement): Add parameter to control
13945         left and right ending.  This ensures better overlapping.
13946         Update all callers.
13947         ("lineprall"): Don't use draw_gridline to get better overlapping.
13948
13949 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13950
13951         * scm/lily-library.scm (ps-embed-cff): add \n after EndResource
13952
13953         * Documentation/topdocs/NEWS.tely (Top): oops.
13954
13955 2005-02-21  Pedro Kroger  <kroeger@pedrokroeger.net>
13956
13957         * HACKING: new file.
13958
13959         * input/regression/utf8.ly (portuguese): added a portuguese example
13960         to show latin1 accents.
13961
13962 2005-02-21  Pal Benko  <benkop@freestart.hu>
13963
13964         * lily/mensural-ligature-engraver.cc:
13965         * lily/mensural-ligature.cc:
13966         * lily/include/mensural-ligature.hh: new algorithm implemented
13967
13968         * scm/define-grob-properties.scm: join-left killed (add-join may
13969         be used); join-left-amount changed to join-right-amount
13970
13971 2005-02-21  Graham Percival  <gperlist@shaw.ca>
13972
13973         * Documentation/user/notation.itely: small but urgent fix.
13974
13975 2005-02-21  Jürgen Reuter  <reuter@ipd.uka.de>
13976
13977         * lily/duration-scheme.cc: bugfix: correct parameters to
13978         SCM_ASSERT_TYPE.
13979
13980         * THANKS: added Pal.
13981
13982         * Documentation/user/notation.itely: bugfix: unTeXified
13983         $\\backslash$.  Bugfix: yet another glyph renaming victim:
13984         "timesig.*x/y" -> "timesig.*xy".
13985
13986 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13987         
13988         * VERSION (PACKAGE_NAME): release 2.5.12
13989
13990 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13991
13992         * ly/engraver-init.ly: set tieWaitForNote to #t by default
13993
13994         * configure.in (gui_b): bump GUILE requirement to 1.6.5 
13995
13996         * Documentation/topdocs/NEWS.tely: add inputfileref macro.
13997
13998         * scm/framework-ps.scm (supplies-or-needs): uniq font name list.
13999
14000 2005-02-20  Jan Nieuwenhuizen  <janneke@gnu.org>
14001
14002         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: recode
14003         latin1..utf-8.
14004
14005         * input/regression/stanza-number.ly:
14006         * input/regression/utf8.ly (hebrew): Use addlyrics.  Update.
14007
14008         * lily/tie-engraver.cc (acknowledge_grob): Compile fix.
14009
14010 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14011
14012         * Documentation/topdocs/NEWS.tely (Top): only mention 2.5
14013         NEWS. Refer to website for older news.  
14014
14015         * stepmake/bin/add-html-footer.py (i18n): don't strip .PNG /
14016         .HTML. This should be done for specific servers only.
14017
14018         * Documentation/topdocs/NEWS.tely (Top): move to .tely. Add some
14019         .ly image examples.
14020
14021         * scm/define-grobs.scm (all-grob-descriptions): put ledger lines
14022         in layer 0 too.
14023
14024         * scm/define-context-properties.scm
14025         (all-user-translation-properties): add tieWaitForNote
14026
14027         * scm/define-grobs.scm (all-grob-descriptions): add
14028         Tie_column::before_line_breaking
14029
14030         * lily/tie.cc (get_column_rank): new function
14031
14032         * lily/tie-column.cc (before_line_breaking): new function.
14033         (werner_directions): take into account ties that start on
14034         different columns.  
14035
14036         * lily/score-engraver.cc (set_columns): move add_column() so we
14037         have column rank available.
14038
14039         * lily/tie.cc (get_column_rank): new function.
14040
14041         * input/regression/utf8.ly (japanese): add japanese lyrics.
14042
14043         * lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
14044
14045         * THANKS: add Steve D
14046
14047         * ttftool/*.c: add TTF -> Type42 conversion library. Based on
14048         Public Domain work by Juliusz Chroboczek <jch@pps.jussieu.fr>
14049
14050 2005-02-20  Tatsuya Ono  <tats_ono@infoseek.jp>
14051
14052         * mf/parmesan-heads.mf: "0harmonic" -> "s0harmonic"
14053         to show harmonic notes
14054         * scm/define-markup-commands.scm: in \markup-by-number
14055         "dots-dot" -> "dots.dot" to show dotted notes
14056
14057 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14058
14059         * flower/include/memory-stream.hh (class Memory_out_stream): new file.
14060
14061         * flower/memory-stream.cc (writer): new file.
14062
14063         * configure.in: add endian test.
14064
14065 2005-02-19  Jürgen Reuter  <reuter@ipd.uka.de>
14066
14067         * Documentation/user/examples.itely: small
14068         simplification/beautification
14069
14070         * Documentation/user/notation.ietly: bugfix: fixed many artefacts
14071         from the "x-y-z"->"x.y.z" renaming of glyphs throughout the whole
14072         notation manual.
14073
14074         * lily/mensural-ligature.cc: bugfix: another few victims of the
14075         "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
14076
14077         * ly/gregorian-init.ly: commit some experimental code for hi-level
14078         ligature input language lying around here for several months.
14079
14080         * lily/mensural-ligature-engraver.cc: bugfix: another victim of
14081         the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
14082
14083         * lily/vaticana-ligature-engraver.cc: bugfix: another few
14084         "x-y-z"->"x.y.s-z" fixes.
14085
14086 2005-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14087
14088         * scm/framework-pdf.scm (scm): new file
14089
14090         * lily/include/pdf.hh (class Pdf_file): new file.
14091
14092         * lily/pdf.cc (write_trailer): new file.
14093
14094 2005-02-18  Erlend Aasland  <erlenda@gmail.com>
14095
14096         * input/regression/color.ly: new file
14097
14098         * lily/stencil.cc (interpret_stencil_expression):
14099         when a color expression is encountered: save current color,
14100         process the rest of the expression, and restore previous color.
14101
14102         * lily/system.cc (get_line): check all grobs for color property and
14103         prepare the stencil scheme expressions for further processing.
14104         Fix layer-loop.
14105
14106         * scm/define-grob-properties.scm: introduce the color property.
14107
14108         * scm/output-lib.scm: color helper functions.
14109
14110         * scm/output-ps.scm: introduce setcolor/resetcolor.
14111
14112 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
14113
14114         * ly/*.ly, input/regression/*.ly: Added missing \version
14115         statements in some files.
14116
14117 2005-02-15  Graham Percival  <gperlist@shaw.ca>
14118
14119         * Documentation/user/notation.itely: minor editing.
14120
14121         * Documentation/user/converters.itely: updated convert-ly bugs.
14122
14123         * Documentation/user/lilypond-book.itely: add info about using
14124         feta characters in latex.
14125
14126 2005-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14127
14128         * scripts/convert-ly.py: new slur dash patch by Bertalan Fodor.
14129
14130 2005-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14131
14132         * scm/define-grob-properties.scm (all-user-grob-properties):
14133         removed 'dashed property.
14134
14135 2005-02-13  Nicolas Sceaux  <nicolas.sceaux@free.fr>
14136
14137         * scm/lily.scm (define-safe-public): new macro for defining
14138         variables that can be used in --safe mode. Use it in *.scm
14139         instead of manually setting safe-objects in safe-lily.scm.
14140
14141 2005-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14142         
14143         * lily/slur.cc: Slur-dash patch by Bertalan.
14144
14145         * ly/engraver-init.ly (EasyNotation): glyph name dash -> period.
14146
14147         * stepmake/bin/add-html-footer.py (do_file): do i18n only once. 
14148
14149 2005-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
14150
14151         * stepmake/aclocal.m4: teTeX-3.0 inimf fix.  Comment-out.
14152
14153 2005-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
14154
14155         * mf/GNUmakefile: teTeX-3.0 install fix.
14156
14157         * Cygwin patch from Bertalan.
14158
14159         * stepmake/stepmake/metafont-rules.make: Remove bashism.
14160
14161 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
14162
14163         * GNUmakefile.in: 
14164         * SConstruct (symlink): teTeX-3.0 build fix: add map symlink.
14165
14166         * tex/GNUmakefile: teTeX-3.0 fix: install .enc in fonts/enc.  Add
14167         2.0.x compatibility.
14168
14169 2005-02-08  Werner Lemberg  <wl@gnu.org>
14170
14171         * mf/feta-din-code.mf: Format; clean up code.
14172         Replace `---' with `--' plus explicit path directions.
14173         (linethickness#, stafflinethickness#): Remove.
14174         ("dynamic f"): Replace `draw' with `draw_rounded_block'.
14175         ("dynamic s"): Improve shape.
14176         ("dynamic p"): Improve shape.
14177         Replace `draw' with better outline approximation.
14178         ("dynamic r"): Improve shape.
14179         Don't call `fill' and `draw' at the same time.
14180
14181 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
14182
14183         * SConstruct (symlink):
14184         * GNUmakefile.in ($(builddir)/share/lilypond-force): teTeX-3.0
14185         build fix: add enc symlink.
14186
14187         * lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
14188
14189         Support for DESTDIR besides prefix=/foo
14190
14191         * vim/GNUmakefile (local-install): Use $(INSTALL) -d iso mkdir.
14192
14193         * stepmake/stepmake/*.make:
14194         * */GNUmakefile:
14195         * GNUmakefile.in: Prepend $(DESTDIR) to installation directory.
14196
14197         * config.make.in (prefix): Remove broken $(DESTDIR) hack.
14198
14199         * stepmake/aclocal.m4: Use %0.f iso %d to quiet gawk < 3.1.4 and
14200         mawk in fontforge (date) test.
14201
14202 2005-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14203
14204         * scm/font.scm (make-century-schoolbook-tree): add NCS as
14205         font-family=roman. Add Luxi Sans as sans
14206
14207 2005-02-07  Graham Percival  <gperlist@shaw.ca>
14208
14209         * Documentation/user/notation.itely: add warning about
14210         percent repeats and Voice contexts.
14211
14212         * Documentation/user/lilypond-book.itely: clarified the
14213         necessity of dvips -u arguments.
14214
14215 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
14216
14217         * THANKS: Added a bunch of bug hunters.
14218
14219 2005-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14220
14221         * scm/framework-ps.scm (output-preview-framework): bugfix.
14222
14223         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): use unicode
14224         o/ for chord modifier..
14225
14226         * lily/general-scheme.cc (LY_DEFINE): new function ly:wide-char->utf-8.
14227
14228         * lily/drum-note-performer.cc:  remove unused (thanks Michael
14229         Welsh Duggan). 
14230
14231 2005-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
14232
14233         * Documentation/user/changing-defaults.itely (Text encoding): Clarify.
14234
14235         * ly/titling-init.ly: Do not also print intstrument in header on
14236         first page.  Do not print page number on first and only page.
14237
14238 2005-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14239
14240         * input/regression/*.ly: remove old-relative everywhere
14241
14242         * lily/music-sequence.cc (simultaneous_relative_callback): do
14243         what-if analysis on copy, not on original. Fixes old-relative
14244         compatibility.
14245
14246         * scm/backend-library.scm (postscript->png): space before
14247         --verbose.
14248         
14249 2005-02-05  Werner Lemberg  <wl@gnu.org>
14250
14251         * mf/feta-autometric.mf (fet_beginchar): Check whether `feta_group'
14252         is defined.
14253
14254         * mf/feta-alphabet.mf: Define `staffsize#'.
14255         Include `feta-params.mf'.
14256         s/staffheight/design_size/.
14257
14258         * mf/feta-alphabet??.mf: s/staffheight/design_size/.
14259
14260         * mf/feta-alphabet26.mf: Fix a serious bug (design size off by 8pt).
14261
14262         * mf/feta-nummer-code.mf: Reformatted.
14263         (draw_six): Use outline intersection to avoid a self-intersecting
14264         path.
14265         ("Numeral comma"): Fix serious outline glitches.  This slightly
14266         changes the glyph shape.
14267         ("Numeral dash"): Use `draw_rounded_block'.
14268         ("Numeral dot"): Use `drawdot'.
14269         ("Numeral 1"): Assure identical tangent directions for the
14270         intersection points of paths.  The glyph shape improvement is only
14271         visible at very high magnifications.
14272         ("Numeral 2"): Use `solve' macro to make the lower right part of
14273         the glyph outline touch the x axis exactly.  This changes the
14274         glyph shape.
14275         Minor fixes for better overlap removal support.
14276         ("Numeral 4"): Make lefter corner `rounder'.
14277         ("Numeral 5"): Assure identical tangent directions for the
14278         intersection points of paths.  This improves the glyph shape at
14279         high magnifications.
14280         ("Numeral 7"): Use `solve' macro to make the upper right part of
14281         the glyph outline touch the metrics box exactly.  This changes the
14282         glyph shape.
14283         Avoid corner in the upper left part of the glyph (causing a minor
14284         shape change).
14285
14286         * mf/feta-ital-*.mf: Removed.  Unused.
14287
14288 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14289
14290         * VERSION (PATCH_LEVEL): release 2.5.11
14291
14292         * input/regression/fill-line-test.ly: new file.
14293
14294         * buildscripts/gen-emmentaler-scripts.py (i): insert dash in
14295         emmentaler name, eg. emmentaler-23. 
14296
14297 2005-02-04  Christian Hitz  <chhitz@gmx.net>
14298
14299         * scm/scm/define-markup-commands.scm (fill-line): rework for better
14300         alignment with centered texts
14301
14302         * scm/stencil.scm (stack-stencils-padding-list): new function, takes a
14303         list of paddings
14304
14305 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14306
14307         * mf/GNUmakefile ($(outdir)/lilypond.map): add aybabtu to .map file.
14308
14309         * lily/note-column.cc (translate_rests): call flush_extent_cache()
14310         of parents when translating rests. Fixes: c-chord-rest.ly 
14311
14312         * lily/include/dimension-cache.hh (struct Dimension_cache): add
14313         dimension_callback_ member.
14314
14315         * lily/grob.cc (flush_extent_cache): new function. Force recompute
14316         of extents.
14317
14318 2005-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
14319
14320         * all but lily/*: The grand 2004/2005 replace.
14321
14322 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14323
14324         * lily/*: add space after ,  
14325
14326         * scm/music-functions.scm (has-request-chord): don't use
14327         ly:music-name anywhere. Fixes <<\\>> notation. 
14328
14329         * scm/define-markup-commands.scm (box): use font-size for
14330         padding. Fixes boxed-rehearsal-marks.ly
14331
14332         * lily/parser.yy (assignment_id): allow LYRICS_STRING as
14333         identifier definition too, so foo = \lyrics { ...   } bar = #1
14334         doesn't complain about "bar" being LYRICS_STRING.
14335
14336         * lily/paper-def.cc (find_pango_font): new routine; Store
14337         pango_fonts in hash tab too. This is necessary for retrieving
14338         Pango_fonts::physical_font_tab() later on.
14339  
14340         * lily/pango-font.cc (pango_item_string_stencil): bugfix: don't
14341         crash if psname is null.
14342
14343         * lily/lily-guile.cc (ly_hash2alist): new function
14344
14345         * Documentation/user/changing-defaults.itely (Text encoding):
14346         rewrite. 
14347
14348         * lily/pango-font.cc (physical_font_tab): new member. Store PSname
14349         -> font_filename mapping.
14350
14351         * lily/pango-font-scheme.cc (LY_DEFINE): new file. New function
14352         ly_pango_font_physical_fonts
14353
14354         * scm/framework-ps.scm (supplies-or-needs): extract names from
14355         physical Pango_fonts.
14356
14357         * utf8.ly: new file.
14358
14359 2005-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14360
14361         * Documentation/user/changing-defaults.itely (Page layout): add
14362         doco about systemSeparatorMarkup.
14363
14364         * scm/page-layout.scm (default-page-make-stencil): add-to-page
14365         function.
14366         (default-page-make-stencil): insert system separators.
14367
14368         * scm/define-markup-commands.scm (hcenter): add
14369         (beam): add.
14370
14371 2005-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14372
14373         * scm/output-ps.scm (ez-ball): reinstate ez notation.
14374
14375 2005-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
14376
14377         * lily/main.cc: Spell backend consistently.  Sort options.
14378
14379 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14380
14381         * scripts/lilypond-book.py (Module): revert @include.
14382         
14383 2005-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
14384
14385         * scripts/lilypond-book.py: Resurrect HTML links to .ly source.
14386         Bugfix: @include .tex (not .texi).  Small cleanups.
14387
14388         * stepmake/bin/add-html-footer.py (i18n): New function.
14389
14390 2005-01-31  Werner Lemberg  <wl@gnu.org>
14391
14392         * mf/feta-nummer.mf: Removed.  Unused.
14393
14394 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14395
14396         * lily/ : 2004 -> 2005 s&r
14397
14398         * scm/file-cache.scm (cached-file-contents): add file. Read each
14399         file only once.
14400
14401         * scm/font.scm (add-pango-fonts): change order. Medium weight is
14402         now default.
14403
14404         * VERSION: release 2.5.10
14405         
14406         * mf/GNUmakefile (INSTALLATION_OUT_FILES4): install cff.ps files.
14407
14408         * make/ly-rules.make ($(outdir)/%.texi): detect new EOF marker.
14409
14410         * scm/framework-ps.scm (dump-stencil-as-EPS): robustness: ensure
14411         that both X and Y extents of bbox are non-nil.
14412
14413 2005-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14414
14415         * scm/chord-name.scm (alteration->text-accidental-markup): change
14416         - to . 
14417
14418         * scm/output-ps.scm (utf8-string): add utf8-string for completeness.
14419
14420         * scm/framework-ps.scm (dump-stencil-as-EPS): new function
14421
14422         * Documentation/user/invoking.itely (Invoking lilypond): add note
14423         about EPS backend.
14424
14425         * scm/framework-eps.scm: new file: create per-system/per-page EPS
14426         files for inclusion in lilypond-book document.
14427
14428         * input/tutorial/lbook-latex-test.tex: rename from lilbook.tex
14429
14430         * input/tutorial/lbook-texi-test.texi: new file.
14431
14432         * scm/safe-lily.scm (safe-objects): add
14433         {begin,end}-of-line-(in)?visible as safe.
14434  
14435 2005-01-30  Graham Percival  <gperlist@shaw.ca>
14436
14437         * Documentation/user/changing-defaults.itely: fixed example
14438         of (dynamics).
14439
14440 2005-01-29  Graham Percival  <gperlist@shaw.ca>
14441
14442         * lily/main.cc: fix info about -o=FILE.
14443
14444 2005-01-29  Werner Lemberg  <wl@gnu.org>
14445
14446         * mf/feta-toevallig.mf ("Natural"): Completely changed the
14447         construction to assure smooth transition from straight to curved
14448         lines.
14449
14450 2005-01-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14451
14452         * lily/stencil.cc (moved_to_edge): don't halt on adding empty
14453         stencils.
14454
14455         * ps/lilyponddefs.ps: add start-page, start-system doesn't
14456         translate to top of page. Fixes alignment problems of
14457         lilypond-generated EPS files.
14458
14459 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14460
14461         * scm/part-combiner.scm (analyse-spanner-states): trigger on
14462         crescendo-end as well, since Decrescendo maybe ended with Stop
14463         Crescendo.). Fixes: partcombine-diminuendo.ly
14464
14465         * scm/script.scm (default-script-alist): swap portato symbols.
14466
14467         * lily/instrument-name-engraver.cc (acknowledge_grob): typo.
14468
14469         * lily/paper-outputter-scheme.cc (LY_DEFINE):
14470         ly:outputter-port. New function.
14471
14472         * scm/framework-ps.scm (output-classic-framework): dump a
14473         -systems.texi too
14474         (output-classic-framework): dump multiple systems on an "infinite"
14475         page EPS including fonts. 
14476
14477         * scripts/lilypond-book.py (Lilypond_snippet.ly_is_outdated): use
14478         .eps files for both texi and tex formats. Use PNG coming from
14479         lilypond.
14480         
14481 2005-01-28  Graham Percival  <gperlist@shaw.ca>
14482
14483         * Docuemntation/user/invoking.itely: fix info about -o=FILE.
14484
14485         * scripts/lilypond-latex.py: fix info about -o=FILE.
14486
14487 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14488
14489         * ly/generate-embedded-cff.ly: write .cff.ps files.
14490
14491         * mf/GNUmakefile ($(outdir)/lilypond.map): add .cff.ps to .map file.
14492
14493         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
14494         $(outdir)/%.svg $(outdir)/%.pfa): remove --simplify
14495
14496 2005-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
14497
14498         * lily/include/guile-compatibility.hh (SCM_VECTOR_P): Compile fix.
14499
14500 2005-01-28  Werner Lemberg  <wl@gnu.org>
14501
14502         * mf/feta-macros.mf (soft_start_penstroke, soft_end_penstroke): New
14503         macros.
14504         (draw_bulb): Improved.
14505
14506         * mf/feta-pendaal.mf ("Pedal asterisk"): Remove workaround for
14507         metapost bug.
14508         (draw_pedal_P): Use soft_end_penstroke.
14509         (draw_pedal_d): Use soft_start_penstroke.
14510
14511         * mf/feta-schrift.mf ("Trill (`tr')"): Remove redundant point in
14512         path.
14513         ("Varied Coda"): Move some points to avoid fontforge warnings.  This
14514         doesn't change the glyph shape.
14515
14516         * mf/feta-accordion.mf ("accOldEE"): Draw glyph differently (without
14517         changing the shape) to avoid fontforge warnings.
14518
14519         * mf/feta-klef.mf (draw_tab_T, draw_tab_A, draw_tab_B): Use
14520         soft_end_penstroke and fix glyph shape.
14521
14522 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14523
14524         * lily/*.cc: Scheme deprecation of SCM_VECTOR_* 
14525
14526 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14527
14528         * scm/define-markup-commands.scm (line): filter out empty stencils
14529         from line command.
14530
14531         * lily/stencil-scheme.cc (LY_DEFINE): only allow finite real
14532         amount.
14533
14534 2005-01-27  Graham Percival  <gperlist@shaw.ca>
14535
14536         * Documentation/user/notation.itely: added info about what
14537         \voiceFoo does.  Also rewrote warning about marks at
14538         a line break.
14539
14540         * Documentation/user/changing-defaults.itely: added info
14541         about putting dynamics in parenthesis and brackets.
14542
14543 2005-01-27  Werner Lemberg  <wl@gnu.org>
14544
14545         * mf/feta-schrift.mf ("Trill (`tr')"): Fix typo.
14546
14547 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14548
14549         * mf/feta-schrift.mf: reverse u and d portato. Fixes:
14550         portato-direction.ly
14551
14552         * lily/beam.cc (consider_auto_knees): add beam height to
14553         threshold. Fixes: knee-multiple-beam.ly
14554
14555         * lily/instrument-name-engraver.cc (acknowledge_grob): also ignore
14556         pedal line spanners. Fixes: instrument-center-pedal.ly
14557
14558         * lily/auto-beam-engraver.cc (acknowledge_grob): stop beam
14559         if encountering barline. Fixes: auto-beam-repeat.ly
14560
14561 2005-01-26  Werner Lemberg  <wl@gnu.org>
14562
14563         * mf/feta-slag.mf (draw_trillelement): Fix shape to get clean
14564         overlapping.
14565
14566         * mf/feta-toevallig.mf (draw_meta_sharp): Fix shape to avoid curves
14567         with inflections for the 1/2 sharp glyph.
14568
14569         * mf/feta-schrift.mf ("Trill (`tr')"): Fix start position of
14570         connection between `t' and `r'.
14571         Unify bulb with the rest of `r' to avoid grazing outlines which
14572         confuses the overlap removal algorithm of fontforge.
14573
14574         * mf/feta-bolletjes.mf (draw_slash): Fix shape to avoid curves with
14575         inflections.
14576         (draw_cross): Fix shape to have uniform thickness in corners.
14577
14578         * mf/feta-pendaal.mf (draw_pedal_P): Break shape into smaller pieces
14579         to avoid an uneven number of self-intersections; this confuses
14580         fontforge.
14581         Fix a slight bug in the shape at left bottom (which is visible only
14582         at high magnifications).
14583         `Center' the stem horizontally to avoid overlapping.
14584
14585 2005-01-24  Werner Lemberg  <wl@gnu.org>
14586
14587         * mf/feta-autometric.mf (fet_beginfont): Set font_coding_scheme
14588         to `asis'.
14589         (fet_begingroup): Save group name in string `feta_group'.
14590         (fet_endgroup): Updated.
14591         (fet_beginchar): Emit `glyph_name' special for mf2pt1.
14592
14593         * mf/feta-bolletjes.mf: s/p/pat/ for paths.
14594
14595         * mf/feta-pendaal.mf ("Pedal asterisk"): Add workaround for bug
14596         in metapost.
14597
14598 2005-01-24  Graham Percival  <gperlist@shaw.ca>
14599
14600         * Documentation/user/notation.itely: really minor editing.
14601
14602 2005-01-22  Graham Percival  <gperlist@shaw.ca>
14603
14604         * Documentation/user/examples.itely: minor editing.
14605
14606         * Documentation/user/changing-defaults.itely: minor editing.
14607
14608         * Documentation/user/notation.itely: clarified info on polyphony
14609         and \addlyrics.
14610
14611 2005-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
14612
14613         * scm/output-gnome.scm: 
14614         * scm/output-svg.scm:
14615         * scm/lily-library.scm (font-name-style): Update font name
14616         kludging for fontconfig use.
14617
14618 2005-01-20  Erlend Aasland  <erlenda@gmail.com>
14619
14620         * scm/define-markup-commands.scm: Document right-align and
14621         larger markup commands. Remove "TODO" from the topmost comment
14622         "each markup function should have a doc string." More consistent
14623         use of new-lines.
14624
14625 2005-01-22  Graham Percival  <gperlist@shaw.ca>
14626
14627         * Documentation/user/changing-defaults: removed info about
14628         copyright symbol, since it's likely to change soon.
14629         Added info about betweensystemspace.
14630
14631         * Documentation/user/notation.itely: minor fixes.
14632
14633         * Documentation/user/lilypond.tely,
14634         Documentation/user/music-glossary.tely: changed copyright
14635         date to 2005 instead of 2004.
14636
14637         * input/test/volta-chord-names.ly: added old example back.
14638
14639 2005-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14640
14641         * mf/feta-beugel.mf: use design size 20 (not 15).
14642
14643         * mf/aybabtu.pe.in: scale brace fonts to design sizes.
14644         change name to aybabtu completely
14645
14646 2005-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14647
14648         * buildscripts/gen-emmentaler-scripts.py (outdir): add
14649         design_size to fontname
14650
14651 2005-01-19  Werner Lemberg  <wl@gnu.org>
14652
14653         * mf/feta-accordion.mf, mf/feta-klef.mf, mf/feta-pendaal.mf,
14654         mf/feta-schrift.mf: s/p/pat/ if a path variable.
14655
14656         * mf/feta-autometric.mf (set_char_box): Add code which emits
14657         specials for mf2pt1 if run with metapost.
14658         (to_bp): New macro for mf2pt1.
14659
14660 2005-01-18  Graham Percival  <gperlist@shaw.ca>
14661
14662         * Documentation/user/changing-defaults: added info on
14663         creating a copyright symbol.
14664
14665 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14666
14667         * VERSION: release 2.5.9
14668         
14669 2005-01-18  Erlend Aasland  <erlenda@gmail.com>
14670
14671         * scm/auto-beam.scm: Simplify score-override-auto-beam-setting
14672
14673         * Documentation/user/notation.itely: Document
14674         score-override-auto-beam-setting Fix documentation for
14675         revert-auto-beam-setting.
14676
14677 2005-01-18  Werner Lemberg  <wl@gnu.org>
14678
14679         * scm/framework-ps.scm (ps-embed-cff): Fix DSC comments.
14680         (procset): New function to define a procset resource.
14681         (ps-embed-pfa): New function to define a font resource.
14682         (setup): New function to define a `Setup' environment.
14683         (preamble): Use new functions.
14684
14685         * ps/lilypond.defs (init-lilypond-parameters): New function to
14686         get rid of directly executed PS code.  Used in scm/framework-ps.scm.
14687
14688 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14689
14690         * mf/GNUmakefile (MFTRACE_FLAGS): add --no-afm to MFTRACE_FLAGS
14691
14692 2005-01-17  Erlend Aasland  <erlenda@gmail.com>
14693
14694         * scm/define-markup-commands.scm: Change number->markletter-string
14695         to take two arguments (vector number). Add number->mark-alphabet-vector
14696         and markalphabet markup command.
14697
14698         * scm/translation-functions.scm: Add format-mark-box-alphabet,
14699         format-mark-alphabet, format-mark-box-barnumbers and
14700         format-mark-barnumbers. Fix bug in format-mark-box-numbers.
14701
14702 2005-01-17  Graham Percival  <gperlist@shaw.ca>
14703
14704         * Documentation/user/examples.itely: add SATB automatic piano
14705         reduction template.
14706
14707         * Documentation/user/notation.itely: added info about changing
14708         partcombine texts.  Also adds examples of alternate lyrics.
14709
14710         * Documentation/user/changing-defaults.itely: added warning
14711         about \RemoveEmptyStaffContext overriding previous changes.
14712
14713 2005-01-17  Werner Lemberg  <wl@gnu.org>
14714
14715         * buildscripts/mf-to-table.py: Use `FetaAlphabetEncoding' for
14716         feta-alphabet*.
14717
14718 2005-01-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14719
14720         * python/lilylib.py (make_ps_images): don't do final showpage for
14721         multi-page documents.
14722         
14723         * VERSION (MY_PATCH_LEVEL): release 2.5.8
14724
14725 2005-01-16  Graham Percival  <gperlist@shaw.ca>
14726
14727         * Documentation/user/lilypond.tely: changed order of appendices;
14728         unified index should be last.
14729
14730         * Documentation/user/notation.itely: add example of key signatures
14731         and info about Staff.printKeyCancellation.
14732
14733 2005-01-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14734
14735         * lily/include/repeated-music.hh (class Repeated_music): change
14736         into "namespace" class.
14737
14738         * lily/event.cc: remove Key_change_event.
14739
14740         * lily/include/transposed-music.hh (class Transposed_music): remove.
14741
14742         * lily/transposed-music.cc: remove
14743
14744         * lily/include/relative-music.hh: remove.
14745
14746         * lily/include/music-sequence.hh (struct Music_sequence): change
14747         into "namespace" class.
14748
14749         * lily/untransposable-music.cc (Module): remove
14750
14751         * lily/include/un-relativable-music.hh (Module): remove
14752
14753         * lily/include/untransposable-music.hh (Module): remove
14754
14755         * lily/include/music-list.hh (Module): remove file
14756
14757         * lily/un-relativable-music.cc: remove file.
14758
14759 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
14760
14761         * lily/parser.yy: Compile fix.
14762
14763 2005-01-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14764
14765         * lily/include/music.hh (class Music): unvirtualize transpose().
14766
14767         * lily/sequential-music.cc: remove file.
14768
14769         * lily/include/lyric-combine-music.hh ("music.hh"): remove file.
14770
14771         * lily/slur-scoring.cc (get_best_curve): only switch on
14772         DEBUG_SLUR_SCORING for non NDEBUG builds.
14773
14774         * lily/include/music.hh (class Music): replace Music::start_mom()
14775         by start-callback property
14776
14777         * lily/include/grace-music.hh: remove file. 
14778
14779         * lily/stem.cc (height): robustness fix.
14780
14781         * lily/time-scaled-music.cc: remove file.
14782
14783         * lily/include/music.hh (class Music): include SCM init argument.
14784         (class Music): replace Music::get_length() virtual by
14785         length-callback property everywhere.
14786
14787         * scripts/convert-ly.py (conv): add  # to \property scalar value.
14788
14789         * mf/GNUmakefile: don't install *list.ly
14790
14791 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
14792
14793         * mf/GNUmakefile (CFF_FILES): Bugfix: only big cheeses and braces.
14794
14795 2005-01-12  Werner Lemberg  <wl@gnu.org>
14796
14797         This patch addresses the following problems in the feta sources
14798         files which contribute to the fetaXX fonts.
14799
14800         . Many fixes for rasterization at low resolutions (consistent use of
14801           `vround' and `hround', integer shift values for paths, applying
14802           `eps' for mirrored paths, use of `define_whole_pixels' and
14803           friends, etc.) -- while this probably looks like a waste of time
14804           it has revealed deficiencies in some glyph shapes.  See comment at
14805           the end of feta-params.mf how vertical symmetry is achieved.
14806
14807         . The `---' operator has been replaced everywhere with `--'; this
14808           both improves and considerably reduces the font size after
14809           conversion with mf2pt1.
14810
14811         These change aren't explicitly mentioned below since virtually all
14812         glyphs are affected.
14813
14814         Other notable differences:
14815
14816         . Glyphs from feta-accordion.mf now have charboxes around the
14817           outline.
14818
14819         . Fixed incorrect charbox for `accDot'.
14820
14821         . The `rcomma' and `lcomma' glyphs were distorted due to a typo.
14822
14823         . Fixed position of the bow in the `upprall' glyph and its siblings.
14824
14825         . The bulb size in the `2/2 meter' and `4/4 meter' glyphs is now
14826           dependent on the staff line thickness to avoid touching the middle
14827           staff line at smaller sizes.
14828
14829         . Largely extended output for feta-testXX: Where useful, glyphs
14830         are shown both between and on staff lines.
14831
14832
14833         * mf/feta-params.mf (staff_space_rounded,
14834         stafflinethickness_rounded, linethickness_rounded,
14835         ledgerlinethickness_rounded, stemthickness_rounded): New variables.
14836         Update all code which uses them where appropriate.
14837         (feta_eps, feta_shift, feta_space_shift, feta_offset, feta_fillpen):
14838         New variables used to control rasterization at low resolutions.  Set
14839         to zero if feta code is processed with metapost.
14840
14841         * mf/feta-macros.mf (draw_staff, draw_staff_outline): Updated.
14842         (draw_rounded_block, draw_square_block): Updated to use `--' only.
14843         (flare_path): Updated.
14844         Make it work with `filldraw' (but only circular pens).
14845         (hfloor, vfloor, hceiling, vceiling): New macros.
14846
14847         * mf/feta-accordion.mf ("accDiscant", "accFreebase", "accStdbase"):
14848         Use `draw' again in mf mode to have good pixel dropout control.
14849         Fix intersection points of horizontal lines with circle.
14850         ("accDot"): Fix parameters for set_char_box.
14851         ("accOldEE"): Use `draw' again in mf mode to have good pixel dropout
14852         control.
14853
14854         * mf/feta-banier.mf: Updated.
14855
14856         * mf/feta-bolletjes.mf (remember_pic): New variable, used for
14857         testing.
14858         (undraw_inside_ellipse): Remove `center' argument.  Update all
14859         callers.
14860         (draw_brevis): New macro, called by "Brevis notehead".
14861         (draw_whole_triangle_head): New macro, called by "Whole
14862         trianglehead".
14863         (draw_small_triangle_head): Use `filldraw'.
14864
14865         * mf/feta-eindelijk.mf: Remove useless global group.
14866         Updated.
14867
14868         * mf/feta-klef.mf (draw_c_clef): Correct point positions for using
14869         `filldraw'.
14870
14871         * mf/feta-pendaal.mf: Updated.
14872
14873         * mf/feta-puntje.mf: Updated.
14874
14875         * mf/feta-schrift.mf (draw_very_long_fermata): Simplified to use
14876         less points.
14877         ("Flageolet"): Use `draw' again in mf mode to have good pixel
14878         dropout control.
14879         ("Varied Coda"): Use `draw_block'.
14880         (draw_comma): Fix typo.
14881         (draw_arpeggio_arrow): Use `draw' also in mf mode to have good
14882         pixel dropout control.
14883
14884         * mf/feta-slag.mf ("upprall", "downprall", "lineprall"): Fix start
14885         position of bow.
14886
14887         * mf/feta-timesig.mf (draw_C): Reduce bulb size for smaller design
14888         sizes.
14889
14890         * mf/feta-toevallig.mf (remember_pic): New variable, used for
14891         testing.
14892         (draw_meta_sharp): Much simplified.
14893         ("Sharp", "1/2 Sharp", "3/4 Sharp"): Don't rotate but shift.
14894
14895         * mf/feta-test-generic.mf: Include all files as in feta-generic.mf.
14896
14897 2005-01-13  Mats Bengtsson  <mabe@s3.kth.se>
14898
14899         * Documentation/user/notation.itely (Ancient rests): Fix typo
14900         (thanks Anthony)
14901
14902 2005-01-13  Jan Nieuwenhuizen  <janneke@gnu.org>
14903
14904         * scm/auto-beam.scm (score-override-auto-beam-setting): New function.
14905
14906         * lily/main.cc (setup_paths): Add cff.
14907
14908         * mf/GNUmakefile (foe): Include actual target %.cff.
14909         (INSTALLATION_OUT_SUFFIXES): Install CFF and SVG fonts too.
14910
14911 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14912
14913         * lily/include/lily-lexer.hh (class Lily_lexer): lose hungarian _b
14914         suffix for main_input_b_.
14915
14916         * scm/music-functions.scm (toplevel-music-functions):
14917         precompute music lengths for music expressions.  
14918
14919 2005-01-11  Nicolas Sceaux  <nicolas.sceaux@free.fr>
14920
14921         * lily/include/input.hh (class Input): new `end_' slot for end of
14922         input. Renamed defined_str0_ to start_.
14923
14924         * lily/input.cc (Input): Add Input::Input (Input const &) and
14925         remove Input::Input (Source_file*, char const *). Use the new
14926         slots.
14927         (set_location): method used by bison to propagate input
14928         locations (YYLLOC_DEFAULT).
14929         (end_line_number, end_column_number, step_forward): new methods
14930         
14931         * lily/input-scheme.cc (ly:input-both-locations): new function,
14932         similar to ly:input-location, but also return the end line and
14933         column.
14934
14935         * lily/include/includable-lexer.hh: 
14936         * lily/includable-lexer.cc: 
14937         * lily/include/lily-lexer.hh (class Lily_lexer): 
14938         * lily/lily-lexer.cc (add_lexed_char): Move add_lexed_char from
14939         Includable_lexer to Lily_lexer, in order to update lexloc (the
14940         yylloc), a new slot of Lily_lexer.
14941         (here_input, LexerError): simplify by using the lexloc slot (aka
14942         yylloc)
14943
14944         * lily/lexer.ll: #define yylloc to use input locations (it may
14945         be useless here?). Fixed the #embedded_scm rule (step the location
14946         forward in order to skip the sharp sign before parsing the scheme
14947         expression)
14948
14949         * lily/include/lily-parser.hh (class Lily_parser): 
14950         * lily/lily-parser.cc: Remove push_spot(), pop_spot() and
14951         here_input()
14952         (parser_error): overload for more precise locations of errors.
14953
14954         * lily/parser.yy (YYLTYPE): set location type to Input
14955         (YYLLOC_DEFAULT): use Input::set_location()
14956         (yylex): add the YYLTYPE* location parameter.
14957         Clean push_spot()/pop_spot()/here_input(), and use @$, @1, etc.
14958         Give an Input parameter to THIS->parser-error() for more accurate
14959         messages.
14960
14961 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14962
14963         * stepmake/aclocal.m4: do NDEBUG for optimizing builds.
14964
14965         * lily/include/beam.hh (DEBUG_QUANTING): performance: only switch
14966         on BEAMQUANTING for non-NDEBUG builds.
14967
14968         * lily/stem.cc (head_count): performance: avoid String::String()
14969         inside oft called function.
14970
14971 2005-01-09  Graham Percival  <gperlist@shaw.ca>
14972
14973         * Documentation/user/examles.itely: attempted fix for broken
14974         string quartet template.
14975
14976         * Documentation/user/notation.itely: remove unnecessary broken
14977         link.
14978
14979 2005-01-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14980
14981         * VERSION (PACKAGE_NAME): release 2.5.7
14982
14983 2005-01-09  Jan Nieuwenhuizen  <janneke@gnu.org>
14984
14985         * config.make.in (METAFONT): Append -progname=mf, fixes use with
14986         mf-nowin for teTeX-3.0.  Backportme.
14987
14988         * scm/output-svg.scm (utf8-string): New function.
14989
14990         * scm/output-gnome.scm (utf8-string): New function.
14991         (otf-name-mangling): Remove.
14992
14993         * lily/pango-font.cc (Pango_font): Use font string iso font
14994         filename for utf8-text.
14995
14996         * buildscripts/gen-emmentaler-scripts.py: Remove designsize from
14997         name.
14998
14999 2005-01-08  Graham Percival  <gperlist@shaw.ca>
15000
15001         * Documentation/user/notation.itely: add info about
15002         Staff.extraNatural = ##f in Pitches section.  Also
15003         fixed some minor issues in the Vocal music section.
15004
15005 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15006
15007         * scm/output-ps.scm (white-text): comment out Helvetica font,
15008         which is broken for my GS install.
15009
15010         * lily/pango-font.cc (pango_item_string_stencil): use ink_rect,
15011         which provides a tighter bbox.
15012
15013         * scm/define-grobs.scm (all-grob-descriptions): remove all
15014         extra-offsets from definitions.
15015
15016 2005-01-08  Erlend Aasland  <erlenda@gmail.com>
15017
15018         * scm/output-lib.scm: Rename guitar-tunings to guitar-tuning and
15019         add tuning for 4-string bass and some common 4/5-string banjo
15020         tunings.  New function (four-string-banjo) turns a 5-string tuning
15021         into a 4-string tuning.  New function
15022         (fret-number-tablature-format-banjo) computes correct fret numbers
15023         on 5-string banjos.
15024
15025         * ly/engraver-init.ly: Default stringTunings = #guitar-tuning
15026         Add beam correction to TabVoice.
15027
15028         * scm/define-grobs.scm: Adjust notehead offset. Print fret numbers
15029         using bold font; makes tabs more readable.
15030
15031 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15032
15033         * lily/font-select.cc (get_font_by_design_size): don't make
15034         Modified_font_metric; this causes trouble, since we don't know the
15035         font magnification from inside Pango_font::text_stencil()
15036
15037         * lily/all-font-metrics.cc (find_pango_font): take magnification argument.
15038
15039         * Documentation/user/notation.itely (The Lyrics context): comment out
15040         broken {Small ensembles} link.
15041
15042         * scm/framework-svg.scm (output-framework): change calling convention.
15043
15044         * lily/object-key-dumper-scheme.cc: new file.
15045
15046         * lily/object-key-undumper-scheme.cc: new file.
15047
15048         * lily/tweak-registration-scheme.cc: new file.
15049
15050         * lily/pango-select.cc (symbol_to_pango_variant): init local variable.
15051
15052         * Documentation/user/examples.itely (String quartet): uncomment
15053         broken example.
15054
15055         * lily/font-config.cc: new file.
15056
15057 2005-01-08  Jan Nieuwenhuizen  <janneke@gnu.org>
15058
15059         * scm/output-svg.scm: 
15060         * scm/output-gnome.scm: s/bigcheese/emmentaler.
15061
15062         * lily/score-engraver.cc (MUSIC_FONT): Use emmentaler20.
15063
15064 2005-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
15065
15066         * lily/general-scheme.cc (LY_DEFINE): Use snprintf (WAS: sprintf).
15067         Add headers.
15068
15069         * lily/GNUmakefile (general-scheme.o): Add version.hh dependency.
15070
15071 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15072
15073         * mf/GNUmakefile (debian-mirror): rename bigcheese to emmentaler.
15074
15075         * lily/include/main.hh: lose _b hungarian suffixes for global
15076         variables.
15077
15078         * lily/include/lily-guile-macros.hh: new file.
15079
15080         * lily/pango-select-scheme.cc (LY_DEFINE): new file.
15081
15082         * lily/general-scheme.cc: new file. 
15083
15084         * lily/font-select.cc (get_font_by_design_size): retrieve
15085         PangoFont for (designsize . "pango-descr") entries.
15086
15087         * lily/lily-parser-scheme.cc: new file.
15088
15089         * lily/output-def-scheme.cc: new file.
15090
15091         * lily/paper-book-scheme.cc: new file.
15092
15093         * lily/duration-scheme.cc (LY_DEFINE): new file.
15094
15095         * lily/pitch-scheme.cc:  new file.
15096
15097         * scm/font.scm (add-cmr-fonts): use real dimens in font selection.
15098
15099 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15100
15101         * lily/dimensions.cc (LY_DEFINE): add ly:{inch,cm,mm,bp,pt}.
15102
15103 2005-01-06  Graham Percival  <gperlist@shaw.ca>
15104
15105         * Documentation/user/notation.itely: minor editing.
15106
15107         * Documentation/user/changing-defaults: minor editing.
15108
15109         * Documentation/user/examples.itely: add template for
15110         string quartet part extraction; demonstrates tag.
15111
15112 2005-01-06  Erlend Aasland  <erlenda@gmail.com>
15113
15114         * Documentation/user/notation.itely: documents
15115         format-mark-box-letters and format-mark-box-numbers
15116
15117         * scm/define-context-properties.scm: change comment.
15118
15119 2005-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15120
15121         * scm/framework-ps.scm (output-classic-framework): new function:
15122         dump systems as separate .eps files (without fonts) and write a
15123         single collecting .tex file.
15124
15125 2005-01-05  Mats Bengtsson  <mabe@s3.kth.se>
15126
15127         * Documentation/user/notation.itely (Setting simple songs):
15128         Correct several errors in the equivalent formulation of
15129         \addlyrics. 
15130         (The Lyrics context): Corrected link to the SATB example.
15131
15132 2005-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15133
15134         * scm/lily.scm (completize-formats): new function
15135         (postprocess-output): new function
15136
15137         * lily/paper-book.cc (classic_output): change calling
15138         convention. Give basename as first argument. 
15139         remove Paper_book::post_processing().
15140
15141         * lily/lily-guile.cc (LY_DEFINE): ly:output-backend, new function.
15142
15143 2005-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15144
15145         * lily/paper-outputter.cc (LY_DEFINE): new function
15146         ly:outputter-close.
15147
15148         * lily/main.cc: change --format,-f to --backend,-b
15149
15150         * lily/include/main.hh: rename format to backend.
15151
15152         * scm/translation-functions.scm (format-mark-box-numbers): add.
15153         patch by Erlend Aasland
15154
15155 2005-01-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15156
15157         * lily/pango-font.cc (text_stencil): dump string as
15158         (utf-8-string FONTDESC UTF8) for use in -f gnome, -f svg.
15159
15160 2005-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
15161
15162         * configure.in (gui_b): Remove handy developer-only
15163         PKG_CONFIG_PATH settings that cater for Jan-and-Han-Wen ~/usr/pkg/
15164         CVS source installations (but break other non-default but correct
15165         PKG_CONFIG_PATH setups), as this is no longer developer-only.
15166
15167         * SConstruct: 
15168         * ps/GNUmakefile (INSTALLATION_FILES): teTeX-3.0
15169         compatibility (backportme).
15170
15171         * GNUmakefile.in: teTeX-3.0 compatibility (backportme).
15172
15173 2005-01-03  Werner Lemberg  <wl@gnu.org>
15174
15175         Prepare glyph shapes for mf2pt1 conversion.
15176
15177         * mf/feta-accordion.mf (accreg_pen): Removed.  No longer used.
15178         (accDiscant, accFreebase, accStdbase): Replace `draw' with
15179         `penstroke'.
15180         (accDot): Use `drawdot'.
15181         (accBayanbase): Replace `draw' with `draw_gridline'.
15182         (print_penpos): Moved to feta-macros.mf.
15183         (accOldEE): Replace `filldraw' with `penstroke'.
15184         Replace `draw' with `penstroke' and `drawdot'.
15185
15186         * mf/feta-banier.mf: Code clean-up.
15187         ("grace dash (up)", "grace dash (down)"): Replace `draw' with
15188         `fill'.
15189
15190         * mf/feta-bolletjes (draw_cross): Remove call to `labels'.
15191
15192         * mf/feta-eindelijk.mf (draw_rest_bulb, draw_eigth_rest): Add
15193         paremeter to control drawing of labels.  Update all callers.
15194
15195         * mf/feta-klef.mf (draw_c_clef): Use `&' not `..' to connect paths.
15196         (new_bulb): Return a bulb as a single path.  To do that, it now
15197         takes some more parameters.  Updated all callers.
15198         (draw_gclef): Major clean-up.  `draw' has been replaced with
15199         `penstroke', unnecessary outlines have been removed.
15200         Remove (unused) gnome-canvas code.
15201
15202         * mf/feta-macros.mf (print_penpos): New macro (from
15203         feta-accordion.mf).
15204         Other minor fixes.
15205
15206         * mf/feta-pendaal.mf ("Pedal asterisk"): Use `undrawdot'.
15207         ("Pedal dot"): Use `drawdot'.
15208         (draw_pedal_P): Add parameter to control drawing of labels.  Update
15209         all callers.
15210         Fix shape at top.
15211         (draw_pedal_e): Add parameter to control drawing of labels.  Update
15212         all callers.
15213         (draw_pedal_d): Add parameter to control drawing of labels.  Update
15214         all callers.
15215         Revert drawing direction.
15216
15217         * mf/feta-schrift.mf (draw_fermata): Use single path.
15218         (draw_short_fermata): Replace `filldraw' with `fill'.
15219         (draw_long_fermata, draw_very_long_fermata): Replace calls to
15220         `draw_rounded_block' with a single path.
15221         ("Thumb"): Draw full circle instead of mirroring segments.
15222         (draw_accent): New macro.
15223         ("> accent", "espr"): Use it.
15224         (draw_marcato): Replace `filldraw' and `draw' with `fill'.
15225         ("open (unstopped)"): Draw full circle instead of mirroring
15226         segments.
15227         (draw_vee): Removed.
15228         ("Upbow"): Use `draw_accent' instead of `draw_vee'.
15229         ("Downbow"): Replace calls to `draw_rounded_block' with a single
15230         path.
15231         ("Trill (`tr')"): Replace overlapping loop drawn with `draw' with
15232         partial pieces drawn with `fill' -- these do still overlap with the
15233         stem of the `t' but just once, not multiple times so that fontforge
15234         can handle it gracefully.
15235         Change other parts of the glyph so that fontforge's overlapping
15236         algorithm reliably works.
15237         (draw_heel): Replace `draw' with `fill'.
15238         (draw_toe): Use `draw_accent' instead of `draw_vee'.
15239         ("Flageolet"): Replace `draw' with `penstroke'.
15240         ("Segno"): Replace `filldraw' with `penstroke'.
15241         Replace `draw' with `drawdot'.
15242         ("Coda"): Replace `fill' with `penstroke', using a single path.
15243         ("Varied Coda"): Use less overlapping paths.
15244         (draw_arpeggio_arrow): Replace `filldraw' with `fill', using a
15245         single path.
15246
15247         * mf/feta-slag.mf (draw_trillelement): Put `clearxy' outside of
15248         group to better control the `labels' command.
15249         Rename argument to `offset' and use it actually.  Update all
15250         callers.
15251         Replace `filldraw' with `fill'.
15252         ("mordent", "prallmordent", "upmordent", "downmordent",
15253         "lineprall"): Replace `draw' with `draw_gridline'.
15254         ("upprall", "downprall"): Replace `draw' with `fill'.
15255
15256         * mf/feta-timesig.mf: Formatting.
15257
15258         * mf feta-toevallig.mf (draw_meta_flag): Move code to draw labels
15259         to...
15260         ("Flat"): Here.
15261         (draw_paren): Move code to draw labels to...
15262         ("Right Parenthesis"): Here.
15263
15264 2005-01-02  Graham Percival <gperlist@shaw.ca>
15265
15266         * Documentation/user/notation.itely: add example of \setTextDecresc
15267         and \setTextDim.
15268
15269 2005-01-02  Tatsuya Ono <tats_ono@infoseek.jp>
15270
15271         * scm/define-markup-commands.scm :  fix glyph-strings of
15272         accidentals and \note-by-number
15273
15274 2005-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15275
15276         * VERSION: 2.5.6 released.
15277         
15278         * ps/lilyponddefs.ps: put mm -> pt scaling in here.
15279
15280         * input/regression/new-markup-scheme.ly: oops. font-family=music
15281         -> font-encoding fetaMusic.  
15282
15283         * lily/main.cc: put default to PS.
15284
15285         * lily/tfm.cc: idem.
15286
15287         * lily/afm.cc: idem.
15288
15289         * lily/include/modified-font-metric.hh (struct
15290         Modified_font_metric): remove coding_scheme() method.
15291
15292         * input/mutopia/F.Schubert/morgenlied.ly: convert to utf8
15293
15294         * scripts/convert-ly.py (conv): crash on encountering \encoding.
15295
15296         * input/les-nereides.ly: convert to utf8
15297
15298         * lily/modified-font-metric.cc (text_dimension): idem.
15299
15300         * lily/parser.yy (TODO): idem.
15301
15302         * lily/include/lily-lexer.hh (class Lily_lexer): idem.
15303
15304         * lily/lexer.ll: remove encoding
15305
15306         * scm/framework-ps.scm (output-variables): separately scale the
15307         page to mm 
15308
15309         * lily/pango-font.cc (Pango_font): fix scaling.
15310
15311         * lily/font-metric.cc (design_size): design_size returns a
15312         dimension now as well.
15313
15314 2004-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15315
15316         * mf/GNUmakefile ($(outdir)/%.otf-table): use findstring. Fixes
15317         brace generation. 
15318
15319         * lily/text-metrics.cc (LY_DEFINE): use scm_c_make_hash_table().
15320
15321 2004-12-30  Jan Nieuwenhuizen  <janneke@gnu.org>
15322
15323         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Do not try to
15324         install unbuildable Fontmap and Fontmap.lily (Simon Aridis-Lang).
15325
15326 2004-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15327
15328         * mf/GNUmakefile ($(outdir)/%.otf-table): include parmesan20.lisp
15329         in first run as well.
15330
15331         * scm/paper.scm (layout-set-staff-size): use text-font-size in
15332         dimension less points (ie. 12 = 12 point)
15333
15334         * lily/pango-select.cc (select_pango_font): use find_scaled_font().
15335
15336         * lily/all-font-metrics.cc (find_pango_font): set description_
15337
15338         * lily/pango-font.cc (text_stencil): export size as well.
15339         (text_stencil): fix scaling and extents box.
15340
15341 2004-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15342
15343         * Documentation/topdocs/NEWS.texi (Top): add -f texstr
15344
15345         * Documentation/user/invoking.itely (Invoking lilypond): document
15346         texstr
15347
15348         * scripts/convert-ly.py (conv): add ancient rules.
15349
15350         * scm/clef.scm (c0-pitch-alist): replace - with .
15351
15352         * scripts/lilypond-book.py (process_snippets): add texstr support.
15353
15354         * scm/framework-texstr.scm (header): change extension to .textmetrics
15355
15356         * lily/lily-parser.cc (parse_file): do try_load_text_metrics for
15357         -f tex.
15358
15359         * lily/text-metrics.cc: new file.
15360         (try_load_text_metrics): new function
15361
15362         * lily/include/text-metrics.hh: new file.
15363
15364 2004-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15365
15366         * lily/include/lily-guile.hh (ly_lily_module_constant): rename
15367         ly_scheme_function to ly_lily_module_constant.
15368
15369         * lily/modified-font-metric.cc (text_dimension): try
15370         lookup_tex_text_dimension() first.
15371
15372         * lily/tfm.cc: new function ly:load-text-dimensions
15373
15374 2004-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15375
15376         * scm/output-texstr.scm (text): use \lilygetmetrics
15377
15378         * scm/framework-texstr.scm (header): dump in new format.
15379
15380         * tex/lilypond-tex-metrics: new file.
15381         
15382 2004-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
15383
15384         * lily/pango-font.cc (text_stencil): Quick try at glyph->charcode
15385         mapping.
15386         (index_to_charcode): New method.
15387
15388         * scm/output-ps.scm (glyph-string): 
15389         * scm/output-gnome.scm (glyph-string): Add FONT parameter.
15390
15391 2004-12-26  Jan Nieuwenhuizen  <janneke@gnu.org>
15392
15393         * scm/output-gnome.scm (FIXME-glyph-string): New function.  Cannot
15394         implement fully, need FONT to get to charcode.
15395
15396         * scm/lily.scm (ly:all-stencil-expressions): Add glyph-string.
15397
15398         * scm: Cleanups.
15399
15400         * Documentation/user/changing-defaults.itely: Fix internalsrefs
15401         {Tunable context properties},
15402         {All layout objects},
15403         {Music definitions}.
15404
15405 2004-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15406
15407         * VERSION: release 2.5.5
15408         
15409         * lily/main.cc: use TeX as default output format.
15410
15411         * flower/file-path.cc (find): try to open directly as well, so we
15412         find absolute path files. 
15413
15414         * lily/pango-select.cc: new file.
15415
15416         * scm/framework-ps.scm: remove all encoding code. 
15417         load pfb/pfa for PangoFont too.
15418         
15419         * lily/lily-guile.cc (ly_chain_assoc_get): new function.
15420
15421 2004-12-22  Werner Lemberg  <wl@gnu.org>
15422
15423         Prepare glyph shapes for mf2pt1 conversion.
15424
15425         * mf/feta-toevallig.mf ("Double Sharp"): Minor path fix.
15426
15427         * mf/feta-bolletjes.mf (penposx): New auxiliary macro.
15428         (define_triangle_shape): Use it to replace `draw' with `fill' and
15429         `unfill'.  Update all callers.
15430         (draw_slash): Replace `filldraw' with `fill'.  Update all callers.
15431         (draw_cross): Ditto.
15432         ("X-Circled notehead"): Replace `draw' with `fill' and `unfill'.
15433         Use penrazor for better conversion with mf2pt1.
15434         (generic_draw_solfa_note_shape, draw_solfa_note_shape,
15435         draw_solfa_quarter_note_shape, triangle): Removed.  Unused.
15436         (draw_do_head, draw_re_head, draw_mi_head, draw_fa_head,
15437         draw_la_head, draw_ti_head): Replace `filldraw' with
15438         `fill'.  Update all callers.
15439
15440 2004-12-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15441
15442         * lily/paper-book.cc (output): revert: only allow a single output
15443         format.
15444
15445         * lily/include/pango-font.hh: new file.
15446
15447         * lily/pango-font.cc: new file.
15448
15449         * lily/font-metric.cc (text_stencil): new routine
15450
15451         * lily/all-font-metrics.cc (find_pango_font): new routine.
15452
15453         * lily/include/font-metric.hh (struct Font_metric): add
15454         text_stencil()
15455
15456         * configure.in (PKG_CONFIG_PATH): require PANGO_FT2
15457
15458 2004-12-22  Werner Lemberg  <wl@gnu.org>
15459
15460         Prepare glyph shapes for mf2pt1 conversion.
15461
15462         * mf/feta-macros.mf, mf_feta-eindelijk.mf: Some formatting.
15463
15464         * mf/feta-toevallig.mf: Formatting.
15465         (draw_meta_sharp): Modify path to replace `filldraw' with `fill'.
15466         ("Natural"): Fix paths to allow better postprocessing.
15467         (draw_meta_flat): Use `z3l' as additional point in path to get
15468         better conversion with mf2pt1.
15469         Other minor cleanups.
15470         ("3/4 Flat"): Add auxiliary points and modify path to replace
15471         `draw' with `fill'.
15472         ("Double Sharp"): Mirror path segments instead of picture elements
15473         to get a single outline.
15474         Modify path to replace `filldraw' with `fill'.
15475
15476 2004-12-22  Graham Percival  <gperlist@shaw.ca>
15477
15478         * input/test/unfold-all-repeats.ly: added file back.
15479
15480         * Documentation/user/notation.itely,
15481         Documentation/user/programming-interface.itely
15482         Documentation/user/changing-defaults.itely: fixed misc broken
15483         links to input/test/ files.
15484
15485 2004-12-22  Jan Nieuwenhuizen  <janneke@gnu.org>
15486
15487         * tex/texinfo.tex: Update.  We should not be distributing this,
15488         but since we do, use latest version.
15489
15490         * Documentation/user/macros.itexi: Comment-out \fetaflat,
15491         \fetasharp.  Fixes make web.  FIXME: make usable (compatible?) TeX
15492         macros for feta glyphs.
15493
15494 2004-12-22  Graham Percival  <gperlist@shaw.ca>
15495
15496         * Documentation/user/changing-defaults.itely: fix index for set.
15497
15498         * Documentation/user/converters.itely: added convert-ly bugs list
15499         from CVS.
15500
15501 2004-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
15502
15503         * python/lilylib.py (setup_environment): Set GS_FONTPATH, GS_LIB
15504         to empty.  Fixes make web, using gs-gpl-8.01.  In fact,
15505         gs-afpl-8.50 has more trouble with make web (ie, uses *a lot* more
15506         resourses; 3x MAXSIZE, 4x MAXRSS, 1.5x user).
15507
15508         * mf/GNUmakefile (pfa_warning): Use less broken check.
15509
15510         * python/lilylib.py (setup_environment): Remove cruft from
15511         GS_FONTPATH.
15512
15513         * configure.in: Bump mftrace requirement to 1.1.1.
15514
15515 2004-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
15516
15517         * scm/output-svg.scm (beam): Use polygon.
15518
15519         * scm/lily-library.scm: Bugfix.
15520
15521         * Documentation/user/invoking.itely (Invoking lilypond): Bugfix.
15522
15523         * mf/GNUmakefile (ALL_GEN_FILES): Remove unbuildable Fontmap.lily.
15524
15525 2004-12-19  Werner Lemberg  <wl@gnu.org>
15526
15527         Prepare glyph shapes for mf2pt1 conversion.
15528
15529         * mf/feta-eindelijk: Some formatting.
15530         (multi_rest_x, multi_beam_height): Removed.  Unused.
15531         ("Quarter rest"): Use `intersectiontimes' to create a single
15532         outline.
15533         (rest_crook): Removed.  Unused.
15534         (draw_rest_bulb): Return path (without filling).  Update callers.
15535         Simplified.
15536         (draw_eighth_rest, "16th rest", "32th rest", "64th rest",
15537         "128th rest"): Simplify `pat'.
15538         Create single outline.
15539
15540 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
15541
15542         * mf/GNUmakefile (ALL_GEN_FILES):
15543         (INSTALLATION_OUT_SUFFIXES): Remove unbuildable fonts.scale.
15544
15545         * scm/output-svg.scm (polygon, draw-line, dashed-line): New
15546         function.
15547
15548 2004-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15549
15550         * scm/output-texstr.scm (placebox): add routine
15551
15552         * VERSION (PACKAGE_NAME): release 2.5.4
15553
15554         * scm/framework-texstr.scm (output-framework): new file.  
15555
15556         * scm/output-texstr.scm: new file. Collect (TEXT . ) calls for TeX
15557         processing.
15558
15559         * Documentation/user/invoking.itely (Invoking lilypond): add SVG
15560
15561         * stepmake/stepmake/metafont-rules.make: make single SVG/PFA/PFB
15562         rule.
15563
15564         * configure.in (gui_b): bump mftrace requirement to 1.1.0
15565
15566         * mf/feta-bolletjes.mf (triangle): add s to 0triangle.
15567
15568         * mf/GNUmakefile (ALL_GEN_FILES): make SVG files too.
15569
15570 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
15571
15572         * scm/framework-svg.scm (dump-page): Implement landscape.
15573
15574 2004-12-18  Jan Nieuwenhuizen  <janneke@gnu.org>
15575
15576         * lily/main.cc (setup_paths): Add svg to search path.
15577
15578         * scm/output-svg.scm:
15579         * scm/framework-svg.scm: Add pageSet.  Update.
15580         (dump-fonts): New function.
15581         (output-framework): Use it.
15582
15583         * mf/GNUmakefile: 
15584         * buildscripts/gen-bigcheese-scripts.py: Also generate SVG font.
15585
15586 2004-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15587
15588         * tex/lilyponddefs.tex: comment out new ifpdf code.
15589
15590 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
15591
15592         * GNUmakefile.in: 
15593         * SConstruct (symlink): Replace afm by otf.
15594
15595         * scm/framework-gnome.scm (gnome-main): Remove invocation of
15596         ly:pango-add-afm-decoder.
15597
15598         * lily/lily-guile.cc ("ly:pango-add-afm-decoder"): Build fix: Remove.
15599
15600 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15601
15602         * scm/output-ps.scm (new-text): don't access t glyph for getting
15603         space dimension.
15604
15605         * ly/init.ly: warn about \version
15606
15607         * lily/lexer.ll: set version-seen?
15608
15609 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
15610
15611         * scm/output-svg.scm (string->entities): Update.
15612
15613 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15614
15615         * lily/main.cc (setup_paths): replace afm by otf for path. 
15616
15617         * lily/pangofc-afm-decoder.cc: remove.
15618
15619         * lily/include/pangofc-afm-decoder.hh: remove.
15620
15621         * scm/framework-scm.scm (output-framework): new file.
15622
15623         * mf/GNUmakefile: remove SAUTER_FONTS.
15624         remove SVG/sodipodi hacks.
15625
15626         * scm/lily-library.scm (stderr): move stderr.
15627
15628         * mf/GNUmakefile: remove AFM support.
15629
15630         * buildscripts/mf-to-table.py (base): remove AFM support.
15631
15632         * lily/open-type-font.cc (design_size): use design_size
15633
15634 2004-12-17  Pedro Kroger  <kroeger@pedrokroeger.net>
15635
15636         * lily/font-metric.cc (LY_DEFINE): Fix the docstring.
15637
15638 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
15639
15640         * mf/GNUmakefile: Generate combined aybabtu info.
15641         * mf/aybabtu.pe.in (i): Load it.
15642
15643         * scm/framework-tex.scm (otf-font-load-command): Bugfix: subfonts
15644         are not symbols.
15645
15646         * lily/include/open-type-font.hh (count): New method.
15647
15648         * mf/aybabtu.pe.in: Typo.
15649
15650         * Documentation/user/out/lilypond-internals.nexi (Scheme
15651         functions): Typo.
15652
15653         * lily/include/guile-compatibility.hh (SCM_HASHTABLE_P): Add compat.
15654
15655 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15656
15657         * buildscripts/gen-bigcheese-scripts.py (i): use symbols for
15658         subfonts.
15659
15660         * scm/output-tex.scm (named-glyph): new function. This fixes TeX output.
15661
15662         * scm/framework-tex.scm (otf-font-load-command): load subfonts.
15663         (tex-font-command-raw): new function.
15664
15665         * lily/include/virtual-font-metric.hh (Module): remove file
15666
15667         * lily/virtual-font-metric.cc (Module): remove file.
15668         
15669
15670         * lily/open-type-font.cc (LY_DEFINE): ly:otf-font-glyph-info
15671         (get_indexed_char): read bbox from lily table if present.
15672
15673 2004-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15674
15675         * mf/GNUmakefile ($(outdir)/aybabtu.subfonts): rule for
15676         aybabtu.subfonts
15677
15678         * mf/feta-beugel.mf (y): don't number consecutively, instead, use
15679         global glyphname. Enables more than 64 glyphs in the OTF.
15680
15681 2004-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
15682
15683         * scm/font.scm (add-music-fonts): Load aybabtu iso all separate
15684         braces.
15685
15686         * lily/open-type-font.cc (design_size): Use 12 as default for
15687         design size.
15688
15689         * mf/aybabtu.pe.in: New file.  Merge all our braces.
15690
15691         * mf/GNUmakefile: Generate aybabtu.
15692
15693         * tex/lilyponddefs.tex: teTeX 3.0 pdfetex fix.
15694
15695 2004-12-14  Jan Nieuwenhuizen  <janneke@gnu.org>
15696
15697         * scm/lily-library.scm (char->unicode-index): Remove.
15698
15699         * scm/output-gnome.scm (text): Bugfix for plain string input.
15700         Updates.
15701
15702         * scm/output-svg.scm (svg-font): Add weight to font selection.
15703
15704 2004-12-14  Mats Bengtsson  <mabe@s3.kth.se>
15705
15706         * Documentation/topdocs/INSTALL.texi (Top): Point to
15707         buildscripts/out/clean-fonts instead of
15708         buildscripts/clean-fonts.sh. 
15709
15710 2004-12-13  Graham Percival  <gperlist@shaw.ca>
15711
15712         * input/regression/figured-bass.ly: attempt to clarify text.
15713
15714         * Documentation/user/notation.tely: add cindex for tag, attempt to
15715         add figured bass example.
15716
15717         * Documentation/user/changing-defaults: basic editing.
15718
15719 2004-12-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15720
15721         * buildscripts/gen-bigcheese-scripts.py (i): load .subfonts table. 
15722
15723         * lily/open-type-font.cc (LY_DEFINE): new function
15724         ly:font-sub-fonts
15725
15726         * lily/include/font-metric.hh (struct Font_metric): new method
15727         sub_fonts()
15728
15729         * lily/vaticana-ligature-engraver.cc (transform_heads): replace
15730         . with - in add.stem.
15731         
15732 2004-12-13  Jan Nieuwenhuizen  <janneke@gnu.org>
15733
15734         * scm/encoding.scm (coding-alist): Fix encodings for fetaNumber
15735         and fetaDynamic.
15736
15737         * lily/rest.cc (glyph_name): Change - to . .
15738
15739         * scm/output-gnome.scm (text): Hello world, again.
15740
15741         * scm/output-svg.scm (named-glyph): New function.  Hello world!
15742
15743         * lily/modified-font-metric.cc (index_to_charcode): New method.
15744
15745         * lily/include/font-metric.hh (index_to_charcode): New function.
15746
15747         * lily/font-metric.cc (ly:font-glyph-name-to-charcode): Use it in
15748         new function.
15749         (ly:font-glyph-to-index): Remove.
15750
15751 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15752
15753         * lily/open-type-font.cc (make_index_to_charcode_map): new method.
15754
15755         * mf/feta-autometric.mf (code): remove tex name from fet_beginchar.
15756
15757         * lily/open-type-font.cc (load_scheme_table): new function
15758
15759         * lily/dots.cc (print): replace - 
15760
15761         * lily/open-type-font.cc (attachment_point): new function.
15762         (load_table): read LILC table
15763
15764         * buildscripts/gen-bigcheese-scripts.py (Module): new
15765         file. Generate FF scripts.
15766
15767         * mf/feta-din10.mf: idem.
15768
15769         * mf/feta-nummer10.mf: remove mf files.
15770
15771         * mf/feta-alphabet.mf (dynamic_design_size): merge din and number font.
15772
15773 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
15774
15775         * lily/lily-guile.cc: Use scm_from_locale_stringn.
15776
15777         * lily/include/guile-compatibility.hh (scm_from_locale_stringn): Add
15778         compatibility.
15779
15780 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15781
15782         * lily/open-type-font.cc (get_indexed_char): scale metrics by
15783         design-size and units_per_EM.
15784
15785         * mf/bigcheese.pe.in: set PUA codepoints before loading din & nummer.
15786
15787 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
15788
15789         * mf/bigcheese.pe.in (i): Map to 0xe000 (PUA) for testing, which
15790         does not crash fontforge.
15791
15792         * scm/lily-library.scm (char->unicode-index): Hack to map onto
15793         PUA.
15794
15795 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15796
15797         * scm/framework-ps.scm (ps-embed-cff): new function.
15798
15799         * lily/lily-guile.cc (LY_DEFINE): make ly:gulp-file binary proof.
15800
15801 2004-12-12  Werner Lemberg  <wl@gnu.org>
15802
15803         * mf/bigcheese.pe.in: Add PUA mapping.
15804         Don't create Type 42 but bare CFF font.
15805
15806 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
15807
15808         * scm/output-gnome.scm (placebox): Hackery to get bigcheese symbols
15809         within canvas boundaries.
15810
15811         * mf/merge.pe.in: Set font names, version, license GPL.
15812
15813         * make/substitute.make: Add FONTFORGE.
15814
15815         * config.make.in (FONTFORGE): Add.
15816
15817         * configure.in (gui_b): Use PATH_PROG for fontforge.
15818
15819 2004-12-11  Graham Percival  <gperlist@shaw.ca>
15820
15821         * scm/define-markup-commands.scm: add baseline-skip to info
15822         about \column.
15823
15824 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
15825
15826         * lily/font-metric.cc (ly:font-get-glyph-index): New function.
15827
15828         * scm/output-gnome.scm (named-glyph): Use it.
15829
15830         * scm/lily.scm (ly:all-stencil-expressions): Add named-glyph.
15831
15832         * flower/string.cc (substitute_char): Rename, rewrite, modify this.
15833         (upper_string, lower_string, reverse_string): Remove.
15834
15835         * configure.in (fontforge): Reinstate version check.
15836
15837         * ly/engraver-init.ly: Fix clef glyph names.
15838
15839         * lily/time-signature.cc (special_time_signature): Fix fraction
15840         glyph names.
15841
15842 2004-12-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15843
15844         * mf/merge.pe: new file.
15845
15846         * lily/freetype.cc: new file.
15847
15848         * lily/include/open-type-font.hh (class Open_type_font): new file.
15849
15850         * lily/include/freetype.hh: new file.
15851
15852         * lily/open-type-font.cc: new file.
15853
15854         * lily/all-font-metrics.cc (find_otf): new function.
15855
15856 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
15857
15858         * lily/time-signature.cc (special_time_signature): Fix.
15859
15860         * configure.in (PKG_CONFIG_PATH): Remove stray `i'.  Check for
15861         GTK2 before checking for pango.  Fixes -fgnome.
15862
15863         * lily/font-metric.cc (LY_DEFINE): Also rename C name to match
15864         Scheme name.
15865
15866         * scm/define-markup-commands.scm:
15867         * scm/safe-lily.scm: Bugfix: ly:font-by-name.
15868
15869         * configure.in: Require makeinfo 4.7 (needed for @ifdocbook).
15870
15871         * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Grok fontforge-like
15872         date versions.  Fixes configure.
15873         (STEPMAKE_CHECK_VERSION): Support optional actual program version
15874         argument.
15875
15876 2004-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15877
15878         * buildscripts/mf-to-table.py (write_ps_encoding): write real
15879         names in .enc
15880
15881         * lily/*.cc: use '.' iso. '-' for separating glyph name elements.
15882
15883 2004-12-09  Graham Percival  <gperlist@shaw.ca>
15884
15885         * Documentation/user/changing-defaults.itely: add info about
15886         make-dynamic-script
15887
15888         * Documentation/user/notation.itely: add link in dynamics to
15889         section about make-dynamic-script.
15890
15891 2004-12-09  Christian hitz  <chhitz@gmx.net>
15892
15893         * lily/lily-guile.cc: change MACOS_X to __APPLE__
15894
15895 2004-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15896
15897         * buildscripts/mf-to-table.py (parse_logfile): use . for
15898         concatting name and group.
15899         (parse_logfile): use M for Minus (negative.)
15900
15901         * lily/include/type-swallow-translator.hh
15902         (DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
15903
15904         * lily/*.cc: cosmetics around = sign.
15905
15906         * lily/paper-column.cc (Paper_column): copy rank_. This fixes
15907         lyric spacing on the penultimate column.
15908
15909 2004-12-05  Christian Hitz  <chhitz@gmx.net>
15910
15911         * configure.in:
15912         * lily/accidental-placement.cc:
15913         * lily/bar-line.cc:
15914         * lily/beam-concave.cc:
15915         * lily/beam-quanting.cc:
15916         * lily/beam.cc:
15917         * lily/bezier-bow.cc:
15918         * lily/bezier.cc:
15919         * lily/break-align-interface.cc:
15920         * lily/custos.cc:
15921         * lily/dimension-cache.cc:
15922         * lily/dot-column.cc:
15923         * lily/font-metric.cc:
15924         * lily/font-select.cc:
15925         * lily/gourlay-breaking.cc:
15926         * lily/grob-property.cc:
15927         * lily/grob.cc:
15928         * lily/lily-guile.cc:
15929         * lily/line-spanner.cc:
15930         * lily/lookup.cc:
15931         * lily/lyric-extender.cc:
15932         * lily/lyric-hyphen.cc:
15933         * lily/mensural-ligature.cc:
15934         * lily/midi-def.cc:
15935         * lily/misc.cc:
15936         * lily/note-collision.cc:
15937         * lily/note-column.cc:
15938         * lily/note-head.cc:
15939         * lily/paper-outputter.cc:
15940         * lily/percent-repeat-item.cc:
15941         * lily/rest-collision.cc:
15942         * lily/side-position-interface.cc:
15943         * lily/simple-spacer.cc:
15944         * lily/slur-configuration.cc:
15945         * lily/slur-scoring.cc:
15946         * lily/slur.cc:
15947         * lily/spaceable-grob.cc:
15948         * lily/spacing-spanner.cc:
15949         * lily/spanner.cc:
15950         * lily/staff-symbol-referencer.cc:
15951         * lily/stem.cc:
15952         * lily/stencil.cc:
15953         * lily/system-start-delimiter.cc:
15954         * lily/system.cc:
15955         * lily/text-item.cc:
15956         * lily/tie.cc:
15957         * lily/tuplet-bracket.cc:
15958         * lily/vaticana-ligature.cc: Fix for MacOS X: use <math.h> instead of
15959         <cmath> beacause isinf/isnan is undefined in <cmath>
15960
15961 2004-12-03  Mats Bengtsson  <mabe@s3.kth.se>
15962
15963         * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
15964
15965 2004-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15966
15967         * VERSION: release 2.5.3
15968         
15969 2004-11-29  Arno Waschk <arno@arnowaschk.de>
15970
15971         * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo"
15972
15973 2004-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15974
15975         * scm/music-functions.scm (cue-substitute): voice counts start at 0.
15976
15977         * lily/note-head.cc (internal_print): always try the "s" head if
15978         u/d not found.
15979
15980         * scm/titling.scm (marked-up-headfoot): reinstate default tagline.
15981
15982 2004-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15983
15984         * mf/parmesan-heads.mf (overdone_heads): typos.
15985
15986 2004-11-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
15987
15988         * lily/parser.yy (markup): in markups, { .. } without command
15989         before are also flattened, ie \line must be explicitely used.
15990
15991         * Documentation/user/changing-defaults.itely:
15992         * Documentation/user/notation.itely: 
15993         * input/wilhelmus.ly: 
15994         * input/regression/instrument-name-markup.ly: 
15995         * input/regression/markup-score.ly: 
15996         * input/regression/new-markup-scheme.ly: 
15997         * input/regression/new-markup-syntax.ly: 
15998         * input/test/coriolan-margin.ly: use \line in markups where
15999         appropriate
16000         
16001 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
16002
16003         * scm/new-markup.scm (map-markup-command-list): helper function
16004         used in parser.yy to map markup commands on a markup list.
16005
16006         * lily/parser.yy: get rid off < > in markups by treating { } as
16007         real lists.
16008
16009         * lily/lexer.ll: remove < > from markup lexer mode.
16010
16011         * scripts/convert-ly.py (conv): add rule for converting 
16012         \markup < > to \markup { }
16013
16014         * ly/titling-init.ly: 
16015         * input/test/coriolan-margin.ly: 
16016         * input/regression/new-markup-syntax.ly: 
16017         * input/regression/new-markup-scheme.ly: 
16018         * input/regression/multi-measure-rest-text.ly: 
16019         * input/regression/markup-stack.ly: 
16020         * input/regression/markup-score.ly: 
16021         * input/regression/instrument-name-markup.ly: 
16022         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: 
16023         * input/mutopia/R.Schumann/romanze-op28-2.ly: 
16024         * input/mutopia/J.S.Bach/wtk1-fugue2.ly: 
16025         * input/wilhelmus.ly: 
16026         * Documentation/user/notation.itely: 
16027         * Documentation/user/music-glossary.tely: 
16028         * Documentation/user/changing-defaults.itely: change < > to { } in
16029         markups
16030
16031 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16032
16033         * lily/accidental-placement.cc (position_accidentals): shortcut if
16034         no accidentals to place.
16035
16036 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
16037
16038         * scm/define-grob-properties.scm (all-user-grob-properties): fixed
16039         typo s/ly:dimension ?/ly:dimension?/
16040
16041         * input/regression/lily-in-scheme.ly: 
16042         * input/regression/music-function.ly: 
16043         * ly/spanners-init.ly (assertBeamSlope): 
16044         * scm/music-functions.scm (def-grace-function): add the paper
16045         argument to music function definitions.
16046
16047 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16048
16049         * lily/moment.cc (LY_DEFINE):
16050         ly:moment-main-{denominator,numberator}, new function.
16051
16052         * lily/score-engraver.cc (typeset_all): assign to column on basis
16053         of axis-group-parent-X setting.
16054
16055         * lily/axis-group-engraver.cc (process_acknowledged_grobs): do
16056         add_element() on basis of axis-group-parent-Y setting.
16057
16058         * lily/grob.cc: add axis-group-parent-{XY} properties.
16059
16060         * input/regression/spacing-stick-out.ly: new file.
16061
16062         * lily/simple-spacer.cc (add_columns): use binary search for
16063         setting column rods. Changes O(n^2) to O(n log(n)) for
16064         constructing spacing problem from columns.
16065         (add_columns): read allow-outside-line to make sure no texts stick
16066         out.
16067         (solve): Simple_spacer::is_active() only determines
16068         satisfies_constraints_ for non-ragged typesetting.
16069
16070         * lily/simultaneous-music.cc (to_relative_octave): only set
16071         old_relative_used if return pitch actually changed.
16072
16073         * scm/define-context-properties.scm
16074         (all-user-translation-properties): change to match implementation.
16075
16076         * python/lilylib.py: Replace re.match by re.search and adds "-c
16077         showpage" to the gs command line (Johannes Schindelin)
16078
16079         * scm/framework-ps.scm (output-preview-framework): sanitize bbox
16080         before processing. Prevents crash when inf is in the extent.
16081
16082         * scm/define-markup-commands.scm (note-by-number): add "s" to
16083         "noteheads-" glyphname.
16084  
16085         * lily/parser.yy (Generic_prefix_music): supply parser argument to
16086         music function as well.
16087         
16088 2004-11-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16089
16090         * VERSION: release 2.5.2
16091
16092         * Documentation/user/changing-defaults.itely (Creating titles):
16093         add breakbefore variable.
16094
16095         * lily/paper-book.cc (set_system_penalty): new function. Set
16096         penalty_ based on breakBefore setting
16097
16098         * lily/context-specced-music-iterator.cc (construct_children):
16099         interpret special context id $uniqueContextId 
16100
16101         * lily/context.cc (create_unique_context): new method. Move
16102         creation of unique (\new) contexts into interpreting phase. This
16103         makes
16104
16105           foo= \new Staff ..
16106           << \foo \foo >>
16107
16108         produce 2 staves.
16109         
16110
16111         * scm/define-music-properties.scm (all-music-properties): add
16112         quoted-voice-direction
16113
16114         * ly/music-functions-init.ly: killCues function.
16115
16116         * scm/music-functions.scm (cue-substitute): move creation of voice
16117         contexts further to the back. 
16118
16119 2004-11-25  Werner Lemberg  <wl@gnu.org>
16120
16121         * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
16122         `/hyphen' in encoding vector to get correct glyph name for EC fonts.
16123
16124 2004-11-24  Erik Sandberg  <ersa9195@student.uu.se>
16125
16126         * buildscripts/guile-gnome.sh: Fixed typo.
16127
16128 2004-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16129
16130         * lily/lexer.ll: add < >  to markup lexer mode (backportme)
16131
16132         * scripts/abc2ly.py (dump_slyrics): add ord(). 
16133
16134         * lily/note-heads-engraver.cc (process_music): add shapeNoteStyles
16135         to regular engraver. 
16136
16137 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16138
16139         * mf/feta-bolletjes.mf (triangle): rewrite solfa heads.
16140
16141 2004-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
16142
16143         * scm/define-markup-commands.scm (fill-line): Typo.
16144
16145         * buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
16146         and newer.
16147
16148 2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
16149
16150         * ly/dynamic-scripts-init.ly: Fixed typo.
16151
16152 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16153
16154         * mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
16155         note-head, to have different attachment points for up and down.
16156
16157         * mf/feta-bolletjes.mf: merge solfa heads into main note heads.
16158
16159         * mf/feta-generic.mf (else): remove solfa.
16160
16161         * mf/feta-bolletjes.mf (tishape): remove unicode test.
16162
16163         * scm/define-context-properties.scm
16164         (all-user-translation-properties): add shapeNoteStyles property.
16165
16166         * lily/shape-note-heads-engraver.cc (process_music): new file.
16167
16168         * lily/event.cc (transpose): call Event::transpose() for
16169         transposing the tonic.
16170
16171 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
16172
16173         * scm/output-gnome.scm: Save some pointers about pango/fontconfig
16174         Unicode/OpenType and AFM.
16175
16176         * lily/include/guile-compatibility.hh (scm_from_bool): Add.
16177
16178 2004-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16179
16180         * lily/grob.cc (Grob): idem. Plugs mem leaks. 
16181
16182         * lily/context.cc (Context): unprotect key from ctor.
16183
16184         * scm/stencil.scm (stack-lines): return empty-stencil if argument
16185         is '()
16186         (stack-stencils): idem.
16187
16188         * Documentation/user/changing-defaults.itely (Creating titles):
16189         document new title layout options.
16190
16191         * lily/parser.yy (lilypond_header_body): copy previous
16192         $globalheader if present.
16193
16194         * lily/ly-module.cc (LY_DEFINE): rename ly:import-module to
16195         ly:module-copy
16196         
16197         * scm/page-layout.scm (marked-up-headfoot): remove old functions.
16198
16199         * scm/titling.scm: remove old titling functions
16200
16201         * lily/stencil.cc (translate): remove absolute dimension.
16202
16203         * ly/titling-init.ly (oddFooterMarkup): new file. Generate titles
16204         via markup.
16205
16206         * scm/page-layout.scm (marked-up-headfoot): create header/footer
16207         field from user-supplied markup
16208
16209         * scm/define-markup-commands.scm (on-the-fly): new markup
16210         command. Enter SCM markup procedure directly in Scheme.
16211         (fromproperty): new markup command. Read markup from props argument.
16212
16213         * scm/titling.scm (marked-up-title): create title via
16214         user-specified markup. 
16215
16216         * scm/define-markup-commands.scm (column): remove empty stencils
16217         from column.
16218
16219         * lily/ly-module.cc (LY_DEFINE): use ly_module_lookup(). This does
16220         not have side-effect of creating variable stub.
16221
16222         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-empty?
16223
16224 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
16225
16226         * scm/encoding.scm (coding-alist): 
16227         * scm/font.scm (add-ec-fonts):
16228         * ly/paper-defaults.ly: Use actual name for EC fontencoding:
16229         Extended-TeX-Font-Encoding---Latin.
16230
16231         * lily/side-position-interface.cc (general_side_position): Add
16232         actual offset to error message (avoid constant error messages).
16233
16234         * lily/all-font-metrics.cc (find_font): Add "lm" to try-AFM-first
16235         block.
16236
16237         * lily/font-select.cc (select_encoded_font)
16238         (get_font_by_mag_step, get_font_by_design_size): 
16239         * lily/modified-font-metric.cc (Modified_font_metric): 
16240         * lily/paper-def.cc (find_scaled_font): Add font_encoding parameter.
16241
16242         * scm/encoding.scm (coding-alist): Add fetaDynamic.
16243         (read-encoding-file): Bugfix: do not require space after bracket.
16244
16245         * scm/font.scm (add-cork-lm-fonts): Remove lmbxi8 and lmbxi14,
16246         these do not exist.
16247
16248 2004-11-20  Graham Percival  <gperlist@shaw.ca>
16249
16250         * Documentation/user/notation.itely: added info about typesetting
16251         boxed bar numbers.
16252
16253 2004-11-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16254
16255         * flower/interval.cc (T_to_string): gcc4 fixes.
16256
16257         * scm/define-markup-commands.scm (fill-line): use
16258         stack-stencils. This fixes problems with putting already centered
16259         stencils in a line.
16260
16261         * VERSION: release 2.5.1
16262
16263         * lily/bar-line.cc (get_staff_bar_size): add line thickness.
16264
16265 2004-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16266
16267         * input/example-[1-3].ly: simplify.
16268
16269         * lily/cluster-engraver.cc (try_music): react to busy-playing-event
16270
16271         * scm/output-ps.scm (new-text): new function. Use glyphshow to
16272         show glyphs.
16273
16274         * scm/encoding.scm (decode-byte-string): new function.
16275
16276         * scripts/convert-ly.py (conv): add warning about
16277         set-global-staff-size.
16278
16279         * Doxyfile: add. 
16280
16281         * scripts/convert-ly.py (conv): add raggedlastbottom rule
16282         (conv): warn for TextSpanner split.
16283         (conv): warn for textheight.
16284
16285 2004-11-19  Jan Nieuwenhuizen  <janneke@gnu.org>
16286
16287         * GNUmakefile.in (install-WWW): Invoke install-info, so that when
16288         building the documentation, info with images are installed.
16289         (final-install): Fix description.  Mention sourcing of login
16290         scripts (instead of running).
16291
16292 2004-11-18  Jan Nieuwenhuizen  <janneke@gnu.org>
16293
16294         * Debian lmodern support.  Note that LilyPond will issue warnings
16295         
16296             no such encoding: "FontSpecific"
16297
16298           The font selection mechanism wants to get the encoding from the
16299           font itself, but the idea of lmodern is that it is usable with
16300           different encodings, ie, Lily should get the encoding from the
16301           font tree, rather than the font itself.  This would require some
16302           more work.
16303         
16304         * configure.in: Test for and accept lmodern if EC fonts not found.
16305
16306         * scm/framework-tex.scm (font-load-command): TeX font name
16307         mangling for latin1 encoded cork-lm fonts.
16308         (convert-to-ps): Load lm.map if available.
16309
16310         * ly/paper-defaults.ly: Use cork-lm encoding if ec is not
16311         available.
16312
16313         * scm/encoding.scm (coding-alist): Add cork-lm encoding.
16314
16315         * scm/font.scm: Add header.  Autoload cork-lm and ec fonts if
16316         available.
16317
16318         * lily/kpath.cc (ly_kpathsea_find_file): Rename.  Do not use
16319         path for absolute file name, that is silly.
16320
16321         * lily/score-engraver.cc (initialize): 
16322
16323         * Documentation/user/GNUmakefile (local-install-info): Invoke
16324         install-info --remove first.
16325
16326         * #include cleanup (Andreas Scherer).
16327
16328 2004-11-18  Heikki Junes  <hjunes@cc.hut.fi>
16329
16330         * input/test/script-abbreviations.ly: fix typos.
16331
16332 2004-11-17  Werner Lemberg  <wl@gnu.org>
16333
16334         * python/lilylib.py (options_help_str): Support pretty-printing of
16335         newlines in fourth element of option description.
16336
16337         * scripts/lilypond-book.py (option_definitions): Use new lilylib
16338         feature.
16339         Sort options.
16340
16341         * Documentation/user/lilypond-book.itely: Finish update.
16342
16343 2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
16344
16345         * Documentation/user/macros.itexi: Add comment about \command.
16346
16347         * Documentation/user/lilypond.tely:
16348         * Documentation/user/lilypond-book.itely: Fix names of lilypond
16349         and lilypond-book nodes, so that `info lilypond' visits the manual
16350         at top level, and `info lilypond-book' visits the lilypond-book
16351         section.
16352
16353         * Documentation/user/GNUmakefile (local-install-info): Fix rules
16354         and packager messages.
16355
16356         * lily/pangofc-afm-decoder.cc: Update test.
16357
16358 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
16359
16360         * scm/lily-library.scm (char->unicode-index): New function.
16361
16362         * scm/output-gnome.scm: 
16363         * scm/output-svg.scm: Cleanup.  Map custom fonts to PUA.
16364
16365         * Proper naming of file name throughout; s/filename/file[-_]name/.
16366
16367         * lily/modified-font-metric.cc ("ly:font-encoding"): New function.
16368
16369         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Map onto PUA.
16370
16371 2004-11-16  Werner Lemberg  <wl@gnu.org>
16372
16373         * scripts/lilypond-book.py: The Lord has commanded me to use only
16374         tabs for indentation.  Your humble servant obeys.
16375
16376 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
16377
16378         * scm/output-svg.scm: Font fixes.  Sodipodi now groks svg
16379         including font, if LilyPond-feta font is only feta font in path.
16380
16381         * scm/output-gnome.scm (text): Revert to file name of font if font
16382         has no name.  Fixes ec font selection.
16383         (char): Bugfix: do not utf8 twice.  Fixes clefs.
16384
16385         * scm/framework-svg.scm:
16386         * scm/output-svg.scm: New file.  TODO: figure out how to
16387         do character by index in font.
16388
16389         * scm/output-sodipodi.scm: Remove.
16390
16391         * scm/output-ps.scm (stem): Remove.
16392
16393 2004-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
16394
16395         * scm/output-gnome.scm (beam): New function.
16396         (slur): Round corners.
16397         (round-filled-box): Round corners.
16398
16399 2004-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16400
16401         * scm/output-gnome.scm (beam): add function.
16402         (draw-line): new routine.
16403         (dashed-line): stub; call draw-line
16404         (polygon): new routine.
16405
16406 2004-11-15  Werner Lemberg  <wl@gnu.org>
16407
16408         * Documentation/user/lilypond-book.itely: Revise section on
16409         lilypond-book options.
16410         Other minor fixes.
16411
16412         * scripts/lilypond-book.py: Change indentation to 4.
16413         Minor formatting.
16414
16415 2004-11-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16416
16417         * lily/system.cc (apply_tweaks): new function. Run tweaks on all
16418         grobs that have tweaks specced.
16419         
16420 2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
16421
16422         * Documentation/user/sound-output.itexi: add code snippets for MIDI.
16423
16424 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
16425
16426         * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
16427         actual char #, not 0 based index.
16428
16429         * lily/system-start-delimiter.cc (staff_brace): Start at 65.
16430
16431         * mf/feta-beugel.mf: Actually start at char #65.  Add header.
16432         Warning: do make -C mf clean.
16433
16434         * lily/context-property.cc: Compile fix.
16435
16436         * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf.
16437         Grok ec-fonts, braces and dynamics.
16438
16439         * scm/framework-gnome.scm (gnome-main): Register braces with pango.
16440
16441 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16442
16443         * lily/include/tweak-registration.hh: new file.
16444
16445         * lily/tweak-registration.cc: new file.
16446
16447         * scm/framework-gnome.scm (save-tweaks): use new key mechanism for
16448         saving tweaks.
16449
16450         * scm/output-gnome.scm (text): comment dribble.
16451
16452 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
16453
16454         * lily/pangofc-afm-decoder.cc (main): Test more feta fonts.
16455
16456         * scm/output-gnome.scm (bezier-sandwich): New function.  Reset
16457         path-def before using.  Fixes muchtomany slurs in wrong places
16458         bug.
16459
16460 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16461
16462         * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
16463
16464         * lily/include/object-key-undumper.hh (Module): new file.
16465
16466         * lily/object-key-undumper.cc (Module): New file. Deserialize
16467         keys. SCM bindings
16468
16469         * lily/object-key-dumper.cc (Object_key_dumper): idem.
16470         Provide SCM bindings.
16471
16472         * lily/include/object-key-dumper.hh (class Object_key_dumper): 
16473         new file. Serialize object keys.
16474         
16475         * lily/object-key.cc (dump): new function.
16476         (as_scheme): new virtual function
16477         (undump): new function
16478         (undumpers): new table.
16479
16480         * lily/include/global-context.hh (Context): take \score key upon init.
16481
16482         * lily/object-key-dumper.cc (serialize_key): new file.
16483
16484         * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
16485
16486         * lily/lily-lexer.cc: remove \quote.
16487
16488         * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
16489
16490         * lily/context.cc (Context): take key argument in ctor.
16491         (create_context): new function
16492
16493         * lily/grob.cc (Grob): take key argument in ctor.  
16494
16495         * lily/lilypond-key.cc (do_compare): new file.
16496
16497         * lily/object-key.cc (Object_key): new file.
16498
16499         * lily/include/object-key.hh (class Object_key): new file.
16500
16501         * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
16502
16503 2004-11-13  Graham Percival  <gperlist@shaw.ca>
16504
16505         * Documentation/user/lilypond-book.itely: add small warning about
16506         noindent default in lilypond-book.
16507
16508         * Documentation/user/converters.itely: add examples for convert-ly.
16509
16510         * Documentation/user/examples.itely: change version string in templates
16511         to 2.4.0.
16512
16513 2004-11-12  Karl Hammar  <karl@aspodata.se>
16514
16515         * GNUmakefile.in (local-WWW-post): `find ...` overflows the
16516         cmdline, use xargs instead (backportme)
16517
16518 2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
16519         
16520         * Documentation/user/: Numerous fixes in the user manual.
16521
16522 2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16523
16524         * lily/parser.yy (re_rhythmed_music): search music expression for
16525         context-id, surround by \new Voice if not found. Fixes:
16526         addlyrics-second-staff.ly
16527
16528         * VERSION: 2.5.0 released.
16529         
16530 2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
16531
16532         * Documentation/index.html.in: Fix url to one big page.  (backportme)
16533
16534         * Documentation/user/GNUmakefile: Separate rules for split and
16535         unsplit html documents.  Remove perl massaging.  (backportme)
16536
16537 2004-11-11  Graham Percival  <gperlist@shaw.ca>
16538
16539         * Documentation/user/lilypond-book.itely: add short warning about
16540         \lilypond{} in LaTeX docs.
16541
16542 2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
16543
16544         * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
16545         found.  (backportme)
16546
16547         * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
16548         version requirement.  (backportme)
16549
16550         * configure.in: Be explicit about old versions of
16551         ec-fonts-mtraced.  (backportme)
16552
16553         * lily/context-selector.cc (set_tweaks): New function.
16554         * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
16555         web with -DTWEAK.
16556
16557         * Documentation/user/introduction.itely (Automated engraving):
16558         Remove fragment option.  Fixes web.
16559
16560         * lily/context-property.cc (make_item_from_properties):
16561         * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
16562         #ifdef.
16563
16564         * scm/define-context-properties.scm
16565         (all-internal-translation-properties): Add tweakRank and tweakCount.
16566
16567         * lily/grob.cc: 
16568         * scm/define-grob-properties.scm (all-internal-grob-properties):
16569         Add tweak-rank and tweak-count.
16570
16571 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
16572
16573         * scm/output-gnome.scm (string->utf8-string, char->utf8-string):
16574         New function.
16575         (text): Use them.
16576
16577         * scm/framework-gnome.scm (item-event): Add support from TLA.  Support
16578         animated/opaque grob dragging tweaks.
16579
16580         * buildscripts/guile-gnome.sh: Update.
16581
16582 2004-11-10  Mats Bengtsson  <mabe@s3.kth.se>
16583
16584         * scm/define-grobs.scm (all-grob-descriptions): Added
16585         line-interface to the LigatureBracket object.
16586
16587 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
16588
16589         * scm/framework-gnome.scm (item-event): Support non-animated mouse
16590         dragging tweaks.
16591
16592         * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.
16593
16594         * lily/context-selector.cc (store_context): New function.
16595
16596         * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
16597         (store_grob): New function.
16598         (identify_grob): Add Moment parameter.
16599
16600         * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
16601         exists.
16602
16603         * scm/framework-gnome.scm (save-tweaks): Write as alist.
16604
16605 2004-11-09  Jan Nieuwenhuizen  <janneke@gnu.org>
16606
16607         * scm/framework-gnome.scm (item-event): Print grob id.
16608         (save-tweaks): New function.
16609         (tweak): New funtion.
16610         (item-event): Use it, bound to arrow keys.
16611
16612         * lily/context-property.cc (make_item_from_properties): Register grob.
16613         * lily/context.cc (add_context): Register context.
16614
16615         * lily/include/context-selector.hh:
16616         * lily/include/grob-selector.hh:
16617         * lily/context-selector.cc:
16618         * lily/grob-selector.cc: New file.
16619
16620 2004-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16621
16622         * lily/slur.cc: add 'positions to interface
16623
16624         * lily/main.cc: reinstate PS as standard output format. 
16625
16626         * scm/framework-tex.scm (output-preview-framework): print systems
16627         up to first non title system.
16628
16629         * lily/grace-engraver.cc (start_translation_timestep): split
16630         scm_cadddr
16631         
16632 2004-11-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16633
16634         * lily/quote-iterator.cc (Module): remove old quote-iterator
16635
16636         * scm/define-music-types.scm (music-descriptions): move
16637         NewQuoteMusic over QuoteMusic
16638
16639         * Documentation/user/notation.itely (Formatting cue notes): use
16640         \cueDuring.
16641
16642         * lily/new-quote-iterator.cc (quote_ok): new function.
16643
16644         * input/regression/quote-cue-during.ly: new file.
16645
16646         * input/regression/quote-grace.ly: new file.
16647
16648         * scm/define-context-properties.scm (Module): change definition of
16649         graceSettings
16650
16651         * lily/context-property.cc (Module): rename from
16652         translator-property.cc
16653
16654         * lily/context.cc (context_name_symbol): new function
16655
16656         * lily/grace-engraver.cc: new file. Set properties for grobs based
16657         on the grace-ness of now_moment().
16658
16659         * scm/music-functions.scm (add-grace-property): use list
16660         iso. vector for graceSettings
16661         remove set-{start,stop}-grace-properties. 
16662
16663         * lily/new-quote-iterator.cc (construct_children): set
16664         quote_outlet_ if no quoted-context-{id,type} specified.
16665
16666         * scripts/convert-ly.py (conv): \quote -> \quoteDuring.
16667
16668         * lily/parser.yy (command_element): remove \quote.
16669
16670         * ly/music-functions-init.ly (location): add quoteDuring music
16671         function. 
16672
16673         * lily/lexer.ll: allow \encoding in lyrics as well.  Remove
16674         optional semicolon. (backportme)
16675
16676 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
16677
16678         * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
16679         need to link to GUILE et al.
16680
16681 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16682
16683         * scm/define-music-properties.scm (all-music-properties): add
16684         quoted-context-type, quoted-context-id.
16685
16686         * scm/lily.scm (type-check-list): new function.
16687         
16688         * scm/lily-library.scm: new file. Generic library routines.
16689
16690         * lily/parser.yy (Generic_prefix_music): move typechecking out of
16691         parser.
16692
16693         * ly/music-functions-init.ly: add quoteDuring function.
16694
16695         * lily/include/music-iterator.hh (class Music_iterator): rename
16696         set_translator -> set_context
16697
16698         * lily/parser.yy (Generic_prefix_music_scm): add
16699         MUSIC_FUNCTION_SCM_SCM_MUSIC
16700
16701         * scm/lily.scm (sanitize-command-option): new function. (backportme)
16702
16703         * scm/framework-tex.scm (header): sanitize TeX paper size.
16704         (backportme)
16705
16706 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
16707
16708         * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
16709
16710         * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
16711
16712         * scm/framework-tex.scm (font-load-command): Use T1 if no
16713         font-encoding set.  (backportme)
16714
16715         * scm/lily.scm (postscript->pdf): Remove .pdf file if it
16716         exists before converting.  (backportme)
16717
16718         * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
16719         exists before converting.  (backportme)
16720         (convert-to-ps): Remove .ps file if it exists before
16721         converting.  (backportme)
16722
16723         * lily/lexer.ll: Remove extra progress newline, use present tense.
16724
16725         * scm/paper.scm (paper-alist): public.
16726         * scm/framework-tex.scm (convert-to-ps):
16727         * scm/lily.scm (postscript->pdf): Do not leak papersizename into
16728         command line.
16729
16730 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16731
16732         * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
16733
16734         * lily/recording-group-engraver.cc (derived_mark): mark
16735         now_events_. (backportme)
16736
16737 2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16738
16739         * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
16740
16741         * scm/framework-tex.scm (convert-to-dvi): use ly:system for
16742         invoking latex. (backportme.)
16743
16744         * lily/stem.cc (off_callback): center stems for all rest stems.
16745
16746 2004-11-05  Werner Lemberg  <wl@gnu.org>
16747
16748         * Documentation/user/lilypond.tely: Add more guidelines for writing
16749         lilypond texinfo documents.
16750
16751 2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
16752
16753         * Documentation/index.html.in: remove <hr>.
16754
16755         * THANKS: change 2.3 to 2.4.
16756
16757 2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
16758
16759         * scm/output-gnome.scm: More fontconfig comment.
16760
16761 2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
16762
16763         * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
16764         <package> directory in $(builddir)/share according with
16765         PACKAGE_NAME defined in the VERSION file.
16766
16767 2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16768
16769         * lily/beam.cc (rest_collision_callback): use local beam
16770         multiplicity.
16771
16772         * input/regression/stem-stemlet.ly: new file.
16773
16774         * lily/stem.cc (add_head): store rests as well.
16775
16776         * scm/define-grob-properties.scm (all-user-grob-properties): add
16777         stemlet-length
16778
16779         * lily/stem.cc: store rests as well.
16780         
16781         * input/regression/new-slur.ly: mention forcing.
16782
16783 2004-11-04  Werner Lemberg  <wl@gnu.org>
16784
16785         * Documentation/user/*: A new round of layout fixes and document
16786         structure cleanup.
16787
16788 2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
16789
16790         * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
16791
16792 2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
16793
16794         * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
16795
16796 2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
16797
16798         * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
16799
16800         * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
16801
16802         * lily/main.cc (main): Invoke identify.
16803
16804         * scm/lily.scm (postscript->pdf): Remove progress newline.
16805         Write progress to stderr.
16806
16807         * lily/paper-book.cc (output): Remove progress newline.
16808
16809         * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
16810         gettext on user messages, and remove whitespace.
16811
16812         * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
16813
16814         * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
16815         argv[0] (Thomas Scharkowski).
16816
16817         * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
16818         call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
16819         for ec-fonts-mtraced.
16820
16821         * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
16822         --srcdir build (Bertalan).
16823
16824         * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
16825         headers and library too (Laura Conrad).
16826
16827         * Documentation/topdocs/INSTALL.texi (Top): Mention development
16828         package for guile too (Laura Conrad).
16829
16830         * lily/main.cc (usage): Typo.
16831
16832 2004-11-02  Werner Lemberg  <wl@gnu.org>
16833
16834         * Documentation/user/notation.ly: More fixes to improve appearance.
16835
16836         * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
16837         better output for multicolumn tables.
16838
16839 2004-11-01  Mats Bengtsson  <mabe@s3.kth.se>
16840
16841         * lily/main.cc (dir_info): Fixed typo in the printouts.
16842
16843 2004-11-01  Werner Lemberg  <wl@gnu.org>
16844
16845         * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
16846         of output.
16847         Set `per_line' to 2; replace hard-coded value with it.
16848
16849         * Documentation/user/*: Many fixes to improve appearance of
16850         printed manual.
16851
16852 2004-11-01  Werner Lemberg  <wl@gnu.org>
16853
16854         * Documentation/user/changing-defaults.itely,
16855         Documentation/user/notation.ly,
16856         Documentation/user/programming-interface.itely: Use @/.
16857         Fix formatting of some lilypond snippets and tables.
16858
16859         * scripts/lilypond-book.py (compose_ly): Provide useful default
16860         for LINEWIDTH in `override'.
16861
16862 2004-10-31  Graham Percival  <gperlist@shaw.ca>
16863
16864         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
16865
16866 2004-10-31  Werner Lemberg  <wl@gnu.org>
16867
16868         Resetting @exampleindent to `5' gives ugly results with texinfo's
16869         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
16870         (if not quoting) to change @exampleindent only locally.
16871
16872         * scripts/lilypond-book.py (NOQUOTE): New variable.
16873         (output) [LATEX]: Remove AFTER and BEFORE.
16874         [TEXINFO]: Remove AFTER and BEFORE.
16875         Fix QUOTE and VERBATIM pattern.
16876         Add NOQUOTE pattern.
16877         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
16878         and BEFORE.
16879         [output_texinfo]: Use NOQUOTE.
16880
16881 2004-10-31  Graham Percival  <gperlist@shaw.ca>
16882
16883         * Documentation/user/changing-defaults.itely: clarify paper
16884         size commands with correct info.
16885
16886         * Documentation/user/lilypond-book.itely: add more docs for
16887         filename extensions.
16888
16889 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16890
16891         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
16892         (PATCH_LEVEL): start 2.5.0.
16893
16894 #Local variables:
16895 #coding: utf-8
16896 #End:
16897