]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
(check_sol): no empty if bodies.
[lilypond.git] / ChangeLog
1 2006-10-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
2
3         * flower/polynomial.cc (check_sol): no empty if bodies. 
4
5 2006-10-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
6
7         * stepmake/stepmake/po-vars.make: test change for GIT gateway.
8
9 2006-10-22  Jürgen Reuter  <reuter@ipd.uka.de>
10
11         * Documentation/user/examples.itely (Transcription of mensural
12         music): Added more comments in .ly source.  Suggest to remove
13         Forbid_line_break_engraver to allow line breaking at all bars.
14
15         * Documentation/user/instrument-notation.itely (Ancient
16         articulations): Updated @refbugs regarding episem.
17
18         * Documentation/user/instrument-notation.itely (Gregorian square
19         neumes ligatures): Added \augmentum dots.  Updated @refbugs
20         regarding \augmentum.
21
22         * input/test/gregorian-scripts.ly: Removed obsolete TODOs.
23
24         * input/test/ligature-vaticana.ly: Added \augmentum dots.  Updated
25         comment.
26
27         * lily/vaticana-ligature-engraver.cc: Added TODO comment for
28         \augmentum dots.
29
30         * ly/gregorian-init.ly: Added \augmentum macro.
31
32 2006-10-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
33
34         * lily/gregorian-ligature-engraver.cc (fix_prefix): const correctness.
35
36         * lily/pango-font.cc (pango_item_string_stencil): use
37         FT_Get_X11_Font_Format()
38
39 2006-10-22  John Mandereau  <john.mandereau@free.fr>
40
41         * po/fr.po: update translation.
42
43 2006-10-21  Han-Wen Nienhuys  <hanwen@lilypond.org>
44
45         * VERSION (PATCH_LEVEL): bump version
46
47         * input/regression/horizontal-bracket-break.ly: new file.
48
49         * scm/define-grobs.scm (all-grob-descriptions): calc
50         connect-to-neighbor. 
51
52         * lily/horizontal-bracket.cc (make_bracket): support
53         connect-to-neighbor.  Fix #118
54
55         * VERSION: release 2.9.26-2
56
57         * lily/ttf.cc (make_index_to_charcode_map): remove debugging gobs.
58
59         * VERSION (PACKAGE_NAME): release 2.9.26
60
61         * buildscripts/output-distance.py (test_basic_compare): add
62         multipage test.
63         (FileLink.multi_img_cell): new function, glob multi-page png
64         images.
65
66 2006-10-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
67
68         * po/lilypond.pot: update.
69
70         * Documentation/topdocs/NEWS.tely (Top): remove TODOs.
71
72         * Documentation/user/global.itely (File structure): remove
73         \addqoute remark.
74
75         * lily/parser.yy (FIXME): remove ADDQUOTE
76
77         * Documentation/user/global.itely (Extracting fragments of
78         notation): new node, about clip systems.
79
80         * Documentation/user/lilypond-book.itely (Many quotes of a large
81         score): ref to clip systems.
82
83         * Documentation/user/instrument-notation.itely (Entering lyrics):
84         add note about lyric ties and required font.
85
86         * lily/open-type-font.cc (glyph_list): format errors.
87
88         * Documentation/user/programming-interface.itely (Scheme
89         procedures as properties): more doco on simple-closure and scheme
90         callbacks.
91         (Input variables and Scheme): use lilypond[verbatim], document
92         dummy statement.
93
94         * Documentation/user/page.itely (Displaying spacing): use \book
95         explicitly, so arrows show .
96         (Line breaking): add note about Forbid_line_break_engraver
97
98         * Documentation/user/tweaks.itely (Common tweaks): also set length
99         to prevent tie squeezing. 
100         (Default files): use @var{}
101
102         * Documentation/user/converters.itely (Invoking abc2ly): remove mup2ly.
103         (Generating LilyPond files): add FOMUS.
104
105 2006-10-20  Joe Neeman  <joeneeman@gmail.com>
106
107         * scm/define-grobs.scm (all-grob-descriptions): set side-axis and
108         Y-offset for TextScript and Script
109
110         * lily/text-engraver.cc (make_item): 
111         * lily/script-engraver.cc (make_script_from_event):
112         remove call to Side_position_interface::set_axis since all scripts
113         now have this set by default
114
115         * lily/context.cc: 
116         * lily/prob.cc: use variables
117
118 2006-10-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
119
120         * lily/page-turn-engraver.cc (acknowledge_note_head): don't look
121         at typography, rather analyse stream event duration. 
122
123         * Documentation/user/page.itely (Page formatting): set a6 paper
124         for system separator example.
125         
126         * lily/arpeggio.cc (Module): idem.
127
128         * lily/accidental-placement.cc: add script-priority property.
129
130         * scm/framework-ps.scm (dump-stencil-as-EPS): thinko.
131
132         * lily/ttf.cc (print_trailer): if all else fails: use
133         glyphIndexXXXX as glyph name. Fixes #117.
134
135         * lily/pango-font.cc (pango_item_string_stencil): only use cmap
136         entry if cmap contains glyph.
137         (get_index_to_charcode_map): remove from Pango_font class, use
138         global filename -> font mapping.
139         (get_glyph_index_name): new function.
140         (pango_item_string_stencil): use glyphIndexXXXX as glyph name,
141         only for TTF. 
142
143         * scripts/lilypond-book.py (main): use -deps-box-padding=-3
144
145         * scm/framework-ps.scm (dump-stencil-as-EPS): use eps-box-padding,
146         a number.
147
148         * scm/define-grob-properties.scm (all-user-grob-properties):
149         remove outdated doc. Fixes #116
150
151         * lily/completion-note-heads-engraver.cc (process_music): always
152         clone input events; otherwise we may overwrite input 'duration
153         property. Fixes #115.
154
155         * lily/general-scheme.cc (LY_DEFINE): explicit cast in case
156         scm_t_int32 != int
157
158         * scm/output-svg.scm (pango-description-regexp-comma): Remove ^
159         anchor. Fixes #114
160
161         * VERSION (PATCH_LEVEL): bump version.
162
163 2006-10-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
164
165         * lily/engraver.cc (internal_make_grob): use variables.
166
167         * flower/string-convert.cc (dec2double): clean-up warnings. 
168
169         * configure.in (CXXFLAGS): add -Werror.
170
171         * VERSION (PACKAGE_NAME): release 2.9.25
172
173 2006-10-18  Joe Neeman  <joeneeman@gmail.com>
174
175         * lily/simple-spacer.cc (get_line_forces): test for non-fitting
176         line even if we precede a forced break.
177
178         * lily/optimal-page-breaking.cc (try_page_spacing): square line
179         forces too. Make page-spacing weight default to 10 because the
180         changes to vertical springs decreased the page force/line force
181         proportions. Also, take the average of line force and page force
182         instead of just the sum.
183
184         * lily/constrained-breaking.cc (initialize): make the stiffness
185         of the vertical springs depend on the height of the system. This
186         prevents pages with only a few large systems from getting huge
187         forces
188
189         * Documentation/user/page.itely (Page formatting): document the
190         change in default page-spacing-weight
191
192         * lily/include/constrained-breaking.hh: initialise bottom_padding_
193
194 2006-10-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
195
196         * input/typography-demo.ly (melody): remove superfluous slur.
197
198         * scm/define-grob-interfaces.scm (piano-pedal-script-interface):
199         add piano-pedal-script-interface
200
201 2006-10-18  Bertalan Fodor  <lilypondtool@organum.hu>
202
203         * scripts/lilypond-book.py: DocBook support.
204
205 2006-10-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
206
207         * lily/piano-pedal-engraver.cc (struct Pedal_info): remove
208         Y-alignment code.
209         (stop_translation_timestep): set bound to currentMusicalColumn if
210         not set yet. Fixes #102
211
212         * lily/piano-pedal-bracket.cc: formatting.
213
214         * input/test/engraver-one-by-one.ly (MyStaff): reformat.
215
216         * lily/piano-pedal-align-engraver.cc: new class
217         Piano_pedal_align_engraver. Handle side-positioning Y-alignment
218         for piano pedals.  
219
220 2006-10-18  Heikki Junes  <hjunes@gmail.com>
221
222         * po/fi.po: Update Finnish translation (before the next release).
223
224 2006-10-17  Joe Neeman  <joeneeman@gmail.com>
225
226         * lily/system.cc (get_paper_system): reinstate the backwards-
227         compatible page breaking for the old page breaker.
228
229 2006-10-17  Erik Sandberg  <mandolaerik@gmail.com>
230         
231         * lily/recording-group-engraver.cc: removed
232
233         * lily/context.cc, lily/translator-group.cc: Don't touch
234         Context::implementation_ if it's null
235
236 2006-10-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
237
238         * scm/paper.scm: only use left-margin if defined.
239
240         * scm/define-grob-interfaces.scm (stroke-finger-interface): typo.
241
242         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): idem.
243
244         * lily/new-fingering-engraver.cc: stringFingerOrientations ->
245         strokeFingerOrientations
246
247         * lily/script-column.cc (row_before_line_breaking): also handle
248         accidentals and arpeggios in horizontal script stacking.
249
250         * lily/script-row-engraver.cc (acknowledge_accidental_placement):
251         new function.
252
253         * input/regression/script-stack-horizontal.ly: trim.
254
255 2006-10-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
256
257         * scm/output-lib.scm (stroke-finger::calc-text): allow reading of
258         'text property too.
259
260         * ly/music-functions-init.ly: rename to StrokeFingerEvent, set
261         'text if string argument.
262
263         * scm/define-grobs.scm (all-grob-descriptions): rename to StrokeFinger.
264
265         * scm/define-context-properties.scm
266         (all-user-translation-properties): change to strokeFingerOrientations
267
268 2006-10-16  Erik Sandberg  <mandolaerik@gmail.com>
269
270         * lily/parser.yy: remove debug output
271
272 2006-10-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
273
274         * ly/paper-defaults.ly: set left/right margin.
275
276         * scm/paper.scm (set-paper-dimensions): use left-margin and
277         right-margin for computing linewidth.
278
279         * Documentation/topdocs/NEWS.tely (Top): idem.
280
281         * input/regression/lyric-tie.ly (texidoc): use vowels for tied
282         lyrics example.
283
284         * scm/define-markup-commands.scm (tied-lyric): increase negative
285         space: space syllables tighter.
286
287         * VERSION (PATCH_LEVEL): bump version.
288
289         * scm/paper.scm: patch by Arvid Gr"otting, arvidgr@gmail.com: tune
290         Ax paper sizes. 
291
292 2006-10-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
293
294         * COPYING: further clarification
295
296         * VERSION: release 2.9.24
297
298         * input/regression/script-stack-horizontal.ly: add version.
299
300         * scm/lily-library.scm (list-join): use fold-right. Fixes #112
301
302         * input/regression/lyric-tie.ly (texidoc): use different words.
303
304         * mf/GNUmakefile (ALL_GEN_FILES): remove fonts.cache-1
305
306 2006-10-15  Erik Sandberg  <mandolaerik@gmail.com>
307
308         * lily/*.cc, lily/include/*.hh: eliminate dummy arguments from
309         macros ADD_TRANSLATOR, DECLARE_SMOBS and DECLARE_SIMPLE_SMOBS
310         
311 2006-10-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
312
313         * mf/GNUmakefile: remove fc-cache calls; not necessary for fc 2.4; 
314
315         * Doxyfile: remove file.
316
317         * scm/define-grob-interfaces.scm (string-finger-interface): add
318         string-finger-interface
319
320         * lily/general-scheme.cc (LY_DEFINE): move
321         ly_camel_case_to_lisp_identifier to here. Use vector<char> iso. char[] 
322
323         * Documentation/topdocs/NEWS.tely (Top): add note for
324         string-finger feature.
325
326         * scm/define-grobs.scm (all-grob-descriptions): add 'string-names
327         property.
328
329         * scm/output-lib.scm (string-finger::calc-text): read 'digit
330         instead of 'text
331
332         * input/regression/script-stack-horizontal.ly: new file.
333
334         * ly/engraver-init.ly: add Script_row_engraver.
335
336         * lily/script-column.cc (order_grobs): refactor: separate axis
337         independent code.
338         (row_before_line_breaking): new function.
339
340         * lily/script-row-engraver.cc (Script_row_engraver): new file.
341
342         * scm/define-grobs.scm (all-grob-descriptions): add ScriptRow
343
344 2006-10-14  Jürgen Reuter  <reuter@ipd.uka.de>
345
346         * Documentation/user/instrument-notation.itely: Cleanup: Remove
347         annoying skip notes from mensural ligature example.  Update
348         @refbugs for ligatures and mensural ligatures.
349
350         * lily/coherent-ligature-engraver.cc,
351         lily/include/coherent-ligature-engraver.hh,
352         lily/mensural-ligature-engraver.cc,
353         lily/vaticana-ligature-engraver.cc: Revise code for item
354         reparentizing.  There should now be less programming_error
355         messages.
356
357         * lily/mensural-ligature-engraver.cc: Improve placement of dots.
358
359         * lily/mensural-ligature.cc, lily/vaticana-ligature.cc:
360         Maintenance bugfix: Don't create empty Stencil (), but empty box
361         instead.  This fix should eliminate some programming_error
362         messages.
363
364         * ly/engraver-init.ly (MensuralStaff): Set default accidental
365         style.
366
367         * input/regression/mensural-ligatures.ly: Maintenance bugfix: Move
368         \layout block _before_ score.
369
370 2006-10-14  Han-Wen Nienhuys  <hanwen@lilypond.org>
371
372         * GNUmakefile.in (PATCH_FILES): remove darwin.patch.
373
374         * lily/pango-font.cc (pango_item_string_stencil): more verbose message.
375
376 2006-10-13  Erlend Aasland  <erlenda@gmail.com>
377
378         * lily/note-collision.cc: fix issue #44 (dot/notehead collision)
379
380 2006-10-13  Han-Wen Nienhuys  <hanwen@lilypond.org>
381
382         * VERSION (PATCH_LEVEL): bump version.
383
384         * COPYING: clarify exception note.
385
386         * lily/main.cc: remove remark about "COPYING".
387
388         * scm/framework-ps.scm (clip-system-EPSes): change ordering, so
389         system-count starts at 0 for each clip-region. Change name to
390         FILE[-COUNT]-from-FROM-to-TO-clip[-COUNT]. Take clip-regions from
391         layout block, per score.
392
393 2006-10-13  Erik Sandberg  <mandolaerik@gmail.com>
394
395         * lily/input-smob.cc: add equal_p for Input
396
397         * lily/music-scheme.cc (ly_camel_case_to_lisp_identifier): new
398         function
399
400         * lily/parser.yy: MY_MAKE_MUSIC sets music origin
401
402         * lily/prob.cc: Add equal_p predicate for Prob
403
404         * lily/translator.cc: small cleanup
405
406         * scm/document-music.cc: use data from translator listener
407         registration to generate documentation for event classes
408
409         * lily/*: Eliminate accept arg of ADD_TRANSLATOR
410         
411         * lily/include/*: Eliminate dummy arg of DECLARE_*SMOBS
412         
413 2006-10-13  Jan Nieuwenhuizen  <janneke@gnu.org>
414
415         * GNUmakefile.in (SCRIPTS): Remove lexer-gcc-3.1.sh.
416
417 2006-10-12  Jan Nieuwenhuizen  <janneke@gnu.org>
418
419         * Documentation/topdocs/INSTALL.texi: Thinko.
420
421         * .cvsignore: Update.
422
423         * lexer-gcc-3.1.sh: Remove.
424
425         * Documentation/topdocs/INSTALL.texi: Remove obsolete ftp server.
426         Update anonymous cvs access.  Remove comment about gcc 3.0.4.
427
428 2006-10-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
429
430         * VERSION: release 2.9.23
431
432         * lily/paper-column-engraver.cc (stop_translation_timestep): also
433         typecheck barnumber.
434
435         * scm/framework-ps.scm (dump-stencil-as-EPS): fix thinkos.
436
437         * scm/lily.scm (type-p-name-alist): add rhythmic-location? type name.
438
439         * Documentation/topdocs/NEWS.tely (Top): doc new clipping feature
440
441         * input/regression/clip-systems.ly (Notes): new file. 
442
443         * scm/lily.scm (define-scheme-options): add clip-systems option.
444
445         * scm/framework-ps.scm (dump-stencil-as-EPS-with-bbox): new
446         function
447         (dump-stencil-as-EPS): move bbox calculation from previous
448         dump-stencil-as-EPS
449         (output-framework): use -dclip-systems 
450
451         * scm/lily-library.scm (filtered-map): new function
452
453         * scm/framework-ps.scm (clip-system-EPS): new function.
454         (clip-system-EPSes): new function.
455
456         * lily/paper-column.cc: add rhythmic-location to interface
457
458         * scm/define-grob-properties.scm (all-user-grob-properties): add
459         rhythmic-location property.
460
461         * scm/clip-region.scm: new file: rhythmic-location data type and
462         system-clipped-x-extent function.
463
464         * ly/init.ly: use (scm clip-region)
465
466         * lily/paper-column-engraver.cc (stop_translation_timestep): set
467         rhythmic-location for paper column grobs.
468
469         * lily/grob-scheme.cc (LY_DEFINE): minor cleanup
470
471 2006-10-12  Jürgen Reuter  <reuter@ipd.uka.de>
472
473         * ly/engraver-init.ly: Remove obsolete comment on
474         Bar_number_engraver.
475
476         * Documentation/user/instrument-notation.itely: Tune Ancient
477         Articulations figure, such that the episem actually shows.
478
479         * lily/mensural-ligature.cc (internal_brew_primitive): Bugfix:
480         fix Han-Wen's fix (rev. 1.53): scm_is_pair -> scm_is_number.
481
482         * lily/vaticana-ligature-engraver.cc: Minor robustness fix /
483         cleanup.
484
485 2006-10-12  Graham Percival  <gpermus@gmail.com>
486
487         * Documentation/user/ {some}: minor edits that were lost somehow.
488
489 2006-10-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
490
491         * VERSION (PACKAGE_NAME): bump version.
492
493         * input/regression/lyric-tie.ly (texidoc): new file.
494
495         * Documentation/topdocs/NEWS.tely (Top): add new feature.
496
497         * lily/general-scheme.cc (LY_DEFINE): elucidate docstring.
498
499         * scm/define-markup-commands.scm (tied-lyric): new function: split
500         string along ~ and reattach with U+203F (tie character) and
501         negative space.
502
503         * scm/output-lib.scm (lyric-text::calc-text): new function.
504
505         * lily/lyric-engraver.cc (process_music): don't set 'text.
506
507         * scm/output-lib.scm (string-finger::calc-text): new function
508         (lyric-text::print): new function.
509
510         * lily/new-fingering-engraver.cc (add_fingering): refactor; make
511         generic for fingering & string number. Use for string-finger. 
512
513         * scm/define-music-types.scm (music-descriptions): add
514         StringFingerEvent
515
516         * lily/fingering-engraver.cc (listen_string_finger): new function
517
518         * scm/define-grobs.scm (all-grob-descriptions): add StringFinger
519
520         * scm/define-context-properties.scm
521         (all-user-translation-properties): add stringFingerOrientations
522
523 2006-10-11  Jürgen Reuter  <reuter@ipd.uka.de>
524
525         * mf/parmesan-dots.mf (new), mf/parmesan-generic.mf,
526         ly/engraver-init.ly: Added vaticana-style augmentum dot glyph.
527
528         * lily/dots.cc: Added style property for dots.
529
530         * mf/parmesan-heads.mf: Fix typo in comment.
531
532         * mf/feta-bolletjes.mf, scm/output-lib.scm: Fix longa notes bug by
533         adding longa head to feta font and removing obsolete default
534         mapping scheme code.
535
536 2006-10-10  Han-Wen Nienhuys  <hanwen@lilypond.org>
537
538         * scm/output-lib.scm (fingering::calc-text): use origin
539         event-property, not music-property.
540
541         * lily/lilypond.rc.in: spell my name correctly.
542
543 2006-10-10  Joe Neeman  <joeneeman@gmail.com>
544
545         * lily/grob.cc (pure_height): only add minimum-Y-extent if we
546         already have a non-empty extent. Fixes estimation for Hara-kiri
547         staves.
548
549 2006-10-09  Jürgen Reuter  <reuter@ipd.uka.de>
550
551         * ly/gregorian-init.ly: Simplify definition of \episemInitium and
552         \episemFinis.
553
554         * lily/ligature-engraver.cc: Remove unused #include.
555
556         * lily/vaticana-ligature-engraver.cc: Fix placement of dots.
557         Bugfix: remove method check_for_prefix_loss(Item *) from global
558         namespace to avoid namespace pollution.
559
560 2006-10-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
561
562         * VERSION: release 2.9.22
563
564         * ly/generate-documentation.ly: update option name.
565
566         * lily/dynamic-text-spanner.cc (print): revert fix.
567
568         * scm/define-grob-interfaces.scm
569         (trill-pitch-accidental-interface):
570         add trill-pitch-accidental-interface
571
572         * lily/dots-engraver.cc (acknowledge_rhythmic_head): only
573         dereference if it's really a duration.
574
575         * lily/figured-bass-engraver.cc (process_music): clear spanner if
576         useBassFigureExtenders is not set.
577         (listen_bass_figure): record as new event if
578         useBassFigureExtenders not set. Fixes #103.
579
580         * scm/stencil.scm (circle-stencil): don't center stencil argument,
581         instead: move circle. Fixes #107.
582
583         * scm/define-grobs.scm (all-grob-descriptions): set
584         allow-loose-spacing for PaperColumn and
585         NonMusicalPaperColumn. Kludge for #110.
586
587         * lily/spaceable-grob.cc: add allow-loose-spacing property.
588
589         * lily/spacing-determine-loose-columns.cc (is_loose_column):
590         allow-loose-spacing property.
591
592         * scm/define-markup-commands.scm (postscript): gsave & grestore
593         around embedded PS. Do setlinewidth too. Fixes  #109.
594
595 2006-10-08  Jürgen Reuter  <reuter@ipd.uka.de>
596
597         * lily/ligature-bracket-engraver: Bugfix: Add missing stream event
598         code.  This patch fixes ligature brackets that were not at all
599         engraved any more.
600
601 2006-10-08  Graham Percival  <gpermus@gmail.com>
602
603         * Docuemntation/user/page.itely: clarify two-pass vs. ragged-bottom.
604
605         * ly/property-init.ly: fix sacred harp notehead shapes (bug 96).
606
607         * scm/define-context-properties.scm: clarified docs (bug 91).
608
609         * Documentation/user/basic-notation.itely: document volta brackets
610         not aligning (bug 63).
611
612         * Documentation/user/ global.itely invoking.itely: ignore or
613         add warnings about texstr.
614
615 2006-10-08  John Mandereau  <john.mandereau@free.fr>
616
617         * po/fr.po: update translation.
618
619         * po/: update msgids.
620
621 2006-10-08  Jan Nieuwenhuizen  <janneke@gnu.org>
622
623         * GNUmakefile.in (HELP_CATALOGS): Fix in-build-tree locales.
624
625 2006-10-08  Nicolas Sceaux  <nicolas.sceaux@free.fr>
626
627         * Documentation/user/page.itely (Two-pass vertical spacing): add
628         documentation for two-pass spacing technique.
629
630 2006-10-06  Graham Percival  <gpermus@gmail.com>
631
632         * Documentation/user/convert-ly.txt: new file; new
633         storage place for this file (moved from bugs/ CVS).
634
635 2006-10-06  Jürgen Reuter  <reuter@ipd.uka.de>
636
637         * lily/note-head.cc: Fixed programming_error message.
638
639 2006-10-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
640
641         * scm/define-grobs.scm (pure-conversion): move pure-callback
642         further into body.
643
644         * scm/script.scm (default-script-alist): set avoid-slur for turn,
645         marcato, stopped, thumb.
646
647 2006-10-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
648
649         * lily/completion-note-heads-engraver.cc (process_music): don't
650         skimp on memory usage.
651
652         * lily/beam.cc (set_stem_lengths): do set_stemend for invisible
653         stems too. Fixes #5
654
655         * lily/parenthesis-engraver.cc (acknowledge_grob): set parent of
656         parenthesis item. This fixes premature Y-extent triggering. Fixes
657         issue #95. 
658  
659         * VERSION (PATCH_LEVEL): bump version.
660
661 2006-10-04  Graham Percival  <gpermus@gmail.com>
662
663         * Documentation/user/advanced-notation.itely: added
664         info about instrument names for piano or other contexts,
665         thanks Marcus!
666
667 2006-10-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
668
669         * mf/feta-bolletjes.mf (solfa_quarter_width): use
670         solfa_base_notewidth as unit for non-DO-notes too.
671
672         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: update email.
673
674         * VERSION: release 2.9.21
675
676         * Documentation/topdocs/NEWS.tely (Top): simpler, more clearer
677         override.
678
679 2006-10-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
680
681         * python/lilylib.py (progress): Minor fix.
682
683 2006-10-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
684
685         * lily/note-name-engraver.cc: doc engraver.
686
687         * scm/output-lib.scm (hairpin::calc-grow-direction): new function.
688
689         * lily/dynamic-engraver.cc (process_music): don't set grow-direction.
690
691         * scm/define-grobs.scm (all-grob-descriptions): calc duration-log
692         by callback.
693
694         * lily/stem-engraver.cc (make_stem): don't set duration-log
695
696         * scripts/lilypond-book.py (Lilypond_file_snippet.my_system):
697         write snippet-names binary.
698
699         * python/lilylib.py (system): use os.system for mingw32
700
701         * scripts/lilypond-book.py (bindir): use os.pathsep for prepending
702         to $PATH.
703
704         * scm/backend-library.scm: update email address.
705
706         * Documentation/topdocs/NEWS.tely (Top): add duration-log override
707         example.
708
709         * scm/define-grobs.scm (all-grob-descriptions): use callback to
710         calc dot count.
711
712         * lily/dots-engraver.cc (class Dots_engraver): new engraver:
713         handle dot creation separately.
714
715         * lily/tab-note-heads-engraver.cc (process_music): idem.
716
717         * lily/drum-note-engraver.cc (process_music): idem.
718
719         * lily/note-heads-engraver.cc (process_music): idem.
720
721         * lily/rest-engraver.cc: don't set duration-log.
722
723         * scm/output-lib.scm (string-number::calc-text): new function.
724         (note-head::calc-duration-log): new function.
725
726         * lily/fingering-engraver.cc (make_script): remove 'text setting.
727
728         * scm/output-lib.scm (fingering::calc-text): new function.
729
730 2006-10-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
731
732         * scripts/lilypond-book.py: Fix typo gs-load-font -> gs-load-fonts
733          and include-eps-font -> include-eps-fonts
734
735 2006-10-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
736
737         * lily/multi-measure-rest-engraver.cc: use internalBarNumber
738
739         * lily/timing-translator.cc: list properties.
740         (start_translation_timestep): update internalBarNumber too.
741
742         * scm/define-context-properties.scm
743         (all-user-translation-properties): add internalBarNumber.
744
745         * input/regression/spacing-no-note.ly: new file.
746
747         * buildscripts/output-distance.py (link_file): verbosity for OSError.
748
749         * lily/book.cc: #include cleanup.
750
751         * lily/include/lily-guile-macros.hh: add assert to
752         scm_or_str2symbol(SCM).
753
754         * VERSION (PATCH_LEVEL): bump version.
755
756         * lily/spacing-spanner.cc (musical_column_spacing): handle
757         musical->nonmusical spacing case, where there is no spacing
758         wish. Fixes issue #61.
759
760         * lily/pango-font.cc (text_stencil): allow 'tight' bounds.
761         (pango_item_string_stencil): use logical rect horizontally (to
762         preserve spaces), ink_rect vertically (for time signatures).
763
764         * lily/font-metric.cc (word_stencil): new interface function
765
766         * input/regression/utf-8-mixed-text.ly: new file.
767
768         * lily/percent-repeat-engraver.cc (listen_percent): remove
769         spurious warning.
770
771         * lily/phrasing-slur-engraver.cc (acknowledge_script): only ack
772         non-dynamic scripts. Fixes #30.
773
774         * lily/slur.cc (outside_slur_callback): make offset_scm optional.
775
776         * lily/beam.cc (rest_collision_callback): make prev_offset optional.
777
778         * lily/grob-closure.cc (chain_offset_callback): don't pass 0 but
779         SCM_UNDEFINED for non-existent data.
780
781         * lily/side-position-interface.cc (general_side_position): allow
782         optional current_offset argument for chaining, so combinations of side-position
783         and outside slur callback don't add up.  Fixes issue #92.
784
785         * lily/pango-font.cc (pango_item_string_stencil): use
786         logical_rect. This prevents spaces after words from disappearing,
787         issue #72.
788         
789         * VERSION: release 2.9.20
790
791 2006-10-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
792
793         * scm/define-grob-properties.scm (all-user-grob-properties):
794         mention stencil as user settable.
795
796 2006-10-02  Joe Neeman  <joeneeman@gmail.com>
797
798         * Documentation/user/page.itely (Page formatting): 
799         document auto-first-page-number
800
801         * lily/page-breaking.cc (find_chunks_and_breaks): 
802         * lily/paper-score.cc (calc_breaking): Follow changes to the
803         Constrained_breaking interface
804
805         * lily/constrained-breaking.cc (calc_subproblem): run the main loop
806         here backwards, as an optimisation
807         (initialize): new function; move most of the code in resize () here
808         (combine_demerits): cache ragged_right_
809         (Constrained_breaking): constructor now takes the Paper_score
810
811 2006-10-02  Erik Sandberg  <mandolaerik@gmail.com>
812         
813         * lily/lexer.ll, lily/parser.yy: Add EXPECT_NO_MORE_ARGS token, to
814         avoid parser lookahead for 0-ary functions.
815
816         * lily/translator.cc: Extract event classes from
817         IMPLEMENT_TRANSLATOR_LISTENER for documentation generation.
818
819 2006-10-02  Heikki Junes  <hjunes@gmail.com>
820
821         * po/fi.po: Fix spaces, commas etc. in Finnish translation using
822         KBabel fix tool.
823
824 2006-10-01  Nicolas Sceaux  <nicolas.sceaux@free.fr>
825
826         * scm/layout-page-layout.scm (page-breaking-wrapper): new
827         function. Call the page breaking function selected in the
828         `page-breaking' \paper variable, then the post processing function
829         chosen using the `page-post-process' \paper variable.
830         (line-height): new function. Return the height of a system.
831         (line-minimum-position-on-page): new function. Return the position
832         of a system on page (using the previous line position), only
833         considering between system padding.
834         (stretchable-line?): new function. Says whether a line can be
835         stretched (ie. is not a title nor a single staff system).
836         (page-maximum-space-left): new function. Computes space left on a
837         page, when all systems are separated by their padding.
838
839         * lily/page-breaking.cc (breaking::make_pages): Move page post
840         processing function call to page breaking wrapper (common to all
841         page breakers).
842
843         * lily/paper-book.cc (book::pages): call the page breaking
844         wrapper, instead of the page breaker directly
845
846         * ly/paper-defaults.ly: Add \paper variables for page breaking
847         wrapper and page post processing function. Make
848         `write-page-layout' value depend on the 'dump-tweaks option. Add a
849         `system-maximum-stretch-procedure' variable for holding a function
850         computing the maximum stretch a system allows.
851
852         * scm/layout-page-dump.scm (write-page-breaks): computes the
853         stretch to apply to systems on a page to minimize left
854         space. Dump this stretch length.
855
856         * ly/music-functions-init.ly (spacingTweaks): implement it. Read
857         the system-stretch property of the tweak data to stretch the
858         system.
859         (includePageLayoutFile): Void function which includes the
860         generated page-layout file if it exists and if the page layout
861         dumping is not asked.
862         (scoreTweak): if the score tweak named by the argument exists,
863         return it.
864
865 2006-10-01  Joe Neeman  <joeneeman@gmail.com>
866
867         * lily/page-spacing.cc (compress_lines, uncompress_solution):
868         handle correctly the case where there are multiple \noPageBreaks
869         in a row.
870
871 2006-09-30  Laura Conrad <lconrad@laymusic.org>
872
873         * abc2ly.py adds segno (S) and Coda (O) to articulations.
874         
875         * abc2ly.py fix so that entering " -- " will translate to a -- in
876         the lilypond instead of a " - - "
877         
878 2006-09-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
879
880         * lily/align-interface.cc: fix typo
881
882         * lily/dynamic-text-spanner.cc (print): Add a special case for
883         trill spanner right sides. 
884
885         * scm/define-grobs.scm (all-grob-descriptions): set padding to 0.1
886
887         * lily/align-interface.cc (get_extents_aligned_translates): add
888         support for padding variable.
889
890         * lily/break-align-interface.cc (self_align_callback): oops: use
891         loop variable in guard.
892
893         * input/regression/repeat-percent-grace.ly: new file.
894
895         * lily/percent-repeat-engraver.cc (start_translation_timestep):
896         remember first currentCommandColumn of a grace run. Fixes issue 70.
897
898         * lily/percent-repeat-iterator.cc (class Percent_repeat_iterator):
899         move class definition to CC file.
900
901         * lily/multi-measure-rest.cc (percent): use robust_relative_extent()
902
903         * lily/slash-repeat-engraver.cc (listen_percent): don't warn for
904         measure-long  repeats.
905
906         * flower/include/international.hh: include stdarg.h
907
908 2006-09-30  Joe Neeman  <joeneeman@gmail.com>
909
910         * lily/page-turn-page-breaking.cc (calc_demerits): now that we allow
911         put_systems_on_pages to return an empty result, we need to assign
912         demerits properly in that case.
913         (put_systems_on_pages): Make the number of pages depend on the
914         evenness of page_number. Add auto-first-page-number.
915         (calc_subproblem): ensure that the page-number is even for the
916         left-hand page. Warn if the first page-turn doesn't fit onto the
917         first (right-hand) page.
918
919         * lily/page-spacing.cc (solve): bug: demerits_ would always be inf
920         (min_page_count): make this publicly accessible
921         (min_page_count): fix a bug when there are forced page breaks that
922         was introduced when I made this loop run backwards
923         (space_systems_on_n_pages, space_systems_on_n_or_one_more_pages):
924         replace space_systems_on_min_pages with these two. The logic in
925         space_systems_on_min_pages was getting too convoluted and is better
926         contained in page-turn-page-breaking.
927
928         * lily/page-turn-engraver.cc (breakable_column): remove an always-true
929         conditional
930         (breakable_column): typo
931
932         * lily/source-file.cc (get_line): fix off-by-one error
933         and clean up some of the logic
934
935 2006-09-29  Joe Neeman  <joeneeman@gmail.com>
936
937         * lily/page-breaking.cc (make_pages): honour the first-page-number
938         property
939
940 2006-09-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
941
942         * VERSION (PACKAGE_NAME): bump version.
943
944 2006-09-26  Pal Benko  <benko.pal@gmail.com>
945
946         * scm/parser-clef.scm: add petrucci-f3 and -f4 clefs
947         (the latter is the same as petrucci-f which is kept for compatibility)
948
949 2006-09-26  Erik Sandberg  <mandolaerik@gmail.com>
950         
951         * lily/part-combine-iterator.cc: solo1-event -> solo-one-event
952
953 2006-09-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
954
955         * lily/global-context.cc (run_iterator_on_me): break out of loop
956         if moment doesn't increase.
957
958         * scm/define-grob-properties.scm (all-user-grob-properties): add
959         forced property.
960
961         * lily/accidental.cc (after_line_breaking): read forced property.
962
963         * lily/accidental-engraver.cc (process_acknowledged): set 'forced
964         property.
965
966         * input/regression/accidental-forced-tie.ly:  new file.
967
968 2006-09-25  Han-Wen Nienhuys  <hanwen@lilypond.org>
969
970         * ly/engraver-init.ly: set ignoreFiguredBassRest in Staff context.
971
972         * lily/figured-bass-engraver.cc: only listen to rest events if
973         ignoreFiguredBassRest is not set.
974
975         * scm/define-context-properties.scm
976         (all-user-translation-properties): add ignoreFiguredBassRest property
977
978 2006-09-24  Joe Neeman  <joeneeman@gmail.com>
979
980         * lily/paper-book.cc (get_system_specs):
981         (set_system_penalty): fix breakbefore.
982         We used to set a penalty on the system after the break, now we
983         set a permission on the system before the break
984
985         * lily/grob-property.cc: add scm debugging hooks into
986         property modification
987
988         * lily/context-property.cc:
989         * lily/engraver.cc:
990         rename make_foo_from_properties to internal_make_foo and
991         move it from context-property.cc to a member function of
992         Engraver.
993         
994         * lily/include/lily-guile-macros.hh:
995         overload ly_symbol2scm macro so that there is no more need
996         to use internal_foo
997
998         * lily/volta-repeat-iterator.cc:
999         * lily/tweak-engraver.cc:
1000         * lily/tuplet-bracket.cc:
1001         * lily/span-bar-engraver.cc:
1002         * lily/script-engraver.cc:
1003         * lily/prob-scheme.cc:
1004         * lily/pointer-group-interface.cc:
1005         * lily/parser.yy:
1006         * lily/grob-scheme.cc:
1007         * lily/grob-property.cc:
1008         * lily/context.cc:
1009         * lily/context-property.cc:
1010         * lily/break-substitution.cc:
1011         * lily/break-align-engraver.cc:
1012         * lily/axis-group-interface.cc:
1013         * lily/align-interface.cc:
1014         remove calls to internal_FOO
1015
1016         * lily/system-start-delimiter-engraver.cc:
1017         * lily/parenthesis-engraver.cc:
1018         * lily/accidental-engraver.cc:
1019         remove calls to make_foo_from_properties
1020
1021 2006-09-23  Graham Percival  <gpermus@gmail.com>
1022
1023         * Documentation/user/programming-iterfaces.itely: fix
1024         def-music-function -> define-music... leftover.
1025
1026 2006-09-23  Joe Neeman  <joeneeman@gmail.com>
1027
1028         * lily/page-spacing.cc (min_page_count): by running the loop
1029         backwards, we can calculate ragged_last properly.
1030
1031 2006-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1032
1033         * ly/titling-init.ly (scoreTitleMarkup): Rename (typo!?)
1034         printfirst-page-number -> print-first-page-number
1035
1036         * python/convertrules.py: corresponding rule.
1037
1038         * Documentation/user/page.itely (Page formatting): Document the
1039         default values of all page layout parameters. 
1040
1041 2006-09-22  Erik Sandberg  <mandolaerik@gmail.com>
1042
1043         * lily/lexer.ll: remove limitation on music function arity. New
1044         mode extratoken, which inserts extra EXPECT_* tokens after
1045         MUSIC_FUNCTION token. Junk all MUSIC_FUNCTION_* tokens.
1046
1047         * lily/parser.yy: Change grammar for music function accordingly.
1048
1049         * lily/include/lily-parser.hh: New method get_state, new member
1050         hidden_state. Works around a problem when parser fetches
1051         MUSIC_FUNCTION token but not the following EXPECT_* token.
1052
1053         * lily/translator.cc, lily/context.cc:, lily/translator-group.cc:
1054         remove try_music
1055
1056         * lily/*-engraver.cc, lily/*-performer.cc: Remove all remaining
1057         references to Music; use ASSIGN_EVENT_ONCE everywhere
1058
1059         * lily/grob-info.cc: junk *music_cause
1060
1061         * lily/music.cc: copy eventified articulations to stream event
1062
1063         * lily/part-combine-iterator.cc: Cleanup using enums
1064
1065         * lily/translator-group.cc: Junk OldMusicEvent, and associated
1066         methods
1067
1068         * lily/include/engraver.hh: Junk music.hh include
1069
1070         * lily/stream-event.cc: Changed constructors
1071
1072 2006-09-21  Graham Percival  <gpermus@gmail.com>
1073
1074         * Documentation/user/tweaks.itely (Fitting music onto fewer
1075         pages): change settings to avoid warning messages.
1076
1077 2006-09-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1078
1079         * Documentation/user/tweaks.itely (Fitting music onto fewer
1080         pages): Add between-system-space setting. 
1081
1082 2006-09-21  Han-Wen Nienhuys  <hanwen@lilypond.org>
1083
1084         * lily/accidental-placement.cc (calc_positioning_done): don't
1085         trigger Y-extent calculation too early. Use pure_height instead.
1086
1087         * lily/scale.cc (LY_DEFINE): new file. 
1088
1089 2006-09-20  Joe Neeman  <joeneeman@gmail.com>
1090
1091         * lily/page-breaking.cc (find_chunks_and_breaks): ignore breaks
1092         that happen at the start of a score: having a zero-length
1093         chunk was messing up min_system_count calculations.
1094
1095         * lily/source-file.cc (get_line): lower_bound, not
1096         binary_search. Fixes problem where point-and-click would
1097         always point to the first line.
1098
1099 2006-09-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
1100
1101         * lily/accidental-placement.cc (calc_positioning_done): also put
1102         stems into accidental support. 
1103
1104         * lily/tie-engraver.cc (process_music): also set tieMelismaBusy if
1105         event_ detected.
1106
1107         * scm/script.scm (default-script-alist): avoid-slur and
1108         slur-padding for portato script.
1109
1110         * lily/stem-tremolo.cc (translated_stencil): new function. 
1111         (height): use new function. Fixes tremolos on whole notes.
1112
1113         * lily/slur-scoring.cc (get_best_curve): don't crash if no optimal
1114         slur found.
1115
1116 2006-09-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
1117
1118         * scripts/abc2ly.py (try_parse_comment): idem.
1119
1120         * scripts/lilypond-book.py (find_toplevel_snippets): use 'foo' in
1121         bar_string iso. string.find()
1122
1123         * lily/*.cc: idem.
1124
1125         * lily/slur.cc (get_curve): always use scm_is_pair() looping
1126         scheme lists.  
1127
1128 2006-09-18  Graham Percival  <gpermus@gmail.com>
1129
1130         * Documentation/user/basic-notation.itely: add bug
1131         warning about ties and octavation/clef.
1132
1133 2006-09-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
1134
1135         * VERSION (PACKAGE_NAME): release 2.9.18
1136
1137 2006-08-29  Milan Zamazal  <pdm@brailcom.org>
1138
1139         * elisp/lilypond-mode.el (LilyPond-command-alist): Don't try to
1140         figure out midi file names right here.
1141         
1142 2006-09-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
1143
1144         * scm/framework-ps.scm (dump-stencil-as-EPS): naming pad-eps-boxes.
1145
1146         * scm/backend-library.scm: option naming:  gs-font-load*s*
1147
1148         * scm/framework-eps.scm (dump-stencils-as-EPSes): rename option to
1149         include-eps-fonts
1150
1151 2006-09-17  Joe Neeman  <joeneeman@gmail.com>
1152
1153         * scm/define-music-types.scm (music-descriptions): remove
1154         BreakEvent and fix {Page,Line}{Break,Turn}Event so
1155         Music::to_event doesn't complain.
1156
1157         * lily/accidental-placement.cc (ape_compare):
1158         * lily/semi-tie.cc (compare): 
1159         * lily/note-column.cc (shift_compare): replace by XXX_less
1160
1161         * lily/tie-formatting-problem.cc (set_chord_outline): 
1162         * lily/tie-column.cc (calc_positioning_done): 
1163         * lily/system.cc (post_processing)
1164         (get_paper_system): 
1165         * lily/stem.cc (note_head_positions)
1166         (calc_positioning_done): 
1167         * lily/spanner.cc (do_break_processing)
1168         (find_broken_piece): 
1169         * lily/span-bar.cc (print): 
1170         * lily/semi-tie-column.cc (calc_positioning_done): 
1171         * lily/rest-collision.cc (calc_positioning_done): 
1172         * lily/program-option.cc (get_help_string): 
1173         * lily/note-collision.cc (get_clash_groups):
1174         * lily/new-fingering-engraver.cc (position_scripts):
1175         * lily/keyword.cc (Keyword_table):
1176         * lily/hara-kiri-group-spanner.cc (request_suicide):
1177         * lily/grob-pq-engraver.cc (stop_translation_timestep):
1178         * lily/accidental-placement.cc (calc_positioning_done):
1179         (stagger_apes):
1180         * lily/beam.cc (get_beam_segments):
1181         * lily/grob-array.cc (remove_duplicates):
1182         use new vector_sort
1183         
1184         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily:
1185         ragged-last-bottom = ##f (test the new page breaker)
1186
1187         * flower/include/std-vector.hh (vector_sort): use STL sort stuff
1188
1189         * scm/define-context-properties.scm
1190         (all-internal-translation-properties): remove properties that
1191         were used to communicate page-turn stuff to the paper-column
1192         engraver.
1193
1194         * lily/lily-guile.cc (robust_scm2string): new function
1195
1196         * lily/paper-column-engraver.cc: Clean up page turn stuff
1197
1198         * lily/page-turn-engraver.cc: Re-write the page turn logic here
1199         instead of cluttering up paper-column-engraver.cc
1200
1201 2006-09-17  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1202
1203         * scm/layout-page-dump.scm (scm): export utility function names,
1204         to allow user writing cutsom dumping functions.
1205
1206         * scm/layout-page-layout.scm: export utility function names to
1207         enable custom page breaking function writing. Tabify.
1208         (line-next-space): use ?-suffix only for predicates
1209         (page-maximum-space-to-fill): new function. Return the space
1210         between first and bottom system of a page, to give to
1211         space-systems.
1212         (space-systems): use a space-to-fill argument (for instance as
1213         computed by page-maximum-space-to-fill) instead of computing
1214         internaly this space with the page height. That way, the caller
1215         can adjust the space to use.
1216         (make-page-from-systems, walk-paths): compute space to fill before
1217         calling space-systems.
1218
1219 2006-09-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
1220
1221         * scm/script.scm (default-script-alist): set paddings for every
1222         type here, increase for portato mark.
1223
1224         * scm/lily.scm (define-scheme-options): typo: add s, so it is 
1225         -dinclude-eps-fonts
1226
1227 2006-09-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
1228
1229         * scm/define-grobs.scm (all-grob-descriptions): oops, typo:
1230         use spanner::set-spacing-rods
1231
1232         * lily/note-column.cc: reformat.
1233
1234         * lily/rest-collision.cc (calc_positioning_done): fix whole/half
1235         step positioning for note/rest combinations.
1236
1237         * input/regression/rest-note-collision.ly: new file.
1238
1239         * scm/define-grobs.scm (all-grob-descriptions): add
1240         springs-and-rods
1241
1242         * flower/include/std-vector.hh: switch off again.
1243
1244         * VERSION (PATCH_LEVEL): bump to 2.9.18
1245
1246         * flower/include/std-string.hh: idem.
1247
1248         * flower/include/std-vector.hh (_GLIBCXX_DEBUG): set if NDEBUG not set.
1249
1250 2006-09-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1251
1252         * ly/engraver-init.ly: Make FiguredBass accepted in GrandStaff and
1253         PianoStaff. 
1254
1255 2006-09-08  Joe Neeman  <joeneeman@gmail.com>
1256
1257         * Documentation/user/page.itely: update page breaking documentation
1258
1259 2006-09-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
1260
1261         * lily/note-collision.cc (calc_positioning_done): only access
1262         first head if available.
1263
1264         * lily/tuplet-engraver.cc: add tupletFullLengthNote to description.
1265
1266         * scm/framework-ps.scm (output-preview-framework): use new name.
1267
1268         * lily/program-option.cc (internal_set_option): use new names.
1269
1270         * Documentation/user/SConscript (lilypond_book_flags): update -d
1271         variable names.
1272
1273         * Documentation/user/lilypond-book.itely (Inserting LilyPond
1274         output into other programs): new variable names.
1275
1276         * scm/lily.scm (define-scheme-options): uniformize var names.
1277
1278         * lily/tuplet-engraver.cc (listen_tuplet_span): verify that
1279         tuplets_ is non-empty before popping.
1280
1281 2006-09-07  Joe Neeman  <joeneeman@gmail.com>
1282
1283         * lily/spanner.cc (find_broken_piece): 
1284         * lily/spacing-spanner.cc (get_columns): 
1285         * lily/source-file.cc (get_line): 
1286         * lily/simple-spacer.cc (get_column_description): 
1287         * lily/keyword.cc (lookup): 
1288         use the new binary search.
1289
1290         * flower/include/std-vector.hh: replace binary_search with
1291         a more STL-like version
1292
1293 2006-09-04  Michael Welsh Duggan  <md5i@cs.cmu.edu>
1294
1295         * lily/tie-performer.cc: remove unused last_event_ property.
1296         (class Tie_performer): add now_tied_heads_ property for
1297         partially-tied heads.
1298         (acknowledge_audio_element): when adding an Audio_note, put the
1299         note in now_tied_heads_ if the audio note is partially tied.
1300         (stop_translation_timestep): always include entries in
1301         now_tied_heads_ in heads_to_tie_.
1302
1303         * lily/drum-note-performer.cc (process_music): look for tie-events
1304         in the articulations; pass to Audio_note constructor.
1305
1306         * lily/note-performer.cc (process_music): look for tie-events in
1307         the articulations; pass to Audio_note constructor.
1308
1309         * lily/audio-item.cc (Audio_note): Initialize tie_event_ in
1310         constructor.
1311
1312         * lily/include/audio-item.hh (class Audio_note): add tie_event_.
1313         include initializer in constructor.
1314
1315 2006-09-02  Joe Neeman  <joeneeman@gmail.com>
1316
1317         * lily/simple-spacer.cc (get_line_forces): Ignore loose columns
1318         unless they are breakable. This fixes discrepancies between the forces
1319         calculated here and the forces calculated in get_line_configuration.
1320
1321         * lily/grob.cc (pure_relative_y_coordinate): fix some
1322         mis-estimation that was happening with piano staves.
1323
1324         * lily/constrained-breaking.cc (resize): don't choke if we get a
1325         measure that won't fit on a line.
1326         (combine_demerits): don't consider uniformity when ragged
1327
1328         * lily/page-spacing.cc (solve): why the f* were there two of these?
1329         (calc_subproblem): properly handle the case where a system is taller
1330         than the page.
1331
1332         * lily/system.cc (get_paper_system): ensure that all the permissions
1333         and penalties are passed to the paper systems.
1334
1335         * lily/page-breaking.cc (create_system_list): support system-count.
1336
1337         * scm/define-grobs.scm (pure-print-callbacks): add
1338         ly:script-interface::print
1339
1340         * lily/page-spacing.cc (min_page_count): fix calculation of min
1341         pages if we are ragged and there are non-zero springs.
1342
1343         * scm/layout-page-layout.scm: if the pure-height estimates are under
1344         the real height, allow space-systems to ignore padding if it is
1345         needed in order to fit the systems on one page
1346
1347         * lily/optimal-page-breaking.cc (try_page_spacing): fix reading
1348         ragged properties
1349         (solve): fix performance problem. Make sure we always get at least
1350         one solution
1351
1352         * lily/page-breaking.cc (make_pages): include write-page-breaks
1353         and page-stencil
1354
1355         * lily/paper-score.cc (calc_breaking): remove Gourlay breaker
1356
1357         * scm/define-grobs.scm: add the new slur-callback
1358         fix pure-relevant to not exclude grobs whose extent is already
1359         calculated
1360
1361         * ly/paper-defaults.ly: make ly:optimal-breaking the new default
1362         page breaker
1363
1364         * lily/slur.cc (pure_height): new callback to estimate the height
1365         of a slur
1366
1367 2006-09-02  Graham Percival  <gpermus@gmail.com>
1368
1369         * Documentation/user/invoking.itely: small update on
1370         MacOS X notes; thanks Trevor!
1371
1372 2006-09-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
1373
1374         * VERSION (MY_PATCH_LEVEL): release 2.9.17
1375
1376         * lily/lexer.ll: accept EOF in all states.
1377
1378         * lily/tempo-performer.cc (Tempo_performer): initialize last_tempo_.
1379
1380         * lily/source-file.cc (Source_file): always 0-terminate character
1381         array, to prevent Flex from barfing.
1382
1383         * lily/global-context.cc (get_output): robustness: don't crash if
1384         no Score context found.
1385
1386         * lily/include/book.hh (class Book): idem.
1387
1388         * lily/include/context-def.hh (struct Context_def): idem.
1389
1390         * lily/include/score.hh (class Score): don't derive from Input.
1391
1392         * lily/book.cc (Book): add a copy ctor. 
1393
1394         * buildscripts/output-distance.py (FileLink.calc_distance): count
1395         orphans in distance too.
1396
1397         * python/midi.c (midi_parse_track): robustness: don't read past
1398         end of string.
1399
1400         * ly/performer-init.ly: add Control_track_performer, move
1401         Tempo_performer and Time_signature_performer to Score.        
1402
1403         * lily/score-performer.cc (acknowledge_audio_elements): override
1404         from base class: add to audio-columns
1405
1406         * lily/control-track-performer.cc (add_text): new file: generate
1407         the control track.
1408
1409         * lily/performance.cc: move output_header_track to
1410         Control_track_performer ()
1411
1412         * lily/midi-walker.cc (Midi_walker): get channel in constructor.
1413
1414         * lily/include/midi-item.hh (class Midi_channel_item): insert
1415         class into hierarchy, for items that can have a channel setting. Dehungarify.
1416
1417         * lily/include/performer.hh (class Performer): remove
1418         play_element();  move functionality into announce/acknowledge.
1419
1420         * lily/audio-staff.cc (output): remove channel_ from Midi_track.
1421
1422         * lily/tie-engraver.cc (stop_translation_timestep): only wipe
1423         heads_to_tie_ if there are new heads to tie.  Fixes polyphony in ties.
1424
1425 2006-08-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
1426
1427         * lily/tie-engraver.cc (stop_translation_timestep): robustness for
1428         ambituses.
1429
1430         * lily/all-font-metrics.cc: remove TFM support.
1431
1432         * lily/include/tfm.hh: remove TFM support, TFM reader.
1433
1434         * lily/include/binary-source-file.hh: remove Binary_source_file.
1435
1436 2006-08-27  Graham Percival  <gpermus@gmail.com>
1437
1438         * Documentation/topdocs/NEWS.itely: add @c marker for
1439         stuff I've processed.
1440
1441         * Documentation/user/ various: info from NEWS.
1442
1443 2006-08-27  Joe Neeman  <joeneeman@gmail.com>
1444
1445         * lily/paper-column-engraver.cc (finalize): Oops, this change
1446         should have gone in on 2006-08-23
1447
1448 2006-08-26  Mats Bengtsson  <mabe@s3.kth.se>
1449
1450         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use double
1451         quotes to quote arguments. Fixes Windows problem.
1452
1453         * python/lilylib.py (progress): idem
1454
1455 2006-08-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
1456
1457         * scripts/musicxml2ly.py: fix for importing
1458         minor key signatures from MusicXML.  (Phillip Kirlin)
1459
1460 2006-08-24  Phillip Kirlin  <pkirlin@acm.org>
1461
1462         * python/musicxml.py: 
1463         (Attributes.get_key_signature): now correctly retrieves mode from 
1464         MusicXML. 
1465
1466 2006-08-25  Han-Wen Nienhuys  <hanwen@lilypond.org>
1467
1468         * lily/parser.yy (output_def_body): take ownership of identifier
1469         back to C++.
1470
1471         * Documentation/user/advanced-notation.itely (Metronome marks):
1472         update use of \tempo in \midi.
1473
1474         * VERSION: release 2.9.16
1475         
1476 2006-08-24  Erik Sandberg  <mandolaerik@gmail.com>
1477
1478         * input/mutopia/*: upgrade to new midi tempo syntax (repairs make
1479         web partially)
1480
1481 2006-08-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
1482
1483         * input/regression/tie-chord-partial.ly: clarify example.
1484
1485         * scm/define-music-properties.scm (all-music-properties): remove
1486         untied.
1487
1488         * ly/music-functions-init.ly: remove \untied.
1489
1490         * lily/tie-engraver.cc (struct Head_event_tuple): store both
1491         stream events and music events.
1492         (stop_translation_timestep): search acknowledged heads for
1493         tie-event.
1494
1495         * input/regression/tie-chord-partial.ly: new file.
1496
1497         * scm/define-markup-commands.scm (char): use ly:wide-char->utf-8
1498         for \char markup command.
1499
1500         * scm/define-event-classes.scm (unlistened-music-event-classes): idem.
1501
1502         * scm/define-music-types.scm (music-descriptions): consistency:
1503         Use solo-{one,two}-event iso. solo-[12]-event.
1504
1505         * lily/part-combine-engraver.cc (process_music):
1506         Use solo-{one,two}-event iso. solo-[12]-event.
1507
1508         * ly/declarations-init.ly (partCombineListener): add Timing as
1509         alias
1510
1511         * flower/std-string.cc (string_copy): use copy ()
1512
1513         * lily/source-file.cc (Source_file): use copy(). Remove contents_str0()
1514
1515 2006-08-24  Graham Percival  <gpermus@gmail.com>
1516
1517         * Documentation/user/changing-defaults.itely, global.itely,
1518         lilypond-book.itely, page.itely: minor changes from mailist.
1519
1520 2006-08-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
1521
1522         * buildscripts/mutopia-index.py (allfiles): filter lily-XXX and
1523         snippet-map
1524
1525         * scm/define-context-properties.scm
1526         (translator-property-description): robustness: detect type errors
1527         in property definitions.
1528
1529         * lily/parser.yy (score_body): protect SCORE_IDENTIFIER result
1530         after getting it from SCM. 
1531
1532         * lily/smobs.cc (protect_smob): switch off fancy smob protection
1533         for now. 
1534
1535         * lily/include/performer.hh (class Performer): strip get_tempo()
1536         method.
1537
1538         * lily/midi-def.cc: strip file.
1539
1540         * lily/lexer.ll (Lily_lexer): don't protect hash key separately.
1541
1542         * lily/include/context-def.hh (struct Context_def): use
1543         VIRTUAL_COPY_CONSTRUCTOR().
1544
1545         * lily/source-file.cc: smobification.
1546
1547         * lily/include/source-file.hh (class Source_file): smobify
1548         Source_file. Trim redundant members.
1549
1550         * lily/parser.yy (Lily_lexer::try_special_identifiers): unprotect
1551         clones after creation. This plugs a huge memory leak.
1552
1553         * python/convertrules.py (FatalConversionError.sub_tempo):
1554         complete rule for \midi{ \tempo }
1555
1556         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): idem.
1557
1558         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): update tempo.
1559
1560 2006-08-23  Joe Neeman  <joeneeman@gmail.com>
1561
1562         * input/regression/optimal-page-breaking-hstretch.ly: test for
1563         ragged-last-bottom also
1564
1565         * lily/paper-column-engraver.cc (finalize): make the end of a score
1566         breakable by default. This is to balance out a change in behaviour
1567         of the page-turn-breaker which no longer makes the end of a score
1568         breakable.
1569
1570         * lily/paper-book.cc (pages): set the systems_ once the pages are
1571         broken
1572
1573         * lily/page-turn-page-breaking.cc (calc_subproblem): use the new
1574         Page_breaking interface.
1575
1576         * lily/page-breaking.cc (class Page_breaking): make the interface
1577         more consistent and provide abstractions for dealing with
1578         Line_divisions.
1579
1580         * lily/optimal-page-breaking.cc (solve): use a more straightforward
1581         algorithm. Use the new interface to Page_breaking.
1582
1583         * lily/page-spacing.cc: better support for ragged-bottom and
1584         ragged-last-bottom
1585
1586 2006-08-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
1587
1588         * python/convertrules.py (conv): warning on \tempo{}
1589
1590         * ly/performer-init.ly: set tempoWholesPerMinute.
1591
1592         * ly/midi-init.ly: remove \midi
1593
1594         * lily/tempo-performer.cc: look at tempoWholesPerMinute to set
1595         MIDI tempo.
1596
1597         * lily/metronome-engraver.cc (process_music): use tempoUnitCount
1598         tempoUnitDuration for determining what to print.
1599
1600         * lily/lyric-extender.cc: typo.
1601
1602         * lily/parser.yy (output_def_body): disallow \tempo in \midi{}
1603
1604         * lily/duration-scheme.cc (LY_DEFINE): ly:duration-length: new
1605         function.
1606
1607         * scm/lily.scm (define-scheme-options): alphabetize, add eps-pad-boxes.
1608
1609         * scm/framework-ps.scm (dump-stencil-as-EPS): only pad boxes if
1610         eps-pad-boxes is set.
1611
1612         * scripts/lilypond-book.py (main): use -deps-pad-boxes.
1613
1614         * THANKS: update sponsors.
1615
1616         * ly/english.ly: quarter tone naming (thanks, Trevor Baca)
1617
1618         * Documentation/topdocs/NEWS.tely (Top): doc new feature.
1619
1620         * input/regression/tie-chord-untied.ly: new file.
1621
1622         * lily/tie-engraver.cc (acknowledge_note_head): check 'untied property.
1623
1624         * scm/define-music-properties.scm (all-music-properties): add
1625         'untied property.
1626
1627         * buildscripts/mutopia-index.py (allfiles): look for .ly rather
1628         than .ly.txt.
1629         (headertext_nopics): sanitize no-examples text.
1630
1631         * scm/page.scm (make-page-stencil): don't rely on extents of
1632         page-stencil. This fixes spurious space around .EPS files produced
1633         with the EPS backend.
1634
1635 2006-08-21  Han-Wen Nienhuys  <hanwen@lilypond.org>
1636
1637         * lily/stencil-scheme.cc (LY_DEFINE): make extent arguments optional.
1638
1639         * lily/hara-kiri-engraver.cc (process_music): remember
1640         keepAliveInterfaces after processing \set
1641
1642         * lily/lyric-extender.cc (print): support left/right-padding for
1643         extenders.
1644
1645         * scm/documentation-generate.scm (string-append): revert lilypond/
1646         path, doc why.
1647
1648 2006-08-20  Graham Percival  <gpermus@gmail.com>
1649
1650         * Documentation/user/lilypond.tely: clarification to
1651         license presentation (not to actual license).
1652
1653         * Documentation/user/basic-notation.itely,
1654         instrument-notation.itely: minor changes.
1655
1656         * input/ {regression, test}/+.ly: clarification to
1657         text (you can click on examples).  Thanks, Mats!
1658
1659         * input/manual/bar-lines.ly: adds ||: repeats.
1660
1661 2006-08-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
1662
1663         * make/ly-vars.make (OMF_FILES): strip ps.gz from OMF_FILES 
1664
1665         * scm/documentation-lib.scm (texi-file-head): category LilyPond.
1666
1667         * Documentation/user/lilypond.tely: strip lilypond/ from info
1668         links, rename to category LilyPond
1669
1670         * lily/pango-font.cc (description_string): new function.
1671
1672         * VERSION: release 2.9.15
1673
1674         * lily/spacing-engraver.cc (stop_translation_timestep): use
1675         Dscho's fix for spacing spanner. 
1676
1677         * scm/define-music-types.scm (music-descriptions): use
1678         apply-output-event for ApplyOutputEvent
1679
1680         * lily/output-property-engraver.cc (listen_apply_output): rename
1681         from listen_layout_instruction.
1682
1683         * lily/piano-pedal-engraver.cc (struct Pedal_type_info): new
1684         function protect()
1685
1686 2006-08-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
1687
1688         * scm/lily.scm (lilypond-all): option read-file-list: substitute
1689         commandline args with contains, split by \n.
1690
1691         * scripts/lilypond-book.py (Lilypond_file_snippet.my_system):
1692         write snippet-names file, call with -dread-file-list. Fixes
1693         command limitations on 64-bit systems.
1694
1695         * input/regression/stencil-color-rotation.ly: new file.
1696
1697         * lily/include/translator.hh (struct Acknowledge_information):
1698         revert: don't use Protected_scm in global objects, as GUILE can't
1699         handle gc_unprotect from automated destructors on MacOS X.
1700  
1701         * lily/grob.cc (get_print_stencil): use retval.expr() as base for
1702         color, not the original stencil. Fixes combinations of
1703         color/transparency/rotation. 
1704
1705         * scripts/lilypond-book.py (main): add --formats=eps for
1706         texinfo/latex.
1707
1708         * lily/spacing-engraver.cc (stop_translation_timestep): don't
1709         crash if spacing_ is nonexistent.
1710
1711 2006-08-14  Mats Bengtsson  <mabe@s3.kth.se>
1712
1713         * scripts/lilypond-book.py (output): Remove obsolete(!?)
1714         \catcode`\@=12 in the LaTeX output.
1715
1716 2006-08-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
1717
1718         * scm/define-music-types.scm (music-descriptions):
1719         use sustain-event iso. sustain-pedal-event.
1720
1721 2006-08-11  Joe Neeman  <joeneeman@gmail.com>
1722
1723         * scripts/convert-ly.py: honour the -n command-line switch
1724
1725 2006-08-10  Han-Wen Nienhuys  <hanwen@lilypond.org>
1726
1727         * scm/output-lib.scm (bar-line::calc-glyph-name): add dashed liine
1728         break specification.
1729
1730 2006-08-10  Joe Neeman  <joeneeman@gmail.com>
1731
1732         * Documentation/user: convert-ly the user manual
1733
1734 2006-08-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
1735
1736         * stepmake/aclocal.m4: version check patch (thanks MWD)
1737
1738         * ly/music-functions-init.ly: robustness. Don't crash if
1739         currentBarNumber is not a number.
1740
1741         * VERSION (PATCH_LEVEL): bump.
1742
1743 2006-08-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
1744
1745         * stepmake/aclocal.m4: better version check; handle fooX.Y
1746         binaries too.
1747
1748         * ly/performer-init.ly: instrument name fixup.
1749
1750         * input/manual/chord-names-jazz.ly (banterProperties):
1751         instrumentName update
1752
1753         * scm/define-event-classes.scm (lambda): use ly:is-listened-event-class
1754
1755         * lily/ly-module.cc (ly_module_symbols): use ly_hash_table_keys
1756
1757         * lily/translator.cc (LY_DEFINE): ly:is-listened-event-class: new
1758         function. Use hash tables to check membership.
1759
1760         * lily/general-scheme.cc (LY_DEFINE): new function.
1761
1762         * lily/piano-pedal-engraver.cc (struct Pedal_type_info): idem
1763
1764         * lily/include/translator.hh (struct Acknowledge_information): add
1765         Protected_scm
1766
1767         * ly/music-functions-init.ly: change name to BreathingEvent
1768
1769         * input/regression/*.ly: apply it.
1770
1771         * python/convertrules.py (conv): better instrumentName conversion
1772         rule.
1773
1774         * scm/define-music-types.scm (music-descriptions): add
1775         line-break-event to LineBreakEvent music
1776
1777         * lily/music.cc (to_event): don't crash if music type not set.
1778
1779         * lily/spacing-loose-columns.cc (set_loose_columns): don't barf if
1780         spacing not set.
1781
1782         * lily/spacing-engraver.cc (stop_translation_timestep): set
1783         spacing for proportional notation too.
1784
1785         * scm/translation-functions.scm (format-bass-figure): inspect
1786         stream-event.
1787
1788         * scripts/lilypond-book.py (bindir): add bindir to $PATH.
1789
1790 2006-08-08  Joe Neeman  <joeneeman@gmail.com>
1791
1792         * lily/include/constrained-breaking.hh: add Line_details (Prob*)
1793
1794         * scm/page.scm (make-page): make it friendlier to call (esp. from C++)
1795
1796         * scm/layout-page-layout.scm (make-page-from-systems): new function
1797         (optimal-page-breaks): use the new page-breaking calling convention
1798
1799         * scm/define-context-properties.scm (all-user-translation-properties):
1800         add revokePageTurns
1801
1802         * lily/paper-column-engraver.cc (stop_translation_timestep): add
1803         revokePageTurns  functionality. If there is a special barline within
1804         the breakable region, break there instead of at the end of the region.
1805
1806         * lily/paper-book.cc (pages): use the new page-breaking calling
1807         convention
1808
1809 2006-08-07  Erik Sandberg  <mandolaerik@gmail.com>
1810
1811         * lily/lexer.ll, lily/source-file.cc: Add \sourcefileline command
1812
1813         * scripts/lilypond-book.py: insert \sourcefileline command in
1814         output, so lilypond error messages refer to the spot in the
1815         original .lytex / .itely sourcefile.
1816
1817 2006-08-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
1818
1819         * lily/spacing-loose-columns.cc (set_loose_columns): oops: use
1820         space to next column for distance to fixed col.
1821
1822         * VERSION (PACKAGE_NAME): release 2.9.14
1823
1824         * lily/pitched-trill-engraver.cc (make_trill): do set_parent also
1825         if no accidental.
1826
1827         * lily/accidental-engraver.cc (process_acknowledged): don't create
1828         accidental for trill span event. This fixes spurious accidentals
1829         on trills.
1830
1831 2006-08-04  Mats Bengtsson  <mabe@s3.kth.se>
1832
1833         * scm/define-grob-properties.scm (all-user-grob-properties):
1834         Clarify documentation of side-axis and direction. Thanks to Paul
1835         for the inspiration.
1836
1837         * lily/bar-line.cc: Add documentation for "||:" also in the
1838         interface documentation.
1839
1840 2006-08-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
1841
1842         * lily/spacing-loose-columns.cc (set_loose_columns): bugfix.
1843
1844         * lily/paper-column.cc (set_system): new function.
1845
1846         * lily/spacing-engraver.cc (stop_translation_timestep): store
1847         SpacingSpanner refs in Paper_column.
1848
1849         * lily/spacing-loose-columns.cc (set_loose_columns): rewrite
1850         compute loose clique spacing using GraceSpacing/SpacingSpanner.
1851
1852 2006-08-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
1853
1854         * lily/beam-engraver.cc (listen_beam): add method for
1855         Grace_beam_engraver too.
1856
1857 2006-08-03  Mats Bengtsson  <mabe@s3.kth.se>
1858
1859         * python/convertrules.py: Fix indentation bug that broke
1860         conversion of files older than 1.3.117.
1861         Fix escape error in the description for 2.9.6.
1862
1863 2006-08-02  Erik Sandberg  <mandolaerik@gmail.com>
1864
1865         * lily/*-engraver.cc: convert all try_music functions to listen_*
1866         functions.
1867
1868         * lily/piano-pedal-engraver.cc: some additional cleanups: use
1869         enums to represent pedal types, and calculate more data statically.
1870
1871         * scm/part-combiner.scm (recording-group-emulate): create a
1872         softcoded substitute for recording-group-engraver.cc.
1873
1874         * lily/music.cc: make a common transpose function for events and
1875         music
1876
1877         * ly/declarations-init.ly: change melisma/melismaEnd. Eliminates
1878         ManualMelismaEvent, and obsoletes Melisma_translator.
1879
1880 2006-08-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
1881
1882         * input/test/instrument-name-align.ly: update version.
1883
1884 2006-08-02  Mats Bengtsson  <mabe@s3.kth.se>
1885
1886         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
1887         Doc the --pdf flag to lilypond-book.
1888
1889 2006-07-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
1890
1891         * Documentation/topdocs/NEWS.tely (Top): add description.
1892
1893         * input/regression/tuplet-full-length-note.ly: add file.
1894
1895         * lily/instrument-name-engraver.cc (acknowledge_axis_group):
1896         always store axis group.
1897
1898 2006-07-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
1899
1900         * input/regression/instrument-switch.ly: new file.
1901
1902         * lily/instrument-switch-engraver.cc (process_music): new file.
1903
1904         * ly/engraver-init.ly: add Instrument_switch_engraver
1905
1906         * ly/music-functions-init.ly: \instrumentSwitch
1907
1908         * scm/define-context-properties.scm
1909         (all-user-translation-properties): add instrumentCueName
1910
1911         * scm/define-grobs.scm (all-grob-descriptions): add InstrumentSwitch
1912
1913 2006-07-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
1914
1915         * ly/music-functions-init.ly: music function \transposition.
1916
1917         * lily/parser.yy (command_element): softcode \transposition.
1918
1919         * lily/fall-engraver.cc (process_music): delta-pitch -> delta-step.
1920         (process_music): oops.
1921
1922         * lily/instrument-name-engraver.cc (start_spanner): new
1923         function. Create spanner when property changes.
1924         (stop_spanner): new function.
1925
1926         * python/convertrules.py (conv): add rule.
1927
1928         * lily/instrument-name-engraver.cc: shortVocalName iso. vocNam,
1929         shortInstrumentName iso. instr.
1930
1931         * scm/output-ps.scm (dashed-line): add phase argument to
1932         dashed-line.
1933
1934         * lily/bar-line.cc (dashed_bar_line): new function.
1935         (compound_barline): support \bar "dashed". 
1936
1937         * lily/lily-parser-scheme.cc (LY_DEFINE): only write
1938         --output=DIR to DIR/BASE if it is a dir. 
1939
1940         * flower/file-name.cc (file_part): new function
1941         (dir_part): new function
1942
1943         * lily/lily-parser-scheme.cc (LY_DEFINE): 
1944
1945         * DEDICATION: update
1946
1947 2006-07-25  Han-Wen Nienhuys  <hanwen@lilypond.org>
1948
1949         * lily/instrument-name-engraver.cc: formatting.
1950
1951         * python/convertrules.py (conv): bugfix for \epsfile.
1952
1953 2006-07-25  Joe Neeman  <joeneeman@gmail.com>
1954
1955         * lily/grob.cc:
1956         
1957         * lily/gourlay-breaking.cc: Oops, these should have been included
1958         in my last commit
1959
1960 2006-07-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
1961
1962         * scripts/*.py (program_name): cleanup relocation snippets.
1963
1964         * scripts/convert-ly.py (datadir): remove LILYPONDPREFIX support.
1965
1966 2006-07-24  Joe Neeman  <joeneeman@gmail.com>
1967
1968         * scm/define-grobs.scm (all-grob-descriptions): make NonMusicalPaperColumn
1969         page-breakable by default
1970
1971         * scm/layout-page-layout.scm (space-systems): fix bug where the force isn't
1972         correctly calculated for a single-system page
1973
1974         * scm/lily-library.scm (interval-sane?): also check that the first number is no
1975         bigger than the second number
1976
1977         * lily/simple-spacer.cc (solve): allow compression even when ragged (but we
1978         acknowledge that we aren't satisfying constraints)
1979
1980         * lily/hara-kiri-group-spanner.cc (request_suicide): give equal treatment to
1981         non-Items
1982
1983         * lily/grob.cc (pure_height): add minimum-Y-extent
1984
1985         * lily/gourlay-breaking.cc (solve): don't ignore a compression force, even if we're
1986         ragged
1987
1988         * lily/constrained-breaking.cc: convert code to use new Matrix class
1989         (get_best_solution): new function
1990
1991         * scm/page.scm (make-page-stencil): don't crash if we annotate-layout when there
1992         is a page with no systems
1993
1994 2006-07-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
1995
1996         * VERSION (PACKAGE_NAME): release 2.9.13
1997
1998         * scm/define-grobs.scm (all-grob-descriptions): remove stray
1999         assignment.
2000
2001 2006-07-21  Han-Wen Nienhuys  <hanwen@lilypond.org>
2002
2003         * Documentation/topdocs/NEWS.tely (Top): doc new features.
2004
2005         * scm/output-lib.scm (grace-spacing::calc-shortest-duration): new
2006         function.
2007
2008         * scm/define-grob-properties.scm (all-user-grob-properties):
2009         remove grace-space-factor.
2010
2011         * scm/define-grob-interfaces.scm (grace-spacing-interface): add
2012         grace-spacing-interface
2013         (spacing-options-interface): add.
2014
2015         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add Grace_spacing_engraver
2016
2017         * lily/spacing-options.cc (get_duration_space): move function from spacing-basic.cc
2018
2019         * lily/spacing-basic.cc (note_spacing): do init_from_grob on
2020         GraceSpacing object.
2021
2022         * lily/note-spacing.cc: fix prop list formatting
2023
2024         * lily/beaming-pattern.cc (de_grace): new function. Sensible
2025         beaming for grace notes too.
2026
2027         * input/regression/spacing-grace.ly: update.
2028
2029         * lily/grace-spacing-engraver.cc: new file.
2030
2031         * lily/spacing-spanner.cc: add strict-grace-spacing.
2032
2033 2006-07-20  Graham Percival  <gpermus@gmail.com>
2034
2035         * lily/parser.yy: compile fix.
2036
2037 2006-07-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
2038
2039         * scm/define-grobs.scm (all-grob-descriptions): typo.
2040
2041         * scm/framework-eps.scm (dump-stencils-as-EPSes): just strip
2042         .eps extension from includegraphics.
2043
2044         * scripts/lilypond-book.py (main): add support for --pdf. 
2045
2046         * lily/spacing-spanner.cc (calc_common_shortest_duration): use
2047         callback to compute common shortest duration.
2048         (set_springs): typo.
2049
2050         * scm/define-grob-properties.scm (all-user-grob-properties): add
2051         strict-grace-spacing.
2052
2053         * lily/spacing-determine-loose-columns.cc (is_loose_column):
2054         support float_grace_columns_.
2055
2056         * lily/spacing-options.cc (init_from_grob): new file.
2057
2058         * Documentation/topdocs/NEWS.tely (Top): doc tupletFullLengthNote.
2059
2060         * input/regression/spacing-loose-grace.ly: new file.
2061
2062         * Documentation/topdocs/NEWS.tely (Top): document new feature.
2063
2064         * lily/tuplet-engraver.cc (struct Tuplet_description): read
2065         tupletFullLengthNote too. Choose right bound depending on value.
2066
2067         * input/regression/tuplet-full-length-note.ly: new file.
2068
2069 2006-07-19  Erik Sandberg  <mandolaerik@gmail.com>
2070
2071         * lily/*-performer.cc: Converted try_music to listen_*
2072
2073         * lily/grob-info.cc, lily/engraver.cc: represent the cause of grob
2074         as a stream-event internally. Introduce event_cause (), deprecate
2075         music_cause ().
2076
2077         * scm/define-music-types.scm: Removed BusyPlayingEvent
2078         
2079 2006-07-19  Mats Bengtsson  <mabe@s3.kth.se>
2080
2081         * Documentation/user/advanced-notation.itely (Font selection):
2082         Document how to get a list of available fonts using 'lilypond
2083         -dshow-available-fonts blabla'.
2084
2085 2006-07-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
2086
2087         * GNUmakefile.in: filter lily-XXX.pdf files.
2088
2089         * scm/define-grob-interfaces.scm (bend-after-interface): add thickness.
2090
2091         * scm/define-grob-properties.scm (all-internal-grob-properties):
2092         remove delta-pitch. Use delta-position everywhere.
2093
2094         * scm/output-lib.scm (fall::print): use new order.
2095
2096         * scm/output-ps.scm (path): reorder arguments.
2097
2098         * scm/output-svg.scm (path): support for path primitive.
2099
2100         * input/regression/bend-after.ly: new file.
2101
2102         * Documentation/user/GNUmakefile ($(outdir)/%.pdf): foolproof
2103         recipe for eps -> pdf conversion.
2104
2105 2006-07-19  Erik Sandberg  <mandolaerik@gmail.com>
2106
2107         * lily/parser.yy, lily/lexer.ll: added some simplifications by
2108         Angelo Contardi.
2109
2110 2006-07-19  Graham Percival  <gpermus@gmail.com>
2111
2112         * input/manual/screech-boink.ly: moved to here.
2113
2114         * input/screech-boink.ly: deleted.
2115
2116         * scm/define-grob-properties.scm: clarify doc string.
2117
2118 2006-07-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
2119
2120         * Documentation/topdocs/NEWS.tely (Top): doc new feature.
2121
2122         * scm/output-ps.scm (path): define path.
2123
2124         * scm/define-stencil-commands.scm
2125         (ly:register-stencil-expression): add path.
2126
2127         * scm/define-music-properties.scm (all-music-properties): add delta-pitch.
2128
2129         * ly/engraver-init.ly: add Fall_engraver
2130
2131         * lily/parser.yy (music_function_event): allow musicfunction
2132         without music arg as music_function_event.
2133
2134         * lily/grob-scheme.cc (LY_DEFINE):
2135         ly:grob-robust-relative-extent. New function.
2136
2137         * scm/define-grobs.scm (all-grob-descriptions): add BendAfter
2138
2139         * scm/define-music-types.scm (music-descriptions): add BendAfterEvent.
2140
2141         * scm/output-lib.scm (fall::print): new function
2142
2143         * lily/fall-engraver.cc (stop_fall): new file.
2144
2145         * ly/music-functions-init.ly: alphabetise.
2146
2147         * Documentation/user/GNUmakefile (OUT_PNG_IMAGES): pdf iso. eps as
2148         base.
2149
2150 2006-07-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
2151
2152         * VERSION (PATCH_LEVEL): bump version. Release 2.9.12
2153
2154         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
2155         doc pdftex usage.
2156
2157         * lily/translator-group.cc (connect_to_context): non const error message.
2158
2159         * Documentation/user/GNUmakefile ($(outdir)/%.pdf): update to use PDF
2160
2161         * scm/paper.scm (internal-set-paper-size): define landscape to #f
2162         if unset.
2163
2164         * scm/framework-ps.scm (convert-to-pdf): swap h and w in case of landscape. 
2165
2166         * stepmake/stepmake/texinfo-rules.make: strip DVI support.
2167
2168         * scm/framework-eps.scm (dump-stencils-as-EPSes): generate
2169         systems.pdftex too.
2170
2171         * scm/backend-library.scm (postscript->pdf): use -dEPSCrop for PDF.
2172
2173         * make/lilypond-vars.make (TEXINPUTS): add pdf output format.
2174
2175         * Documentation/topdocs/NEWS.tely (Top): add pdftex note.
2176
2177         * scm/output-ps.scm (resetrotation): use gsave/grestore for rotation.
2178
2179         * lily/main.cc (parse_argv): don't overwrite previous --formats string.
2180
2181         * scm/backend-library.scm (postscript->pdf): strip .eps too. 
2182
2183 2006-07-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2184
2185         * scm/layout-page-layout.scm: Define module, tidy code, use more
2186         functions iso. a single big one.
2187
2188         * scm/layout-page-dump.scm: move page dump functions used in two
2189         pass spacing to this file. Define module.
2190
2191         * scm/lily.scm (ly:load): don't load layout-page-layout.scm
2192          (separate module)
2193
2194         * ly/paper-defaults.ly: use module layout-page-layout.
2195
2196 2006-07-14  Erik Sandberg  <mandolaerik@gmail.com>
2197
2198         * lily/music.cc: Revised MusicEvent event class. It now contains
2199         event data directly instead of encapsulating it in music. The
2200         previously used class is renamed to OldMusicEvent.
2201
2202         * lily/stream-event.cc: Stream events are now probs.
2203         
2204         * lily/translator-group.cc, lily/translator.cc: Translators can
2205         now listen directly to stream events, by using macros
2206         [DECLARE,IMPLEMENT]_TRANSLATOR_LISTENER.
2207
2208         * lily/arpeggio-engraver.cc: Converted to use new event system
2209
2210         * THANKS: Corrected spelling mistake.
2211
2212 2006-07-12  Graham Percival  <gpermus@gmail.com>
2213
2214         * Documentation/user/SConscript, make/lilypond-vars.make,
2215         input/GNUmakefile: doc build looks in input/manual instead
2216         of input/test/
2217
2218         * input/manual/ GNUmakefile, SConscript: build files for
2219         input/manual/
2220
2221         * input/test/ various: some files moved to input/manual/ 
2222
2223         * Documentation/user/basic-notation.itely: small updates;
2224         thanks Kieren and Charles!
2225
2226 2006-07-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
2227
2228         * VERSION (PACKAGE_NAME): release 2.9.11
2229
2230         * Documentation/topdocs/NEWS.tely (Top): update prop value 
2231
2232         * Documentation/user/basic-notation.itely (Tuplets): new property
2233         value.
2234
2235 2006-07-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
2236
2237         * python/convertrules.py (conv): tweaks. 
2238
2239         * VERSION (PATCH_LEVEL): bump version.
2240
2241         * python/convertrules.py (conv): add rule for
2242         tupletNumberFormatFunction.
2243
2244         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
2245         tupletNumberFormatFunction.
2246
2247         * scm/define-grobs.scm (all-grob-descriptions): calc TupletNumber
2248         text through 'text callback.
2249
2250         * lily/time-scaled-music-iterator.cc (construct_children): copy
2251         tweaks generated events.
2252
2253         * scm/define-context-properties.scm
2254         (all-user-translation-properties): remove tupletNumberFormatFunction
2255
2256         * lily/tuplet-engraver.cc (process_music): don't read
2257         tupletNumberFormatFunction
2258
2259         * scm/output-lib.scm (tuplet-number::calc-fraction-text): new
2260         function.
2261
2262 2006-07-11  Erik Sandberg  <mandolaerik@gmail.com>
2263
2264         * lily/global-context-scheme.cc: Separated ly:run-translator into
2265         smaller pieces.
2266
2267         * lily/score-engraver.cc, lily/score-performer.cc,
2268         scm/define-context-properties.scm: Make paper/midi output
2269         accessable as a context property.
2270
2271         * lily/score-translator.cc, lily/score-context.cc: Removed.
2272
2273 2006-07-07  Guido Amoruso  <guidonte@katamail.com>
2274
2275         * scm/ps-to-png.scm (Module): 
2276         * scm/framework-tex.scm (Module): 
2277         * scm/framework-ps.scm (Module): 
2278         * scm/backend-library.scm (Module): 
2279         * scm/framework-ps.scm: invoke gs with "-dDEVICEWIDTHPOINTS" and
2280         "dDEVICEHEIGHTPOINTS".
2281
2282 2006-07-04  Graham Percival  <gpermus@gmail.com>
2283
2284         * Documentation/user/ various: general improvements to
2285         "working with lilypond files" section.
2286
2287 2006-07-03  Erik Sandberg  <mandolaerik@gmail.com>
2288
2289         * lily/sequential-iterator.cc: Change the default get_music_list
2290         to read elements-callback music property
2291
2292         * scm/define-music-types.scm, scm/music-functions.scm: Cleaner
2293         processing of multimeasure rests. Softcoded
2294         sequential-music-iterator.
2295
2296         * lily/sequential-music-iterator.cc: Removed.
2297
2298 2006-06-28  Graham Percival  <gpermus@gmail.com>
2299
2300         * Documentation/user/basic-notation.itely: clarify \repeatTie.
2301
2302 2006-06-27  Erik Sandberg  <mandolaerik@gmail.com>
2303
2304         * lily/parser.yy: Wrap non-post-events in EventChords before
2305         assigning them to identifiers.
2306
2307 2006-06-27  Mats Bengtsson  <mabe@s3.kth.se>
2308
2309         * lily/bar-line.cc (compound_barline): Fix parenthesis error,
2310         gives correct vertical placement of \bar ":" in all staff
2311         sizes. Thanks Martial!
2312
2313 2006-06-26  Graham Percival  <gpermus@gmail.com>
2314
2315         * Documentation/user/invoking.itely : minor update from mailist.
2316
2317 2006-06-26  Erik Sandberg  <mandolaerik@gmail.com>
2318
2319         * lily/ various: Introduce stream events of types Prepare,
2320         OneTimeStep, CreateContext, AnnounceNewContext, RemoveContext,
2321         ChangeContext, SetProperty, RevertProperty, Override and Revert.
2322
2323         * lily/global-context*.cc: Time is now -inf before iteration
2324         starts.
2325
2326         * lily/include/context.hh: Removed unique_, init_
2327
2328         * Documentation/topdocs/NEWS: Make the feathered beam example
2329         avoid triggering a bug.
2330
2331 2006-06-24  Graham Percival  <gpermus@gmail.com>
2332
2333         * Documentation/user/ various: small additions from mailist.
2334
2335 2006-06-22  Mats Bengtsson  <mabe@s3.kth.se>
2336
2337         * ly/performer-init.ly: Add some missing links in the context
2338         hierarchy for MIDI output. There are probably some more missing!
2339
2340 2006-06-21  Graham Percival  <gpermus@gmail.com>
2341
2342         * Documentation/user/ various: minor spelling fixes;
2343         thanks Dave Luttinen!
2344
2345         * Documentation/user/ various: small clarifications;
2346         thanks Anthony Youngman!
2347
2348 2006-06-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
2349
2350         * po/fr.po: add \n appropriately.
2351
2352         * lily/lexer.ll: remove ? from version-seen?  
2353
2354 2006-06-19  John Mandereau  <john.mandereau@free.fr>
2355
2356         * po/fr.po; update translation, by Jean-Charles Malahieude and
2357         John Mandereau.
2358
2359 2006-06-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
2360
2361         * THANKS: add Markus Schneider.
2362
2363         * lily/tab-staff-symbol-engraver.cc: derive from Engraver, not
2364         Staff_symbol_engraver
2365
2366         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): don't
2367         replace staff_engraver
2368
2369         * lily/staff-symbol-engraver.cc (stop_spanner): announce end of
2370         spanner.
2371
2372         * lily/staff-collecting-engraver.cc
2373         (acknowledge_end_staff_symbol): new function
2374
2375         * lily/volta-engraver.cc (acknowledge_end_staff_symbol): new function. 
2376
2377         * lily/staff-collecting-engraver.cc
2378         (acknowledge_end_staff_symbol): new function.
2379
2380         * lily/main.cc: switch on relocation by default.
2381
2382 2006-06-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
2383
2384         * lily/spacing-spanner.cc (musical_column_spacing): set
2385         compound_fixed_note_space to 0.0. Document why.
2386
2387         * lily/simple-spacer.cc (is_sane): also have a kludge for numeric
2388         range of inverse_hooke_
2389         (Simple_spacer): init completely.
2390         (fits): const
2391         (get_line_configuration): don't use cols.resize(); it introduces
2392         initialized data.
2393
2394         * scm/framework-ps.scm (dump-page): add setstrokeadjust. 
2395
2396         * ps/music-drawing-routines.ps: remove selectfont L1 hack.
2397
2398         * lily/beaming-pattern.cc (best_splitpoint_index): urg, 2nd
2399         try. Divide by beatlength.
2400
2401         * input/regression/beaming-ternary-metrum.ly: update doc.
2402         add beatLength hack.
2403
2404         * scm/music-functions.scm (make-time-signature-set): add
2405         standard-beat-grouping. 
2406
2407 2006-06-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
2408
2409         * input/regression/tie-whole.ly: new file.
2410
2411         * lily/tie-formatting-problem.cc (set_column_chord_outline): don't
2412         cross center of note head in case of invisible stem. 
2413
2414 2006-06-16  Graham Percival  <gpermus@gmail.com>
2415
2416         * Documentation/user/ various: small fixes from mailist.
2417
2418 2006-06-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
2419
2420         * lily/breathing-sign.cc (offset_callback): idem.
2421
2422         * lily/align-interface.cc (align_to_fixed_distance): remove
2423         hungarian suffix.
2424
2425         * lily/beaming-pattern.cc (count_factor_twos): oops. We want
2426         x%2==0.
2427
2428 2006-06-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
2429
2430         * VERSION (PACKAGE_NAME): release 2.9.9
2431
2432         * ly/lilypond-book-preamble.ly: add \version
2433
2434 2006-06-14  Han-Wen Nienhuys  <hanwen@lilypond.org>
2435
2436         * scripts/lilypond-book.py (PREAMBLE_LY): include
2437         lilypond-book-preamble.ly
2438
2439         * lily/stem.cc (get_beaming): return max of 0 and
2440         scm_ilength. Fixes slurring from/to beams.
2441
2442         * ly/lilypond-book-preamble.ly: new file.
2443
2444         * lily/slur.cc: add inspect-index feature.
2445
2446 2006-06-13  Graham Percival  <gpermus@gmail.com>
2447
2448         * Documentation/user/tutorial.itely: trivial fix.
2449
2450 2006-06-13  Erik Sandberg  <mandolaerik@gmail.com>
2451
2452         * lily/parser.yy, scm/ly-syntax-constructors.scm: Produce almost
2453         all non-event music in the parser via MAKE_SYNTAX.
2454
2455         * lily/parser-scheme.cc: Add ly:parser-error function
2456
2457         * scm/paper.scm: fix typo
2458
2459 2006-06-13  Han-Wen Nienhuys  <hanwen@lilypond.org>
2460
2461         * THANKS: add RT.
2462
2463         * lily/font-config.cc (init_fontconfig): add warning if cache_file
2464         is null.
2465
2466         * buildscripts/output-distance.py (test_compare_signatures):
2467         timing routines.
2468         (read_signature_file): use new signature format.
2469
2470         * scm/stencil.scm (write-system-signature): simpler signature
2471         format.
2472
2473         * lily/stem.cc (calc_stem_end_position): calc quantized-positions
2474         for beamed case. 
2475
2476         * lily/note-spacing.cc (stem_dir_correction): don't inspect
2477         stem_end_position, but estimate instead. 
2478
2479         * lily/tuplet-bracket.cc (calc_positions): look at
2480         stem-end-position for tuplet bracket slope. Fixes sloped tuplet
2481         brackets narrower than beams. 
2482
2483         * lily/lexer.ll: set version-seen? even if version is
2484         INVALID. 
2485
2486         * lily/rest.cc (y_offset_callback): bugfix: decide position
2487         override based on scm_is_number(). Fixes \rest on center staff
2488         line. 
2489
2490         * lily/beaming-pattern.cc (best_splitpoint_index): fix beaming
2491         patterns for 16th triplets.
2492
2493 2006-06-10  Graham Percival  <gpermus@gmail.com>
2494
2495         * Documentation/user/ page.itely, global.itely: editing
2496         and reorg.
2497
2498         * Documentation/user/ various: findex -> funindex.
2499
2500 2006-06-10  Erik Sandberg  <mandolaerik@gmail.com>
2501
2502         * lily/time-scaled-music-iterator.cc: Use tupletSpannerDuration to
2503         insert extra tuplet events.
2504
2505 2006-06-10  Graham Percival  <gpermus@gmail.com>
2506
2507         * Documentation/user/programming-interfaces.itely: add
2508         info from NEWS.
2509
2510         * python/convertrules.py: add annotatefoo -> annotate-foo
2511         rules.
2512
2513         * Documentation/user/global.itely: start editing.
2514
2515         * Documentation/user/page.itely: major editing, new spacing
2516         docs.
2517
2518 2006-06-10  Han-Wen Nienhuys  <hanwen@lilypond.org>
2519
2520         * scm/define-markup-commands.scm (wordwrap-markups): use
2521         output-def 'line-width if undefined.
2522
2523         * HACKING: trim outdated info.
2524
2525 2006-06-09  Mats Bengtsson  <mabe@s3.kth.se>
2526
2527         * scm/define-grobs.scm (all-grob-descriptions): Add
2528         line-spanner-interface to all grobs that already have
2529         text-spanner-interface or dynamic-text-spanner-interface
2530
2531         * scm/page.scm: Rename annotate{headers,systems,page}->
2532         annotate-*
2533
2534         * input/regression/page-spacing.ly,
2535         input/regression/page-layout-manual-position.ly: idem
2536
2537 2006-06-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
2538
2539         * lily/line-spanner.cc: cleanup property list.
2540
2541         * scripts/lilypond-book.py (find_toplevel_snippets): don't use
2542         generator expressions (2.3 compat). 
2543
2544 2006-06-09  Mats Bengtsson  <mabe@s3.kth.se>
2545
2546         * lily/vertical-align-engraver.cc: Make sure that the
2547         align{Above,Below}Context properties are included in the automatic
2548         documentation.
2549
2550 2006-06-08  Joe Neeman  <joeneeman@gmail.com>
2551
2552         * scm/paper-system.scm (paper-system-annotate): also annotate the
2553         estimated pure-Y-extent
2554
2555         * scm/define-grobs.scm: add pure-Y-extent and pure-Y-offset functions
2556
2557         * lily/system.cc (break_into_pieces): set the estimated height
2558         of each child system
2559
2560         * lily/stem.cc (pure_height): new pure-Y-extent callback
2561
2562         * lily/staff-symbol-referencer.cc (callback): don't destroy
2563         the staff-position property
2564
2565         * lily/hara-kiri-group-spanner.cc (request_suicide): split
2566         consider_suicide into two functions
2567
2568         * lily/constrained-breaking.cc (resize): use the new pure
2569         callbacks to estimate the height of a system
2570
2571         * lily/axis-group-interface.cc (pure_group_height): new
2572         side-effect-free VerticalAxisGroup height-callback
2573
2574         * lily/align-interface.cc (get_extents_aligned_translates):
2575         split align_elements_to_extents into two functions
2576         (get_pure_child_y_translation): new function
2577
2578         * lily/grob.cc: new functions for pure-Y-extent and pure-Y-offset
2579
2580         * lily/item.cc: new functions pure_is_visible and spanned_rank_iv
2581
2582         * lily/paper-score.cc: cache break_indices and columns
2583
2584         * lily/side-position-interface.cc: new pure-Y-extent callbacks
2585         
2586 2006-06-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
2587
2588         * lily/font-config.cc (init_fontconfig): do the init if
2589         cache_file, but don't look at cache_file.
2590
2591         * input/regression/quote-tie.ly: new file.
2592
2593         * lily/tie-engraver.cc (struct Head_event_tuple): add end_moment_
2594         to Head_event_tuple, so we deal gracefully with ties on
2595         cue-endings.
2596
2597         * lily/pango-font.cc (pango_item_string_stencil): type correctness
2598         for FcChar8*
2599
2600 2006-06-08  Graham Percival  <gpermus@gmail.com>
2601
2602         * input/test/ smart-transpose.ly, reverse-music.ly:
2603         \applyMusic to music functions update, thanks Michael!
2604
2605 2006-06-07  Graham Percival  <gpermus@gmail.com>
2606
2607         * input/test/ add-staccato.ly, add-text-script.ly,
2608         unfold-all-repeats.ly, music-box.ly: \applyMusic to
2609         music functions update, thanks to Michael Meixner.
2610
2611         * Documentation/user/music-glossary.tely: small fix
2612         from Francisco.
2613
2614         * Documentation/user/ various: minor additions from mailist.
2615
2616         * Documentation/user/lilypond.tely, basic-notation.itely:
2617         small test of @funindex.  (works here)
2618
2619         * input/test/font-table.ly: reduce size to partially
2620         de-ugly version in manual.
2621
2622         * Documentation/user/page.itely: new file (split former
2623         "global issues" into "page settings" and "non-musical
2624         output".
2625
2626         * Documentation/user/ various: fix @ref{}s to match
2627         new chapter names (above).
2628
2629 2006-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2630
2631         * SConstruct (LILYPONDPREFIX): Bootstrap fix.
2632
2633 2006-06-06  Graham Percival  <gpermus@gmail.com>
2634
2635         * Documentation/user/advanced-notation.itely: add example
2636         for segno/coda on barline.
2637
2638         * tex/texinfo.tex: merge from upstream.
2639
2640 2006-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
2641
2642         * scripts/lilypond-book.py (process_snippets): Argument fix.
2643
2644         * SConstruct:
2645         * buildscripts/builder.py:
2646         * lily/SConscript: 
2647         * mf/SConscript: 
2648         * Documentation/user/SConscript:  More SCons fixes.
2649
2650 2006-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2651
2652         * lily/font-config.cc (init_fontconfig): Only initialize if
2653         global cache_file is found.
2654
2655 2006-06-06  Erik Sandberg  <mandolaerik@gmail.com>
2656
2657         * ly/music-functions-init.ly: Updated \overrideProperty to use the
2658         new \applyOutput.
2659
2660 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
2661
2662         * VERSION (PACKAGE_NAME): release 2.9.8
2663
2664         * lily/ledger-line-engraver.cc (stop_translation_timestep): new
2665         function. Delay ledger modifying ledgered grobs to
2666         stop_translation_timestep(), to ensure that we're ledgering
2667         according to the new spanner.
2668         (acknowledge_staff_symbol): don't check for non-NULL
2669         staff_sym->get_bound()
2670
2671         * lily/staff-symbol-engraver.cc (start_spanner): set left bound on
2672         creation.
2673
2674         * Documentation/pictures/GNUmakefile (XPM_FILES): src-wildcard for
2675         pictures too.
2676
2677         * GNUmakefile.in (dist-toplevel-txt-files): dist aclocal.m4
2678         directly from srcdir/stepmake/aclocal.m4
2679         
2680         * Documentation/misc/GNUmakefile (TEXTS): use src-wildcard for
2681         disting MISC files.
2682
2683         * lily/simple-spacer.cc (get_column_desc): desc -> description.
2684
2685 2006-06-06  Joe Neeman  <joeneeman@gmail.com>
2686
2687         * lily/simple-spacer.cc (get_line_configuration): add
2688         keep-inside-line rods
2689         (struct Column_desc): add constructor
2690         (struct Rod_desc): add constructor
2691         (get_line_forces): check for forced page breaks here too
2692
2693         * lily/instrument-name-engraver.cc (acknowledge_axis_group): prevent
2694         support/elements cycles between InstrumentNames and AxisGroups
2695
2696 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
2697
2698         * config.make.in (METAFONT): remove MAKEINFO_VERSION
2699
2700         * stepmake/stepmake/topdocs-targets.make (make-txt-files): define
2701         make-txt-files target.
2702
2703         * stepmake/stepmake/toplevel-targets.make (do-top-doc): use
2704         make-txt-files target.
2705
2706         * configure.in (LINK_GXX_STATICALLY): $srcdir for readlink.py
2707
2708         * stepmake/stepmake/generic-vars.make (distdir): create dist in
2709         top-build-dir.
2710
2711 2006-06-06  Jürgen Reuter  <reuter@ipd.uka.de>
2712
2713         * Documentation/user/instrument-notation.itely,
2714         input/regression/breathing-sign-ancient.ly,
2715         input/test/divisiones.ly: Removed redundant property settings for
2716         vaticana contexts.
2717
2718         * ly/gregorian-init.ly: Rewrote \versus and \responsum in order to
2719         fix lyrics alignment problems.  They are implemented now as scheme
2720         functions that add the appropriate unicode char to the first lyric
2721         event rather than adding a separate lyric event.  Minor edit of
2722         comments.
2723
2724 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
2725
2726         * GNUmakefile.in (dist-toplevel-txt-files): new target. Don't
2727         pollute src dir with built .txt files, but install directly from
2728         Documentation/topdocs/out/
2729
2730         * buildscripts/output-distance.py
2731         (ComparisonData.create_html_result_page): put version/directories
2732         in table header.
2733
2734         * Documentation/topdocs/NEWS.tely (Top): document spacing section
2735         feature.
2736
2737         * configure.in (LINK_GXX_STATICALLY): use readlink.py to resolve links.
2738         Patch by Karl Hammar
2739         
2740         * buildscripts/readlink.py: add  file.
2741         Patch by Karl Hammar
2742
2743 2006-06-06  Joe Neeman  <joeneeman@gmail.com>
2744
2745         * lily/tuplet-number.cc (print): prevent stencil from being
2746         garbage collected.
2747
2748 2006-06-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
2749
2750         * scm/stencil.scm (write-system-signature): explicitly 
2751         -well, superfluously- close output port.
2752
2753         * buildscripts/output-distance.py (main): oops. Add extra argument.
2754
2755 2006-06-05  Graham Percival  <gpermus@gmail.com>
2756
2757         * Documentation/user/music-glossary.tely: clarified example
2758         from Francisco Vila, thanks!
2759
2760 2006-06-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
2761
2762         * input/regression/spacing-section.ly: new file.
2763
2764         * lily/input.cc (programming_error): new function.
2765
2766         * lily/spacing-engraver.cc (try_music): new function. Accept
2767         spacing-section-event
2768
2769         * lily/spacing-spanner.cc (set_springs): take slices of all
2770         columns for spacing.
2771
2772         * lily/include/paper-column.hh (class Paper_column): add
2773         Paper_column::compare.
2774
2775         * ly/spanners-init.ly (newSpacingSection): add newSpacingSection.
2776
2777         * scm/define-music-types.scm (music-descriptions): add
2778         SpacingSectionEvent
2779
2780         * lily/music-iterator.cc (report_event): use programming_error for
2781         sending non-event error.
2782
2783         * lily/input.cc (programming_error): new function
2784
2785         * buildscripts/output-distance.py (main): use compare-XXX for
2786         compare files.
2787         (main): --threshold option, default at 0.30
2788
2789         * output-distance.py (main): add --threshold option.
2790
2791 2006-06-04  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2792
2793         * scm/paper-system.scm (paper-system-annotate): fix problem when
2794         annotating an empty system
2795
2796 2006-06-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
2797
2798         * GNUmakefile.in: reinstate old web tar/copying.
2799
2800 2006-06-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
2801
2802         * lily/lyric-combine-music-iterator.cc (find_voice): return 0 if
2803         nothing changes. (Erik S) 
2804
2805         * lily/percent-repeat-iterator.cc (get_music_list): fix repeat
2806         count. (Erik S)
2807
2808 2006-05-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2809
2810         * scm/define-markup-commands.scm (whiteout): do not force
2811         foreground color of argument markup to black.
2812
2813         * scm/stencil.scm (annotate-y-interval): put arrow dimension at
2814         the left of the arrow, instead of below the arrow name, so that,
2815         when two little arrows are vertically stacked, their dimensions
2816         and name should not overlap. Add a color key parameter.
2817
2818         * scm/paper-system.scm (paper-system-annotate): Annotate
2819         next-space+next-padding instead of next-space. Annotate space
2820         between next-padding and next-space+padding, respectively, and
2821         following system extent and refpoint-Y-extent. Use colors.
2822
2823         * scm/page.scm (annotate-page): translate annotations slightly to
2824         the right.
2825
2826 2006-06-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
2827
2828         * lily/figured-bass-position-engraver.cc (acknowledge_end_slur):
2829         fix for x-staff slurs. Thanks Joe!
2830
2831         * buildscripts/output-distance.py
2832         (SystemLink.output_expression_change_count): keep track of changed
2833         details, and dump in details html page.
2834  
2835         * input/regression/figured-bass-staff.ly: add note about setting
2836         properties in Staff context.
2837
2838         * lily/figured-bass-position-engraver.cc (acknowledge_slur):
2839         add slurs and ties to support too.
2840
2841         * buildscripts/output-distance.py (main): set dest_dir
2842         argument. Add --max-count option.
2843
2844 2006-06-02  Jürgen Reuter  <reuter@ipd.uka.de>
2845
2846         * ly/gregorian-init.ly: Converted to utf-8.  Added memorable
2847         shortcuts for special unicode chars that are useful in chant
2848         notation.  Revised exisiting and added new comments.
2849
2850 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
2851
2852         * make/mutopia-rules.make: remove duplicate recipe.
2853
2854 2006-06-02  Werner Lemberg  <wl@gnu.org>
2855
2856         * tex/texinfo.cnf: Fix typo (\euro -> \minus).
2857         Add support for U+0132 (IJ) and U+0133 (ij).
2858
2859 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
2860
2861         * buildscripts/output-distance.py (FileLink): new class. collect
2862         info systems from one .ly file. 
2863         (FileLink.link_files_for_html): further tweaks.
2864
2865 2006-06-02  Graham Percival  <gpermus@gmail.com>
2866
2867         * tex/texinfo.tex: partial fix for @funindex.
2868
2869         * Documentation/user/macros.tely: uncomment @funindex (doesn't
2870         break anything).
2871
2872 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
2873
2874         * make/mutopia-vars.make (ly_examples): replace .ly.txt with .ly
2875
2876         * tex/texinfo.tex (sectionheading, q.v.): call \quoteexpand for
2877         @example too. Backportme.
2878
2879 2006-06-02  Graham Percival  <gpermus@gmail.com>
2880
2881         * tex/texinfo.cnf: added UTF-8 support for texinfo; patch
2882         from Werner Lemberg.
2883
2884 2006-06-02  Paco (Francisco Vila)  <fravd@ya.com>
2885
2886         * Documentation/user/music-glossary.tely: additional spanish
2887         updates and a lyrics fix in an example.
2888
2889 2006-06-02  Jürgen Reuter  <reuter@ipd.uka.de>
2890
2891         * scm/define-grob-properties.scm: Previous patch contained
2892         spurious line from another patch not yet committed.  Fixed.
2893
2894         * scm/define-grob-properties.scm: Add missing doc strings for
2895         ancient notation.
2896
2897 2006-06-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
2898
2899         * buildscripts/output-distance.py
2900         (ComparisonData.write_text_result_page): separate the scores, sort
2901         by geo_score.
2902
2903         * scm/framework-eps.scm (output-classic-framework): start at 1 for
2904         system signatures.
2905
2906         * buildscripts/output-distance.py (me_path): use argv[0] for
2907         sys.path extension
2908         (ComparisonData.img_cell): use colored borders.
2909
2910         * scm/stencil.scm (write-system-signature): escape newlines too.
2911         (write-system-signature): use (1,-1) interval for empty interval
2912
2913 2006-01-01  Graham Percival  <gpermus@gmail.com>
2914
2915         * Documentation/user/music-glossary.tely: Spanish updates
2916         from Francisco Vila.
2917
2918         * Documentation/user/lilypond-book.itely: addition from
2919         Vaclav Smilauer.
2920
2921         * Documentation/user/ various: edits, small additions
2922         from mailist, etc.
2923
2924 2006-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2925
2926         * GNUmakefile.in (tree-lib-prefix-current):
2927         (tree-share-prefix-current): Use version number in tree, add
2928         `current' symlinks.
2929
2930 2006-06-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
2931
2932         * GNUmakefile.in: write VERSION, again.
2933
2934         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
2935         $(outdir)/%.ly $(outdir)/%.ps): dump sigs for normal files too.
2936
2937         * stepmake/aclocal.m4: robuster version detection.
2938
2939         * buildscripts/output-distance.py
2940         (ComparisonData.create_html_result_page): copy only if file
2941         exists, fixup src paths.
2942
2943         * stepmake/bin/add-html-footer.py (built): junk gulp_file()
2944
2945 2006-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2946
2947         * stepmake/aclocal.m4: Robustification for (gcc) version detection.
2948         Another datarootdir reto.
2949
2950         * cygwin/postinstall-lilypond.sh: Do not fail if info docs aren't
2951         available.  This should be moved to postinstall-lilypond-doc.
2952
2953 2006-05-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
2954
2955         * GNUmakefile.in: simplify local-WWW-post. 
2956         remove -type l from find.
2957
2958         * buildscripts/output-distance.py (ComparisonData.compare_trees):
2959         fixes. Don't follow symlinks.
2960         (ComparisonData.create_html_result_page): remove previous results.
2961         insert ../python in path.
2962
2963         * scripts/lilypond-book.py (PREAMBLE_LY): spacing fixes.
2964
2965 2006-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
2966
2967         * config.make.in (datadir): Add datarootdir to silence autoconf.
2968
2969         * stepmake/aclocal.m4: Update for autoconf-2.59d.
2970
2971 2006-05-31  Erlend Aasland  <erlenda@gmail.com>
2972
2973         * dynamic-engraver.cc: fix bug (dynamics collide with accidentals)
2974
2975         * scm/output-ps.scm (repeat-slash): fix a bug that made repeat
2976         slash beams too wide.
2977
2978 2006-05-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
2979
2980         * VERSION: release 2.9.7
2981         
2982 2006-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2983
2984         * lily/relocate.cc (read_relocation_dir): Do not blindly
2985         dereference DIR.
2986
2987 2006-05-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
2988
2989         * lily/parser.yy: replace THIS by PARSER
2990
2991         * Documentation/index.html.in: add link to test-results.html page.
2992
2993         * Documentation/topdocs/NEWS.tely (Top): update NEWS entry.
2994
2995         * scm/translation-functions.scm (format-bass-figure): translate
2996         digits over 10 to the left
2997
2998         * scm/define-markup-commands.scm (translate-scaled): new markup.
2999
3000         * mf/feta-nummer-code.mf (code): overshoot the topright tip of the
3001         7 glyph. 
3002
3003         * ly/engraver-init.ly: add Figured_bass_engraver
3004
3005         * lily/engraver-group.cc (acknowledge_grobs): use start/stop drul.
3006
3007         * lily/figured-bass-engraver.cc (clear_spanners): use everywhere.
3008
3009         * lily/score-engraver.cc (announce_grob): only note START announces.
3010
3011         * lily/include/engraver-group.hh (Translator_group):
3012         acknowledge_hash_table_ is now drul.
3013
3014         * lily/engraver.cc (announce_end_grob): new method.
3015
3016         * lily/include/grob-info.hh (class Grob_info): add start_end_ member.
3017
3018         * lily/translator-dispatch-list.cc (create): take start_end argument.
3019
3020         * lily/include/translator.hh (TRANSLATOR_DECLARATIONS): change
3021         acknowledge_static_array_ to drul
3022
3023         * lily/include/translator.icc (ADD_END_ACKNOWLEDGER): new macro.
3024
3025         * scm/define-grob-interfaces.scm
3026         (bass-figure-alignment-interface): add bass-figure-alignment-interface
3027
3028         * scm/define-grobs.scm (all-grob-descriptions): add
3029         BassFigureAlignmentPositioning
3030
3031         * ly/Welcome-to-LilyPond-MacOS.ly: include in LilyPond, so version
3032         number stays up to date. Backportme.
3033
3034 2006-05-30  Mats Bengtsson  <mabe@s3.kth.se>
3035
3036         * Documentation/user/basic-notation.itely (Bar lines): Document
3037         the "||:" bar type. 
3038
3039 2006-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3040
3041         * buildscripts/builder.py: Remove --ly option/target from mf-to-table.
3042
3043         * scripts/lilypond-book.py: Bugfix: do not blindly attempt
3044         .../current hack if LILYPONDPREFIX is fine.  Fixes `scons doc'
3045         build.
3046
3047         * Resurrect `scons lily' build.
3048
3049         * SConstruct (symlink_tree): Bugfix: link
3050         music-drawing-routines.ps to file iso directory.
3051
3052         * lily/SConscript: Remove kpath-guile from LIBS.
3053
3054         * SConstruct (libdir_package_version): Typo.
3055         (configure): Comment-out fontforge for lack of fontforge.pc .
3056         Also add libdir* to environment.
3057
3058 2006-05-30  Graham Percival  <gpermus@gmail.com>
3059
3060         * Documentation/user/ various: minor additions from mailist and
3061         editing.
3062
3063 2006-05-30  Paco <fravd@ya.com>
3064
3065         * Documentation/user/music-glossary.tely: numerous corrections and
3066         some new translations.
3067
3068 2006-05-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
3069
3070         * BackportmeStart.
3071         
3072         * buildscripts/output-distance.py
3073         (ComparisonData.create_html_result_page): new routine: summarise
3074         results in HTML page with images. 
3075         (ComparisonData.create_text_result_page): create summary text files too.
3076
3077         * GNUmakefile.in (web-ext): package .signature files too. They
3078         compress well. 
3079
3080         * scm/stencil.scm (write-system-signature): typo.
3081
3082         * GNUmakefile.in: create web-root/VERSION to help upload scripts.
3083
3084         * scm/stencil.scm (write-system-signature): better escaping.
3085         only write signature for music systems, not for markup systems.
3086
3087         * scm/framework-ps.scm (output-framework): dump-signatures support
3088         for plain output.
3089
3090         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): add -ddump-signatures.
3091
3092         * scm/framework-ps.scm (write-preamble): redefine mark_URI to nop
3093         for -dno-point-and-click
3094
3095         * lily/grob.cc (get_print_stencil): don't read
3096         point_and_click_global to determine whether to set grob-cause.
3097
3098 2006-05-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
3099
3100         * buildscripts/output-distance.py (main): new function.
3101         (ComparisonData): new class.
3102
3103         * lily/ledger-line-engraver.cc (acknowledge_staff_symbol): be more
3104         careful with generating new LedgerLineSpanners.
3105
3106         * lily/ledger-line-spanner.cc (set_spacing_rods): suicide if no staff.
3107
3108         * ly/engraver-init.ly: remove Ledger_line_engraver from Voice
3109         context. This fixes double ledger lines in output. 
3110
3111         * lily/system.cc (get_paper_system): remove 3 layer limit.
3112
3113         * buildscripts/output-distance.py (SystemLink.distance): new
3114         file. Compare signatures.
3115
3116         * python/safeeval.py (SafeEval.visitUnarySub): new file.
3117
3118         * lily/grob-array.cc (remove_duplicates): rename from
3119         uniq(). Sort before calling uniq() so it actually works.
3120
3121 2006-05-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
3122
3123         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): strip
3124         \version from lilypond file snippet.
3125         (Lilypond_file_snippet.ly): oops. typo.
3126         (find_toplevel_snippets): urgh. again.
3127
3128         * lily/system.cc (get_paper_systems): uniq all_elements_ , to
3129         prevent duplicated broken items in output.
3130
3131         * scm/framework-eps.scm (output-classic-framework): only dump if
3132         dump-signatures is set.
3133
3134         * scm/lily.scm (define-scheme-options): add dump-signatures option.
3135
3136         * scm/stencil.scm (write-system-signature): new routine: write
3137         python parseable signature of a separate paper system.
3138         BackportmeEnd.
3139         
3140 2006-05-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
3141
3142         * lily/stanza-number-engraver.cc (process_music): use is_markup()
3143         iso is_string().
3144         include header.
3145
3146 2006-05-25  Erik Sandberg  <mandolaerik@gmail.com>
3147
3148         * translator-group.cc: send music events to engravers in
3149         non-bottom contexts.
3150
3151         * tuplet-engraver.cc: process tuplet brackets in correct order.
3152
3153 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
3154
3155         * stepmake/aclocal.m4: STEPMAKE_PYTHON(): clear cached value since
3156         arg 2 might point us to a new binary (patch by Karl Hammar)
3157         
3158 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
3159
3160         * VERSION (PACKAGE_NAME): release 2.9.6
3161
3162         * Documentation/topdocs/NEWS.tely (Top): trim explanation. 
3163
3164         * Documentation/user/*.itely: 2nd
3165         attempt: replace funindex -> findex globally.
3166
3167 2006-05-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3168
3169         * input/no-notation/display-lily-tests.ly: fix \applyOutput
3170         test. Add \break, \pageBreak, \pageTurn, etc, tests.
3171
3172         * scm/define-music-display-methods.scm: display methods for
3173         breaks. Fix \applyOutput.
3174
3175 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
3176
3177         * Documentation/user/macros.itexi: comment out funindex expansion. 
3178
3179         * Documentation/user/music-glossary.tely: junk \oldaddlyrics
3180         everywhere.
3181
3182         * GNUmakefile.in: fix wildcarding for scrips/out/ links. Thanks
3183         Karl Hammar. Backportme.
3184  
3185         * Documentation/user/advanced-notation.itely (Balloon help): idem.
3186
3187         * Documentation/user/changing-defaults.itely (Creating contexts): idem.
3188
3189         * Documentation/user/programming-interface.itely (Running a
3190         function on all layout objects): idem.
3191
3192         * Documentation/user/introduction.itely (Automated engraving):
3193         update \applyOutput syntax
3194
3195         * lily/lyric-combine-music-iterator.cc (start_new_syllable):
3196         remove debugging hook.
3197
3198         * configure.in (LINK_GXX_STATICALLY): use "" to allow $
3199         expansion. 
3200
3201         * Documentation/user/GNUmakefile (TEXI2DVI_FLAGS): add -E.
3202
3203         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
3204         TEXI2DVI_FLAGS to texi2dvi invocation. 
3205
3206 2006-05-24  Erik Sandberg  <mandolaerik@gmail.com>
3207
3208         * lily/chord-tremolo-*.cc: Reworked how \repeat "tremolo"
3209         works. More work is done by iterator now, and engraver has been
3210         very much simplified.
3211
3212         * lily/translator-group.cc: try_music is now invoked through a
3213         listener
3214
3215         * lily/*-iterator.cc: Massive cleanups. Junked
3216         try_music_in_children globally. Renamed try_music to report_event,
3217         and made that method descend to a bottom context automatically.
3218
3219         * lily/event-iterator.cc: New file.
3220
3221         * lily/output-property-iterator.cc,
3222         lily/old-lyric-combine-music-iterator.cc: Removed.
3223
3224         * python/convert-rules.py: Modified the syntax for \applyOutput.
3225
3226 2006-05-23  Graham Percival  <gpermus@gmail.com>
3227
3228         * stepmake/stepmake/texinfo-rules.make: added -E, allows pdf doc
3229         creation.
3230
3231         * Documentation/user/ various: stuff that might have helped
3232         to fix the pdf creation, plus some minor doc additions.
3233
3234         * Documentation/user/changing-defaults.itely: remove @b from
3235         @b{ @internasref{foo}}; this breaks texi2dvi -E.
3236
3237 2006-05-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
3238
3239         * lily/beaming-pattern.cc (beamify): deal with negative start
3240         moments for beaming patterns.
3241
3242 2006-05-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
3243
3244         * lily/beaming-info.cc (beamify): new function: read beatLength
3245         and beatGrouping from context. 
3246
3247         * input/regression/beam-beat-grouping.ly (Module): new file.
3248
3249         * input/regression/beam-unconnected-beamlets.ly (Module): new file.
3250
3251         * lily/beam.cc (get_beam_segments): generate events for
3252         max_connect_ case too.
3253         (get_beam_segments): read Stem::max-beam-connect.
3254
3255         * input/regression/beam-single-stem.ly: new file.
3256
3257         * lily/stem.cc (set_beaming): use #f as signaling value for
3258         beamcount 0.
3259
3260         * lily/beam-engraver.cc (typeset_beam): set right bound if unset.
3261
3262         * lily/beam.cc (set_beaming): read clip-edges property.
3263         (calc_direction): don't suicide for single stem.
3264
3265         * lily/beaming-info.cc (best_splitpoint_index): take bool*
3266         argument, remove 1<<15 hack. Remove clip_edges() 
3267
3268         * lily/hairpin.cc (print): only do padding for nonmusical bounds
3269
3270 2006-05-21  Graham Percival  <gpermus@gmail.com>
3271
3272         * Documentation/user/basic-notation.itely: reorg.
3273
3274         * Documentation/user/ various: minor fixes.
3275
3276 2006-05-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
3277
3278         * lily/stencil-expression.cc (register_stencil_head): opps, append
3279         to cdr of static SCM object.
3280
3281 2006-05-19  Graham Percival  <gpermus@gmail.com>
3282
3283         * Documentation/user/README.txt, lilypond.tely, macros.itexi:
3284         update framework for command index.  DOC WRITERS: use @funindex
3285         instead of @cindex @code{}.
3286
3287         * Documentation/user/ various: replace @cindex @code{} => @funindex
3288
3289 2006-05-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
3290
3291         * lily/beam.cc (set_stem_lengths): trigger 'beaming callback, in
3292         case positions is set manually. 
3293
3294 2006-05-18  Erik Sandberg  <mandolaerik@gmail.com>
3295         
3296         * scm/ly-syntax-constructors.scm: New file. Converted a few syntax
3297         rules to Scheme.
3298
3299 2006-05-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
3300
3301         * Documentation/user/changing-defaults.itely (Contexts explained):
3302         use absolute dimension for @image.
3303
3304         * Documentation/user/GNUmakefile (OUT_PNG_IMAGES): generate PNG
3305         out image for illustration too.
3306         ($(outdir)/%.png): add more png <-> eps rules. 
3307
3308 2006-05-17  Graham Percival  <gpermus@gmail.com>
3309
3310         * Documentation/user/ various: remove trailing whitespace, cosmetic
3311         change to reduce changes produced by diff.
3312
3313 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
3314
3315         * lily/main.cc (do_chroot_jail): correctness tweak.
3316
3317         * python/lilylib.py (system): import subprocess in system () only.
3318
3319         * scripts/*.py: use TARGET_PYTHON iso PYTHON. Backportme.
3320
3321         * make/substitute.make (ATVARIABLES): add TARGET_PYTHON as subst
3322         variable. Backportme.
3323
3324 2006-05-17  Erik Sandberg  <mandolaerik@gmail.com>
3325         
3326         * lily/parser.yy: Change all syntax rules of type Music to SCM type
3327
3328 2006-05-17  Werner Lemberg  <wl@gnu.org>
3329
3330         * lily/lexer.ll (init_signature_has_table): Add
3331         `scm-scm-music-music'.
3332
3333         * lily/parser.yy (MUSIC_FUNCTION_SCM_SCM_MUSIC_MUSIC): New token.
3334         (Generic_prefix_music_scm): Add rule for it.
3335
3336         * lily/quote-iterator.cc (Quote_iterator::process): Handle
3337         `quoted-transposition' property.
3338
3339         * ly/music-functions-init.ly (transposedCueDuring): New function.
3340
3341         * scm/define-music-properties.scm (all-music-properties): Updated.
3342
3343         * Documenation/topdocs/NEWS.itely: Document it.
3344
3345 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
3346
3347         * python/lilylib.py (system): move import subprocess to system()
3348         definition. 
3349
3350         * python/convertrules.py (conv): fix convert-ly rules for 2.9.4
3351
3352         * VERSION (PATCH_LEVEL): release 2.9.5
3353         
3354         * Documentation/topdocs/INSTALL.texi (Top): update versions and
3355         build instructions. 
3356
3357         * ly/engraver-init.ly: switch on hairpinToBarline by default.
3358
3359 2006-05-16  Graham Percival  <gpermus@gmail.com>
3360
3361         * Documentation/user/basic-notation.itely: editing from Dave, thanks!
3362
3363         * Documentation/user/ various: minor fixes.
3364
3365 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
3366
3367         * Documentation/topdocs/NEWS.tely (Top): add hairpinToBarline feature.
3368
3369 2006-05-16  Mats Bengtsson  <mabe@s3.kth.se>
3370
3371         * Documentation/user/advanced-notation.itely (Instrument names):
3372         Modified obsolete instruction on how to move instrument names away
3373         from the staves. Hmm, at second thought the bug probably has been
3374         solved, so the full bug description should probably be removed.
3375
3376 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
3377
3378         * lily/dynamic-engraver.cc (typeset_all): hang ending on
3379         currentCommandColumn. 
3380
3381         * lily/hairpin.cc (print): also add padding for non-neighbor
3382         hairpin bounds.
3383
3384         * scm/define-context-properties.scm
3385         (all-user-translation-properties): add hairpinToBarline
3386
3387         * input/regression/hairpin-to-barline.ly: new file.
3388
3389         * lily/context.cc (internal_send_stream_event): thinko fix.
3390
3391         * lily/tie.cc (set_default_control_points): robustness fix.
3392
3393         * python/musicxml.py (Part.interpret): don't complain about
3394         incomplete measures.
3395
3396         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): only add
3397         new music if last_event_chord() returned None.
3398
3399         * python/musicxml.py (Part.interpret): skip back over chord notes.
3400
3401 2006-05-16  Erik Sandberg  <mandolaerik@gmail.com>
3402         
3403         * lily/percent-repeat-engraver.cc, lily/parser.yy,
3404         lily/define-music-types.cc, lily/percent-repeat-iterator.cc,
3405         lily/slash-repeat-engraver.cc,
3406         lily/include/percent-repeat-iterator.hh: Rework percent repeats:
3407         iterator sends PercentEvents
3408
3409         * lily/time-scaled-music-iterator.cc, lily/tuplet-engraver.cc:
3410         rework tuplets: send start/stop events to engraver
3411
3412         * lily/context.cc, lily/music.cc, lily/context-scheme.cc: Add
3413         dispatchers event-source and events-below to Context
3414         
3415 2006-05-15  Graham Percival  <gpermus@gmail.com>
3416
3417         * Documentation/user/README.txt: update info for doc writers.
3418
3419         * Documentation/user/programming-interface.itely: integrate
3420         Nicolas' fixes for chapter rewrite.
3421
3422         * Documentation/user/ various: minor fixes.
3423
3424 2006-05-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
3425
3426         * lily/clef-engraver.cc: cleanup.
3427
3428         * Documentation/user/GNUmakefile: dist context-example.eps too.
3429
3430         * lily/key-engraver.cc (create_key): use
3431         explicitKeySignatureVisibility for cancellation too. 
3432
3433         * lily/font-config.cc (init_fontconfig): don't close file if
3434         f==NULL. 
3435
3436 2006-05-15  Erlend Aasland  <erlenda@gmail.com>
3437
3438         * Documentation/topdocs/NEWS.tely: niente and rotation news
3439
3440 2006-05-14  Erlend Aasland  <erlenda@gmail.com>
3441
3442         * lily/include/stencil.hh
3443         * lily/stencil.cc (rotate): new function. Makes it possible
3444         to rotate a stencil around a given offset.
3445
3446         * lily/grob.cc (get_print_stencil): add rotation support
3447
3448         * lily/stencil-interpret.cc (interpret_stencil_expression):
3449         add rotation support
3450
3451         * lily/stencil-scheme.cc (ly:stencil-rotate): new function
3452
3453         * scm/define-grob-properties.scm: add 'rotation property
3454
3455         * scm/define-markup-commands.scm: add rotate markup command
3456         
3457         * scm/output-ps.scm: add rotation support in PostScript backend
3458
3459         * scm/output-svg.scm: add rotation support in SVG backend
3460
3461 2006-05-13  Graham Percival  <gpermus@gmail.com>
3462
3463         * Documentation/user/music-glossary.itely: French correction.
3464
3465         * Documentation/user/programming-interface.itely: major
3466         new docs, some reorg, some info from Nicolas.
3467
3468         * Documentation/user/ various: small fixes.
3469
3470 2006-05-12  Mats Bengtsson  <mabe@s3.kth.se>
3471
3472         * Documentation/user/programming-interface.itely (Markup
3473         programmer interface): Remove duplicate text.
3474
3475 2006-05-12  Graham Percival  <gpermus@gmail.com>
3476
3477         * Documentation/user/context-example.eps: new file.
3478
3479         * Documentation/user/changing-defaults.itely: set up file to
3480         use eps image.
3481
3482         * Documentation/user/programming-interface.itely: changes
3483         from mailist.
3484
3485 2006-05-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
3486
3487         * configure.in (LINK_GXX_STATICALLY): python 2.4 req.
3488
3489 2006-05-11  Graham Percival  <gpermus@gmail.com>
3490
3491         * Documentation/user/programming-interface.itely: first round of
3492         editing and merging emails from Nicolas.
3493
3494         * Documentation/user/scheme-tutorial: minor edit.
3495
3496 2006-05-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
3497
3498         * python/musicxml.py (Xml_node.__init__): _attribute_dict stores
3499         XML attributes.
3500         (Xml_node.message): use it.
3501
3502         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): 
3503         oops. Add duration argument.
3504
3505 2006-05-10  Joe Neeman  <joeneeman@gmail.com>
3506
3507         * lily/paper-column-engraver.cc (make_columns):
3508         * scm/define-grobs.scm: Revert my previous change and set the default
3509         in define-grobs.scm instead.
3510
3511 2006-05-09  Graham Percival  <gpermus@gmail.com>
3512         
3513         * Documentation/user/changing-defaults.itely: general editing,
3514         info about \set and \override.
3515
3516         * Documentation/user/tweaking.itely, advanced-notation.itely:
3517         fixes from Dave Luttinen, thanks!
3518
3519 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
3520
3521         * lily/paper-column-engraver.cc (make_columns): By default, a column
3522         needs to be breakable.
3523
3524 2006-05-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
3525
3526         * scripts/musicxml2ly.py (musicxml_clef_to_lily): use new
3527         Attributes methods
3528         (musicxml_time_to_lily): idem
3529         (musicxml_key_to_lily): idem
3530         (instrument_drumtype_dict): dict for supported drumtypes.
3531         (LilyPondVoiceBuilder.__init__): new class: sanely keep track of
3532         moments and pending mm rests
3533         (musicxml_voice_to_lily_voice): rewrite to use LilyPondVoiceBuilder
3534         (musicxml_voice_to_lily_voice): strip KeyChangeEvents for drums.
3535         (musicxml_voice_to_lily_voice): add mode change.
3536         (option_parser): lxml.etree (http://codespeak.net/lxml/) for more
3537         speed and less memory usage (factor 5 to 10).
3538         (convert): write -defs.ly  and driver file separately so people
3539         can script their own part extraction.
3540
3541         * python/musicxml.py (minidom_demarshal_node): new function:
3542         separate minidom handling.
3543         (lxml_demarshal_node): new function: support lxml.etree too.
3544         (Xml_node.message): new function: verbose error message, with XML
3545         path to offending node.
3546         (Attributes.get_measure_length): sane interface to MusicXML attributes.
3547         (Part_list.generate_id_instrument_dict): new method: collect
3548         instrument names, to be able to set drum_type.
3549         (Part.interpret): handle underfull measures
3550         (Part.interpret): assign instrument names.
3551
3552         * python/musicexp.py (Output_printer.close): new method
3553         (MusicWrapper.print_ly): new class: support other modes,
3554         eg. \drummode
3555         (BarCheck.print_ly): new class. Support bar checks, with comments
3556         and fancy barchecks. 
3557         (NoteEvent.__init__): also set drum_type for drum notes.
3558         (MultiMeasureRest.lisp_expression): dump mm rests.
3559
3560         * lily/paper-column-engraver.cc (stop_translation_timestep): set
3561         line-break-permission if forbidBreak is not set.
3562
3563 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
3564
3565         * scm/define-context-properties.scm:
3566         * scm/define-grob-properties.scm:
3567         * scm/define-grobs.scm:
3568         * scm/define-music-display-methods.scm:
3569         * scm/define-music-properties.scm:
3570         * scm/define-music-types.scm:
3571         * scm/music-functions.scm:
3572         * ly/declarations-init.ly:
3573         * lily/include/constrained-breaking.hh:
3574         * lily/system.cc:
3575         * lily/spaceable-grob.cc:
3576         * lily/simple-spacer.cc:
3577         * lily/paper-score.cc:
3578         * lily/paper-column.cc:
3579         * lily/paper-column-engraver.cc:
3580         * lily/item.cc:
3581         * lily/gourlay-breaking.cc:
3582         * lily/constrained-breaking.cc:
3583         * python/convertrules.py:
3584         Change "penalty", "page-penalty" and "breakable" to "line-break-penalty",
3585         "page-break-penalty" and "line-break-permission".
3586         Add "page-break-permission", "page-turn-permission" and "page-turn-penalty".
3587         Replace BreakEvent with LineBreakEvent, PageBreakEvent and PageTurnEvent.
3588
3589         * lily/bar-engraver.cc:
3590         * lily/beam-engraver.cc:
3591         * lily/forbid-break-engraver.cc:
3592         * lily/ligature-engraver.cc:
3593         * lily/paper-column-engraver.cc:
3594         * lily/percent-repeat-engraver.cc:
3595         * lily/score-engraver.cc:
3596         * lily/score-engraver.hh:
3597         * lily/paper-column-engraver.hh:
3598         Inter-engraver communication regarding line breaks is done through context
3599         properties (Score.forbidBreak) instead of function calls.
3600
3601 2006-05-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
3602
3603         * VERSION (PACKAGE_NAME): release 2.9.4
3604
3605 2006-05-08  Graham Percival  <gpermus@gmail.com>
3606
3607         * Documentation/user/working.itely: proofreading from Dave
3608         Luttinen, thanks.
3609
3610         * Doucmentation/user/README.txt: updated with manual style info.
3611
3612         * Documentation/user/ various: trim linewidth to 78 chars.
3613
3614 2006-05-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
3615
3616         * scm/define-grob-properties.scm (all-internal-grob-properties):
3617         remove chord-tremolo property.
3618
3619         * lily/beam.cc (get_beam_segments): don't use stem position as
3620         base for broken ends.
3621
3622 2006-05-06  Graham Percival  <gpermus@gmail.com>
3623
3624         * Documentation/user/putting.itely: proofreading from Dave
3625         Luttinen, thanks!
3626
3627         * Documentation/user/ various: more reorg and clarifications.
3628
3629 2006-05-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
3630
3631         * scm/lily.scm (TEX_STRING_HASHLIMIT): move from framework-texstr.scm.
3632
3633         * ly/music-functions-init.ly: new function featherDurations
3634
3635         * lily/beam.cc: read grow-direction for feathered beaming.
3636
3637         * Documentation/topdocs/NEWS.tely (Top): typo.
3638
3639 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
3640
3641         * lily/include/beam.hh (struct Beam_stem_segment): add gapped_ for
3642         tremolo beams.
3643
3644 2006-05-05  Erik Sandberg  <mandolaerik@gmail.com>
3645         * lily/context.cc, lily/global-context.cc: Added 'unique' member,
3646         used by music streams.
3647
3648         * lily/dispatcher.cc, lily/dispatcher-scheme.cc,
3649         lily/stream-event.cc, lily/stream-event-scheme.cc,
3650         lily/listener.cc, lily/scheme-listener.cc,
3651         lily/scheme-listener-scheme.cc, lily/include/dispatcher.hh,
3652         lily/include/stream-event.hh, lily/include/listener.hh,
3653         lily/include/scheme-listener.hh, scm/define-event-classes.scm:
3654         Created data structures for music streams.
3655         
3656 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
3657
3658         * lily/beam.cc (get_beam_segments): new function. Reorganise the
3659         construction of a beam. 
3660         (print): rewrite. 
3661
3662         * flower/include/std-vector.hh (default_compare): use only one comparison.
3663
3664         * scm/define-markup-commands.scm (note-by-number): remove debug display.
3665         (note-by-number): further attachment fixes.
3666
3667         * scm/lily-library.scm (ordered-cons): new function.
3668         (interval-index): new function
3669
3670         * lily/note-head-scheme.cc (LY_DEFINE): new file.
3671
3672         * lily/note-head.cc (get_stem_attachment): new function.
3673
3674         * scm/define-markup-commands.scm (note-by-number): read 'style
3675         property. 
3676
3677         * input/regression/markup-note.ly: show note-head style option.
3678
3679         * mf/feta-bolletjes.mf (overdone_heads): fix attachment points for
3680         triangle head.
3681
3682 2006-05-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
3683
3684         * mf/GNUmakefile (NCSB_OTFS): remove old ncsb detection further.
3685
3686         * configure.in (LINK_GXX_STATICALLY): fix for ncsb detection.
3687
3688         * lily/include/constrained-breaking.hh: GCC 4 fix.
3689
3690 2006-05-04  Joe Neeman  <joeneeman@gmail.com>
3691
3692         * lily/simple-spacer.cc: Remove class Simple_spacer_wrapper.
3693         Replace it with functions get_line_forces and get_line_configuration.
3694         (class Simple_spacer): Make data private.
3695         Rewrite compression algorithm to be faster and simpler.
3696
3697         * lily/simple-spacer-scheme.cc (ly_solve_rod_and_spring_problem):
3698         * lily/gourlay-breaking.cc (solve):
3699         * lily/constrained_breaking.cc (space_line):
3700         Change it to the new simple-spacer code.
3701
3702         * lily/paper-score.cc (get_paper_systems):
3703         (Paper_score):
3704         (process):
3705         Delay breaking the systems until they are requested.
3706         (find_break_indices):
3707         Use vsize for indices.
3708         (calc_breaking):
3709         Move the "Calculating line breaks" message here.
3710
3711         * lily/system.cc (pre_processing):
3712         Move the "Calculating line breaks" message away from here.
3713         (break_into_pieces):
3714         Allow multiple calls to this function in sequence (with touching-but-
3715         not-overlapping breakpoints).
3716
3717         * lily/constrained-breaking.cc:
3718         Replace most of the get_XXXX functions with get_line_details.
3719         Only calculate the force for each line. Calculate configurations only
3720         for the lines we will actually use.
3721         Replace cols_ with lines_.
3722
3723 2006-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3724
3725         * mf/GNUmakefile (depth): remove FC_FIND.
3726
3727         * config.make.in (NCSB_SOURCE_FILES): subst NCSB_SOURCE_FILES
3728
3729         * configure.in (LINK_GXX_STATICALLY): call fc-match from within configure.
3730
3731         * scm/framework-ps.scm (write-preamble): new function.
3732         (write-preamble): load mac fonts via fondu, even if gs-font-load
3733         is set.
3734
3735 2006-05-03  Werner Lemberg  <wl@gnu.org>
3736
3737         * mf/GNUmakefile (FC_FIND): Fix typo.
3738
3739 2006-05-03  Erlend Aasland  <erlenda@gmail.com>
3740
3741         * stepmake/stepmake/generic-targets.make (cvs-clean): also remove out-www dirs.
3742
3743 2006-05-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
3744
3745         * stepmake/aclocal.m4: run python-config for crosscompiling
3746         flags. 
3747
3748         * scripts/lilypond-book.py (Lilypond_file_snippet.my_system): add
3749         -f png for HTML, TEXINFO formats. 
3750
3751         * input/tutorial/lbook-html-test.html: new file.
3752
3753         * lily/include/tie-formatting-problem.hh (class
3754         Tie_formatting_problem): index Chord_outline_map by Tuple2 for
3755         [column, direction]. This fixes laissez vibrer ties.
3756  
3757         * flower/include/tuple.hh (struct Tuple2): new file.
3758
3759         * mf/GNUmakefile (FC_FIND): new function. Find ncsb using
3760         $(FCMATCH), only if $(NCSB_DIR) not set. 
3761
3762         * configure.in (LINK_GXX_STATICALLY): only warn if $NCSB_DIR set.
3763
3764         * config.make.in (DOCUMENTATION): set FCMATCH.  
3765
3766         * autogen.sh (srcdir): don't set --with-ncsb-dir. 
3767
3768 2006-05-03  Graham Percival  <gpermus@gmail.com>
3769
3770         * Documentation/user/ various: final round of reorg.
3771
3772         * Documentation/user/instrument-notation.itely: some more
3773         fixes from Eduardo, thanks!
3774
3775 2006-05-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
3776
3777         * VERSION (PACKAGE_NAME): release 2.9.3
3778
3779         * flower/file-path.cc (is_dir): canonicalize file name before stat'ing.
3780
3781         * lily/relocate.cc (framework_relocation): remove old relocation stuff.
3782
3783 2006-05-01  Mats Bengtsson  <mabe@s3.kth.se>
3784
3785         * scm/define-grob-properties.scm (all-user-grob-properties):
3786         Correct typo, thanks to Eduardo.
3787
3788 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
3789
3790         * scripts/GNUmakefile (SEXECUTABLES): remove lilypond-ps2png.scm
3791
3792         * buildscripts/lilypond-words.py (F): indent fix.
3793
3794         * input/regression/tie-arpeggio-collision.ly: new file.
3795
3796         * lily/tie-formatting-problem.cc (set_column_chord_outline): new
3797         function: store outlines per column rank.
3798
3799         * lily/include/tie-configuration.hh (class Tie_configuration): add
3800         column_ranks_ to specification and configuration, to distinguish
3801         between ties for different heads in arpegiated chords.
3802
3803         * lily/relocate.cc (framework_relocation): use INSTALLER_PREFIX.
3804
3805         * *.py: more 4 space indents.
3806
3807         * autogen.sh (conf_flags): set sensible default for with-ncsb-dir
3808
3809 2006-05-01  Joe Neeman  <joeneeman@gmail.com>
3810
3811         * scm/lily-library.scm: Fix guile 1.6 compatibility in inf? and nan?
3812
3813 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
3814
3815         * buildscripts/pfx2ttf.fontforge (err): create OTF files.
3816
3817         * scripts/abc2ly.py (dump_score): indent of 4 for python code. 
3818
3819         * configure.in (LINK_GXX_STATICALLY): remove locate() call.
3820
3821 2006-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3822
3823         * python/convertrules.py (conv): indent 4 for python files.
3824
3825 2006-04-29  Mats Bengtsson  <mabe@s3.kth.se>
3826
3827         * Documentation/user/changing-defaults.itely (Creating contexts):
3828         Clarify \new semantics.
3829
3830 2006-04-28  Graham Percival  <gpermus@gmail.com>
3831
3832         * Documentation/user/ various: major new sections in the
3833         Learning manual, slight reorg elsewhere.
3834
3835 2006-04-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
3836
3837         * mf/GNUmakefile (MFTRACE_FLAGS): add $(outdir) to $(ENCODING_FILE) 
3838
3839         * scm/framework-ps.scm (output-framework): remove PageMedia
3840
3841 2006-04-27  Graham Percival  <gpermus@gmail.com>
3842
3843         * Documentation/user/ tweaks.itely, working.itely: new
3844         files, being more advanced "learning manual" chapters.
3845
3846         * Documentation/user/ tutorial, putting, lilypond: reorg.
3847
3848 2006-04-26  Graham Percival  <gpermus@gmail.com>
3849
3850         * input/regression/lyric-combine-polyphonic.ly: fixed test
3851         (no more "can't find context `one'" error).
3852
3853 2006-04-25  Joe Neeman <joeneeman@gmail.com>
3854
3855         * lily/stem-tremolo.cc (print): fix whole note tremolo placement
3856
3857         * input/regression/stem-tremolo.ly: add 2 more whole note examples
3858         
3859 2006-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3860
3861         * lily/relocate.cc (read_relocation_dir): new function.
3862
3863 2006-04-26  Graham Percival  <gpermus@gmail.com>
3864
3865         * Documentation/user/instrument-notation.itely: a few more fixes
3866         from Eduardo, thanks!
3867
3868         * Documentation/user/README.txt: new file; contains info on
3869         style that used to be in lilypond.tely.
3870
3871         * Documentation/user/ various: first round of doc reorg.
3872
3873         * Documentation/user/baer-flat-bw.png: remove alpha bit from
3874         graphic; this probably causes problems on some pdf
3875         viewers, notably Adobe Acrobat.
3876
3877 2006-04-24  Graham Percival  <gpermus@gmail.com>
3878
3879         * Documentation/user/instrument-notation.itely: many alterations
3880         to Vocal music, from Eduardo Viera.
3881
3882 2006-04-23  Graham Percival  <gpermus@gmail.com>
3883
3884         * Documentation/user/instrument-notation.itely: fix \new
3885         instead of \context problem.
3886
3887 2006-04-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3888
3889         * lily/relocate.cc (expand_environment_variables): new function.
3890         (read_line): id.
3891         (read_relocation_file): id.
3892
3893         * scm/stencil.scm (eps-file->stencil): fix EPS PS embedding code 
3894
3895 2006-04-21  Erlend Aasland  <erlenda@gmail.com>
3896
3897         * ly/engraver-init.ly: remove old comments from TabVoice
3898
3899 2006-04-20  Graham Percival  <gpermus@gmail.com>
3900
3901         * Documentation/user/instrument-notation.itely: added Erlend's
3902         latest doc patch, thanks!
3903
3904 2006-04-19  Erlend Aasland <erlenda@gmail.com>
3905
3906         * lily/include/slur.hh:
3907         * lily/slur.cc:
3908         * lily/phrasing-slur-engraver.cc:
3909         * lily/slur-engraver.cc: Fix 'cut & paste' code by merging
3910         acknowledge_extra_object () from Phrasing_slur_engraver:: and
3911         Slur_engraver:: and putting it in
3912         Slur::auxiliary_acknowledge_extra_object ().
3913
3914         * ps/music-drawing-routines.ps (draw_dashed_slur): fix another bug
3915
3916         * lily/note-collision.cc: fix a comment
3917
3918 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
3919
3920         * stepmake/bin/add-html-footer.py: fix footer position in
3921         generated html files: before </body> and </html> tags.
3922
3923 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
3924
3925         * scripts/GNUmakefile: revert last "fix", which rather broke make.
3926         Earlier successive `make' commands finally compiled ok.
3927
3928         * Documentation/topdocs/INSTALL.texi: require mftrace 1.1.19.
3929
3930 2006-04-18  Erlend Aasland <erlenda@gmail.com>
3931
3932         * lily/include/stem-tremolo.hh:
3933         * lily/stem-tremolo.cc: move rotated_box () to Lookup:: and update
3934         callers.
3935
3936         * lily/lookup.cc:
3937         * lily/include/lookup.hh: add rotated_box ()
3938
3939 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
3940
3941         * scripts/GNUmakefile: bugfix: run help2man only after scripts have 
3942         been generated. Fixes "can't get `--help'" bug after make clean.
3943
3944         * THANKS: alphabetize contributors.
3945
3946 2006-04-17  Graham Percival  <gpermus@gmail.com>
3947
3948         * Documentation/user/instrument-notation.itely: added Erlend's
3949         tabs and banjo doc patch.  Thanks!
3950
3951 2006-04-17  Erlend Aasland  <erlenda@gmail.com>
3952
3953         * scm/define-grobs.scm: fix stem-attachment for tablature note heads.
3954
3955         * ps/music-drawing-routines.ps (draw_dashed_line): fix dash pattern bug.
3956
3957         * scm/output-lib.scm: add some more predefined string tunings.
3958
3959         * Documentation/user/instrument-notation.itely: and doc them.
3960
3961 2006-04-16  Jürgen Reuter  <reuter@ipd.uka.de>
3962
3963         * ly/engraver.ly: Remove obsolete comments.
3964
3965         * ly/gregorian-init.ly: Define default layout block.
3966
3967         * input/puer-fragment.ly: Updated and extended.
3968
3969 2006-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
3970
3971         * lily/lily-parser-scheme.cc: Use them to fix --output=DIR/BASE
3972         pdf conversion behaviour.
3973
3974         * flower/file-name.cc (dir_name)
3975         (get_working_directory): Move from relocate.cc.
3976
3977         * lily/relocate.cc (setup_paths): Remove rogue stat calls.
3978         
3979         * lily/relocate.cc: Encapsulate sys/stat.h in
3980         HAVE_STAT_H.
3981
3982 2006-04-14  Graham Percival  <gpermus@gmail.com>
3983
3984         * Documentation/user/ various: small updates from Cameron
3985         and Juergen, thanks!
3986
3987         * Documentation/user/ various: small updates of my own.
3988
3989         * THANKS: 2.7 -> 2.8.
3990
3991 2006-04-11  Graham Percival  <gpermus@gmail.com>
3992
3993         * scm/define-context-properties.scm: typo.
3994
3995         * Documentation/user/ : many more small updates.
3996
3997 2006-04-13  Jürgen Reuter  <reuter@ipd.uka.de>
3998
3999         * scm/define-music-types.scm: disposed "docme".
4000
4001 2006-04-11  Erlend Aasland  <erlenda@gmail.com>
4002
4003         * lily/hairpin.cc: make niente circles a bit smaller.
4004
4005 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
4006
4007         * mf/GNUmakefile: remove redundant mftrace check. Also remove
4008         get-pfa and get-*-fonts targets.
4009
4010 2006-04-10  Graham Percival  <gpermus@gmail.com>
4011
4012         * THANKS, Documentation/user/ basic-notation, advanced-notation,
4013         music-glossary, programming-interface: more minor fixes
4014         from mailist.
4015
4016         * scm/define-grob-properties.scm: clarified direction, thanks Mats!
4017
4018         * scm/define-context-properties.scm: another old \property update.
4019         This time tested for compiling!
4020
4021 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
4022
4023         * mf/GNUmakefile: fix for mftrace version >= 1.2.0
4024
4025 2006-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
4026
4027         * scm/define-context-properties.scm (all-user-translation-properties): 
4028         * Documentation/user/global.itely (Page formatting): Compile fix.
4029
4030 2006-04-09  Mats Bengtsson  <mabe@s3.kth.se>
4031
4032         * Documentation/user/advanced-notation.itely (Polymetric
4033         notation): Update the example to use the "+" symbol and add link
4034         to input/test/compound-time.ly.
4035
4036 2006-04-08  Graham Percival  <gpermus@gmail.com>
4037
4038         * scm/define-grob-properties.scm: clarify docs for #'direction.
4039
4040         * scm/define-context-properties.scm: update old \property override.
4041
4042         * Documentation/user/ advanced-notation, global, lilypond-book:
4043         more minor doc updates.
4044
4045 2006-04-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
4046
4047         * lily/parser.yy (Generic_prefix_music_scm): append lists, not objects.
4048
4049         * scm/backend-library.scm (search-gs): oops.
4050
4051 2006-04-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
4052
4053         * scripts/lilypond-book.py (output): use base, not filename for href.
4054
4055         * scm/backend-library.scm: only look for gs.
4056
4057         * scripts/lilypond-book.py (output): fix printfilename.
4058
4059         * lily/parser.yy (music_function_musicless_prefix): fold together
4060         definitions of signature (SCM*) (Music|post_event|chord_body_element)
4061
4062         * lily/slur.cc (print): only set font-size if not set yet.
4063
4064         * lily/slur-configuration.cc (add_score): improved layout of debug
4065         scoring output.
4066
4067 2006-04-05  David Feuer  <David.Feuer@gmail.com>
4068
4069         * music-drawing-routines.ps (draw_round_box): removed testing artifact.
4070         (draw_circle): Hopefully fixed regression.
4071         Improved documentation for several procedures.
4072         
4073 2006-03-04  Werner Lemberg  <wl@gnu.org>
4074
4075         * ly/engraver-init.ly (\Score): Add beam-event to quotedEventTypes.
4076
4077 2006-04-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
4078
4079         * scripts/musicxml2ly.py (bindir): add dynamic
4080         relocation. 
4081
4082 2006-04-04  Graham Percival  <gpermus@gmail.com>
4083
4084         * Documentation/user/ basic-notation, advanced-notation, putting,
4085         instrument-notation, invoking, lilypond, THANKS: another ream of small
4086         fixes from the Doc Helpers.
4087
4088 2006-04-03  David Feuer  <David.Feuer@gmail.com>
4089
4090         * music-drawing-routines.ps: remove superfluous gsave/grestore pairs.
4091
4092         * lilyponddefs.ps (set-ps-scale-to-lily-scale): Fixed code duplication.
4093
4094         * Cleaned up interfaces between PostScript and Scheme, and moved
4095         computations from PostScript to Scheme:
4096
4097         * music-drawing-routines.ps
4098         (*SF, stroke_and_fill): new procedures.  Replaced stroke and fill
4099         with stroke_and_fill throughout.
4100         (euclidean_length, print_letter, draw_box): Deleted unused
4101         procedures.  If someone needs draw_box, implement it using
4102         draw_round_box; don't duplicate code.
4103         (print_glyphs, draw_round_box, draw_polygon, draw_repeat_slash):
4104         Refactored/cleaned up interfaces.
4105         (mark_URI): Moved.
4106
4107         * output-ps.scm: reordered arguments to PostScript functions to
4108         match new interfaces
4109         (glyph-string): Rewrote glyph-string.
4110         (grob-cause): Replaced string-append with format.
4111         (repeat-slash): Rewrote to do computation here.
4112         (round-filled-box): Rewrote to do computation here.
4113
4114 2006-04-04  Erlend Aasland  <erlenda@gmail.com>
4115
4116         * stepmake/stepmake/generic-targets.make: add cvs-clean target
4117
4118         * stepmake/stepmake/toplevel- targets.make: print help info about
4119         cvs-clean
4120
4121 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
4122
4123         * input/regression/hairpin-circled.ly: new file
4124
4125 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
4126
4127         * lily/hairpin.cc (print): add support for circled tip
4128
4129         * scm/define-grob-properties.scm: add circled-tip parameter
4130
4131         * scm/define-grobs.scm: init circled-tip to false
4132         
4133 2006-04-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
4134
4135         * scm/music-functions.scm (quote-substitute): set
4136         iterators-ctor. 
4137
4138 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
4139
4140         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): set
4141         BSTINPUTS. 
4142
4143         * Documentation/topdocs/AUTHORS.texi (Top): add David Feuer.
4144
4145         * scm/output-ps.scm (glyph-string): revert cid selectfont.
4146
4147 2006-03-31  David Feuer  <david.feuer@gmail.com>
4148         
4149         * scm/framework-ps.scm:
4150         
4151         * scm/output-ps.scm: glyph-string now produces smaller, more
4152         readable, and probably faster PostScript.  Several findfont
4153         scalefont setfont instances changed to selectfont
4154         Hacked-up string-appends changed to formats.
4155
4156         * ps/music-drawing-routines.ps: add print_letter, print_glyphs.
4157         
4158 2006-03-30  Graham Percival  <gpermus@gmail.com>
4159
4160         * scm/lily-library.scm: make "no version" warning message more polite.
4161
4162         * lily/music.cc: add double quotes to failed octave check.
4163
4164         * Documentation/user/ advanced-notation, changing-defaults,
4165         instrument-notation, invoking, music-glossary: whole bunch of minor
4166         fixes from mailist.
4167
4168 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
4169
4170         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): use
4171         $(buildscriptdir) iso. depth.
4172
4173         * VERSION (PACKAGE_NAME): release 2.9.1
4174
4175 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
4176
4177         * lily/pango-font.cc (pango_item_string_stencil): more robustness.
4178
4179         * VERSION (PATCH_LEVEL): bump version number.
4180
4181         * flower/include/guile-compatibility.hh (scm_from_uint32): add
4182         scm_from_uint32 ()
4183
4184         * lily/pango-font.cc (pango_item_string_stencil): use
4185         scm_from_uint32 ()
4186
4187         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
4188         $(outdir)/emmentaler-%.svg): remove canary.
4189
4190         * lily/pango-font.cc (pango_item_string_stencil): only use uXXX
4191         glyphnames if we have a ttf font.
4192
4193 2006-03-30  Mats Bengtsson  <mabe@s3.kth.se>
4194
4195         * Documentation/user/advanced-notation.itely (Font selection):
4196         Corrected reference to the font-family-override.ly example.
4197
4198 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
4199         
4200         * lily/chord-tremolo-engraver.cc (acknowledge_stem): set the
4201         stem-tremolo object in the stem (or else the stem might not be
4202         long enough).
4203
4204 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
4205
4206         * lily/ttf.cc (print_trailer): only print existing glyphs.
4207
4208 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
4209
4210         * lily/stem-tremolo.cc (print): for whole notes (and breves, etc.)
4211         position the tremolo based on the position of the notehead.
4212
4213         * input/regression/stem-tremolo.ly: add example of unbeamed eighth
4214         notes and update the texidoc line with the new positioning rules.
4215         
4216 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
4217
4218         * lily/ttf.cc (print_trailer): don't always use uXXX glyphname.
4219
4220         * scripts/lilypond-book.py (Module): set default for linewidth if
4221         preamble not found.
4222
4223 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
4224
4225         * VERSION (PACKAGE_NAME): release 2.9.0.
4226
4227         * input/regression/stem-tremolo-position.ly: new file.
4228
4229         * lily/stem-tremolo.cc: remove Stem_tremolo::dim_callback
4230
4231 2006-03-28  Joe Neeman  <joeneeman@gmail.com>
4232
4233         * lily/stem-tremolo.cc (print): position
4234         the tremolo depending only on the end of the stem
4235         and not on the notehead
4236         (raw_stencil): center, on the middle staff line, the
4237         flag that is closest to the end of the stem (previously
4238         the bottom flag)
4239         (calc_width): add this callback to shorten a tremolo when
4240         it is beamed or it is stemup with a flag
4241         (style): add this callback to make a tremolo rectangular when
4242         it is beamed or it is stemup with a flag
4243         (rotated_box): this is like Lookup::beam but makes a rotated
4244         rectangle instead of a parallelogram
4245
4246         * lily/stem.cc (calc_stem_info): make sure the stem
4247         is long enough to fit the tremolo
4248         (calc-length): reduce the length of tremolo stems since the
4249         tremolo code is now capable of better positioning
4250
4251         * scm/define-grobs.scm: make calc_width the default beam-width
4252         callback for stem-tremolo and add the style callback
4253                 
4254 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
4255
4256         * lily/tuplet-bracket.cc (calc_control_points): handle suicide
4257         case. 
4258
4259 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
4260
4261         * lily/ttf.cc (make_index_to_charcode_map): restore old
4262         cmap. 
4263
4264 2006-03-28  Werner Lemberg  <wl@gnu.org>
4265
4266         * lily/pango-font.cc (get_unicode_name): Fix `uXXXXX' glyph names.
4267
4268 2006-03-28  Graham Percival  <gpermus@gmail.com>
4269
4270         * THANKS: update for 2.9, add section for Documentation helpers.
4271
4272         * Documentation/topdocs/NEWS.tely: compile fix.
4273
4274         * Documentation/user/ basic-notation, global, advanced-notation,
4275         examples.itely: minor fixes from mailist.
4276
4277 2006-03-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
4278
4279         * mf/feta-bolletjes.mf: match width of solfa notes with normal
4280         note heads. 
4281
4282         * lily/ttf.cc (print_trailer): use it.
4283
4284         * lily/pango-font.cc (get_unicode_name): new function.
4285
4286         * lily/ttf.cc (make_index_to_charcode_map): move function from
4287         open-type-font.cc
4288         (print_trailer): substitute uniXXXX name if applicable. 
4289
4290         * lily/pango-font.cc (get_index_to_charcode_map): new function.
4291         (pango_item_string_stencil): use it to generate uniXXXX names.
4292
4293         * mf/feta-bolletjes.mf (overdone_heads): add small style (ugly)
4294         note heads, for uniform widths in shape note output.
4295         (overdone_heads): hmm. remove them again.
4296
4297         * scripts/lilypond-book.py (output): add links to filenames.
4298
4299         * Documentation/topdocs/INSTALL.texi (Top): update versions.
4300
4301         * lily/note-collision.cc (get_clash_groups): only consider when
4302         Note_column::dir <> CENTER. 
4303
4304         * scripts/lilypond-book.py (get_option_parser): init output_name
4305         to ''. 
4306
4307 2006-03-24  Graham Percival  <gpermus@gmail.com>
4308
4309         * Documentation/topdocs/NEWS.tely: add @end itemize
4310
4311         * Documentation/user/ global, advanced-notation: minor
4312         stuff from mailist.
4313
4314 2006-03-23  Graham Percival  <gpermus@gmail.com>
4315
4316         * Documentation/user/ lilypond.tely, music-glossary,
4317         preface: housekeeping; 2005->2006, remove "notes for 2.6"
4318
4319 2006-03-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
4320
4321         * mf/GNUmakefile: don't install .enc files.
4322
4323         * Documentation/topdocs/NEWS.tely: clear for 2.9 cycle.
4324
4325         * VERSION (PATCH_LEVEL): bump to 2.9.0
4326
4327 2006-03-22  Graham Percival  <gpermus@gmail.com>
4328
4329         * Documentation/user/advanced-notation.itely: minor fixes
4330         from mailist.
4331
4332 2006-03-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
4333
4334         * Documentation/topdocs/AUTHORS.texi (Top): add Joe Neeman.
4335
4336         * branch lilypond_2_8
4337
4338 2006-03-22  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
4339
4340         * scripts/lilypond-book.py (samefile): new function, for windoze
4341         compatibility.
4342
4343 2006-03-21  Graham Percival  <gpermus@gmail.com>
4344
4345         * ly/engraver-init.ly: add info about StaffGroup.
4346
4347 2006-03-21  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
4348
4349         * input/regression/stem-direction-context.ly: idem.
4350
4351         * Documentation/topdocs/NEWS.tely (Top): fix interpolation example.
4352
4353         * THANKS: add Mats.
4354
4355         * input/regression/page-layout-twopass.ly: comment out \markup so
4356         tweak-file is left.
4357
4358         * lily/instrument-name-engraver.cc (finalize): add to instrument
4359         name global System. This also fixes chopped instrument names, but
4360         doesn't crash when there are slurs/beams.
4361
4362         * lily/slur-configuration.cc (add_score): disallow negative slur
4363         scores.
4364         
4365 2006-03-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4366
4367         * scm/framework-ps.scm (dump-stencil-as-EPS): remove debugging code.
4368
4369         * lily/instrument-name-engraver.cc (process_music): kludge: add
4370         InstrumentName spanner to axis group of left bound. Fixes chopped
4371         off instrument names in EPS images.
4372
4373         * input/regression/lyric-hyphen-retain.ly: elaborate explanation.
4374
4375         * scripts/abc2ly.py (option_parser): update to 2.7.40
4376
4377 2006-03-20  Graham Percival  <gpermus@gmail.com>
4378
4379         * THANKS: move small doc contributors to SUGGESTIONS.
4380
4381         * Documentation/user/ basic-notation, advanced-notation,
4382         global: small changes from mailist.
4383
4384 2006-03-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4385
4386         * Documentation/user/advanced-notation.itely (Text marks): update
4387         for new rehearsalMarkAlignSymbol convention.
4388
4389         * VERSION (PATCH_LEVEL): bump version.
4390
4391         * input/test/instrument-name-align.ly: new file.
4392
4393         * scm/define-markup-commands.scm (hcenter-in): add hcenter-in.
4394
4395         * input/test/instrument-name-align.ly: new file. Document how to
4396         align instrument names.
4397
4398         * lily/mark-engraver.cc: remove properties.
4399
4400         * scm/define-context-properties.scm
4401         (all-user-translation-properties): remove align symbol properties
4402         for barnumber/reh. mark.
4403
4404         * lily/break-align-interface.cc (self_align_callback): new
4405         interface, new function. Look at complete alignment. This handles
4406         tunable break alignments in case break-align-symbols are missing.
4407
4408         * lily/bar-number-engraver.cc (acknowledge_break_alignment): new function
4409
4410         * lily/mark-engraver.cc (acknowledge_break_alignment): new function.
4411
4412         * python/convertrules.py (conv): mark/bar number alignment rule.
4413
4414         * lily/break-align-interface.cc (calc_positioning_done): also
4415         store offset from last visible break-alignment to its
4416         neighbor. This makes alignment on non-visible objects more reliable.
4417
4418         * po/lilypond.pot (Module): ran po-replace.
4419
4420         * input/regression/tie-single-manual.ly (Module): new file.
4421
4422         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
4423         look at has_manual_position_.
4424         (from_ties): set has_manual_position_ if tie has staff-position set.
4425
4426         * lily/tuplet-bracket.cc (calc_positions): idem.
4427
4428         * lily/tuplet-number.cc (print): don't print tupletnumber if it
4429         doesn't span time.
4430
4431 2006-03-19  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4432
4433         * scm/define-markup-commands.scm (smallCaps): new markup command
4434         for turning a text to small caps using smaller font size and upper
4435         casing.
4436
4437 2006-03-17  Graham Percival  <gpermus@gmail.com>
4438
4439         * Documentation/user/ examples, instrument-notation,
4440         advnaced-notation: minor fixes from mailist.
4441
4442 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4443
4444         * Documentation/user/tutorial.itely (First steps): change example
4445         to verbatim.  
4446
4447 2006-03-17  Graham Percival  <gpermus@gmail.com>
4448
4449         * Documentation/user/ examples, advanced: minor changes from mailist.
4450
4451         * THANKS: add Geoff Horton, for documentation stuff.
4452
4453 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4454
4455         * python/lilylib.py (system): revert have_select kludge.
4456
4457         * Documentation/user/tutorial.itely (Commenting input files):
4458         update version numbers in doc. 
4459
4460         * scm/define-grob-interfaces.scm (multi-measure-interface): add
4461         bound-padding to multi-measure-interface
4462
4463 2006-03-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4464
4465         * input/test/engraver-example.ily: update version number.
4466
4467         * VERSION (PACKAGE_NAME): release 2.7.39
4468
4469         * lily/note-spacing.cc (get_spacing): heighten threshold where
4470         accidentals/arpeggios influence previous spacing fully.
4471
4472         * lily/rest.cc (y_offset_callback): only use direction if
4473         staff-position wasn't set before.
4474
4475         * lily/bar-number-engraver.cc: add support for
4476         barNumberAlignSymbol. 
4477         add ADD_ACKNOWLEDGER() call for break_aligned. Fixes bar-number-breathe
4478
4479         * lily/pointer-group-interface.cc (set_ordered): new function. 
4480         (add_unordered_grob): new function.
4481
4482         * lily/grob-array.cc (Grob_array): grob-arrays are always assumed
4483         to ordered, unless the opposite has been proved.  This fixes
4484         random reordering of large object groups across linebreaks,
4485         eg. beams.
4486
4487         * lily/main.cc (do_chroot_jail): printf format fix.
4488
4489         * lily/tie-formatting-problem.cc (generate_configuration):
4490         multiply y-shift for dot with direction.
4491  
4492         * scm/define-markup-commands.scm (note-by-number): put (magstep
4493         size) in y-attach too.
4494
4495         * Documentation/topdocs/NEWS.tely (Top): show override.
4496
4497         * scm/define-grobs.scm (all-grob-descriptions): reinstate neutral
4498         direction for stems.
4499         
4500 2006-03-15  Graham Percival  <gpermus@gmail.com>
4501
4502         * Documentation/user/ changing-defaults, global: minor
4503         fixes from mailist.
4504
4505 2006-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4506
4507         * lily/lexer.ll (Lily_lexer): bump required version to 2.7.38
4508
4509         * lily/spacing-spanner.cc (musical_column_spacing): crude fix for
4510         breakable items after uniformly stretched notes.
4511
4512         * lily/tie-formatting-problem.cc (set_chord_outline): initialize
4513         outline with outer edge of note heads. This prevents infinity
4514         problems with tied whole notes.
4515
4516         * scripts/lilypond-book.py (do_file): use os.popen
4517
4518         * python/convertrules.py (conv): add rule for Stem #'beamed-*
4519
4520 2006-03-14 Erik Sandberg  <mandolaerik@gmail.com>
4521
4522         * Documentation/user/invoking.itely: Add ragged-right to bug report
4523         guidelines.
4524
4525 2006-03-14  Graham Percival  <gpermus@gmail.com>
4526
4527         * Documentation/user/global.itely: small fix from mailist.
4528
4529 2006-03-14  Mats Bengtsson  <mabe@s3.kth.se>
4530
4531         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use the
4532         file descriptor returned by tempfile.mkstemp() when writing
4533         to tmpfile and closing it. Solves problem with unlink(tmpfile)
4534         on mingw.
4535
4536 2006-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
4537
4538         * po/fi.po: newline bugfix.
4539
4540 2006-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
4541
4542         * scm/paper.scm (paper-alist): Rounding fixes.
4543
4544 2006-03-13  Graham Percival  <gpermus@gmail.com>
4545
4546         * Documentation/user/ changing-defaults, instrument-notation,
4547         tutorial: small fixes from mailist, mostly from Mats.  Thanks!
4548
4549 2006-03-13 Heikki Junes  <hjunes@cc.hut.fi>
4550
4551         * po/fi.po: update.
4552
4553 2006-03-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4554
4555         * stepmake/bin/add-html-footer.py (mail_address_url): don't add
4556         mailto: to http:// 
4557
4558         * python/lilylib.py (print_environment): move ps_page_count to
4559         lilypond-book.py
4560
4561 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4562
4563         * Documentation/user/music-glossary.tely (G clef): fix clef alignments.
4564
4565         * scm/framework-ps.scm (embed-document): new function. Use to
4566         embed PFA files.
4567
4568         * ly/engraver-init.ly: init rehearsalMarkAlignSymbol to staff-bar.
4569
4570 2006-03-12  Mats Bengtsson  <mabe@s3.kth.se>
4571
4572         * Documentation/user/instrument-notation.itely (Setting simple
4573         songs): Added \book{...} around the full example, so the separate
4574         markups are included in the printed example. 
4575
4576 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4577
4578         * scripts/lilypond-book.py (get_latex_textwidth): explicitly close
4579         tmphandle.
4580
4581         * python/lilylib.py (system): rewrite system() using
4582         subprocess. Remove >& redirection trickery.
4583
4584 2006-03-11  Graham Percival  <gpermus@gmail.com>
4585
4586         * Documentation/user/ changing-defaults, global, scheme-tutorial,
4587         notation-appendices.itely: minor fixes from mailist.
4588
4589 2006-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4590
4591         * Documentation/user/GNUmakefile ($(outdir)/lilypond.html):
4592         unsplit man also needs images.
4593
4594         * tex/texinfo.tex (sectionheading, q.v.): relax after \char'15.
4595
4596         * VERSION (PACKAGE_NAME): 2.7.38 released.
4597
4598 2006-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4599
4600         * scripts/lilypond-book.py (get_latex_textwidth): look for latex
4601         log in output dir.
4602
4603 2006-03-08  Johannes Schindelin  <Johannes.Schindelin@gmx.de>
4604
4605         * lily/audio-column.cc, lily/score-performer.cc: MIDI output now
4606         respects the Score.skipTypesetting property.
4607         
4608 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4609
4610         * scm/framework-ps.scm (ps-embed-cff): no Setup section in
4611         Prolog. No %%EOF after CFF file.
4612
4613 2006-03-08  Joe Neeman  <joeneeman@gmail.com>
4614         
4615         * lily/constrained-breaking.cc (get_max_systems): used to return a
4616         much too big value
4617         (combine_demerits): use pointers to reduce copying data
4618         (calc_subproblem): idem
4619         (get_page_penalty): add page turn penalties
4620         
4621 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4622
4623         * Documentation/user/invoking.itely (Invoking lilypond): better
4624         explanation of -e usage.
4625
4626         * lily/main.cc (main_with_guile): don't append to
4627         init_scheme_code_string
4628
4629         * tex/texinfo.tex (sectionheading, q.v.): don't center @image.
4630
4631         * Documentation/user/invoking.itely: add note about MacOS X scripts.
4632
4633         * scripts/convert-ly.py (do_options): don't print help for
4634         --show-rules rule.
4635
4636         * tex/texinfo.tex: patch texinfo.tex to leave single quotes in
4637         @code and @example. Update from texinfo.tex from CVS.
4638
4639 2006-03-08  Graham Percival  <gpermus@gmail.com>
4640
4641         * Documentation/user/scheme-tutorial.itely: clarifies distances
4642         measured in staff-spaces.
4643
4644 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4645
4646         * lily/slur.cc (outside_slur_callback): only calculate offsets if
4647         consider[k] is true.
4648
4649         * scm/output-ps.scm (grob-cause): put numbers to ~$ (Thanks Johannes!)
4650
4651         * lily/spacing-basic.cc (standard_breakable_column_spacing): also
4652         consider columns that have originals.  Unifies spacing for mm
4653         rests around line breaks.
4654
4655         * lily/multi-measure-rest.cc (set_spacing_rods): read bound-padding.
4656         (set_text_rods): idem.
4657         (calculate_spacing_rods): new function: share code between
4658         set_text_rods and set_spacing_rods.
4659         (set_text_rods): take extents of bounds into account.  
4660
4661 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4662
4663         * Documentation/user/basic-notation.itely (Writing music in
4664         parallel): don't use relative.
4665
4666 2006-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4667
4668         * ly/music-functions-init.ly (Module): add shiftDurations
4669
4670         * ly/drumpitch-init.ly (drumPitchNames): add tamtam.
4671
4672         * scm/paper.scm (paper-alist): no decimals for Ax paper sizes. 
4673
4674         * ly/engraver-init.ly: init vocalName to nil.
4675
4676 2006-03-05 Erik Sandberg  <mandolaerik@gmail.com>
4677
4678         * scm/music-functions.scm (music->make-music): bugfix,
4679         KeyChangeEvents are now handled correctly.
4680
4681         * scripts/lilypond-book.py: Add --debug option.
4682
4683 2006-03-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4684
4685         * python/lilylib.py: add tempfile.
4686
4687 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4688
4689         * VERSION (PACKAGE_NAME): release 2.7.37
4690
4691         * python/lilylib.py (ps_page_count): remove make_ps_images().
4692         (ps_page_count): remove mkdir_p
4693         (system): remove cleanup_temp.
4694         (exit): remove lilypond_version_(check)
4695         (error_log): remove pseudo_filter_p
4696         remove read_pipe
4697         remove cp_to_dir
4698         remove identify
4699
4700         * scripts/lilypond-book.py (Lilypond_snippet.compose_ly): don't
4701         use __main__
4702
4703         * lily/accidental-engraver.cc (make_standard_accidental): only add
4704         support for side-axis is X_AXIS. Fixes text-spacing-accidental.ly
4705
4706         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
4707         $(outdir)/emmentaler-%.svg): rewrite without functions; too many
4708         Make incompatibilities.
4709
4710         * scm/output-ps.scm (grob-cause): replace backslashes by /
4711         (glyph-string): use ~$ for less decimals for glyph-string and grob-cause.
4712
4713 2006-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4714
4715         * cygwin/GNUmakefile: Install fixes.
4716
4717         * scripts/GNUmakefile (SEXECUTABLES): Install fix: remove mup2ly.
4718
4719         * lily/note-head.cc (head::get_balltype): Compile fix.
4720
4721         * flower/file-name.cc (dos_to_posix): Flower string fix.
4722
4723 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4724
4725         * python/lilylib.py: pychecker cleanups.
4726
4727         * scripts/lilypond-book.py
4728         (Lilypond_snippet.output_print_filename): pychecker cleanups
4729
4730         * scripts/midi2ly.py (Key.dump): pychecker cleanups.
4731
4732         * python/lilylib.py (underscore): remove identify() , warranty()
4733
4734         * ps/music-drawing-routines.ps: change Border routine for GSView
4735         compatibility.
4736
4737         * lily/stem.cc (height): use quantize-positions.  This triggers
4738         set_stem_lengths, so scripts on beamed stems are handled correctly.
4739
4740         * lily/side-position-interface.cc (aligned_side): check if edges
4741         of script are inside staff. Fixes accent of edge of the staff.
4742
4743         * input/regression/staccato-pos.ly: more examples.
4744
4745         * stepmake/aclocal.m4 (depth): fix bashism.
4746
4747         * lily/lyric-combine-music-iterator.cc: move from
4748         new-lyric-combine-iterator.cc
4749         (process): add pending_grace_lyric_ member to delay lyrics on
4750         grace notes.
4751
4752         * lily/system-start-text.cc (print): suicide if we don't have any
4753         elements. Fixes hara kiri'd instrument names.
4754
4755         * scripts/mup2ly.py (Module): remove.
4756
4757 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4758
4759         * Documentation/user/global.itely (A single music expression):
4760         close @lilypond properly
4761
4762         * lily/volta-bracket.cc (modify_edge_height): change from
4763         after_line_breaking_callback. Suicide last bracket if appropriate.
4764  
4765         * python/lilylib.py: strip getopt support
4766
4767         * scripts/etf2ly.py (do_options): use optparse
4768
4769         * scripts/midi2ly.py: optparse, strip lilylib copy. 
4770
4771         * scripts/abc2ly.py (voices): use optparse.
4772
4773         * stepmake/stepmake/generic-vars.make: new function absdir.
4774
4775         * scripts/convert-ly.py (bindir): use optparse, argv[0] relocation.
4776
4777         * scripts/lilypond-book.py (find_file): use global_options for
4778         include path
4779
4780         * scm/ps-to-png.scm (ps-page-count): prevent null characters
4781         entering C code.
4782
4783 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4784
4785         * python/lilylib.py (get_global_option): ughness for extracting
4786         global options from lilylib.
4787         (NonDentedHeadingFormatter.format_heading): move from musicxml2ly
4788
4789         * scripts/lilypond-book.py (get_option_parser): use optparse for
4790         option handling.  Put options in global_options variable.
4791
4792 2006-02-28  Heikki Junes  <hjunes@cc.hut.fi>
4793
4794         * Documentation/index.html.in: clarify.
4795
4796 2006-02-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4797
4798         * scm/layout-page-layout.scm (write-page-breaks): add a
4799         music-system-heights property to the page layout output.
4800
4801         * scm/page.scm (make-page-stencil): take footer into account when
4802         computing the 'space-left page property
4803         (annotate-space-left): take footer into account when annonating
4804         space left.
4805
4806 2006-02-28  Graham Percival  <gpermus@gmail.com>
4807
4808         * Documentation/user/ advanced-notation, global: more (final)
4809         docs for music expressions, removed special fermatas.
4810
4811 2006-02-27  Graham Percival  <gpermus@gmail.com>
4812
4813         * Documentation/user/ basic-notation, global: minor changes
4814         from mailist.
4815
4816 2006-02-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4817
4818         * scm/framework-ps.scm:         
4819         * scm/lily-library.scm (nan?, inf?): Move guile 1.6 compatibility
4820         layer for inf? and nan? from framework-ps to lily-library.
4821
4822 2006-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4823
4824         * mf/GNUmakefile ($(outdir)/emmentaler-$(1).otf
4825         $(outdir)/emmentaler-$(1).svg): remove backslashes from define endef.
4826
4827         * buildscripts/substitute-encoding.py (Module): remove file.
4828
4829         * mf/GNUmakefile: more PFA strippage.
4830
4831         * mf/aybabtu.pe.in (i): remove PFAaybabtu generation
4832
4833         * buildscripts/gen-emmentaler-scripts.py (i): remove PFAemmentaler
4834         generation
4835
4836         * scm/framework-ps.scm: remove font name munging.
4837
4838         * Documentation/topdocs/INSTALL.texi (Top): bump GS requirement.
4839
4840 2006-02-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4841
4842         * scm/markup.scm (define-markup-command): change
4843         def-markup-command to define-markup-command
4844
4845         * scm/music-functions.scm (define-music-function): change
4846         def-music-function to define-music-function.
4847
4848         * python/convertrules.py (conv): rules for def-music-function
4849         and def-markup-commands
4850
4851         * Documentation/user/programming-interface.itely,
4852         input/no-notation/display-lily-tests.ly,
4853         input/regression/lily-in-scheme.ly,
4854         input/regression/markup-user.ly,
4855         input/regression/music-function.ly, input/regression/tie-chord.ly,
4856         scm/fret-diagrams.scm, ly/music-functions-init.ly,
4857         ly/gregorian-init.ly: use new macro names (define-music-function,
4858         define-markup-command).
4859
4860 2006-02-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4861
4862         * scripts/lilypond-book.py (main): write Makefile dependencies file. 
4863         (output): add comments to lp-book latex output.
4864
4865         * GNUmakefile.in (footifymail): use gmane address for webpage bug
4866         address.
4867
4868 2006-02-23  Graham Percival  <gpermus@gmail.com>
4869
4870         * Documentation/user/ tutorial, global: minor changes.
4871
4872 2006-02-23  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4873
4874         * mf/GNUmakefile: add '\' in multi-line "define ... endef"
4875         blocks (for make 3.80)
4876
4877         * scm/parser-ly-from-scheme.scm (ly:parse-string-result): add
4878         \notemode so that user should not have to explicitely type it.
4879
4880         * scm/define-music-display-methods.scm: various
4881         fixes (ApplyOutputEvent, ApplyContext; \new, \context and derived
4882         constructs)
4883
4884         * input/no-notation/display-lily-tests.ly: new tests for
4885         \applyOutput and \applyContext
4886
4887 2006-02-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4888
4889         * lily/constrained-breaking.cc: patch by Joe Neeman: "I have
4890         changed it slightly so that the number of systems returned by
4891         solve () will be the same as the last value passed to resize
4892         (). I've also added more documentation, removed casts, fixed style
4893         problems and put in some recovery if constraints aren't satisfied."
4894
4895 2006-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4896
4897         * elisp/lilypond-mode.el (count-matches-as-number): New funtion
4898         for emacs < 22 compatibility.
4899         (count-rexp): Use it.
4900         (LilyPond-string-current-midi, LilyPond-string-all-midi): Remove
4901         substring juggling (Milan Zamazal).
4902
4903 2006-02-23  Graham Percival  <gpermus@gmail.com>
4904
4905         * Documentation/user/ basic-notation, advanced-notation,
4906         global.itely, invoking.itely, tutorial,itely:
4907         minor fixes from mailist.
4908
4909         * scm/define-markup-commands.scm: improve docs of \filled-box.
4910
4911 2006-02-23  Heikki Junes  <hjunes@cc.hut.fi>
4912
4913         * Documentation/index.html.in: changes concern the previous release.
4914
4915         * input/regression/+.ly: cultivate typographical terminology.
4916
4917 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4918
4919         * scm/define-grob-interfaces.scm (parentheses-interface): add
4920         padding to parentheses-interface.
4921
4922         * Documentation/user/GNUmakefile: remove $(CROSS) support from
4923         Documentation/user/GNUmakefile. Use --disable-documentation for that.
4924
4925         * VERSION (PATCH_LEVEL): release 2.7.36
4926
4927         * lily/slur.cc: add avoid-slur (ugh.)
4928         
4929         * lily/slur-configuration.cc (fit_factor): oops, skip point if
4930         intersection gets smaller. This fixes slurs over extreme points.
4931
4932         * lily/melody-engraver.cc (stop_translation_timestep): ignore
4933         stems with neutral-direction set.
4934
4935         * lily/piano-pedal-engraver.cc (create_text_grobs): idem.
4936
4937         * lily/open-type-font.cc (load_table): format error.
4938
4939         * lily/change-iterator.cc (process): format fix.
4940
4941         * flower/include/international.hh (_f): idem.
4942
4943         * flower/include/std-string.hh: add format printf attribute.
4944
4945         * scm/define-grobs.scm (all-grob-descriptions): height of all
4946         PedalLineSpanner is Y-extent property. Fixes pedal-ped.ly
4947
4948         * lily/ambitus-engraver.cc (finalize): use grob_array. This fixes
4949         ambitus lines.
4950
4951         * input/regression/beam-cross-staff-slope.ly: remove decrescendo.
4952
4953 2006-02-22 Erik Sandberg  <mandolaerik@gmail.com>
4954
4955         * input/regression/: upgraded syntax for some files.
4956
4957         * THANKS: Add bughunters.
4958
4959 2006-02-22  Graham Percival  <gpermus@gmail.com>
4960
4961         * Documentation/user/ invoking.itely, advanced-notation.itely,
4962         global.itely: long-awaited "let's make chapter 10 not suck"
4963         update.  Rearrange chapter 10; now called "global issues",
4964         addresses file structure, etc.  Some info from other files
4965         moved into global.itely.
4966
4967 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4968
4969         * lily/accidental-engraver.cc (acknowledge_rhythmic_head): also
4970         catch trill-span-event notes.
4971
4972         * Documentation/user/examples.itely (Ancient notation templates): typo.
4973         (Jazz combo): typo.
4974
4975         * scripts/lilypond-book.py (main): scrap invokes_lilypond(). 
4976
4977         * Documentation/user/basic-notation.itely (Ties): document \repeatTie.
4978
4979         * Documentation/topdocs/NEWS.tely (Top): document \repeatTie.
4980
4981         * scm/define-music-types.scm (music-descriptions): add RepeatTieEvent
4982
4983         * lily/repeat-tie-engraver.cc (acknowledge_note_head): new file. cut & paste
4984         froum Laissez_vibrer_engraver.
4985
4986         * ly/declarations-init.ly (repeatTie): add \repeatTie
4987
4988         * scm/define-grobs.scm (all-grob-descriptions): add RepeatTie, RepeatTieColumn
4989
4990         * scm/define-grob-properties.scm (all-user-grob-properties): add
4991         head-direction property.
4992
4993         * lily/tie-formatting-problem.cc (from_semi_ties): rename from
4994         from_lv_ties. Take head direction argument.
4995
4996         * lily/semi-tie-column.cc: rename from
4997         laissez-vibrer-tie-column.cc. Rename class too.
4998
4999         * lily/semi-tie.cc: rename from laissez-vibrer-tie.cc. Rename
5000         class too.
5001
5002         * lily/paper-score.cc (find_break_indices): move from Break_algorithm.
5003
5004         * lily/break-algorithm.cc (find_break_indices): remove linewidth <
5005         0 case.
5006         (find_breaks): idem.
5007
5008 2006-02-21  Graham Percival  <gpermus@gmail.com>
5009
5010         * Documentation/user/advanced-notation.itely: fixed make-moment]
5011         example.
5012
5013         * Documentation/user/basic-notation.itely: more clarification to
5014         transpose.
5015
5016 2006-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5017
5018         * lily/include/constrained-breaking.hh (class
5019         Constrained_breaking): new file.
5020
5021         * lily/constrained-breaking.cc (resize): new file.
5022
5023         * lily/gourlay-breaking.cc (do_solve): ragged-last iso raggedlast
5024
5025         * Documentation/user/advanced-notation.itely (Clusters): insert
5026         end ignore too.
5027
5028         * lily/tie-column.cc (calc_positioning_done): support for
5029         tie-score debugging
5030
5031         * lily/tie-formatting-problem.cc
5032         (generate_extremal_tie_variations): factor out.
5033         (score_ties_configuration): annotate all tie 
5034         (print_ties_configuration): new routine.
5035         (generate_configuration): nudge extremal ties outside of the head
5036         Y extents.
5037         (score_ties_configuration): oops. convert to staff-space before
5038         determining position symmetry.
5039
5040 2006-02-20  Graham Percival  <gpermus@gmail.com>
5041
5042         * Documentation/user/*-notation.itely: misc minor editing,
5043         shifting doc sections around.
5044
5045         * Documentation/user/*-notation-itely, global.itely,
5046         changing-defaults.itely: added new stuff from NEWS.
5047
5048 2006-02-20  Heikki Junes  <hjunes@cc.hut.fi>
5049
5050         * po/fi.po: update.
5051
5052 2006-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5053
5054         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): don't run
5055         lilypond --verbose for lp-book.
5056
5057         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
5058         $(outdir)/%.ly $(outdir)/%.ps): use $(srcdir) iso $(shell pwd).
5059
5060         * make/lysdoc-rules.make ($(outdir)/collated-files.tely): use
5061         $(buildscript-dir) iso. absolute depth.
5062
5063         * buildscripts/genicon.py (dir): thinko.
5064
5065         * Documentation/pictures/GNUmakefile ($(outdir)/%.ico): typo.
5066
5067 2006-02-19 Erik Sandberg  <mandolaerik@gmail.com>
5068
5069         * scm/output-lib.scm: swap darkcyan/darkyellow
5070
5071         * THANKS: Add bughunters.
5072
5073 2006-02-19  Graham Percival  <gpermus@gmail.com>
5074
5075         * Documentation/user/programming-interfaces.itely: fixed example.
5076
5077         * Documentation/user/instrument-notation.itely: fix @{ @}.
5078
5079         * scm/script.scm: add avoid-slur for \open.
5080
5081 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5082
5083         * lily/tie-formatting-problem.cc (score_configuration): use
5084         sliding score for min-length. 
5085
5086         * Documentation/pictures/GNUmakefile (local-dist): loose the rule
5087         spaghetti for icons.
5088
5089         * buildscripts/genicon.py (program_name): new file.
5090
5091         * lily/tie-formatting-problem.cc (set_chord_outline): put dots
5092         in outline too.  
5093         (generate_configuration): for small ties, also look for collisions
5094         at Y + DIR*h + DELTA_Y.
5095         (get_variations): consider variation for dot positions too.
5096
5097         * lily/side-position-interface.cc (aligned_side): take abs for
5098         quantized rounded position. Fixes tenuto below staff.
5099
5100         * scm/stencil.scm (annotate-y-interval): robustify: print nan/inf
5101         markers when necessary.
5102
5103         * lily/program-option.cc (internal_set_option): add
5104         strict_infinity_checking option.
5105
5106         * scm/output-lib.scm (cyan): swap yellow and cyan.
5107
5108 2006-02-19  Graham Percival  <gpermus@gmail.com>
5109
5110         * darwin.patch: trivial linenumber update.
5111
5112         * Documentation/user/ {various}: `\context foo = named' changed
5113         to `\new foo = "name"' in docs.
5114
5115 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5116
5117         * scm/stencil.scm (annotate-y-interval): use it.
5118
5119         * scm/lily-library.scm (interval-sane?): new function.
5120
5121         * buildscripts/mf-to-table.py (Char_metric.__init__): remove
5122         tfm_checksum stuff.
5123
5124         * lily/tie-formatting-problem.cc (from_lv_ties): add heads for
5125         common refpoint.
5126
5127         * flower/include/std-vector.hh (iterof): add iterof macro.
5128
5129         * lily/enclosing-bracket.cc (width): new function.
5130
5131         * lily/align-interface.cc (align_elements_to_extents): reinstate
5132         warning.
5133
5134 2006-02-18  Heikki Junes  <hjunes@cc.hut.fi>
5135
5136         * Documentation/index.html.in: fix spelling: thankyous.
5137
5138 2006-02-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5139
5140         * lily/lyric-hyphen.cc: typo.
5141
5142 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5143
5144         * stepmake/stepmake/c++-rules.make ($(outdir)/%.cc
5145         $(outdir)/%.hh): generate h and c in one rule; otherwise -jX
5146         builds don't work. 
5147
5148         * VERSION: release 2.7.35
5149
5150         * lily/beam.cc (get_default_dir): oops. Take abs () for
5151         extremes[DOWN].
5152         (get_default_dir): use extreme position criterion only in absence
5153         of forced stem directions.
5154
5155         * VERSION (PATCH_LEVEL): bump VERSION.
5156
5157         * mf/GNUmakefile: explicit rules for emmentaler/aybabtu
5158         dependencies. Necessary for -jX builds.  
5159
5160 2006-02-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5161
5162         * lily/relocate.cc (setup_paths): Yet another const fix.
5163
5164 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5165
5166         * configure.in (HOST_ARCH): determine HOST_ARCH in configure.
5167
5168         * lily/relocate.cc (setup_paths): oops.
5169
5170 2006-02-17  Heikki Junes  <hjunes@cc.hut.fi>
5171
5172         * Documentation/index.html.in: order links: html before PDF.
5173
5174 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5175
5176         * lily/tie-column-format.cc (Module): remove.
5177
5178         * lily/relocate.cc (setup_paths): GCC 4.2 fixes: const correctness.
5179
5180         * lily/text-spanner.cc (print): idem.
5181
5182         * lily/dynamic-text-spanner.cc (print): only print line if longer
5183         than dash-period.
5184
5185         * lily/auto-change-iterator.cc (change_to): formatting.
5186
5187         * lily/beam.cc (get_default_dir): take extreme note head as input
5188         for stem direction.
5189
5190         * lily/tie.cc (get_default_dir): only look directions for visible
5191         stems. 
5192
5193         * lily/side-position-interface.cc (aligned_side): oops. Don't
5194         mutiply with direction. This fixes quantized (staccato, tenuto)
5195         scripts below notes.
5196
5197         * lily/lyric-hyphen.cc (set_spacing_rods): oops. Multiply with
5198         direction. Fixes c-lyrics-center-align.ly
5199
5200 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
5201
5202         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Add copy
5203         constructor.
5204
5205         * lily/std-string.cc:
5206         * lily/include/std-vector.hh (split_string): Move and rename from
5207         lily/include/misc.hh, lily/misc.cc.  Update callers.
5208
5209 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5210
5211         * lily/include/pango-font.hh: HAVE_PANGO_FT2 iso. HAVE_PANGO_16
5212
5213 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
5214
5215         * flower/test-file.cc: New file.
5216
5217         * stepmake/stepmake/test-vars.make (TEST_MODULE_LIBES): Fixes for
5218         libraries.
5219
5220         * flower/GNUmakefile (TEST_MODULE_LIBS): Link to flower lib.
5221
5222 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5223
5224         * flower/include/file-storage.hh: remove file.
5225
5226         * lily/include/midi-item.hh (class Midi_track): idem.
5227
5228         * lily/include/source.hh (class Sources): idem.
5229
5230         * lily/include/performance.hh (class Performance): use vector
5231         iso. Cons<>
5232
5233         * flower/include/cons.hh (class Cons): remove file.
5234
5235         * flower/include/flower-proto.hh: remove template cruft.
5236
5237         * lily/include/font-metric.hh: use size_t not vsize for indices.
5238
5239         * flower/include/flower-proto.hh (Module): remove std-vector.hh
5240         from proto.
5241
5242         * lily/include/all-font-metrics.hh: use HAVE_PANGO_FT2
5243
5244         * lily/include/paper-book.hh (class Paper_book):
5245         make get_system_specs() public.
5246
5247         * scm/layout-page-layout.scm (optimal-page-breaks): only consider
5248         the force=10000 case if we don't have a current-best. 
5249
5250         * lily/tuplet-bracket.cc (get_bounds): don't do (size() - 1) for
5251         vsize 
5252
5253         * flower/include/flower-proto.hh: remove outdated templates.
5254
5255         * scm/page.scm: use annotate-spacing
5256
5257 2006-02-15  Graham Percival  <gpermus@gmail.com>
5258
5259         * scm/translation-functions.scm: circle patch from Erlend, thanks!
5260
5261         * THANKS: moved Erlend Aasland to contributors.
5262
5263 2006-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5264
5265         * config.hh.in: remove HAVE_PANGO_16
5266
5267         * lily/tuplet-bracket.cc (calc_positions): multiply with
5268         staff-space for beam case. This fixes tuplets+beams on scaled
5269         staves.
5270
5271         * config.hh.in: remove all Kpathsea related defines.
5272
5273         * lily/dot-column.cc (side_position): reach stem via dots->
5274         head->stem. Inspect all stems for dot collisions. 
5275
5276         * lily/dot-column-engraver.cc (class Dot_column_engraver): excise
5277         stem handling.
5278
5279         * lily/bar-number-engraver.cc (process_music): document function
5280         of whichBar.
5281
5282         * lily/score.cc (default_rendering): add pscore, not systems
5283         themselves.
5284
5285         * lily/paper-book.cc (get_system_specs): separate generation of
5286         titles and systems.
5287
5288         * flower/include/std-vector.hh: don't include config.hh
5289
5290 2006-02-15  Jan Nieuwenhuizen  <janneke@gnu.org>
5291
5292         * flower/include/std-vector.hh: Better wrapper compatibility with
5293         std::vector.
5294
5295         * flower/include/flower-proto.hh: Remove cheap forward declaration
5296         attempts.
5297
5298         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): Bugfix.
5299
5300 2006-02-14  Graham Percival  <gpermus@gmail.com>
5301
5302         * Documentation/user/invoking.itely: add warning about command line.
5303
5304 2006-02-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5305
5306         * lily/include/lily-proto.hh: add Prob, rm Page.
5307
5308         * flower/include/std-vector.hh (VPOS): use 64 bit-proof version.
5309
5310         * VERSION: release 2.7.34
5311
5312         * lily/relocate.cc (framework_relocation): show canary if
5313         GHOSTSCRIPT_VERSION undefined.
5314
5315         * GNUmakefile.in: remove $(VERSION) symlink.
5316
5317         * lily/relocate.cc (setup_paths): add + 
5318
5319 2006-02-13  Heikki Junes  <hjunes@cc.hut.fi>
5320
5321         * Documentation/index.html.in: specify sizes for all big HTML pages.
5322
5323 2006-02-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5324
5325         * config.hh.in: remove @FRAMEWORKDIR@
5326
5327         * lily/system-start-text.cc (get_stencil): new file: separate out
5328         system-start-delimiter text support.
5329
5330         * input/**ly: replace \context with \new where appropriate.
5331         
5332         * THANKS: add Don.
5333
5334         * lily/slur-scoring.cc (get_base_attachments): use
5335         robust_relative_extent. This fixes problems with empty paper-columns. 
5336
5337 2006-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5338
5339         * Documentation/topdocs/NEWS.tely (Top): document \new syntax.
5340
5341         * scm/define-music-properties.scm (all-music-properties):
5342         create-new property.
5343
5344         * lily/context-specced-music-iterator.cc (construct_children):
5345         inspect 'create-new property iso. magical $uniqueContextId context
5346         id.
5347
5348         * lily/parser.yy (optional_id): allow \new "Bar" = "foo" too.
5349
5350         * lily/context-key-manager.cc (Module): new file. Encapsulate
5351         object key generation.
5352
5353         * lily/include/context-key-manager.hh (Module): new file.
5354
5355 2006-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5356
5357         * scm/define-grobs.scm (all-grob-descriptions): center instrument
5358         names vertically
5359
5360         * configure.in (LINK_GXX_STATICALLY): strip -DSTRING_UTILS_INLINED
5361         options.
5362         (reloc_b): excise --enable-framework-dir
5363
5364         * lily/relocate.cc (framework_relocation): use getenv
5365         LILYPOND_GS_VERSION or -DGHOSTSCRIPT_VERSION to set GS version.
5366
5367 2006-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
5368
5369         * flower/include/std-string.hh: 
5370         * flower/include/std-vector.hh: Finish std:: conversion; move
5371         flower extensions from std:: namespace.  Update users.
5372
5373         * lily/include/lily-proto.hh: Replace Link_array__*_ macros by
5374         their expansion to vector<*>.  Update users.
5375
5376 2006-02-10  Graham Percival  <gpermus@gmail.com>
5377
5378         * Documentation/user/invoking.itely: add example to File structure.
5379
5380         * Documentation/user/ instrument-notation.itely, cheatsheet.itely,
5381         examples.itely, putting.itely: {\new|\context} Lyrics \lyricsto.
5382
5383 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5384
5385         * ly/paper-defaults.ly: typo.
5386
5387         * lily/parenthesis-engraver.cc (acknowledge_grob): don't do
5388         set_parent() for parentheses. This will make it show up in bbox
5389         calculations.
5390
5391         * scm/output-lib.scm (parentheses-item::print): rewrite, using
5392         ly:grob-common* functions.
5393
5394         * lily/grob-scheme.cc (LY_DEFINE):
5395         ly:grob-common-refpoint-of-array: new function 
5396         ly:grob-common-refpoint: new function 
5397         ly:grob-relative-coordinate: new function 
5398
5399         * lily/instrument-name-engraver.cc (process_music): use
5400         Text_interface::is_markup(). This fixes \markup on instrument names.  
5401
5402         * scm/define-grobs.scm (all-grob-descriptions): set line-thickness
5403         for ties and slurs.
5404
5405         * lily/slur.cc (print): idem.
5406
5407         * lily/tie.cc: add line-thickness for ties. 
5408
5409 2006-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
5410
5411         * scm/output-svg.scm: Document diversion from GNU coding standards
5412         as a workaround for a bug in Microsoft Internet Explorer.
5413
5414 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5415
5416         * lily/instrument-name-engraver.cc (process_music): use
5417         is_markup() iso. is_string()
5418
5419         * Documentation/user/changing-defaults.itely (Module): add menu entry.
5420
5421         * lily/percent-repeat-engraver.cc (process_music): only look at
5422         main_part_ for % repeats.
5423
5424         * lily/stem-tremolo.cc (get_beam_translation): new function.
5425         (calc_slope): new function.
5426         (height): don't use real slope.
5427
5428 2006-02-10  Jürgen Reuter  <reuter@ipd.uka.de>
5429
5430         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: add
5431         new connect-to-neighbor, control-points and staff-padding
5432         properties to make ligature brackets showing up again.
5433
5434 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5435
5436         * VERSION: release 2.7.33
5437
5438         * lily/relocate.cc (prefix_relocation): oops. One TOPLEVEL_VERSION
5439         too many.
5440
5441         * Documentation/user/changing-defaults.itely (Difficult tweaks):
5442         remove applyOutput example.
5443         (Objects connected to the input): document \tweak, \parenthesize
5444
5445         * lily/relocate.cc (prefix_relocation): allow "current"
5446         iso. TOPLEVEL_VERSION for share/lilypond/ suffix. This makes
5447         changing VERSION in a lily tree less painful.
5448
5449         * input/regression/parenthesize.ly: new file. 
5450
5451         * scm/output-lib.scm (parenthesize-element): new function.
5452
5453         * scm/define-grobs.scm (all-grob-descriptions): add ParenthesesItem.
5454
5455         * lily/parenthesis-engraver.cc (acknowledge_grob): new file.
5456
5457         * lily/accidental-engraver.cc (make_standard_accidental): reroute
5458         cause: accidentals are caused by note heads, not note events. 
5459
5460 2006-02-08  Graham Percival  <gpermus@gmail.com>
5461
5462         * darwin.patch: small patch from Erlend, thanks!
5463
5464         * Documentation/user/basic-notation.itely: add stem-neutral example.
5465
5466         * Documentation/user/putting.itely: clarifications.
5467
5468 2006-02-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5469
5470         * Documentation/topdocs/NEWS.tely (Top): remove internal cleanup
5471         note, add more guidelines to what should go into NEWS.
5472
5473         * input/sakura-sakura.ly: document how to override font.
5474
5475         * input/regression/font-family-override.ly:  doc -dshow-available-fonts
5476
5477 2006-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5478
5479         * lily/midi-item.cc (to_string): truncate time sig at 255 beats.
5480
5481 2006-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
5482
5483         * scripts/convert-ly.py (lilypond_version_re_str): Move from
5484         convertrules.  Add explicit grouping, needed for python2.2.
5485
5486 2006-02-07  Jan Nieuwenhuizen  <janneke@gnu.org>
5487
5488         * Documentation/topdocs/NEWS.tely (Top): Mention code cleanup.
5489
5490 2006-02-07  Graham Percival  <gpermus@gmail.com>
5491
5492         * Documentation/user/global.itely: fix line-width in (text) docs.
5493
5494         * Documentation/user/lilypond-book.itely: same.
5495
5496 2006-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5497
5498         * VERSION (PACKAGE_NAME): release 2.7.32
5499
5500         * Documentation/topdocs/NEWS.tely (Top): document new variable
5501         naming.
5502
5503         * flower/include/array.icc (Message): remove file.
5504
5505         * flower/include/std-vector.hh: make sure vsize and VPOS are
5506         defined for binary_search_bounds().
5507
5508         * flower/std-string.cc (std): add to_string(long unsigned).
5509
5510         * configure.in (gui_b): excise std_string option.
5511         (gui_b): excise std_vector option.
5512
5513         * flower/string.cc (Module): excise flower array & string
5514
5515         * flower/include/std-string.hh: excise flower string.
5516
5517         * {ly,lily,scm}/*: use dashes in \paper and \layout variables
5518
5519         * python/convertrules.py (lilypond_version_re_str): require
5520         only numbers and dots in \version string.
5521
5522 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5523
5524         * lily/system-start-delimiter.cc (print): allow style = text too.
5525
5526         * lily/system-start-delimiter-engraver.cc
5527         (acknowledge_system_start_text): new function, also add add to
5528         support of system-start-text (instrument names). This fixes
5529         instrument names on piano staves.
5530
5531         * lily/instrument-name-engraver.cc: rewrite. Use
5532         system-start-delimiter approach. This save memory and cpu.
5533
5534         * scm/define-grobs.scm (all-grob-descriptions): remove
5535         instrument-name from break-alignment.
5536
5537         * mf/GNUmakefile ($(NCSB_TTFS)): depend on pfx2ttf script too.
5538
5539 2006-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5540
5541         * stepmake/stepmake/generic-vars.make (LOOP): Add PLUS to keep -j
5542         jobserver going.
5543
5544         * configure.in (std_vector): On by default.
5545
5546         * lily/include/font-metric.hh:
5547         * lily/include/tfm-reader.hh: 
5548         * lily/include/spanner.hh: Use unsigned for indices and sizes.
5549         Update users.
5550
5551         * Documentation/user/changing-defaults.itely: Fix link v2.5, out-www.
5552
5553 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5554
5555         * VERSION (PACKAGE_NAME): 2.7.31
5556
5557         * scm/framework-ps.scm (dump-stencil-as-EPS): don't hardcode left
5558         EPS edge at 0, but take minimum with left-overshoot. This fixes
5559         cut off system start delims. 
5560
5561         * lily/instrument-name-engraver.cc (stop_translation_timestep):
5562         hack: add to axis group if not added yet. This fixes hara kiri'd
5563         piano staves.
5564
5565         * lily/hara-kiri-group-spanner.cc
5566         (force_hara_kiri_in_y_parent_callback): fix signatures.
5567
5568         * lily/hairpin.cc (print): check next hairpin to see whether or
5569         not to be continuing.
5570
5571 2006-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
5572
5573         * Remove trailing whitespace from makefiles.
5574         
5575         * flower/include/std-vector.hh: Add binary_search_bounds workaround
5576         for earlier gcc.
5577
5578         * .cvsignore: Add out*, out-www, config-*.  Remove lots of cruft.
5579
5580         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Workaround.
5581
5582         * config.hh.in (HAVE_STL_DATA_METHOD): Add.
5583
5584         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): New function.
5585
5586         * configure.in: Use it.
5587
5588 2006-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5589
5590         * scm/music-functions.scm (pitch-of-note): new function.
5591
5592         * ly/music-functions-init.ly: add \octave and \addquote
5593
5594         * lily/parser.yy (music_function_chord_body): softcode \octave.
5595         (lilypond_header): softcode \addquote
5596
5597 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5598
5599         * flower/include/std-vector.hh[STD_VECTOR]: Do not include
5600         array.hh, parray.hh at all.  Getting ready to flip the
5601         configure default.
5602
5603         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
5604
5605         * lily/source-file.cc (file::get_line): Help binary_search_bounds
5606         a bit.
5607
5608         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
5609
5610 2006-02-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5611
5612         * flower/include/array.hh: typo. 
5613
5614 2006-02-02  Graham Percival  <gpermus@gmail.com>
5615
5616         * Documentation/user/advanced-notation.itely: doc "\#" in text.
5617
5618 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5619
5620         * flower/include/pqueue.hh: Derive from std::vector.
5621
5622         * flower/include/parray.hh: Conform to std::vector interface.
5623         Update users.
5624
5625 2006-02-02  Graham Percival  <gpermus@gmail.com>
5626
5627         * Documentation/topdocs/NEWS.itely: grammar fix from Laura.
5628
5629 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5630
5631         * flower/file-path.cc (is_file): remove if 0 section.
5632
5633         * buildscripts/pfx2ttf.fontforge (err): robustness fix for
5634         selecting afii61352.
5635
5636 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5637
5638         * flower/include/std-vector.hh (boundary): Oops, reverse.
5639
5640         * flower/string-convert.cc (convert::unsigned_string): Bugfix:
5641         remove superfluous `d'.
5642
5643         * flower/include/std-vector.hh (boundary, top): Detach from class.
5644         Remove empty vector shell.
5645
5646         * flower/include/array.hh (reverse, swap): Detach from class.
5647         Update users.
5648         
5649         * flower/include/std-vector.hh
5650         * flower/include/array.hh (concat): Globally change to insert ().
5651
5652         
5653         * flower/include/std-vector.hh
5654         * flower/include/parray.hh
5655         * flower/include/array.hh (elem, elem_ref): Globally replace by
5656         at ().
5657
5658 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5659
5660         * Documentation/topdocs/NEWS.tely (Top): use ly: prefix for members.
5661
5662         * python/convertrules.py (FatalConversionError.sub_cxx_id):
5663         anticipate on identifier substitutions.
5664
5665 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5666
5667         * flower/include/std-vector.hh (insert): Remove, replace by
5668         std::vector interface.  Update callers.
5669
5670         * flower/include/array.icc (insert): Change signature to
5671         match std::vector interface.
5672         
5673         * flower/include/array.icc (vector_sort): Bugfix.
5674
5675 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5676
5677         * lily/parser.yy (output_def_head_with_mode_switch): new
5678         production. Result: dashes and underscores may be used in the
5679         \paper block.
5680
5681         * lily/lexer.ll: add DASHED_WORD.  Accept in INITIAL mode.
5682
5683         * python/convertrules.py (conv): oops. One slash too much.
5684
5685 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5686
5687         * flower/include/std-vector.hh (sort): Remove, replace by
5688         ::vector_sort.  Update callers.
5689
5690         * flower/include/std-vector.hh (slice): Remove.  Update callers.
5691         (sort): Bugfix.
5692
5693         * flower/test-std.cc (vector_sort): New test.
5694
5695 2006-02-01  Graham Percival  <gpermus@gmail.com>
5696
5697         * Documentation/user/putting.itely: fixes from Erik.
5698
5699 2006-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
5700
5701         * flower/test-std.cc: Add simple unit test for vector migration.
5702
5703         * stepmake/stepmake/test*: Unit test support.
5704
5705         * flower/include/std-vector.hh (del): Remove.  Use erase (),
5706         update callers.
5707
5708         * flower/include/array.hh (begin, end): Add.
5709         (del, get): Remove.
5710
5711 2006-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5712
5713         * lily/include/lily-guile-macros.hh (MAKE_SCHEME_CALLBACK): use
5714         std::string not String. 
5715
5716         * lily/context-def.cc (path_to_acceptable_context): use INT_MAX
5717         iso UINT_MAX.
5718
5719         * lily/prob.cc (Prob): copy type_ too.
5720
5721         * lily/lily-guile.cc (mangle_cxx_identifier): new
5722         function. Class_bla::foo_bar_[px] ->
5723         ly:class-bla::foo-bar[?!]. Changes throughout
5724
5725 2006-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5726
5727         * flower/include/guile-compatibility.hh (scm_from_unsigned): add scm_from_unsigned().
5728
5729         * lily/beam.cc (calc_direction): take dir from visible stem in
5730         degenerate case.
5731
5732 2006-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
5733
5734         * lily/melody-spanner.cc (spanner::calc_neutral_stem_direction):
5735         Fix -1, >=0 boundary checks for unsigned vsize.
5736
5737         * lily/separating-group-spanner.cc (spanner::find_rods): Fix >=0
5738         loop for unsigned vsize.
5739
5740         * configure.in (--enable-std-vector): New option.
5741         (--enable-std-string): On by default.
5742
5743         * flower/include/std-vector.hh: New file.  Enable switch to
5744         std::vector, update client code.
5745
5746 2006-01-30  Graham Percival  <gpermus@gmail.com>
5747
5748         * scm/document-translation.scm: clarify "this context is also
5749         known as".  Thanks, Werner!
5750
5751         * Documentation/user/putting.itely: small fixes from Don Blaheta.
5752
5753         * Documentation/user/invoking.itely: small fix from Don.
5754
5755 2006-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5756
5757         * scm/lily.scm (define-scheme-options): rename option
5758         preview-include-book-title to book-title-preview
5759         (define-scheme-options): move force-eps-font-include (from paper
5760         block) to eps-font-include -d option.
5761
5762         * VERSION (PATCH_LEVEL): release 2.7.30
5763
5764         * input/bach-schenker.ly (staffPiano): new file.
5765
5766         * buildscripts/pfx2ttf.fontforge: remove No. glyph from TTF file.
5767
5768         * Documentation/topdocs/NEWS.tely (Top): simplify NEWS entry, add
5769         credits to Nicolas.
5770
5771         * scm/define-markup-commands.scm (epsfile): add scaling to \epsfile.
5772
5773         * ps/lilyponddefs.ps: remove start-system, stop-system,
5774         start-page fluff. This saves putting { } code on the stack, fixing
5775         stack overflows when including EPS files.
5776
5777 2006-01-29  Graham Percival  <gpermus@gmail.com>
5778
5779         * Documentation/user/putting.itely: minor fixes (comments on -devel).
5780
5781 2006-01-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5782
5783         * Documentation/topdocs/NEWS.tely (Top): add \parallelMusic news.
5784
5785 2006-01-28  Graham Percival  <gpermus@gmail.com>
5786
5787         * Documentation/user/putting.itely: minor fixes (mostly tab->space).
5788
5789 2006-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5790
5791         * input/mutopia/claop.py: Update.
5792
5793 2006-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5794
5795         * input/regression/completion-heads.ly (texidoc): fix.
5796
5797         * lily/staff-symbol-referencer.cc (on_staff_line): idem.
5798
5799         * lily/tie-formatting-problem.cc
5800         (set_ties_config_standard_directions): use abs iso fabs for ints.
5801
5802         * Documentation/topdocs/INSTALL.texi (Top): document ncsb requirement.
5803
5804         * mf/feta-bolletjes.mf (overdone_heads): solfa_noteheight, a
5805         little less than noteheight, to prevent overlaps in chords.
5806
5807         * lily/note-collision.cc (check_meshing_chords): wipe upper FA
5808         head, and fudge stem-attachment.
5809
5810         * scm/lily-library.scm (not): define hash-for-each for guile 1.6
5811
5812         * lily/slur-scoring.cc (get_best_curve): handle opt_idx < 0 case.
5813
5814 2006-01-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5815
5816         * lily/main.cc (main): Debugging aid: catch exceptions.
5817
5818         * flower/std-string.cc (to_string): Robustification.  Fixes midi
5819         output with std::string.
5820
5821 2006-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5822
5823         * Documentation/topdocs/INSTALL.texi (Top): remove libkpathsea notes.
5824
5825 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
5826
5827         * Fix -DSTRING_UTILS_INLINED.
5828
5829 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5830
5831         * VERSION (PATCH_LEVEL): release 2.7.29
5832
5833         * lily/relocate.cc (setup_paths): mingw uses std string too.
5834
5835         * lily/*.cc: various fixes for substr(ARG).
5836
5837         * lily/sustain-pedal.cc (print): 
5838
5839         * flower/file-name.cc (slashify): use std strings.
5840
5841         * flower/string-convert.cc: remove publib.h
5842
5843         * scm/define-markup-commands.scm (verbatim-file): new markup
5844         command \verbatim-file
5845
5846         * Documentation/topdocs/NEWS.tely: fixup URLs
5847
5848         * input/regression/alignment-vertical-manual-setting.ly (Module):
5849         new file.
5850
5851         * lily/align-interface.cc (align_elements_to_extents): overwrite
5852         translations with numbers in alignment-offsets from left bound
5853
5854         * scm/page.scm (make-page-stencil): read X-offset from paper-system.
5855         (page-translate-systems): new function: take into account Y-offset.
5856
5857         * Documentation/topdocs/NEWS.tely (Top): document new features.
5858
5859         * input/regression/page-layout-manual-position.ly (Module): new
5860         file.
5861
5862 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
5863
5864         * flower/file-path.cc (path::parse_path): Oops.
5865
5866         * Finish std::string interface.  For now, use std:: marker
5867         throughout for easy s/r.
5868
5869 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5870
5871         * Documentation/user/putting.itely (Score is a single musical
5872         expression): typo.
5873         (Score is a single musical expression): more typos.
5874
5875         * scm/page.scm (annotate-space-left): thinko.
5876         (annotate-page): more thinkos.
5877
5878 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5879
5880         * scm/layout-page-layout.scm (write-page-breaks): record tweaks
5881         for different \score blocks separately.
5882         (post-process-pages): put write-page-layout into paper block.
5883
5884         * lily/output-def.cc (get_parser): new file.
5885
5886         * lily/output-def-scheme.cc (LY_DEFINE): ly:output-def-parser, new
5887         file.
5888
5889         * lily/include/output-def.hh (class Output_def): add parser_ member.
5890
5891         * input/regression/page-layout-twopass.ly (Module): new file.
5892
5893         * scm/lily.scm: remove cpp hack.
5894
5895         * lily/lyric-engraver.cc (get_voice_to_lyrics): use NPOS everywhere.
5896
5897 2006-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5898
5899         * GNUmakefile.in (c-clean): New target.
5900
5901         * flower/include/std-string.hh: String/std::string compatibility:
5902         Use NPOS for `not found' (iso -1), use ssize for length () and pos
5903         type.
5904
5905         * flower/rational.cc: 
5906         * flower/include/rational.hh: 
5907
5908         * flower/offset.cc: 
5909         * flower/include/offset.hh: 
5910
5911         * flower/interval.cc: 
5912         * flower/include/interval.hh: 
5913
5914         * flower/string-convert.cc: 
5915         * flower/include/string-convert.hh: Use std::string [interface].
5916         Update callers.
5917
5918 2006-01-25  Heikki Junes  <hjunes@cc.hut.fi>
5919
5920         * Documentation/index.html.in: clean up.
5921
5922 2006-01-25  Graham Percival  <gpermus@gmail.com>
5923
5924         * Documentation/user/putting.itely: another new untested doc section.
5925
5926 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5927
5928         * scm/layout-page-layout.scm (write-page-breaks): write
5929         \spacingTweaks #ALIST. Handle grace timing.
5930
5931         * scm/: more imports.
5932
5933         * scm/page.scm (make-page): add footer/header.
5934         (annotate-space-left): revise: only take page argument.
5935         (layout->page-init): new function.
5936
5937         * scm/layout-page-layout.scm (write-page-breaks): preliminary
5938         version of the system/spacing/linebreak hack writing to the output
5939
5940         * lily/prob-scheme.cc (LY_DEFINE): take optional 'key val args in
5941         ly:make-prob.
5942
5943         * lily/grob-scheme.cc (LY_DEFINE): ly:spanner-get-bound ->
5944         ly:spanner-bound
5945
5946 2006-01-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5947
5948         * scm/stencil.scm (annotate-y-interval): move from layout-page-layout.scm
5949
5950         * scm/paper-system.scm (paper-system-annotate): new file. Handle paper-system.
5951
5952         * scm/layout-page-layout.scm (optimal-page-breaks): move all page
5953         handling to page.scm
5954
5955         * lily/prob-scheme.cc (LY_DEFINE): new file.
5956         (LY_DEFINE): functions ly:make-prob , ly:prob-type? , ly:prob-(set-)property(!)
5957
5958         * lily/music-scheme.cc (LY_DEFINE): rewrite get/set property using
5959         prob functions.
5960
5961         * lily/music.cc (derived_mark): derive Music from Prob.
5962
5963         * lily/paper-system.cc (LY_DEFINE): derive from Prob.
5964
5965         * lily/prob.cc (Module): Implement Prob (Property Object), object
5966         with shared and r/w property alists.  
5967
5968         * lily/include/prob.hh (Module): new file. Declare Prob.
5969
5970         * flower/string.cc: remove is_empty().
5971
5972         * flower/include/string.hh (class String): remove String:: qualifier.
5973
5974         * buildscripts/analyse-cxx-log.py: new file. Read compile log to
5975         substitute appropriate functions.
5976
5977         * flower/include/string.hh (class String): remove to_str0 and
5978         is_empty(). S&R everywhere.
5979
5980 2006-01-23  Graham Percival  <gpermus@gmail.com>
5981
5982         * Documentation/user/basic-notation.itely: add hairpin
5983         after-linebreak tweak to commonprop.
5984
5985         * Documentation/user/putting.itely: added two new sections.
5986
5987 2006-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5988
5989         * flower/international.cc: 
5990         * flower/include/international.hh: 
5991
5992         * flower/getopt-long.cc: 
5993         * flower/include/getopt-long.hh: Use std::string [interface].
5994         Update callers.
5995
5996         * flower/include/std-string.hh: Oops, bugfix for --disable-std-string.
5997
5998         * stepmake/stepmake/executable-rules.make: Add dependency on
5999         module libraries.
6000
6001 2006-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6002
6003         * flower/file-path.cc: 
6004         * flower/include/file-path.hh: Use std::string [interface].
6005         Update callers.
6006
6007         * flower/direction.cc: 
6008         * flower/axis.cc: Unused.  Remove.
6009
6010         * configure.in (--enable-std-string): New option.
6011
6012         * flower/std-string.cc: 
6013         * flower/include/std-string.hh: New file.
6014
6015         * flower/file-name.cc[STD_STRING]:
6016         * flower/include/file-name.hh[STD_STRING]: Use it.  Update callers.
6017
6018 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6019
6020         * scm/output-svg.scm (placebox): no GNU coding standards in SVG output. 
6021
6022         * scm/define-markup-commands.scm (with-dimensions):
6023         with-dimensions markup command.
6024
6025         * input/test/font-table.ly: use it.
6026
6027         * lily/open-type-font.cc (glyph_list): new function.
6028
6029         * lily/open-type-font-scheme.cc (LY_DEFINE): ly:otf-glyph-list function.
6030
6031         * lily/ttf.cc: remove ly:font-glyph-list scheme function
6032
6033 2006-01-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6034
6035         * ly/music-functions-init.ly (parallelMusic): new music function
6036         for parallel music entry.
6037
6038         * scm/define-music-properties.scm (all-music-properties): new
6039         'void music property
6040
6041         * scm/music-functions.scm (ly:music-message): make public, to be
6042         used in music function definitions
6043
6044         * scm/lily-library.scm (collect-music-for-book): discard music
6045         when the 'void property is set.
6046
6047 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6048
6049         * lily/ttf.cc (LY_DEFINE): store name before destroying face.
6050
6051         * mf/GNUmakefile: idem.
6052
6053         * buildscripts/mf-to-table.py (help): excise fetaXXlist.ly support.
6054
6055         * stepmake/bin/install.py (dest): Only chmod/chown just created directories
6056
6057         * Documentation/user/notation-appendices.itely (The Feta font):
6058         use it.
6059
6060         * input/test/font-table.ly: new file. Generate font table within lily.
6061
6062         * Documentation/user/notation-appendices.itely (The Feta font):
6063         use new font-table.ly file. 
6064
6065         * stepmake/stepmake/install-out-targets.make
6066         (local-install-outfiles): only create directory if
6067         $(INSTALLATION_OUT_DIR) is defined. This fixes install on Gentoo.
6068
6069 2006-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6070
6071         * lily/ttf.cc (LY_DEFINE): new function ly:font-glyph-list.
6072
6073         * VERSION (PACKAGE_NAME): release 2.7.28
6074
6075         * scm/framework-ps.scm (write-preamble): use it to pick exactly
6076         the right font from a Mac dfont.
6077         (write-preamble): don't forget directory, only look at files.
6078
6079         This fixes problems with TTF files in dfonts that don't match
6080         their PostScript names.
6081          
6082         * lily/ttf.cc (LY_DEFINE): ly:ttf-ps-name: new routine to extract
6083         PS name from TTF font.
6084
6085         * input/regression/tie-manual.ly: document new feature.
6086
6087         * Documentation/topdocs/NEWS.tely (Top): add tie NEWS.
6088
6089         * VERSION (MY_PATCH_LEVEL): bump to .28
6090
6091         * Documentation/user/basic-notation.itely (Ties): add tie examples
6092         refs.
6093
6094         * lily/tie-formatting-problem.cc (score_ties_configuration):
6095         symmetry penalties for outer ties.
6096
6097 2006-01-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6098
6099         * lily/tie-formatting-problem.cc (generate_configuration) 
6100         (set_manual_tie_configuration): skip non-pair manual
6101         tie-configuration, so you can set individual ties as
6102
6103           #'tie-configuration = #'((7 . 1) #t (-3 . 1))
6104
6105         * input/regression/tie-chord.ly: use generateTiePattern to
6106         simplify file.
6107
6108         * lily/tie-formatting-problem.cc (peak_around): new function.
6109         (score_configuration): use sliding criterion for staff line collisions. 
6110         (score_configuration): idem for dot collisions.
6111         (generate_configuration): use separate stem_gap for gap to stem.
6112
6113         * lily/include/tie-formatting-problem.hh (struct Tie_details):
6114         separate penalty factors for x and y distance.
6115         (struct Tie_details): separate penalties for tip and center line collisions.
6116
6117 2006-01-19 Han-Wen Nienhuys  <hanwen@xs4all.nl>
6118
6119         * lily/tie-formatting-problem.cc (generate_configuration): make
6120         large ties avoid stafflines in the horizontal section.
6121         (score_configuration): use softcoded penalties
6122         (score_aptitude): idem.
6123
6124         * lily/tie-helper.cc (from_grob): softcode tie details
6125
6126         * lily/staff-symbol-referencer.cc (on_staff_line): new function
6127
6128         * lily/staff-symbol-referencer.cc (on_line): rename from
6129         on_staffline 
6130
6131 2006-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6132
6133         * ly/music-functions-init.ly: remove duplicate tag.
6134
6135         * lily/include/*.hh: GCC 4.1 fixes.
6136
6137 006-01-16  Erlend Aasland  <erlenda@gmail.com>
6138
6139         * Documentation/user/global.itely: fix typos; @bugs -> @refbugs
6140
6141         * scm/define-music-types.scm: fix bug in desc. string
6142         for OverrideProperty
6143
6144 2006-01-15 Erik Sandberg  <mandolaerik@gmail.com>
6145
6146         * scripts/lilypond-book.py: bugfix
6147
6148         * scm/define-music-types.scm: fix typos.
6149
6150 2006-01-14  Graham Percival  <gpermus@gmail.com>
6151
6152         * Documentation/user/ basic-notation.itely, global.itely,
6153         advanced-notation.itely, instrument-notation.itely: small
6154         additions (bugs and commonly tweaked properties).
6155
6156 2006-01-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6157
6158         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): generic
6159         detection of mingw build.
6160         (MINGW_BUILD): opps.
6161
6162 2006-01-12  Jan Nieuwenhuizen  <janneke@gnu.org>
6163
6164         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Add
6165         i686-mingw32.
6166
6167 2006-01-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6168
6169         * scm/music-functions.scm (skip->rest): add skip->rest
6170
6171 2006-01-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6172
6173         * lily/font-config.cc (init_fontconfig): call FcConfigBuildFonts()
6174         explicitly.
6175
6176         * lily/font-config-scheme.cc (LY_DEFINE): also display font and
6177         config dirs. Aids debugging. 
6178         (display_config): also display config files.
6179
6180 2006-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6181
6182         * VERSION: release 2.7.27
6183
6184         * lily/bar-line.cc (calc_bar_size): inspect staff->extent (Y_AXIS)
6185         for determining bar size.
6186
6187         * lily/staff-symbol.cc (print): place lines at distance line-positions
6188
6189         * scm/define-grob-properties.scm (all-user-grob-properties): add
6190         line-positions.
6191
6192         * lily/staff-symbol.cc (height): new function.
6193
6194         * input/regression/staff-line-positions.ly:  new file.
6195
6196 2006-01-06  Graham Percival  <gpermus@gmail.com>
6197
6198         * input/test/add-staccato.ly: remove reference to old file.
6199
6200 2006-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6201
6202         * scripts/lilypond-book.py (invokes_lilypond): allow . in path to
6203         lilypond binary too.
6204
6205 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6206
6207         * make/mutopia-rules.make (Module): use LILYPOND_BINARY
6208
6209 2006-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6210
6211         * scripts/midi2ly.py: Bugfix: Declare datadir.
6212
6213         * make/ly-rules.make:
6214         * make/mutopia-rules.make: Use LILYPOND_BINARY (WAS: LILYPOND, but
6215         that seems to be gone). Fixes make web.
6216
6217         * The grand 2005-2006 replace.
6218
6219         * VERSION (MY_PATCH_LEVEL): Stay on .26 for now.
6220
6221 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6222
6223         * make/lilypond-vars.make: set LILYPOND_BINARY variable
6224         (LILYPOND_BOOK_LILYPOND_FLAGS): new variable
6225         LILYPOND_BOOK_LILYPOND_FLAGS to hold system dependent settings,
6226         like -dgs-font-load.
6227
6228         * Documentation/user/GNUmakefile ($(outdir)/interfaces.itexi):
6229         remove absolute path to lilypond binary.
6230         
6231 2006-01-05 Pedro Kroeger    <kroeger@pedrokroeger.net>
6232
6233         * configure.in (NCSB_DIR): fix --with-ncsb-dir option.
6234
6235 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6236
6237         * make/lilypond-vars.make: support LILYPOND_EXTERNAL_BINARY variable.
6238
6239         * mf/GNUmakefile: remove broken dvips map symlink.
6240
6241 2006-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6242
6243         * lily/main.cc: 
6244         * configure.in: Cosmetic fixes.
6245
6246 2006-01-04  Mats Bengtsson  <mabe@s3.kth.se>
6247
6248         * Documentation/user/music-glossary.tely (Pitch names): Added
6249         Spanish pitch names and durations, thanks to Ernesto Gancedo
6250
6251 2006-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6252
6253         * scm/lily.scm (define-scheme-options): use quasi-quote for option
6254         init. Fixes verbose printing of .scm files.
6255
6256         * stepmake/aclocal.m4: add spaces before - options.
6257         
6258 2006-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
6259
6260         * lily/relocate.cc (setup_paths): Bugfix: do not store result
6261         of path search in local block variable.
6262
6263 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6264
6265         * configure.in (NCSB_DIR): --enable-ncsb-dir
6266         (LINK_GXX_STATICALLY): denko.
6267
6268         * mf/GNUmakefile ($(NCSB_TTFS)): NCSB_DIR iso. NCSB_PATH. 
6269
6270         * configure.in (LINK_GXX_STATICALLY): --enable-ncsb-path option. 
6271         use locate to find c059033l.pfb. 
6272         
6273 2006-01-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6274
6275         * lily/tie-formatting-problem.cc
6276         (problem::generate_base_chord_configuration): Use my_round (was
6277         round).
6278
6279         * lily/source-file.cc (file::get_counts)[!HAVE_MBRTOWC]: Bugfix,
6280         do not invoke mbrtowc.
6281
6282         * lily/relocate.cc (setup_paths): Add more debugging verbosity.
6283
6284 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6285
6286         * scm/lily.scm (lilypond-all): oops. remove debugging hack.
6287
6288 2005-01-02  Heikki Junes  <hjunes@cc.hut.fi>
6289
6290         * Documentation/user/invoking.itely (svg): revise.
6291
6292 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6293
6294         * lily/lexer.ll: use sourcefilename iso. renameinput.
6295
6296 2006-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6297
6298         * mf/GNUmakefile ($(NCSB_TTFS)): revise rule. Create
6299         <PostScriptName>.ttf instead of c059XXXttf.
6300
6301         * lily/program-option.cc (LY_DEFINE): special support for
6302         --verbose, so it works before option init too.
6303  
6304         * mf/GNUmakefile (local-install): oops.
6305
6306         * lily/lyric-hyphen.cc (print): oops.
6307
6308         * buildscripts/pfx2ttf.fontforge: new file.
6309         
6310         * mf/GNUmakefile (NCSB_PATH): add vars for NCSB.
6311         ($(outdir)/%.ttf): new rule. 
6312
6313         * scm/define-grobs.scm (all-grob-descriptions): add font-interface
6314         to LyricHyphen.
6315
6316         * lily/lyric-hyphen.cc (print): multiply hyphen height by
6317         font-size
6318
6319 2005-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6320
6321         * VERSION: release 2.7.26
6322         
6323         * mf/GNUmakefile (install-fc-cache): remove old font.cache-1 files.
6324
6325 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6326
6327         * lily/font-config.cc (init_fontconfig): verbosity.
6328
6329         * THANKS: add Muziekacademie Lede. 
6330
6331         * scripts/musicxml2ly.py (print_voice_definitions): new function 
6332         (print_score_setup): new function
6333         (convert): read part definition to output staves properly.
6334
6335         * python/musicxml.py (Measure.get_notes): new class. Wrap lists of
6336         Music_xml notes.
6337
6338         * python/musicexp.py (Output_printer.__init__): use _ in data
6339         members.
6340         (Output_printer.unformatted_output): new function: no formatting,
6341         but count braces.
6342         (Duration.get_length): remove isinstance() checks for
6343         Output_printer everywhere.
6344
6345         * input/regression/lyrics-bar.ly (texidoc): add
6346         Separating_line_group_engraver.
6347
6348 2005-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
6349
6350         * lily/relocate.cc (framework_relocation): New function,
6351         factored from set_relocation ().
6352         (prefix_relocation): Rename from set_relocation ().
6353         (setup_paths): Use it.
6354
6355 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6356
6357         * scm/*.scm: use LEFT/RIGHT/UP/DOWN etc. iso. magical
6358         numbers. Patch by Erlend Aasland.
6359
6360 2005-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6361
6362         * lily/font-config.cc (init_fontconfig): print warning if cache
6363         file is not existant.
6364
6365         * lily/main.cc: don't use #ifdef but #if
6366
6367 2005-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6368
6369         * lily/grob-property.cc (internal_set_property): don't abort on
6370         calculation-in-progress.
6371
6372         * lily/beam.cc (get_default_dir): robustness: don't divide by zero.
6373
6374         * lily/tuplet-bracket.cc (calc_control_points): oops: typo. Read
6375         connect-to-neighbor property not connect-to-other
6376
6377         * lily/program-option.cc (LY_DEFINE): remove Protected_scm global variable.
6378         (LY_DEFINE): oops. don't forget protection.
6379
6380         * flower/parse-afm.cc (Module): strip AFM handling completely.
6381
6382         * lily/stencil-expression.cc: idem.
6383
6384         * lily/grob-interface-scheme.cc (LY_DEFINE): idem.
6385
6386         * lily/function-documentation.cc (ly_add_function_documentation):
6387         use static member iso. Protected_scm
6388
6389         * lily/main.cc: use ifdef ARGV0_RELOCATION iso. MINGW
6390
6391         * config.make.in (prefix): remove HAVE_KPATHSEA_SO
6392
6393 2005-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6394
6395         * lily/relocate.cc (set_env_dir): New function.
6396         (set_relocation): Use it to fix setting PANGO_PREFIX.
6397
6398 2005-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6399
6400         * input/regression/stem-direction-context.ly: remove rest.
6401
6402         * lily/melody-engraver.cc (process_music): restart for bar lines.
6403         (acknowledge_slur): restart for slurs.
6404
6405 2005-12-27  Heikki Junes  <hjunes@cc.hut.fi>
6406
6407         * Documentation/user/invoking.itely: describe how to view SVG 
6408         output using Inkscape which replace embedded fonts with OTF fonts.
6409
6410 2005-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6411
6412         * lily/relocate.cc (set_relocation): set PANGO_PREFIX
6413
6414 2005-12-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6415
6416         * lily/melody-engraver.cc (class Melody_engraver): Remove lying
6417         comment.
6418
6419 2005-12-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6420
6421         * VERSION (PACKAGE_NAME): release 2.7.25
6422
6423         * Documentation/topdocs/NEWS.tely (Top): document new feature.
6424
6425         * input/regression/stem-direction-context.ly: new file.
6426
6427         * lily/relocate.cc (set_relocation): add PANGO_PREFIX
6428
6429         * lily/melody-engraver.cc (acknowledge_stem): restart MelodyItem
6430         on rest.
6431
6432         * ly/engraver-init.ly: add Melody_engraver
6433
6434         * lily/beam.cc (calc_direction): use default-direction
6435         iso. get_default_direction()
6436
6437         * scm/define-grob-properties.scm (all-user-grob-properties): add
6438         default-direction property.
6439
6440         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem.
6441
6442         * lily/stem.cc (calc_default_direction): remove
6443         Stem::get_default_direction, use default-direction with callback
6444         instead.
6445
6446         * lily/melody-spanner.cc (calc_neutral_stem_direction): 
6447
6448         * lily/melody-engraver.cc: new file. Acknowledge stems for
6449         interpolated stem directions. 
6450
6451         * lily/melody-spanner.cc: new file. Interpolate stem directions.
6452
6453         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem
6454
6455         * lily/slur-configuration.cc (fit_factor): more robust check for
6456         point in curve X-extent.
6457
6458         * lily/slur.cc (outside_slur_callback): return offset_scm, not 0.
6459         (outside_slur_callback): check for 'outside avoidance.
6460
6461         * lily/slur-configuration.cc (score_extra_encompass): don't use
6462         bound->column() == avoid->column() for checking extents, as this
6463         doesn't work for accidentals. 
6464
6465         * lily/slur-engraver.cc (acknowledge_extra_object): remove
6466         DynamicText hardcoding.
6467
6468         * lily/slur-scoring.cc (enumerate_attachments): robustness: don't
6469         crash if bound stem is NULL
6470
6471         * lily/piano-pedal-performer.cc: patch by MWD for enabling piano
6472         pedals.
6473
6474 2005-12-22  Graham Percival  <gpermus@gmail.com>
6475
6476         * scm/define-markup-commands.scm: typo.  @code{\raise}
6477         => @code{\\raise}.
6478
6479         * darwin.patch: now used again, includes a
6480         required patch from fink.
6481
6482 2005-12-21  Heikki Junes  <hjunes@cc.hut.fi>
6483
6484         * po/TODO: mention gtranslator along with kbabel.
6485         * po/fi.po: update translations.
6486
6487 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6488
6489         * lily/relocate.cc (setup_paths): Bugfix.
6490
6491 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6492
6493         * lily/slur-configuration.cc (score_extra_encompass): don't use
6494         "avoid" choice for avoid-slur.
6495
6496         * stepmake/bin/install.py (dest): don't create existing dir.
6497
6498 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6499
6500         * stepmake/bin/install.py: Remove file before copying.
6501
6502         * config.make.in: 
6503         * stepmake/aclocal.m4: Do not substitute INSTALL.
6504
6505 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6506
6507         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
6508         depend on link-tree.
6509
6510         * lily/relocate.cc (setup_paths): only check path for non-absolute
6511         dir without directory part.
6512
6513         * flower/file-name.cc (is_absolute):  new method.
6514         (is_absolute): check root_ too.
6515
6516 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6517
6518         * lily/relocate.cc (setup_paths) [__MINGW32__]: Comment-out broken
6519         relocation code.  Oops, don't comment out too much.
6520
6521         * stepmake/stepmake/generic-vars.make (INSTALL): Assign INSTALL_PY
6522         iso itself.
6523
6524         * lily/relocate.cc [HAVE_GETTEXT]: Include libintl.h.  Fixes mingw
6525         compile.
6526
6527 2005-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
6528
6529         * .cvsignore: Add install-sh.
6530
6531         * autogen.sh (srcdir): Typo.
6532
6533 2005-12-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6534
6535         * autogen.sh (srcdir): urg. Touch install-sh.
6536
6537         * stepmake/bin/install-sh (Module): remove.
6538
6539         * stepmake/stepmake/generic-vars.make (INSTALL): add $(INSTALL).
6540
6541         * lily/include/relocate.hh: new file.
6542
6543         * lily/relocate.cc: new file. Contain relocation logic.
6544
6545         * lily/main.cc (setup_paths): fix: LILYPOND_RELOCATE_PREFIX.
6546         (main): read LILYPOND_VERBOSE as the first thing.
6547
6548         * stepmake/aclocal.m4: remove INSTALL variable.
6549
6550         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
6551         separate target for making font symlinks.
6552         (documentation-dir): use $(if $(findstring )) for switching off
6553         Documentation.
6554
6555         * stepmake/stepmake/help2man-vars.make (OUT_DIST_FILES): only do
6556         something if DOCUMENTATION is no.
6557
6558 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6559
6560         * VERSION: release 2.7.24
6561
6562         * lily/script-column-engraver.cc (stop_translation_timestep):
6563         delay adding to script-column.
6564
6565         * lily/tuplet-bracket.cc (print): suicide if no control-points. 
6566
6567         * python/convertrules.py (conv): rule for number-visibility
6568
6569         * lily/slur-configuration.cc (score_extra_encompass): different
6570         distance measure for avoid and inside avoidance.
6571         (score_extra_encompass): use 1/(distance+eps) as penalty.
6572
6573         * lily/slur-scoring.cc (generate_avoid_offsets): use 'inside
6574         encompass objects for generating slur curves.
6575
6576         * lily/slur.cc: use details iso. slur-details property.
6577
6578         * input/regression/slur-tuplet.ly: new file.
6579
6580         * lily/slur-engraver.cc (acknowledge_tuplet_number): new function.  
6581
6582         * flower/include/offset.hh (class Offset): new operator /=
6583
6584         * lily/tuplet-number.cc (print): new file, new interface.
6585
6586         * scm/define-grob-properties.scm (all-user-grob-properties):
6587         remove number-visibility property.
6588
6589         * lily/tuplet-bracket.cc (calc_control_points): new function
6590         (calc_connect_to_neighbors): new function.
6591         (print): remove text handling for tuplet numberdef.
6592
6593         * lily/tuplet-engraver.cc (struct Tuplet_description): create
6594         TupletNumbers too. 
6595
6596         * lily/lily-guile.cc (robust_scm2booldrul): new function
6597
6598         * scm/define-grobs.scm (all-grob-descriptions): new grob TupletNumber
6599
6600         * lily/tuplet-bracket.cc (calc_position_and_height): use
6601         staff-padding to control whether tuplet brackets are over staves.
6602
6603         * lily/grob.cc (suicide): clear dim_caches_.
6604
6605         * lily/dimension-cache.cc (clear): new function.
6606
6607         * lily/grob.cc (extent): swap order of min-extent and extent
6608         calculations. This fixes hara kiri staves. 
6609
6610 2005-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6611
6612         * lily/main.cc: Nitpick: relocation is not based on path, but on
6613         directory (location).
6614
6615 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6616
6617         * lily/main.cc (setup_paths): read LILYPOND_RELOCATE_PREFIX
6618
6619         * stepmake/stepmake/install-targets.make (local-uninstall): idem.
6620
6621         * stepmake/stepmake/install-out-targets.make (local-install-outfiles): idem.
6622
6623         * stepmake/stepmake/help2man-targets.make (install-help2man): idem.
6624
6625         * stepmake/stepmake/generic-vars.make (Module): idem.
6626
6627         * stepmake/stepmake/executable-targets.make (default): use it.
6628
6629         * stepmake/bin/install.py (create_dir): new file. Replace install-sh.
6630
6631         * make/GNUmakefile: don't install make rules.
6632
6633         * lily/main.cc (setup_paths): don't inspect $PATH for argv0 with
6634         slashes.
6635         (prepend_env_path): more verbosity.
6636
6637 2005-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6638
6639         * GNUmakefile.in: add dir argument for find command.
6640
6641         * lily/parser.yy (bass_figure): set_spot() for bass figures. This
6642         fixes weird line numbers for point & click.
6643
6644         * lily/source-file.cc (get_counts): init line/column/char counts.
6645
6646 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6647
6648         * lily/main.cc: remove ARGV0_RELOCATION, instead use --relocate.
6649
6650 2005-12-16  Graham Percival  <gpermus@gmail.com>
6651
6652         * Documentation/user/basic-notation.itely, advanced-notation.itely:
6653         minor fixes from Fredric.  Thanks!
6654
6655 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6656
6657         * ly/music-functions-init.ly: add \bar and \clef music function 
6658
6659         * lily/lily-lexer.cc: idem.
6660
6661         * lily/parser.yy (FIXME): remove BAR and CLEF.
6662
6663 2005-12-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6664
6665         * Documentation/topdocs/NEWS.tely (Top): doc string argument change.
6666
6667         * lily/parser.yy (Generic_prefix_music_scm): allow strings as
6668         function arguments too
6669
6670         * lily/main.cc (set_relocation): new function.
6671
6672         * scripts/musicxml2ly.py (convert): add \version
6673
6674         * lily/tie.cc: remove get_default_attachments()
6675
6676         * VERSION (PACKAGE_NAME): release 2.7.23
6677         
6678         * lily/chord-tremolo-engraver.cc (acknowledge_stem): use
6679         ultimate_music_cause(). This fixes core dumps in unfold-all-repeats.ly
6680
6681         * Documentation/topdocs/NEWS.tely (Top): document new feature.
6682
6683         * lily/tie-formatting-problem.cc (score_ties): new function
6684         (get_variations): new function. Try flipping dirs for collisions.
6685         (generate_optimal_chord_configuration): new function. 1-opt search
6686         for better configuration.
6687
6688         * lily/tie-configuration.cc: new file.
6689
6690         * lily/tie.cc: junk Tie::get_configuration()
6691
6692         * lily/tie-formatting-problem.cc (score_ties_aptitude): new function.
6693         (score_ties_configuration): new function.
6694         (generate_ties_configuration): new function.
6695         (generate_base_chord_configuration): new function.
6696         (set_ties_config_standard_directions): Move body from tie-column-format.cc 
6697         (set_manual_tie_configuration): Move body from tie-column-format.cc 
6698
6699         * input/regression/tie-dot.ly: new file.
6700
6701         * lily/tie-formatting-problem.cc (score_configuration): score
6702         tie/dot collisions.
6703
6704         * lily/tie-helper.cc (get_transformed_bezier): new function
6705
6706         * Documentation/topdocs/NEWS.tely (Top): strip out-www.
6707
6708         * stepmake/stepmake/python-module-vars.make (SHARED_FLAGS): use
6709         -undefined suppress iso. -framework Python 
6710
6711         * scm/define-grobs.scm (all-grob-descriptions): set
6712         springs-and-rods (thanks Joe Neeman!)
6713
6714 2005-12-12  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6715
6716         * input/no-notation/display-lily-tests.ly (test): 
6717         * scm/display-lily.scm (tag->lily-string): the syntax for tags has
6718         changed from \tag #'(a b) to \tag #'a \tag #'b
6719
6720 2005-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6721
6722         * Documentation/topdocs/NEWS.tely: strip out-www.
6723
6724         * lily/include/grob-interface.hh: include lily-guile.hh not libguile.h
6725
6726         * config.make.in (AR): add AR and RANLIB
6727
6728         * flower/libc-extension.cc: include cassert
6729
6730         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): more robust
6731         darwin check.
6732
6733 2005-12-11  Graham Percival  <gpermus@gmail.com>
6734
6735         * stepmake/stepmake/generic-vars.make: define DARWIN_BUILD.
6736
6737         * stepmake/stepmake/python-modules-vars.make: define
6738         SHARED_FLAGS for OSX.  Thanks Johannes Schindelin!
6739
6740         * THANKS: added Johannes Schindelin.
6741
6742 2005-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6743
6744         * python/midi.c (pymidi_parse): use memcmp() iso. strcmp().
6745
6746         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
6747         Span_arpeggio_engraver, add Tweak_engraver to Score context. 
6748
6749         * lily/parser.yy: reorganize file layout.
6750
6751         * ly/music-functions-init.ly: add tweak music function.
6752
6753         * lily/grob-info.cc (ultimate_music_cause): new function:
6754         recursively lookup causes. 
6755
6756         * lily/parser.yy (chord_body_element): allow music functions for
6757         post-events, allow music functions for chord elements. 
6758  
6759         * lily/font-config-scheme.cc (display_fontset): add cast.
6760
6761         * python/convertrules.py (FatalConversionError.sub_syms): \tag
6762         #'(a b) -> \tag #'a \tag #'b rule.
6763
6764         * python/musicexp.py (Output_printer.dump_version): new function
6765
6766 2005-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6767
6768         * lily/parser.yy (FIXME): remove \tag
6769         (FIXME): remove tag_music() function.
6770
6771         * lily/lily-lexer.cc: remove \tag
6772
6773         * ly/music-functions-init.ly: define music-function "tag"
6774
6775         * lily/parser.yy (chord_body_element): allow tags in chord bodies.
6776
6777 2005-12-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6778
6779         * VERSION (PATCH_LEVEL): release 2.7.22
6780
6781         * input/regression/lyric-hyphen-retain.ly: renew.
6782
6783         * scm/define-grobs.scm (all-grob-descriptions): add LyricSpace
6784         grob
6785
6786         * lily/lyric-hyphen.cc (set_spacing_rods): use minimum-distance
6787         iso. minimum-length property for rods.
6788
6789         * lily/hyphen-engraver.cc (acknowledge_lyric_syllable): create
6790         LyricSpace item to keep lyrics spaced apart.
6791
6792         * ly/engraver-init.ly: remove Separating_line_group_engraver
6793
6794         * Documentation/user/music-glossary.tely: do setfilename before
6795         music-glossary.
6796
6797 2005-12-07  Heikki Junes  <hjunes@cc.hut.fi>
6798
6799         * Documentation/user/lilypond-book.itely: use `,´ after xref:
6800         See xref documentation, for example.
6801
6802 2005-12-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6803
6804         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): use
6805         pending_skip iso. ly_voice[-1]
6806         (main): add if __main__ for debugging.
6807
6808         * python/musicxml.py (Accidental.__init__): new class.
6809
6810         * scripts/musicxml2ly.py (progress): new function
6811         (musicxml_key_to_lily): don't barf on modeless keys.
6812         (create_skip_music): new function.
6813         (musicxml_spanner_to_lily_event): new function. Handle beams too.
6814         (musicxml_note_to_lily_main_event): new function.
6815
6816         * python/musicexp.py (Music.__init__): add comment field.
6817         (NestedMusic.append): new routine.
6818         (SequentialMusic.print_ly): print comment.
6819         (ArpeggioEvent.ly_expression): new class
6820         (BeamEvent.ly_expression): new class
6821         (NoteEvent.__init__): support for cautionary/forced accs.
6822
6823         * lily/lookup.cc (slur): normal order for array loop.
6824
6825         * scm/framework-ps.scm (dump-stencil-as-EPS): set left X of bbox
6826         to 0.0.
6827
6828         * ly/engraver-init.ly: set bar-size, so bar-lines aren't
6829         collapsed.
6830
6831 2005-12-06 Erik Sandberg  <mandolaerik@gmail.com>
6832
6833         * scm/music-functions.scm: Make phrasing slurs follow voice direction
6834
6835         * scripts/lilypond-book.py: Introduce option
6836             --preserve-line-breaks, for usage with srcltx
6837
6838 2005-12-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6839
6840         * scm/output-lib.scm (print-circled-text-callback): draw circle
6841         around text using make-circle-markup.
6842
6843         * Documentation/user/*: strip out-www from file names.
6844
6845 2005-12-05  Heikki Junes  <hjunes@cc.hut.fi>
6846
6847         * Documentation/user/lilypond.tely (direntry): remove empty lines;
6848         fixes invalid info entry issue with makeinfo 4.8 in debian sid.
6849
6850 2005-12-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6851
6852         * Documentation/user/GNUmakefile: idem.
6853
6854         * Documentation/user/macros.itexi: strip out-www
6855
6856         * python/rational.py: python 2.3 compat.
6857
6858         * VERSION (PATCH_LEVEL): release 2.7.21
6859
6860         * scripts/musicxml2ly.py (NonDentedHeadingFormatter.format_headi):
6861         option formatting, lilypond style.
6862
6863         * python/musicexp.py: grab from Ikebana: a library for composing
6864         ly music expressions. 
6865         (Output_printer): class for advanced .ly printing.
6866         (eg. tupletting) 
6867
6868         * python/musicxml.py: new file. Read MusicXML MiniDOM tree, and
6869         convert to pythonesque structure.
6870
6871         * python/rational.py: PD rational number class.
6872
6873         * Documentation/user/converters.itely (Invoking musicxml2ly):  new node.
6874
6875 2005-12-04  Erik Sandberg  <mandolaerik@gmail.com>
6876
6877         * lily/part-combine-iterator.cc: Minor bugfix
6878         
6879         * THANKS: Update bughunters
6880
6881 2005-12-02  Werner Lemberg  <wl@gnu.org>
6882
6883         * mf/README: Document process for proper mf2pt1 conversion.
6884
6885         * mf/feta-beugel.mf (draw_brace): Fix path to assure clean
6886         overlapping.
6887
6888         * mf/feta-harmonica.mf: Removed.  Unused.
6889
6890 2005-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6891
6892         * scripts/lilypond-book.py (do_file): fix thinkos.
6893
6894 2005-12-01  Jan Nieuwenhuizen  <janneke@gnu.org>
6895
6896         * lily/GNUmakefile ($(outdir)/FlexLexer.h):
6897         ($(outdir)/parser.cc): 
6898         ($(outdir)/lexer.cc): Bugfix: depend on config.h.
6899
6900 2005-11-30  Pedro Kröger  <kroeger@pedrokroeger.net>
6901
6902         * ly/titling-init.ly (tagline): it should be a space between
6903         "Music engraving by LilyPond" and the version number.
6904
6905 2005-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6906
6907         * VERSION (PACKAGE_NAME): release 2.7.20
6908
6909 2005-11-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6910
6911         * scm/define-markup-commands.scm (pad-to-box): new markup command.
6912
6913         * scm/define-grobs.scm (all-grob-descriptions): set thickness to
6914         1.0.
6915         (all-grob-descriptions): don't shift RehearsalMark arbitrarily.
6916
6917 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6918
6919         * configure.in (LINK_GXX_STATICALLY): remove kpathsea checks.
6920
6921         * kpath-guile/: remove directory
6922
6923         * scm/kpathsea.scm (ly:kpathsea-expand-variable): new
6924         file. Encapsulate kpathsea using commandline tools.
6925
6926         * lily/all-font-metrics.cc (kpathsea_find_file): use (scm
6927         kpathsea) module.
6928
6929 2005-11-29  Mats Bengtsson  <mabe@s3.kth.se>
6930
6931         * Documentation/user/advanced-notation.itely (Setting automatic
6932         beam behavior): Correct a few typos. Thanks to David Bobroff.
6933
6934         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use
6935         \usepackage instead of \RequirePackage. Thanks to Bernard Hurley.
6936
6937 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6938
6939         * scripts/*.py: gmane address for bugs.
6940
6941 2005-11-28 Pal Benko <benkop@freestart.hu>
6942         
6943         * make/ly-rules.make: add -f switch to mv
6944
6945         * scm/output-libs.scm: add new bar symbol "." for punctus divisionis
6946
6947         * lily/bar-line.cc: interpret it
6948
6949 2005-11-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6950
6951         * configure.in (--disable-documentation): New switch.
6952
6953         * GNUmakefile.in: Use it.
6954
6955         * stepmake/aclocal.m4: Use AC_ARG_ENABLE for kpatsea.
6956
6957 2005-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6958
6959         * scripts/lilypond-book.py (do_file): search chunks for
6960         \\begin{document}
6961
6962         * GNUmakefile.in: add copy step in between so we can lose the
6963         out-www directories.
6964
6965 2005-11-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6966
6967         * lily/pango-font.cc (pango_item_string_stencil): put
6968         geometry.width into glyph-string too.
6969
6970 2005-11-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6971
6972         * scm/define-music-display-methods.scm (RevertProperty):
6973         (OverrideProperty): Use grob-property-path property, a list of
6974         symbols, instead of grob-property, which used to be a single
6975         symbol.
6976         (BassFigureEvent): a figure can be a plain number, not necessarily a
6977         markup.
6978
6979 2005-11-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6980
6981         * VERSION: release 2.7.19
6982         
6983         * lily/figured-bass-engraver.cc (process_music): check
6984         figuredBassCenterContinuations first.
6985
6986         * scm/translation-functions.scm (format-bass-figure): make double
6987         sharp larger. 
6988
6989         * lily/mark-engraver.cc: read rehearsalMarkAlignSymbol to
6990         determine X-parent.
6991
6992         * lily/system-start-delimiter-engraver.cc: move from
6993         Nested_system_start_delimiter_engraver, rename
6994         Nested_system_start_delimiter_engraver ->
6995         System_start_delimiter_engraver.
6996
6997         * lily/nested-system-start-delimiter-engraver.cc (from_list): read
6998         bracket type from hierarchy.
6999
7000 2005-11-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7001
7002         * lily/rest.cc (y_offset_callback): read staff-position.
7003
7004         * scm/define-grob-properties.scm (all-user-grob-properties): don't
7005         mark after-line-breaking-callback as internal.
7006
7007         * lily/self-aligment-interface.cc: remove self-[XY]-offset.
7008
7009 2005-11-25  Werner Lemberg  <wl@gnu.org>
7010
7011         * mf/feta-banier.mf ("d3"): Make `flare' equal to `staff_space'.
7012
7013 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7014
7015         * stepmake/bin/add-html-footer.py (do_file): add google
7016
7017         * lily/staff-symbol-engraver.cc (process_music): bugfix: stop
7018         staff if first_start_ is true.
7019
7020 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7021
7022         * scripts/midi2ly.py (split_track): add __repr__ members.
7023         (track_first_item): only return Item if not None. This fixes a
7024         problem when dumping a track that starts with an empty channel.
7025
7026         * python/midi.c: doc module.
7027
7028 2005-11-22  Mats Bengtsson  <mabe@s3.kth.se>
7029
7030         * Documentation/user/global.itely (Creating MIDI files): Fix
7031         compilation problem.
7032
7033 2005-11-22  Graham Percival  <gpermus@gmail.com>
7034
7035         * Documentation/user/basic-notation.itely: clarify dynamic
7036         padding text.
7037
7038         * Documentation/user/advanced-notation.itely: add unicode
7039         escape control example, whatever that is.  :)
7040
7041         * Documentation/user/global.itely: added "removing dynamics
7042         from MIDI" code.
7043
7044 2005-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7045
7046         * VERSION (PATCH_LEVEL): release 2.7.18
7047
7048         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): replace
7049         System_start_delimiter_engraver by
7050         Nested_system_start_delimiter_engraver.
7051
7052         * lily/nested-system-start-delimiter-engraver.cc (struct
7053         Bracket_nesting_node): new class.
7054         (struct Bracket_nesting_group): new class
7055         (struct Bracket_nesting_staff): new class.
7056         (process_music): create hierarchy of grobs. This allows separate
7057         tuning of different SSDs. 
7058
7059         * scm/define-grobs.scm (all-grob-descriptions): new Grob SystemStartSquare
7060         (all-grob-descriptions): remove old NestedSystemStartDelimiter.
7061
7062 2005-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7063
7064         * lily/side-position-interface.cc (aligned_side): multiply
7065         staff_radius by 2.
7066
7067         * lily/script-engraver.cc (make_script_from_event): allow setting
7068         values to '()
7069
7070 2005-11-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7071
7072         * lily/system-start-delimiter.cc (line_bracket): don't shorten height.
7073
7074         * scm/define-grobs.scm (all-grob-descriptions): new grob
7075         NestedSystemStartDelimiter.
7076
7077         * input/regression/system-start-heavy-bar.ly: new file.
7078
7079         * lily/nested-system-start-delimiter-engraver.cc: new file.
7080
7081         * lily/nested-system-start-delimiter.cc: new file.
7082
7083         * input/regression/system-start-nesting.ly: new file.
7084
7085         * scm/define-grobs.scm (all-grob-descriptions): use X side
7086         positioning for positioning braces for nested contexts.
7087
7088         * lily/system-start-delimiter.cc (print): don't divide extent by
7089         staff_space.
7090         (print): use style iso. glyph.
7091         (staff_bracket): translate glyph inside routine already.
7092
7093 2005-11-18  Michael Welsh Duggan <md5i@cs.cmu.edu>
7094
7095         * lily/vaticana-ligature-engraver.cc: fixed 2 typos in glyph
7096         names.
7097
7098 2005-11-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7099
7100         * scm/define-context-properties.scm
7101         (all-user-translation-properties): rename figuredBassFormatter
7102         from newFiguredBassFormatter.
7103
7104         * scm/define-grobs.scm (all-grob-descriptions): move from NewBassFigure
7105
7106         * lily/figured-bass-engraver.cc: move from new-figured-bass-engraver.cc
7107
7108         * lily/stem.cc (calc_stem_info): trigger beaming calculation.
7109
7110         * lily/beam.cc (calc_beaming): new function.
7111         (calc_shorten): new function.
7112
7113         * THANKS: add Edward Neeman.
7114
7115         * input/regression/accidental-clef-change.ly: new file.
7116
7117         * lily/note-collision.cc (check_meshing_chords): don't merge fa heads.
7118
7119         * scm/define-grobs.scm (all-grob-descriptions): add Y-offset property.
7120
7121         * lily/clef-engraver.cc (inspect_clef_properties): reset
7122         localKeySignature for clef changes.
7123
7124 2005-11-17  Mats Bengtsson  <mabe@s3.kth.se>
7125
7126         * python/midi.c: PyMIDINIT_FUNC isn't defined in Python < 2.3 
7127         add dummy definition that works in Linux and add information in
7128         INSTALL.texi on the specific Python requirements for Cygwin/Mingw.
7129
7130         * Documentation/user/changing-defaults.itely (Modifying context
7131         plug-ins): Add index for \with.
7132
7133         * Documentation/user/music-glossary.tely (dal segno): Updated
7134         example to version >=2.6.
7135
7136 2005-11-16  Mats Bengtsson  <mabe@s3.kth.se>
7137
7138         * Documentation/user/instrument-notation.itely (Printing chord
7139         names): Reorder \chordmode and \repeat in one example.
7140
7141 2005-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7142
7143         * VERSION: release 2.7.17
7144         
7145         * Documentation/topdocs/NEWS.tely (Top): add note about
7146         refactoring.
7147
7148         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
7149         new function. Search region of 3 positions for best tie.
7150         (score_configuration): new function.
7151         (score_aptitude): new function.
7152         (generate_configuration): new function.
7153         (get_configuration): new function.
7154         (Tie_formatting_problem): new function
7155
7156         * input/regression/page-top-space.ly: a6 for page-top-space demo. 
7157
7158         * stepmake/aclocal.m4: use $(if ) for config-FOOF.make
7159
7160         * THANKS: add Eduardo Vieira & Ralph Little
7161
7162         * mf/feta-bolletjes.mf (solfa_quarter_width): make solfa heads
7163         narrower.
7164
7165         * lily/include/tie-formatting-problem.hh (class
7166         Tie_formatting_problem): add Tie_details to
7167         Tie_formatting_problem. Update calling conventions.
7168
7169         * stepmake/aclocal.m4: oops. Include $CONFIGFILE.make, not
7170         config.make.
7171
7172         * Documentation/user/lilypond.tely: remove musedata2ly entry.
7173
7174 2005-11-16  Jürgen Reuter  <reuter@ipd.uka.de>
7175
7176         * lily/ligature-engraver.cc, lily/include/ligature-engraver.hh,
7177         scm/define-context-properties.scm: Maintenance bugfix: make
7178         ligature brackets work again by removing obsolete ligature
7179         primitive callback push/pop.
7180
7181         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: do
7182         not call Tuplet_bracket::calc_direction.  Removed obsolete gap
7183         value.
7184
7185 2005-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
7186
7187         * stepmake/aclocal.m4 (depth): Explain why absolute directory is
7188         used and do not call it a path.
7189         (FLEXLEXER_FILE): Rename from FLEXLEXER_PATH and add file name.
7190
7191 2005-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7192
7193         * lily/include/tie-formatting-problem.hh (class
7194         Tie_formatting_problem): new file.
7195
7196         * lily/tie-formatting-problem.cc (common_x_refpoint): new file.
7197
7198         * Documentation/misc/ChangeLog-2.3:  new file.
7199
7200         * lily/audio-staff.cc (output): degarianize.
7201
7202 2005-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
7203
7204         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.pyc):
7205         Unset PYTHONOPTIMIZE.  Fixes install if set.
7206
7207 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7208
7209         * python/convertrules.py (conv): add warning about drums. 
7210
7211         * make/stepmake.make: include toplevel-version.make after config.make.
7212
7213         * stepmake/aclocal.m4 (depth): make sure $srcdir is absolute.
7214         also allow python2.4
7215
7216         * config.make.in (configure-srcdir): remove GXX GCC vars.
7217
7218         * stepmake/aclocal.m4: don't do non-srcdir build with
7219         symlinks. Use inclusion, so the src directory name can be changed.
7220
7221 2005-11-13  Jan Nieuwenhuizen  <janneke@gnu.org>
7222
7223         * make/mutopia-vars.make:
7224         * make/ly-vars.make: Use src-wildcard iso wildcard for source
7225         files.
7226
7227 2005-11-13  Werner Lemberg  <wl@gnu.org>
7228
7229         * mf/feta-arrow.mf: For all glyphs, don't mirror `currentpicture'
7230         but the affected path.  This ensures that the (overlapping) outlines
7231         have the same direction, which is a necessary prerequisite for
7232         FontForge's algorithm to remove overlaps.
7233         Formatting.
7234
7235         * mf/feta-haak.mf: Formatting.
7236         (draw_bracket): Slightly modify outline to avoid an unnecessary
7237         corner.
7238         Don't use ad-hoc values for `leave_angle' and `tip_angle' but derive
7239         them from the affected paths.
7240
7241 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7242
7243         * mf/README: remove xpm / accordion notes.
7244
7245         * lily/tie-column-format.cc (set_chord_outline): add dots into
7246         skyline extents. This fixes tie formatting if the left head has dots.
7247
7248         * lily/tie.cc (get_configuration): only shift tie by a whole staff
7249         space inside the staff.
7250         (get_configuration): shift another position if necessary in case
7251         of left head tie  
7252
7253 2005-11-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7254
7255         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): use
7256         buildscript-dir iso. $(depth)/buildscripts.
7257
7258         * tex/GNUmakefile (local-uninstall): remove
7259         music-drawing-routines.ps juggling.
7260
7261         * stepmake/stepmake/install-targets.make (local-install-files):
7262         prepend src-dir to install targets.
7263
7264         * lily/system-start-delimiter-engraver.cc
7265         (acknowledge_system_start_delimiter): use
7266         add_offset_callback(). This fixes translation of nested
7267         staffgroups.
7268
7269         * lily/grob-closure.cc (add_offset_callback): only encaps in
7270         simple_closure if it's a procedure.
7271         
7272         * lily/span-bar.cc (calc_glyph_name): read glyph-name, not glyph
7273         from bar-line.
7274
7275         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
7276         remove-empty where pertinent.
7277
7278 2005-11-12  Graham Percival  <gpermus@gmail.com>
7279
7280         * Documentation/user/instrument-notation.itely: added
7281         Cameron Horsburgh's multiple stanzas docs.  Thanks!
7282
7283 2005-11-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7284
7285         * lily/GNUmakefile
7286         ($(top-build-dir)/Documentation/pictures/$(outbase)/lilypond.ico):
7287         make picture in builddir, not srcdir.
7288
7289 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7290
7291         * VERSION: release 2.7.16
7292         
7293         * scripts/lilypond-book.py (main): use commands.mkarg () to quote
7294         shell arguments. 
7295
7296 2005-11-10  Mats Bengtsson  <mabe@s3.kth.se>
7297
7298         * Documentation/user/examples.itely (Piano templates): Minor
7299         modification to the Piano centered lyrics example.
7300
7301 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7302
7303         * scripts/lilypond-invoke-editor.scm (run-browser): look at
7304         $BROWSER.
7305
7306         * Documentation/user/point-and-click.itely: simplify p&c
7307         instruction: don't configure firefox. Put lilypond-invoke-editor
7308         in front of the browser.
7309
7310         * scripts/lilypond-invoke-editor.scm (run-editor): new function.
7311         (run-browser): new function.
7312
7313         * lily/parser.yy (Lily_lexer): recognize Book
7314
7315         * lily/book.cc (clone): new function
7316
7317         * lily/parser.yy (book_body): allow BOOK_IDENTIFIER.
7318
7319 2005-11-10  Jürgen Reuter  <reuter@ipd.uka.de>
7320
7321         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc:
7322         Maintenance bugfix: reduce number of font related warnings by
7323         updating naming conventions for glyph-name.
7324
7325 2005-11-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7326
7327         * scm/define-grobs.scm (all-grob-descriptions): add
7328         rhythmic-grob-interface to TabNoteHead.
7329
7330         * scm/layout-beam.scm (check-quant-callbacks): remove
7331         set_stem_lengths()
7332
7333 2005-11-08  Jürgen Reuter  <reuter@ipd.uka.de>
7334
7335         * ly/gregorian-init.ly (divisiones): Maintenance bugfix: vertical
7336         alignment of centered divisiones.
7337
7338         * scm/scripts.scm (articulations): Maintenance bugfix:
7339         follow-into-staff -> quantize-position.
7340
7341         * lily/vaticana-ligature-engraver.cc (transform_heads): Bugfix:
7342         plica head in porrectus deminutus.
7343
7344 2005-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7345
7346         * make/lilypond.fedora.spec.in (Group): add %clean section.
7347
7348         * lily/tuplet-bracket.cc (print): change check: remove bracket if
7349         less then 1/5th of total length.  
7350         (print): use gap too.  Fixes tupletUp-single-bracket.ly
7351
7352         * scm/music-functions.scm (glue-mm-rest-texts): also put other
7353         events into EventChord. This fixes textspanners on mm rests. Fixes
7354         spanner-rest.ly
7355
7356         * lily/side-position-interface.cc (get_axis): read side-axis
7357         (set_axis): set side-axis.
7358
7359         * scm/define-grobs.scm (all-grob-descriptions): add side-axis
7360         properties everywhere.
7361
7362         * lily/spacing-spanner.cc (breakable_column_spacing): add
7363         average-spacing-wishes. Take maximum if not set.
7364         (musical_column_spacing): idem. Fixes: spacing-keysig-note.ly
7365
7366         * scm/define-grobs.scm (all-grob-descriptions): add
7367         average-spacing-wishes.
7368
7369         * lily/grob-closure.cc (add_offset_callback): bugfix: properly add
7370         offset callbacks. This fixes alignment for Fingering objects.
7371
7372         * scm/define-grobs.scm (all-grob-descriptions): tiny bit less
7373         space for key - timesig combination. 
7374
7375         * input/regression/script-stem-tremolo.ly (Module): new file.
7376
7377         * scm/define-grobs.scm (all-grob-descriptions): decrease distance
7378         to key sig.
7379
7380         * lily/dynamic-engraver.cc (acknowledge_stem_tremolo): new function.
7381         Fixes: c-tremolo-script.ly.
7382         
7383         * lily/text-engraver.cc (acknowledge_stem_tremolo): new function.
7384
7385         * lily/script-engraver.cc (acknowledge_stem_tremolo): new function.
7386         
7387         * scm/define-grobs.scm (all-grob-descriptions): remove
7388         self-X-offset. Fixes alignment of octavate-8.
7389
7390         * scripts/lilypond-book.py (datadir): look in
7391         LILYPONDPREFIX/share/lilypond/current/
7392
7393         * GNUmakefile.in: symlink current to <VERSION>. 
7394
7395 2005-11-07  Pedro Kroger  <kroeger@pedrokroeger.net>
7396
7397         * lily/main.cc: eps listed as a backend.
7398
7399 2005-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7400
7401         * scm/lily-library.scm (print-music-as-book): quote $defaultpaper.
7402
7403 2005-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7404
7405         * lily/include/score.hh (class Score): remove texts_ member.
7406
7407         * lily/beam.cc (set_stem_lengths): force direction callback.
7408         (print): read quantized-positions, so we can force
7409         Beam::set_stem_lengths to occur.
7410         (rest_collision_callback): use common X parent. 
7411
7412 2005-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
7413
7414         * flower/file-path.cc (find): Bugfix: Return name of file found.
7415
7416         * lily/main.cc (setup_paths): Bugfix for argv0 logic.
7417         (setup_paths)[__CYGWIN__ || __MINGW32__]: Normalize argv0.
7418         (setup_paths)[__MINGW32__]: Also look for argv0 + .exe.
7419
7420 2005-11-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7421
7422         * flower/offset.cc: idem.
7423
7424         * mf/*.mf: update email address.
7425
7426         * lily/font-config-scheme.cc:  new file.
7427
7428         * GNUmakefile.in (SUBDIRS): remove debian/ directory.
7429
7430         * lily/*:  cs.uu.nl -> xs4all.nl
7431
7432         * VERSION (PATCH_LEVEL): release 2.7.15
7433
7434         * make/lilypond.mandrake.spec.in (Module): remove Mandrake & Suse
7435         spec files.
7436
7437         * make/lilypond.fedora.spec.in: add %{libdir}/lilypond/
7438
7439 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7440
7441         * GNUmakefile.in: bugfix: encapsulate mkdir && cd in parens.   
7442
7443         * lily/staff-performer.cc (process_music): add audio
7444         elements. This makes MIDI instrument changes work once again.
7445
7446         * lily/main.cc (LY_DEFINE): add gmane address.
7447
7448         * lily/beam.cc: remove calc_positions()
7449
7450         * lily/include/grob.hh (class Grob): move pscore, dim_cache_,
7451         original_ in private scope.
7452         (class Grob): drop pscore_ pointer, change to output_def pointer.
7453         (class Grob): cleanup class definition.
7454
7455         * ly/spanners-init.ly (assertBeamQuant): use make-simple-closure.
7456
7457 2005-11-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7458
7459         * lily/main.cc (setup_paths)[__MINGW32__]: Do not assume argv0 is
7460         absolute.  Better diagnostics.
7461
7462         * GNUmakefile.in: Add bin/ to tree and populate with some links.
7463         This makes lilypond run from the build directory using argv0
7464         relocation (without any --prefix or LILYPONDPREFIX setting).
7465
7466 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7467
7468         * Documentation/topdocs/NEWS.tely (Top): document new backend design.
7469
7470         * scm/define-grobs.scm: purge self-[XY]-offset variables, replace
7471         with simple-closure.
7472
7473         * lily/self-aligment-interface.cc (set_align_self): new function
7474         (set_center_parent): new function.
7475
7476         * lily/side-position-interface.cc (set_axis): new function.
7477
7478         * lily/new-fingering-engraver.cc (position_scripts): use drul for
7479         generic code. 
7480
7481         * scm/define-grob-properties.scm (all-user-grob-properties):
7482         remove [XY]-offset-callbacks add [YX]-offset
7483         
7484 2005-11-02  Mats Bengtsson  <mabe@s3.kth.se>
7485
7486         * scm/define-grobs.scm (all-grob-descriptions): Added space-alist
7487         entry for time signatures after breathing signs. Bug report by
7488         Scott Russell.
7489
7490 2005-11-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7491
7492         * lily/main.cc (setup_paths)[!__MINGW32__]: Bugfix: if argv0 is
7493         not absolute, make it absolute using PATH.
7494
7495 2005-10-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7496
7497         * python/midi.c (initmidi): Fix type for mingw.
7498
7499 2005-10-27  Jan Nieuwenhuizen  <janneke@gnu.org>
7500
7501         * stepmake/stepmake/compile-vars.make (SHARED_FLAGS): Support mingw.
7502
7503         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Detect mingw
7504         cross compiling.
7505
7506         * stepmake/aclocal.m4: Support python cross compiling.
7507
7508         * stepmake/stepmake/python-module-vars.make (SHARED_MODULE_SUFFIX):
7509         Add mingw section.
7510
7511 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7512
7513         * scm/output-lib.scm (chain-grob-member-functions): replace
7514         chained-callback.cc
7515
7516         * lily/chained-callback.cc (Module): remove file.
7517
7518         * lily/rest-collision.cc (force_shift_callback_rest): change to
7519         chained callback.
7520
7521         * lily/rest.cc (y_offset_callback): merge function of 3 callbacks. 
7522
7523         * lily/grob.cc (y_parent_positioning): remove axis argument from
7524         parent_positioning callbacks.
7525         (Grob): junk init code
7526         (get_offset): use generic property callbacks for
7527         X-offset, Y-offset. Remove Grob::{add,has}_offset_callback.
7528         (axis_parent_positioning): new function
7529         (axis_offset_symbol): new function
7530         (chain_offset_callback): new function
7531         (add_offset_callback): new function
7532
7533         * lily/beam.cc (rest_collision_callback): change signature; this
7534         is now a chained callback.
7535
7536         * lily/include/dimension-cache.hh (class Dimension_cache): remove
7537         callback administration.
7538
7539         * lily/simple-closure.cc: new file. Smob type that allows "grob
7540         member functions",
7541
7542             (ly:make-simple-closure FUNC A B)
7543
7544         is evaluated as (FUNC grob A B). This allows chaining of callbacks
7545         in various ways.
7546
7547         * lily/slur-engraver.cc (acknowledge_extra_object): use chained
7548         callbacks.
7549
7550         * lily/slur.cc (outside_slur_callback): take 2 arguments.
7551
7552         * lily/rest.cc (polyphonic_offset_callback): remove.
7553
7554         * lily/script-engraver.cc (try_music): remove bool* argument.
7555
7556         * scm/script.scm (default-script-alist): set quantize-position
7557         appropriately.
7558
7559         * lily/script-engraver.cc: remove follow_into_staff_ special coding. 
7560
7561         * lily/side-position-interface.cc (aligned_side): move staff
7562         position quantization from
7563         Side_position_interface::quantised_position().
7564         (quantised_position): remove
7565         
7566 2005-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7567
7568         * input/regression/beam-quant-standard.ly: reindent, set
7569         debug-beam-quanting to #t.
7570
7571         * lily/beam-concave.cc (calc_concaveness): set concaveness to
7572         10000 if this is a "hard" concave beam.
7573
7574         * lily/beam.cc (calc_least_squares_positions): change from
7575         calc_least_squares_dy
7576         (set_stem_lengths): this is now a chained callback.
7577
7578         * lily/context-property.cc (execute_general_pushpop_property):
7579         bugfix override with procedure should have effect.
7580
7581         * scm/define-grob-properties.scm (all-internal-grob-properties):
7582         remove position-callbacks.
7583
7584         * scm/define-grobs.scm (all-grob-descriptions): use
7585         ly:make-callback-chain for positions property.
7586
7587         * scm/layout-beam.scm (check-quant-callbacks): return list of
7588         chained callbacks.
7589
7590         * scm/lily.scm (type-p-name-alist): add callback-chain
7591
7592         * lily/lily-guile.cc (type_check_assignment): type check failure
7593         is warning not message.
7594
7595         * lily/grob-property.cc (try_callback): walk callback chain if
7596         appropriate.
7597
7598         * lily/chained-callback.cc: new file. new smob type.
7599
7600         * lily/lily-guile.cc (procedure_arity): new function.
7601
7602 2005-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7603
7604         * Documentation/topdocs/INSTALL.texi (Top): add perl flex bison.
7605
7606 2005-10-25  John Mandereau  <john.mandereau@free.fr>
7607  
7608         * Documentation/user/instrument-notation.itely (Figured bass):
7609         describe new features
7610
7611 2005-10-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7612
7613         * lily/beam.cc (calc_least_squares_dy): use property callback.
7614
7615         * lily/beam-concave.cc (calc_concaveness): use property callback.
7616
7617         * ly/paper-defaults.ly: move fixed dimensions from paper.scm 
7618
7619 2005-10-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7620
7621         * HACKING: Update.
7622
7623 2005-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7624
7625         * scm/layout-page-layout.scm (page-headfoot): annotate
7626         pagetopspace too.
7627
7628         * scm/stencil.scm (dimension-arrows): shorten arrowed lines a bit. 
7629
7630         * scm/layout-page-layout.scm (annotate-y-interval): y-annotation
7631         doesn't take y-space.
7632
7633         * scm/paper.scm (paper-alist): fix A7 dimensions. 
7634
7635 2005-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7636
7637         * stepmake/stepmake/generic-vars.make (DIST_FILES): Fix
7638         src-wildcard, remove $(wildcard).
7639
7640         * po/GNUmakefile (PO_FILES): 
7641         * ps/GNUmakefile (PS_FILES): 
7642         * tex/GNUmakefile (TEX_FILES): 
7643         * cygwin/GNUmakefile (POSTINSTALLS):
7644         * vim/GNUmakefile (EXTRA_DIST_FILES): Bugfix: [etags sr?] missed
7645         some wildcard calls.
7646
7647 2005-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7648
7649         * THANKS: add Thomas Bushnell.
7650
7651 2005-10-23  Jan Nieuwenhuizen  <janneke@gnu.org>
7652
7653         * scm/lily.scm: Remove horrendous running-from-gui? kludge.
7654         (lilypond-main): Redirect to gui-main if 'gui is set.
7655
7656         * scripts/midi2ly.py (datadir): Add libdir iso datadir to path,
7657         for alternative installations kludging s/share/lib/g
7658         LILYPONDPREFIX. 
7659
7660         * SConstruct (libdir_package_version): Define.
7661
7662         * python/SConscript: 
7663         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install binary .so
7664         module in libdir.  
7665
7666 2005-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7667
7668         * lily/main.cc: clarify --safe.
7669
7670 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7671
7672         * VERSION: release 2.7.14
7673         
7674         * Documentation/user/*.itely: remove minimumVerticalExtent.
7675
7676         * scm/define-grobs.scm (all-grob-descriptions): remove
7677         RemoveEmptyVerticalGroup
7678
7679         * lily/hara-kiri-engraver.cc (get_spanner): create VerticalAxisGroup.
7680
7681         * lily/include/lily-guile.hh (GUILE_ELLIPSIS): define to get clean
7682         compile on MOSX
7683
7684         * python/convertrules.py (conv): add rules.
7685
7686         * lily/grob.cc: remove is_empty()
7687
7688         * lily/grob-property.cc: remove add_to_list_property().
7689
7690         * scripts/convert-ly.py (datadir): add prefix switching hack to
7691         .py too.
7692
7693         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily (cresc): remove
7694         space-function tweak.
7695
7696         * lily/grob.cc: remove X-extent-callback / Y-extent-callback.
7697
7698         * scm/define-grob-properties.scm (all-user-grob-properties):
7699         remove callback property.
7700
7701         * lily/include/grob.hh (class Grob): remove property_callbacks_
7702         member. Properties of procedure type are assumed to be callbacks.
7703
7704         * lily/ligature-engraver.cc (override_stencil_callback):
7705         rewrite. Use noteHeadLigaturePrimitive as source.
7706
7707         * scm/define-grob-properties.scm (all-internal-grob-properties):
7708         remove ligature-primitive-callback
7709
7710         * lily/include/dimension-cache.hh (class Dimension_cache): make
7711         class, with Grob as friend.
7712
7713         * lily/grob.cc: remove set_extent_callback(), set_extent() and
7714         has_extent_callback()
7715
7716         * scm/translation-functions.scm (format-new-bass-figure): read
7717         figuredBassPlusDirection
7718
7719         * scm/define-context-properties.scm
7720         (all-user-translation-properties): add figuredBassPlusDirection.
7721
7722         * lily/staff-spacing.cc (next_notes_correction): oops. Init wishes.
7723
7724         * lily/align-interface.cc (set_ordered): new function.
7725
7726         * lily/grob.cc (flush_extent_cache): rewrite.
7727
7728         * lily/dimension-cache.cc (Dimension_cache): cache extent as
7729         Interval pointer directly.
7730
7731         * lily/main.cc (setup_paths): insert extra / .
7732         (setup_paths): junk cff entry.
7733
7734         * lily/font-config.cc (init_fontconfig): only add type1 / otf
7735         directories.
7736
7737         * lily/axis-group-engraver.cc (finalize): remove
7738         extraVerticalExtent, minimumVerticalExtent verticalExtent.
7739
7740         * lily/grob.cc (Grob): don't set extent from ctor.
7741         (extent): use property callbacks. 
7742
7743         * lily/axis-group-interface.cc: remove set_axes() function.
7744
7745         * lily/grob-property.cc (del_property): new function.
7746
7747 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7748
7749         * lily/font-config.cc (init_fontconfig): resurrect mf/out/ check.
7750         
7751 2005-10-20  Jan Nieuwenhuizen  <janneke@gnu.org>
7752
7753         * stepmake/stepmake/script-vars.make (PYTHON_SCRIPTS_IN): Oops.  Add.
7754
7755 2005-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7756
7757         * mf/SConscript: Updates.
7758
7759         * lily/GNUmakefile (OUT_DIST_FILES): Bugfix.
7760
7761         * stepmake/stepmake/*:
7762         * */GNUmakefile:
7763         * config.make.in:
7764         * GNUmakefile.in:
7765         * stepmake/aclocal.m4: Friendlier --srcdir build, allowing `make'
7766         from any directory in build-dir.  Cleanups.
7767
7768         * make/srcdir.make.in: Remove.
7769
7770         * lily/main.cc (setup_paths): Fix and document build-dir hack.
7771
7772         * SConstruct (CheckYYCurrentBuffer): Use TryCompile (there is no
7773         main).
7774
7775         * lily/SConscript: Remove ttftools.
7776
7777         * SConstruct: Resurrect.
7778
7779 2005-10-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7780
7781         * lily/tuplet-bracket.cc (print): use dy iso. positions[RIGHT] for
7782         Y coordinate. 
7783
7784         * lily/paper-book.cc (add_score_title): put Paper_score title into
7785         systems_ list.
7786
7787         * scm/translation-functions.scm (format-new-bass-figure): also
7788         allow plus in combination with _
7789
7790 2005-10-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7791
7792         * VERSION: 2.7.13 released.
7793
7794         * lily/note-collision.cc (check_meshing_chords): don't wipe
7795         stencil, merely set transparent.
7796
7797         * Documentation/topdocs/NEWS.tely (Top): mention John Mandereau. 
7798         (Top): document #'callbacks.
7799         (Top): document nested \override.
7800
7801         * input/regression/figured-bass.ly: update for slash and pluses.
7802
7803         * input/regression/figured-bass-continuation-forbid.ly (Module):
7804         new file.
7805
7806         * scm/translation-functions.scm (format-new-bass-figure): use
7807         slashed-digit if diminished is set.
7808         (format-new-bass-figure): add + if 'augmented is set.
7809
7810         * scm/define-markup-commands.scm (slashed-digit): new command slashed-digit.
7811
7812         * input/test/piano-staff-distance.ly: remove file.
7813
7814         * Documentation/user/advanced-notation.itely (Formatting cue
7815         notes): use length-fraction for making stems/beams smaller.
7816
7817         * lily/parser.yy (bass_figure): accept \+ \! and / as figured bass
7818         modifications.
7819
7820         * lily/new-figured-bass-engraver.cc: new property
7821         centerFiguredBassContinuations
7822
7823         * Documentation/user/changing-defaults.itely (Difficult tweaks):
7824         use callbacks.
7825
7826         * lily/context-property.cc (execute_general_pushpop_property):
7827         robustness checks.
7828
7829         * input/regression/override-nest.ly: new file.
7830
7831         * python/convertrules.py (FatalConversionError.subber): conversion
7832         rule for #'callbacks
7833
7834         * input/regression/override-nest.ly: new function.
7835
7836         * lily/parser.yy (music_property_def): allow \override #'a #'b =
7837         #c too. 
7838
7839         * lily/context-property.cc (lookup_nested_property): new function.
7840         (evict_from_alist): new function.
7841         (general_pushpop_property): new function.
7842         (execute_general_pushpop_property): rewrite. Support nested
7843         properties too.
7844
7845 2005-10-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7846
7847         * lily/beam.cc: use length-fraction too.
7848
7849         * scm/define-grob-properties.scm (all-user-grob-properties):
7850         remove property flag-width-function
7851         (all-user-grob-properties): remove space-function.
7852
7853         * scm/layout-beam.scm: remove flag-width-function.
7854
7855         * lily/beam.cc: remove flag-width-function
7856
7857         * scm/layout-beam.scm: remove beam dir functions.
7858
7859         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): use length-fraction.
7860
7861         * lily/stem.cc (calc_length): multiply with length_fraction. Makes
7862         for easier grace tweaks.
7863
7864         * lily/beam.cc: remove dir-function.
7865
7866         * lily/system.cc (pre_processing): use callback to trigger spacing procedures.
7867
7868         * lily/grob.cc: remove spacing-procedure.
7869
7870         * lily/note-head.cc (calc_stem_attachment): new function.
7871         (internal_print): use callback to get glyph-name.
7872
7873         * lily/grob-property.cc (get_interfaces): new function.
7874
7875         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-interfaces
7876
7877         * lily/stem.cc (calc_stem_end_position): new function.
7878         (calc_length): new function.
7879         document details for stem.
7880         remove Stem::get_direction()
7881
7882         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-set-callback! 
7883
7884         * lily/grob-property.cc (set_callback): new function.
7885
7886         * lily/script-engraver.cc (make_script_from_event): don't trigger callback.
7887
7888         * lily/item-scheme.cc: new file.
7889
7890         * lily/bar-line.cc (before_line_breaking): remove function.
7891         remove bar-size-procedure, break-glyph-function
7892
7893         * lily/clef-engraver.cc (set_glyph): use glyph iso. glyph-name
7894
7895         * lily/clef.cc (before_line_breaking): change to calc_glyph_name.
7896
7897         * lily/system-start-delimiter.cc (print): suicide from
7898         here. Remove after_line_breaking_callback.
7899
7900         * lily/script-interface.cc (calc_direction): use callback for direction.
7901
7902         * lily/side-position-interface.cc (aligned_side): don't use
7903         Side_position_interface::get_direction directly. Use callback. 
7904
7905         * lily/grob.cc (get_stencil): simplify: use callback mechanism to
7906         calculate stencil.
7907         (get_print_stencil): rename from get_stencil: create stencil with
7908         transparency, color and cause. 
7909
7910         * scm/define-grobs.scm: change print-function to stencil callback everywhere.
7911
7912         * python/convertrules.py (conv): insert temporary warning rule.
7913
7914         * lily/multi-measure-rest.cc (set_text_rods): use stencil directly.
7915
7916         * lily/grob-property.cc (try_callback): remove marker if applicable.
7917
7918         * lily/grob.cc: elucidate doc about after/before-line-breaking
7919
7920         * lily/slur-scoring.cc (enumerate_attachments): robustness fix.
7921
7922         * lily/stem.cc (height): idem.
7923
7924         * lily/stem-tremolo.cc: idem.
7925
7926         * lily/slur.cc (height): don't use get_uncached_stencil()
7927
7928         * lily/rest.cc (y_offset_callback): use offset callback
7929         iso. after-line-breaking callback.
7930
7931         * lily/grob.cc: change after/before-line-breaking-callback to
7932         after/before-line-breaking dummy properties.
7933
7934         * lily/include/grob.hh: remove Grob_status.
7935
7936         * scm/define-context-properties.scm
7937         (all-user-translation-properties): remove verticalAlignmentChildCallback
7938
7939         * lily/tuplet-bracket.cc: use positions property iso. left,right-position.
7940         (calc_direction): use callback
7941         (calc_positions): use callback.
7942
7943         * lily/tie.cc (calc_direction): use callback. Only call parent
7944         positioning for more than one tie.
7945
7946         * lily/tie-column.cc (calc_positioning_done): use callback
7947
7948         * lily/slur-scoring.cc (calc_control_points): use callback
7949
7950         * lily/slur.cc (calc_direction): use callback.
7951
7952         * lily/note-collision.cc (force_shift_callback): remove.
7953
7954         * lily/dot-column.cc (force_shift_callback): remove. Use
7955         other_axis_parent_positioning.
7956
7957         * lily/grob.cc (other_axis_parent_positioning): new function.
7958         (same_axis_parent_positioning): new function
7959
7960         * lily/align-interface.cc (alignment_callback): remove function.
7961
7962         * lily/note-collision.cc (calc_positioning_done): use callback.
7963
7964         * lily/laissez-vibrer-tie.cc (calc_control_points): use callback.
7965         (calc_direction): idem.
7966         remove print function.
7967
7968         * lily/laissez-vibrer-tie-column.cc (calc_positioning_done): use callback.
7969
7970         * lily/dot-column.cc (calc_positioning_done): use callback.
7971
7972         * lily/break-align-interface.cc (calc_positioning_done): use callback.
7973
7974         * lily/beam.cc (calc_direction): use pseudo-property for beam
7975         direction callback.
7976         (calc_positions): use callback 
7977
7978         * lily/align-interface.cc (calc_positioning_done): use
7979         callback. Fold fixed  distance and normal alignment in one function.
7980
7981         * lily/stem.cc (calc_stem_end_position): use callback.
7982         (calc_positioning_done): idem.
7983         (calc_direction): idem.
7984         (calc_stem_end_position): idem
7985         (calc_stem_info): idem.
7986
7987         * lily/grob-property.cc (get_property_data): new function: 
7988         (try_callback): new function.
7989
7990         * scm/define-grob-properties.scm (all-user-grob-properties): doc
7991         callbacks property.
7992
7993         * lily/break-align-interface.cc: remove Break_align_interface::alignment_callback.
7994
7995 2005-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7996
7997         * lily/tie.cc (get_position): robustness fix. Don't crash if a
7998         tie
7999         has no heads.
8000         
8001         * lily/include/*.hh (Module): compile fixes.
8002
8003 2005-10-14  Heikki Junes <hjunes@cc.hut.fi>
8004
8005         * elisp/lilypond-font-lock.el, elisp/lilypond-indent.el: Avoid nil 
8006         as an argument for char-syntax: use (char-syntax (or nil 0)) 
8007         instead of (char-syntax nil), thanks to Milan Zamazal.
8008
8009 2005-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8010
8011         * make/lilypond.fedora.spec.in (Group): add lilypond-internals to
8012         dist.
8013
8014         * lily/tuplet-bracket.cc: check columns of bounds, not bounds
8015         themselves.
8016
8017 2005-10-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8018
8019         * flower/include/virtual-methods.hh (VIRTUAL_COPY_CONSTRUCTOR):
8020         add class_name() method.
8021
8022         * lily/music-scheme.cc: remove ly:music-name.
8023
8024 2005-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8025
8026         * cygwin/postinstall-lilypond.sh: Remove cruft.
8027
8028         * cygwin/postremove-lilypond.sh: Remove.
8029
8030         * cygwin/GNUmakefile (default): Remove postremove rules.
8031
8032 2005-10-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8033
8034         * ly/titling-init.ly (evenHeaderMarkup): use space in header on
8035         even header too.
8036         
8037         * scm/define-markup-commands.scm (wordwrap-string): bugfix for
8038         MacOS 9 users.
8039
8040         * lily/hara-kiri-group-spanner.cc (consider_suicide): only
8041         consider break index for broken spanner.
8042
8043         * scm/define-markup-commands.scm (wordwrap-string): remove \r
8044         characters from string before splitting.
8045
8046 2005-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8047
8048         * scm/framework-ps.scm (output-preview-framework): use
8049         is-book-title to determine whether to chop off the booktitle.
8050
8051         * lily/paper-book.cc (systems): init from book-title-properties
8052         (add_score_title): init score-title-properties.
8053
8054         * ly/paper-defaults.ly: add {score,book}-title-properties.
8055
8056         * scm/document-backend.scm (lookup-interface): error message if
8057         using unknown interface.
8058
8059         * lily/volta-bracket.cc (after_line_breaking): new function. Set
8060         edge-height.
8061
8062         * lily/horizontal-bracket.cc (make_enclosing_bracket): rename from
8063         make_bracket.
8064         (make_bracket): new function.
8065
8066         * scm/lily.scm (define-scheme-options): add paper-size option.
8067
8068         * ly/declarations-init.ly (laissezVibrer): get paper size from
8069         -dpaper-size
8070
8071         * scm/translation-functions.scm: use \fontsize for changing the
8072         fontsize.
8073
8074         * scm/define-grobs.scm (all-grob-descriptions): set
8075         between-length-limit to 1.0
8076
8077         * lily/tie-helper.cc: add between_length_limit_ detail property.
8078
8079         * mf/feta-bolletjes.mf: typos.
8080
8081         * lily/note-head.cc (internal_print): don't shadow idx
8082         parameter. This fixes wrong attachment for do shape heads.
8083
8084 2005-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8085
8086         * scm/parser-ly-from-scheme.scm: rename from ly-from-scheme.scm
8087
8088         * scm/parser-clef.scm (supported-clefs): rename from clef.scm
8089
8090         * scm/layout-slur.scm: rename from slur.scm
8091
8092         * scm/layout-page-layout.scm: rename from page-layout.scm
8093
8094         * scm/layout-beam.scm: rename from beam.scm
8095
8096         * scm/define-grob-interfaces.scm (bass-figure-interface): add
8097         bass-figure-interface
8098
8099         * lily/new-figured-bass-engraver.cc (process_music): add
8100         implicitBassFigures property.
8101         
8102         * scm/define-markup-commands.scm (pad-x): new markup.
8103
8104         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set
8105         minimumVerticalExtent on FiguredBass context.
8106
8107         * lily/figured-bass-continuation.cc (center_on_figures): kludge in
8108         case the continuation crosses a line break.
8109
8110 2005-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
8111
8112         * flower/file-name.cc (dos_to_posix)[__CYGWIN__]: Return
8113         unconverted value if cygwin_conv_to_posix_path () fails.  Fixes
8114         absolute file name bug.  
8115
8116 2005-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8117
8118         * VERSION (PACKAGE_NAME): release 2.7.12
8119
8120         * input/regression/figured-bass-continuation-center.ly: new file.
8121
8122         * input/regression/beam-outside-beamlets.ly: new file.
8123
8124         * lily/beam.cc (set_beaming): don't clip edges.
8125         (connect_beams): don't clip edges.
8126
8127         * lily/beaming-info.cc (clip_edges): new function.
8128
8129         * lily/enclosing-bracket.cc (struct Enclosing_bracket): new file.
8130
8131         * Documentation/user/instrument-notation.itely (Figured bass):
8132         demonstrate extenders, update seealso links.
8133
8134         * scm/titling.scm (marked-up-headfoot): change tagline
8135         handling. tagline = ##f will blank the tagline as well.
8136
8137 2005-10-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8138
8139         * Documentation/topdocs/NEWS.tely: add entry for Figured bass.
8140
8141         * lily/new-figured-bass-engraver.cc (struct
8142         New_figured_bass_engraver): add new_music_found_ member.
8143
8144         * lily/lilypond-version.cc (Lilypond_version): deal with
8145         incorrectly formatted version strings. 
8146
8147         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): switch on
8148         New_figured_bass_engraver by default.
8149
8150         * lily/ttf.cc (print_trailer): only define glyph names when
8151         FT_Face has FT_FACE_FLAG_GLYPH_NAMES
8152
8153 2005-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8154
8155         * lily/horizontal-bracket.cc (make_bracket): new function.
8156
8157         * scm/define-grobs.scm (all-grob-descriptions): new grobs
8158         NewBassFigure, BassFigureBracket, BassFigureContinuation,
8159         BassFigureLine, BassFigureAlignment
8160
8161         * lily/new-figured-bass-engraver.cc (process_music): new file.
8162
8163         * lily/figured-bass-continuation.cc: new file.
8164
8165         * lily/include/horizontal-bracket.hh (struct Horizontal_bracket):
8166         new file.
8167
8168 2005-10-04  Mats Bengtsson  <mabe@s3.kth.se>
8169
8170         * scripts/lilypond-book.py: Bug fix, put the quote around the
8171         actual score for LaTeX documents.
8172
8173         * scm/define-grobs.scm (all-grob-descriptions): Change
8174         collapse-height of the SystemStartBracket grob to 5.0, 
8175         so the bracket disappears for single stave score lines (similarly
8176         to SystemStartBraces). 
8177
8178         * Documentation/user/advanced-notation.itely (Polymetric
8179         notation): Clarify the use of compressMusic.
8180
8181         * Documentation/user/basic-notation.itely (Grace notes): Clarify
8182         that the grace spacer note in other staves need the same duration
8183         and document the stroke-style property.
8184
8185 2005-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8186
8187         * Documentation/user/global.itely (Vertical spacing): document
8188         alignment-extra-space and fixed-alignment-extra-space.
8189
8190         * Documentation/topdocs/NEWS.tely (Top): add entry.
8191
8192         * input/regression/alignment-vertical-spacing.ly: new file.
8193
8194         * python/convertrules.py (conv): add rule.
8195
8196         * ly/music-functions-init.ly: rename outputProperty to overrideProperty
8197
8198         * lily/align-interface.cc (stretch_after_break): new
8199         function. Read fixed-alignment-extra-space property.
8200         (align_elements_to_extents): read alignment-extra-space property.
8201
8202         * lily/lily-guile.cc (robust_scm2dir): new function.
8203
8204         * scm/page-layout.scm (page-headfoot): annotate headsep and footsep.
8205         (annotate-space-left): new function. Annotate space left on page. 
8206         (annotate-y-interval): new function.
8207         (paper-system-annotate-last): new function. Annotate bottom-space.
8208
8209         * mf/feta-beugel.mf (y): 
8210
8211 2005-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8212
8213         * VERSION (PACKAGE_NAME):  release 2.7.11
8214
8215         * scm/lily-library.scm (interval-translate): new function
8216         (interval-center): new function. 
8217
8218         * scm/page-layout.scm (paper-system-annotate): new function. Add
8219         arrows for dimensions.
8220  
8221         * scm/stencil.scm (dimension-arrows): new function.
8222
8223         * Documentation/user/global.itely (Vertical spacing): mention annotatespacing
8224
8225         * input/regression/page-spacing.ly: add annotatespacing
8226
8227         * lily/paper-system-scheme.cc (LY_DEFINE): remove ly:paper-system-{extent,stencil}
8228         (LY_DEFINE): new function ly:paper-system-set-property!
8229
8230         * Documentation/user/global.itely (Paper size): explain how to add
8231         sizes.
8232
8233         * scm/paper.scm (paper-alist): rename tabloid paper to 11x17 to
8234         correspond to GS's definition.
8235
8236         * lily/tuplet-bracket.cc (after_line_breaking): suicide empty
8237         tuplet bracket.
8238         (print): only connect to next bracket if the next one is alive.
8239         (print): set padding to 0.0 if the bound is a breakable
8240         column. This makes tupletFullLength brackets reach up to the staff
8241         line if it doesn't connect to the next line.
8242
8243 2005-09-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8244
8245         * lily/bar-number-engraver.cc: correct docs.
8246
8247         * scm/output-lib.scm (first-bar-number-invisible): rename from
8248         default-bar-number-visibility
8249
8250 2005-09-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8251
8252         * scm/define-music-properties.scm (all-music-properties): remove
8253         predicate property.
8254
8255 2005-09-28  Heikki Junes  <hjunes@cc.hut.fi>
8256
8257         * po/fi.po: refresh.
8258
8259 2005-09-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8260
8261         * input/regression/hara-kiri-pianostaff.ly (disappear): remove
8262         superfluous s1.
8263         (disappear): bugfix.
8264
8265         * lily/stem-tremolo.cc (raw_stencil): read slope property.
8266
8267         * lily/include/paper-system.hh (class Paper_system): remove
8268         staff_extents_ member.
8269
8270         * lily/paper-system-scheme.cc (LY_DEFINE): remove.
8271
8272         * lily/include/paper-system.hh (class Paper_system): remove
8273         number_ variable. Remove is_title_. Remove break_before_penalty_
8274
8275         * lily/paper-book.cc (systems): use 'number property iso. number_
8276         member.
8277
8278         * lily/paper-system-scheme.cc: remove ly:paper-system-break-before-penalty
8279         remove ly:paper-system-number.
8280
8281         * scm/lily-library.scm (paper-system-title?): new function.
8282
8283         * lily/book.cc (process): bugfix: flip ?: cases. 
8284
8285         * Documentation/user/changing-defaults.itely (Difficult tweaks):
8286         add outputProperty.
8287
8288         * ly/music-functions-init.ly: add outputProperty music function.
8289
8290         * scm/paper.scm (set-paper-dimension-variables): add pagetopspace
8291
8292         * scm/page-layout.scm (ly:optimal-page-breaks): read next-space
8293         and next-padding.
8294         (optimal-page-breaks): rename from ly:optimal-page-breaks.
8295
8296         * lily/paper-system-scheme.cc (LY_DEFINE): new function.
8297
8298         * lily/paper-system.cc (internal_get_property): new function.
8299
8300         * Documentation/user/global.itely (Vertical spacing): refer to
8301         page-spacing.ly
8302
8303         * scm/page-layout.scm (ly:optimal-page-breaks): add support for
8304         pagetopspace
8305
8306         * input/regression/page-spacing.ly: new file.
8307
8308         * input/regression/page-top-space.ly: new file.
8309
8310         * lily/spacing-spanner.cc: cmath -> math.h
8311
8312         * lily/paper-system.cc (read_left_bound): new function. Read
8313         line-break-system-details from left bound to determine extents.
8314  
8315         * Documentation/user/programming-interface.itely (Using LilyPond
8316         syntax inside Scheme): change applyxxx -> applyXxx.
8317
8318         * ly/music-functions-init.ly: add outputProperty music function.
8319
8320         * lily/parser.yy (Generic_prefix_music_scm): add scm-scm-scm signature.
8321
8322         * lily/grob-scheme.cc (LY_DEFINE): add ! to ly:grob-suicide! name.
8323
8324         * python/convertrules.py (conv): rule
8325
8326         * ly/music-functions-init.ly: applyxxx -> applyXxx
8327
8328         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): alias
8329         TabVoice to Voice.
8330
8331 2005-09-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8332
8333         * flower/include/real.hh: include <math.h> iso. <cmath>
8334
8335         * flower/include/offset.hh: include real.hh
8336
8337 2005-09-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8338
8339         * Documentation/user/changing-defaults.itely (Difficult tweaks):
8340         fix example, now that 'interfaces is no longer directly available.
8341
8342         * lily/book.cc (process): don't crash if paper == NULL.
8343
8344         * po/fr.po: update.
8345
8346 2005-09-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8347
8348         * scm/define-music-types.scm (music-descriptions): set length and
8349         start-callback for QuoteMusic
8350
8351 2005-09-15  Mats Bengtsson  <mabe@s3.kth.se>
8352
8353         * lily/tie.cc (get_configuration): Replace fabs -> abs for integer
8354         arguments. Fixes compilation error with gcc 3.3.
8355
8356 2005-09-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8357
8358         * VERSION: release 2.7.10
8359
8360         * stepmake/stepmake/python-module-rules.make
8361         ($(outdir)/%$(SHARED_MODULE_SUFFIX)): SHARED_FLAGS at the end.  
8362
8363         * lily/*.cc: remove <cmath> everywhere. <cmath> is included from
8364         real.hh
8365
8366 2005-09-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8367
8368         * stepmake/stepmake/c++-vars.make (#EXTRA_CXXFLAGS): don't add
8369         -Werror. Otherwise GCC barfs over various optimizations.
8370
8371         * scm/define-grob-properties.scm (all-internal-grob-properties):
8372         add note-head property
8373
8374         * Documentation/user/instrument-notation.itely (Laissez vibrer
8375         ties): new node.
8376
8377         * input/regression/laissez-vibrer-ties.ly: new file.
8378
8379         * lily/laissez-vibrer-engraver.cc: new file.    
8380
8381         * lily/include/tie-column-format.hh: new file.
8382
8383         * lily/tie-column-format.cc: new file. 
8384
8385         * lily/tie-column.cc (set_manual_tie_configuration): new function.
8386
8387         * lily/laissez-vibrer-tie.cc: new file.
8388
8389         * lily/include/laissez-vibrer-tie.hh: new file.
8390
8391         * ly/engraver-init.ly: add Laissez_vibrer_engraver
8392
8393         * ly/declarations-init.ly (laissezVibrer): add \laissezVibrer
8394
8395         * scm/define-grobs.scm (all-grob-descriptions): add
8396         LaissezVibrerTie, LaissezVibrerTieColumn
8397
8398         * lily/tie-column.cc (set_tie_config_directions): new function
8399         (final_shape_adjustment): new function.
8400         (shift_small_ties): new function.
8401
8402         * scm/define-music-types.scm (music-descriptions): add LaissezVibrerEvent
8403
8404         * lily/include/tie.hh (struct Tie_details): add x_gap_
8405         (struct Tie_configuration): add head_position_
8406
8407         * lily/tie-column.cc (set_chord_outline): new function.
8408
8409         * mf/cmr.enc.in:  remove file.
8410
8411 2005-09-11  Graham Percival  <gpermus@gmail.com>
8412
8413         * Documentation/user/examples.itely: typo fix.  Thanks, Matevž
8414
8415 2005-09-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8416
8417         * mf/feta-banier.mf: make vertical stem 1/2 stemthickness wide to
8418         reduce aliasing effects.
8419
8420         * lily/tie-column.cc (set_chord_outlines): bugfix: insert complete
8421         box in skyline.
8422
8423 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8424
8425         * lily/tie.cc (get_configuration): don't crash if left_dot is NULL.
8426
8427         * flower/include/real.hh: std::fabs too.
8428
8429 2005-09-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8430
8431         * Documentation/user/lilypond.tely: Spell Baßtuba in UTF-8 (Werner). 
8432
8433         * lily, flower: Include C++ iso C headers.  Import namespace std
8434         throughout.
8435
8436         * lily/side-position-interface.cc: 
8437         * lily/scm-hash.cc: 
8438         * lily/note-head.cc: 
8439         * lily/include/includable-lexer.hh: 
8440         * flower/include/string-data.icc: Remove using std::*.
8441
8442         * lily, flower: Include C++ iso C headers.  Import namespace std
8443         throughout.
8444
8445         * lily/side-position-interface.cc: 
8446         * lily/scm-hash.cc: 
8447         * lily/note-head.cc: 
8448         * lily/include/includable-lexer.hh: 
8449         * flower/include/string-data.icc: Remove using std::*.
8450
8451         * Documentation/user/instrument-notation.itely (Entering lyrics):
8452         Multiple latin-1->utf-8 conversion fix.
8453
8454         * Documentation/user/*tely: Update Emacs cookie to utf-8.
8455
8456 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8457
8458         * lily/tie.cc (get_configuration): also avoid dots for non-space
8459         situations.
8460
8461 2005-09-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8462
8463         * Documentation/user/instrument-notation.itely: Bugfix.
8464
8465 2005-09-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8466
8467         * tex/GNUmakefile: don't install texinfo.tex
8468
8469         * tex/ : cleanup: remove unused files.
8470
8471         * lily/general-scheme.cc: remove my_{isinf,isnan}.
8472
8473         * flower/include/real.hh: using std::{isnan,isinf}
8474         
8475         * VERSION (PATCH_LEVEL): release 2.7.9
8476
8477 2005-09-05  Graham Percival  <gpermus@gmail.com>
8478
8479         * Documentation/user/ instrument-notation.itely,
8480         advanced-notation.itely: minor tweaks.
8481
8482         * input/test/script-chart.ly: add item padding.
8483
8484 2005-09-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8485
8486         * flower/offset.cc: use math.h iso. <cmath>
8487
8488         * scm/ps-to-png.scm (make-ps-images): use png16m again, for sake
8489         of IE users.
8490
8491         * scm/framework-eps.scm (dump-stencils-as-EPSes): cleanup.
8492         (widen-left-stencil-edges): new function. Fix alignment problems
8493         with LaTeX includegraphics.
8494
8495         * lily/text-interface.cc (interpret_markup): use abort().
8496
8497 2005-09-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8498
8499         * input/regression/tie-chord.ly (testLong): add a chord in 4ths
8500
8501         * lily/tie.cc (get_configuration): update bezier shape as we
8502         change Y positions.
8503         (get_configuration): don't move large ties if we're outside of the
8504         staff.
8505
8506 2005-09-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8507
8508         * scm/define-markup-commands.scm (strut): swap X and Y dims.
8509         
8510 2005-09-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8511
8512         * .cvsignore: Add auto-generated configure files and then some.
8513
8514 2005-09-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8515
8516         * scm/define-grobs.scm (DynamicLineSpanner): Add
8517         X-extent-callback.  Fixes hairpin-slur collision.
8518
8519 2005-08-31  Graham Percival  <gpermus@gmail.com>
8520
8521         * Documentation/user/advanced-notation.itely,
8522         basic-notation.itely: minor changes.
8523
8524 2005-08-31  Mats Bengtsson  <mabe@s3.kth.se>
8525
8526         * scm/framework-eps.scm (dump-stencils-as-EPSes): Insert a
8527         \linebreak between each .eps file if \betweenLilyPondSystem is
8528         undefined. 
8529
8530         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
8531         music): Document the \linebreak
8532
8533         * Documentation/user/lilypond-book.itely,
8534         input/tutorial/lbook-latex-test.tex,
8535         Documentation/user/examples.itely: Remove \usepackage{graphics}
8536
8537 2005-08-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8538
8539         * mf/aybabtu.pe.in (i): don't merge alphabet into aybabtu.
8540
8541         * lily/ly-module.cc (make_stand_in_procs_weak): 1.6.4 and earlier
8542         compat bugfix.
8543
8544         * scripts/lilypond-book.py (PREAMBLE_LY): define
8545         inside-lilypond-book
8546         (modify_preamble): new function. Insert \RequirePackage{graphics}
8547         when no {graphics found in preamble.  
8548
8549 2005-08030  Graham Percival  <gpermus@gmail.com>
8550
8551         * Documentation/user/basic-notation.itely, global.itely,
8552         tutorial.itely: misc small changes.
8553
8554 2005-08-30  Jan Nieuwenhuizen  <janneke@gnu.org>
8555
8556         * stepmake/aclocal.m4: Include MY_PATCH_LEVEL in config.make's
8557         VERSION.
8558
8559 2005-08-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8560
8561         * lily/tie-column.cc (new_directions): put Tie down on center
8562         staff line. 
8563
8564         * lily/script-interface.cc (before_line_breaking): use
8565         Grob::programming_error
8566
8567         * scm/ps-to-png.scm (make-ps-images): use pngalpha device.
8568
8569         * scripts/lilypond-book.py (get_latex_textwidth): oops. Take [0]
8570         of splitext.
8571
8572 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8573
8574         * VERSION (PACKAGE_NAME): VERSION release 2.7.8
8575
8576 2005-08-29  Werner Lemberg  <wl@gnu.org>
8577
8578         * mf/GNUmakefile: Add `-f' flag to `rm' command while removing
8579         the `*.scale.pfa' files to avoid warnings.
8580
8581 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8582
8583         * lily/tempo-performer.cc (process_music): idem.
8584
8585         * lily/midi-def.cc (get_tempo): Rational to int conversion bug.
8586
8587 2005-08-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8588
8589         * Documentation/user/advanced-notation.itely (Text markup): not a
8590         fragment.
8591
8592         * lily/midi-item.cc (to_string): use to_int() iso. int cast.
8593
8594         * lily/staff-performer.cc (initialize): add tempo/name to
8595         audio_staff_
8596
8597
8598 2005-08-26  Graham Percival  <gpermus@gmail.com>
8599
8600         * Documentation/user/advanced.itely: add text-only example.
8601
8602         * Documentation/user/invoking.itely: add index entries for
8603         convert-ly.
8604
8605         * Documentation/user/ tutorial.itely, basic-notation.itely:
8606         small fixes suggested by Steve D.  Thanks!
8607
8608 2005-08-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8609
8610         * input/regression/markup-bidi-pango.ly: new file.
8611
8612         * lily/pango-font.cc (pango_item_string_stencil): make Mingw code
8613         standard. Remove #ifdef. Remove memleak.
8614         (text_stencil): use text_dir to decide how to composite items.
8615         (text_stencil): determine uniform text direction for the entire
8616         string.
8617
8618         * scripts/lilypond-book.py (output_name): remove
8619         latex_filter_cmd. Non-portable to non-Unix systems. 
8620         (get_latex_textwidth): use File.write and os.unlink() instead.
8621
8622         * THANKS: add Vicente & Trevor.
8623
8624         * lily/grob.cc (discretionary_processing): look up origin for
8625         programming_error too. 
8626
8627         * input/regression/tie-broken.ly: new file.
8628
8629         * lily/tie-column.cc (set_chord_outlines): set outline for line
8630         break case too.
8631         
8632 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8633
8634         * lily/pango-font.cc (text_stencil): don't translate glyphs in
8635         unscaled transform, just translate stencils.
8636
8637         * ly/performer-init.ly: init timing to #t.  Fixes bar checks in
8638         MIDI.
8639
8640         * scm/define-markup-commands.scm (wordwrap-string): use
8641         text-direction
8642         (wordwrap-stencils): idem.
8643         (line): idem.
8644         (fill-line): idem.
8645         (wordwrap-stencils): translate last line to right for
8646         text-direction = LEFT.
8647
8648         * scm/define-grob-properties.scm (all-user-grob-properties): add
8649         text-direction.
8650
8651 2005-08-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8652
8653         * lily/lily-parser.cc (Lily_parser): also copy output_basename_
8654         when copying a Lily_parser object.
8655
8656 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8657
8658         * scm/define-markup-commands.scm (null): add null markup.
8659
8660 2005-08-25  Mats Bengtsson  <mabe@s3.kth.se>
8661
8662         * lily/item.cc: Add documentation of center-invisible
8663
8664 2005-08-24  Graham Percival  <gpermus@gmail.com>
8665
8666         * Documentation/user/advanced-notation.itely: add info about
8667         raising text.
8668
8669         * Documentation/user/programming-interface.itely: fix example
8670         involving raised text.
8671
8672 2005-08-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8673
8674         * lily/beam.cc (print): fix X start/end points of isolated
8675         beamlets.
8676
8677         * scm/output-ps.scm (grob-cause): escape spaces in URLs.
8678
8679         * lily/multi-measure-rest.cc (set_text_rods): new function.
8680
8681         * lily/vertical-align-engraver.cc (process_music): call
8682         Align_interface::set_axis(). This forces #'elements to be ordered,
8683         preventing random vertical reordering of staves.
8684
8685         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
8686         add avoid-slur property. 
8687
8688         * Documentation/user/basic-notation.itely (Measure repeats): add
8689         countPercentRepeats example.
8690
8691         * Documentation/user/advanced-notation.itely (Other text markup
8692         issues): remove remark about normal-font.  We have \normal-text
8693
8694         * input/regression/tie-chord.ly: add note about remaining bugs.
8695
8696         * lily/tie.cc (print): try Tie_column::set_directions () if
8697         control-points not yet defined.
8698
8699 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8700
8701         * lily/system-start-delimiter.cc (staff_brace): don't remove brace
8702         extent. This fixes braces falling out of the EPS bbox.
8703
8704         * mf/feta-beugel.mf (braces_per_font): make brace glyph align
8705         exactly to bbox.
8706
8707 2005-08-23  Graham Percival  <gpermus@gmail.com>
8708
8709         * {various} : change #up->#UP and #down->#DOWN.
8710
8711         * ly/titling-init.ly: Spacing fix when using printallheaders=##t.
8712
8713         * Documentation/user/advanced-notation.itely: clarify
8714         what objects handles text on a multimeasure rest.
8715
8716 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8717
8718         * VERSION (PATCH_LEVEL): release 2.7.7
8719
8720 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8721
8722         * make/lilypond-vars.make: set -dgs-font-load for "make web" 
8723
8724         * Documentation/topdocs/INSTALL.texi (Top): add GS bugfix requirement.
8725
8726         * input/regression/*.ly: formatting clean-up. Default layout
8727         before music expression.
8728
8729         * input/mutopia/R.Schumann/GNUmakefile (examples): switch off
8730         romanze28-2 example.
8731
8732         * scm/ps-to-png.scm: remove dir-re function.
8733         (make-ps-images): generate page names, instead of globbing them.
8734         This brings down LilyPond memory usage for make web by a factor
8735         10. 
8736
8737         * scripts/lilypond-book.py (Lilypond_snippet.png_is_outdated):
8738         don't use glob. With 3000 files, globbing
8739         Documentation/user/out-www/ can take too much time. 
8740         
8741         * lily/lily-guile.cc (gulp_file_to_string): take size argument.
8742
8743         * lily/general-scheme.cc (LY_DEFINE): take optional size argument.
8744
8745         * input/regression/tie-manual.ly: new file
8746
8747         * input/regression/tie-chord.ly: update.
8748
8749         * flower/include/interval.hh (struct Interval_t): 
8750
8751         * lily/tie.cc (distance): new function 
8752         (height): new function.
8753         (init): new function
8754         (Tie_details): new struct.
8755
8756         * lily/skyline.cc (skyline_height): new function.
8757
8758         * lily/tie-column.cc (set_chord_outlines): new function.
8759         (new_directions): read tie-configuration
8760
8761         * lily/skyline.cc: fix ASCII art.
8762         
8763 2005-08-22  Mats Bengtsson  <mabe@s3.kth.se>
8764
8765         * python/convertrules.py (string_or_scheme): Fix spelling error
8766
8767 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8768         
8769         * lily/tie-column.cc (set_directions): set directions only once.
8770         (add_configuration): new function.
8771
8772         * lily/tie.cc (set_control_points): new function
8773
8774         * lily/tie-column.cc (new_directions): new function.
8775
8776         * ly/music-functions-init.ly: set 'pitch property
8777         iso. trill-pitch. This makes \relative work with \pitchedTrill
8778
8779         * lily/tie.cc (get_configuration): new function. Don't generate
8780         control points, rather, generate configuration.
8781         remove head-pair property.
8782
8783         * lily/include/tie.hh (struct Tie_configuration): new struct.
8784
8785 2005-08-22  Heikki Junes  <hjunes@cc.hut.fi>
8786
8787         * Documentation/topdocs/NEWS.tely: clarify.
8788
8789 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8790
8791         * lily/tie.cc: remove minimum-length
8792
8793         * scm/define-grob-properties.scm (all-user-grob-properties):
8794         remove staffline-clearance, y-offset 
8795
8796         * input/regression/tie-dots.ly (Module): remove.
8797
8798         * lily/tie.cc (get_control_points): rewrite. Put short ties in
8799         staff-spaces, make long ties cross staff lines. Avoid flags and dots.
8800
8801         * input/regression/tie-single.ly: new file.
8802
8803 2005-08-21  Graham Percival  <gpermus@gmail.com>
8804
8805         * ly/bagpipe.ly: fix compile problem.
8806
8807 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8808
8809         * lily/midi-item.cc (name): new method.
8810
8811         * lily/staff-performer.cc (acknowledge_audio_element): use
8812         signature of baseclass.
8813
8814         * lily/engraver-group.cc (do_announces): move recursion call out
8815         of while loop. 
8816
8817         * lily/drum-note-performer.cc (class Drum_note_performer): use
8818         process_music everywhere.
8819
8820         * ly/performer-init.ly: add default children everywhere.
8821
8822         * lily/paper-book.cc (output): call paper-book-write-midis
8823         directly: always write MIDI, even if no \layout {} block. 
8824
8825 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8826
8827         * VERSION (PACKAGE_NAME): release 2.7.6
8828
8829         * lily/percent-repeat-engraver.cc (try_music): don't print warning
8830         about not being able to handle repeat.
8831
8832 2005-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
8833
8834         * Documentation/user/examples.itely (Piano templates):
8835         * lily/include/performer-group.hh: Remove last traces of
8836         Performer_group_performer.  Fixes make web.
8837
8838 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8839
8840         * Documentation/user/examples.itely (Piano templates): change
8841         Engraver_group_engraver -> Engraver_group
8842
8843         * lily/ly-module.cc (make_stand_in_procs_weak): only kludge if
8844         scm_stand_in_procs is not weak_any.
8845
8846         * lily/volta-bracket.cc (print): don't use strcmp().
8847
8848         * lily/volta-engraver.cc (process_music): use
8849         Text_interface::is_markup() for setting the 'text property of the
8850         volta bracket.
8851
8852         * input/mutopia/claop.py (accents): update syntax to 2.6
8853
8854         * scm/define-context-properties.scm
8855         (all-user-translation-properties): add countPercentRepeats.
8856
8857         * Documentation/user/basic-notation.itely (Measure repeats): add
8858         isolated percent example.
8859
8860 2005-08-18  Graham Percival  <gpermus@gmail.com>
8861
8862         * input/ {various}: change direction #1, #-1 to
8863         #up/#down or \fooUp, \fooDown.
8864
8865         * Documentation/user/music-glossary.tely: #-1 to #down.
8866
8867         * ly/bagpipe.ly, engraver-init.ly, property-init.ly: #1
8868         to #up, #-1 to #down.
8869
8870 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8871
8872         * lily/include/engraver-group.hh: rename.
8873
8874         * lily/include/performer-group.hh: rename.
8875
8876 2005-08-18  Mats Bengtsson  <mabe@s3.kth.se>
8877
8878         * input/test/script-abbreviations.ly: Removed some old LaTeX
8879         left overs.
8880
8881 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8882
8883         * python/convertrules.py (conv): inside-slur -> avoid-slur.
8884         Remove functions.  Remove if 1: constructs, reindent.
8885
8886         * scripts/convert-ly.py (add_version): Add functions from
8887         convertrules.py
8888
8889         * scm/script.scm (default-script-alist):
8890         s/priority/script-priority.  Fixes script stacking.  Backportme.
8891         (Fermata): Very low priority.
8892
8893 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8894
8895         * input/regression/*.ly: remove superfluous \score blocks. Reindent.
8896
8897         * input/regression/slur-script.ly: remove padding tweaks. Add
8898         comment strings.
8899
8900         * lily/note-spacing.cc (get_spacing): remove kludge for EOL wide
8901         time sigs and related stuff.
8902
8903         * scm/define-grob-properties.scm (all-user-grob-properties): add
8904         @code{} tags to property description.
8905
8906         * lily/include/line-group-group-engraver.hh (Module): remove file.
8907
8908         * python/convertrules.py (conv): add rule for
8909         Engraver_group_engraver -> Engraver_group.
8910
8911         * lily/include/performer-group-performer.hh: analogous.
8912
8913         * lily/include/engraver-group-engraver.hh: rename to Engraver_group.
8914
8915         * lily/context-def.cc (instantiate): check for
8916         Engraver_group_engraver and Performer_group_performer not
8917         Engraver/Performer. Fixes crashes when doing \with { \consists .. }
8918  
8919 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8920
8921         * input/les-nereides.ly: Remove three fingering tweaks, update
8922         remaining one.
8923
8924         * input/regression/slur-script-inside.ly: Update, fix doc.
8925
8926         * scm/script.scm: Update to avoid-slur.
8927
8928         * scm/define-grob-properties.scm (avoid-slur): New property.
8929
8930         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
8931         * lily/slur-engraver.cc (acknowledge_extra_object): Invoke
8932         outside_slur_callback if avoid-slur != #'inside.
8933
8934         * scm/define-grobs.scm (Fingering, Textscript): No
8935         inside-slur/outside-slur preference.
8936         (DynamicLineSpanner): Always outside slur.
8937
8938         * input/regression/slur-script.ly: More tests.
8939
8940 2005-08-17  Graham Percival  <gpermus@gmail.com>
8941
8942         * Documentation/user/lilypond-book: fix notime entry.
8943
8944         * Documentation/user/advanced-notation.itely: add info on
8945         getting an I rehearsal mark.
8946
8947         * Documentation/user/putting.itely: reinstate "I", re-enforce
8948         the fact that \override numbers are the result of
8949         experimentation and personal taste.
8950
8951         * Documentation/user/invoking.itely: update convert-ly bugs.
8952
8953 2005-08-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8954
8955         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set timing
8956         to #t.
8957
8958         * lily/timing-translator.cc (initialize): don't initialize timing.
8959
8960         * input/regression/stem-spacing.ly (Module): remove file.
8961
8962         * input/regression/spacing-stick-out.ly: specify Score context for
8963         \override
8964
8965         * input/regression/clefs.ly: remove spurious {}s 
8966
8967 2005-08-17  Heikki Junes  <hjunes@cc.hut.fi>
8968
8969         * Documentation/topdocs/NEWS.tely,
8970         input/regression/repeat-percent-count.ly: clarify a bit.
8971
8972 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8973
8974         * input/no-notation/display-lily-tests.ly: delete
8975         display-lily-init call.
8976
8977         * ly/music-functions-init.ly (displayLilyMusic): move
8978         display-lily-init call at top level, so that the user should not
8979         have to call it.
8980
8981         * scm/define-music-display-methods.scm (note-name->lily-string):
8982         retrieve note names directly from pitchnames using new function `rassoc'.
8983         (display-lily-init): note names list construction removed.
8984
8985 2005-08-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8986
8987         * THANKS: spello.
8988
8989         * lily/lily-parser.cc (get_header): copy module, instead of
8990         returning it.
8991
8992         * Documentation/topdocs/NEWS.tely (Top): add entry for percent
8993         counters.
8994
8995         * Documentation/user/basic-notation.itely (Measure repeats): add
8996         links to Counter grobs.
8997
8998         * scm/define-grobs.scm (all-grob-descriptions): add
8999         DoublePercentRepeatCounter
9000         (all-grob-descriptions): add PercentRepeatCounter
9001
9002         * lily/percent-repeat-engraver.cc (class Percent_repeat_engraver):
9003         also create counter grobs.
9004
9005         * lily/separation-item.cc (extremal_break_aligned_grob): don't
9006         return grob without space-alist.
9007
9008         * input/proportional.ly: tune staff-padding.
9009
9010         * input/regression/repeat-percent-count.ly: new file. 
9011
9012 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9013
9014         * input/no-notation/display-lily-tests.ly: moved from
9015         input/regression/ to input/no-notation. Be sure to call
9016         `display-lily-init' before trying to use the display function.
9017
9018 2005-08-16  Mats Bengtsson  <mabe@s3.kth.se>
9019
9020         * scripts/lilypond-book.py (option_definitions): Don't localize
9021         the empty string. Fixes bug when --psfonts was used with
9022         non-English locale.
9023
9024 2005-08-15  Graham Percival  <gpermus@gmail.com>
9025
9026         * lily/tuplet-bracket.cc: simple build fix.
9027
9028         * Documentation/user/putting.itely: use "we" instead of "I".
9029
9030         * Documentation/user/basic-notation.itely: cautionary accidentals
9031         work with naturals, too.
9032
9033 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9034
9035         * lily/tuplet-bracket.cc (calc_position_and_height): add
9036         staff-padding support.
9037
9038         * input/proportional.ly: set staff-padding.
9039         
9040         * VERSION (PATCH_LEVEL): release 2.7.5
9041
9042         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): text formatting
9043         fixes. Remove tweaks.
9044
9045         * input/regression/tuplet-slope.ly: add a test case.
9046
9047         * lily/tuplet-bracket.cc (calc_position_and_height): revert
9048         erroneous fix. Add spanner bounds to offset array with relative X
9049         positions.
9050
9051         * ly/engraver-init.ly: add Rest_engraver only once.
9052
9053         * scm/define-music-display-methods.scm (KeyChangeEvent): only do
9054         (*parser*) lookup if (*parser*) != #f.
9055
9056 2005-08-15  Jan Nieuwenhuizen  <janneke@gnu.org>
9057
9058         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
9059         Cut-and paste update.
9060
9061         * input/regression/slur-script.ly: Add example of reverting
9062         inside-slur for fingering.
9063
9064         * scm/define-grobs.scm (DynamicLineSpanner, Fingering,
9065         TextScript): Explicitly set inside-slur #f, forcing these out of slur.
9066
9067         * lily/slur-engraver.cc (acknowledge_extra_object): Only invoke
9068         outside_slur_callback if inside-slur == #f (as opposed to unset).
9069
9070 2005-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9071
9072         * tex/GNUmakefile (INSTALLATION_FILES): Remove enc symlink setup,
9073         encoding files are already removed.
9074
9075 2005-08-15  Mats Bengtsson  <mabe@s3.kth.se>
9076
9077         * Documentation/user/advanced-notation.itely (Instrument names):
9078         Document a workaround for instrument names that collide with
9079         system start braces/brackets.
9080
9081 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9082
9083         * lily/rest-collision.cc (do_shift): spello.
9084
9085         * input/proportional.ly: use #'used property. Set break-overshoot
9086         property.
9087
9088         * mf/feta-arrow.mf: center on arrow tip center, iso. tip edge.
9089
9090         * lily/paper-column.cc: add #'used property
9091
9092         * lily/mark-engraver.cc (stop_translation_timestep): set grob
9093         array for staves found.
9094
9095         * lily/metronome-engraver.cc (stop_translation_timestep): set grob
9096         array for stavesFound.
9097
9098         * lily/staff-spacing.cc (next_note_correction): add fixed and
9099         space to calling convention. This fixes spacing of accidentals
9100         after barlines.
9101
9102         * input/regression/spacing-accidental-stretch.ly: add barline -
9103         accidental case.
9104
9105         * scm/framework-ps.scm (page-header): add version number to
9106         creator
9107         (eps-header): idem.
9108
9109         * mf/feta-bolletjes.mf: swap d0 and u0 fa heads.
9110         
9111 2005-08-13  Graham Percival  <gpermus@gmail.com>
9112
9113         * Documentation/user/global.itely: add "fit as much as
9114         possible onto this page" example (Vertical spacing).
9115
9116 2005-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9117
9118         * *: Nitpick run.
9119
9120         * buildscripts/fixcc.py: Fixes.
9121
9122 2005-08-12  Graham Percival  <gpermus@gmail.com>
9123
9124         * Documentation/user/advanced-notation.itely: add markup
9125         example to Text spanners.
9126
9127 2005-08-12  Mats Bengtsson  <mabe@s3.kth.se>
9128
9129         * Documentation/user/basic-notation.itely (Ties): Add example of
9130         tying a tremolo to a chord. Thanks to Steve Doonan. 
9131
9132         * lily/tie-engraver.cc: Add tieWaitForNote to the list of read
9133         properties and move tieMelismaBusy to the list of written
9134         properties. 
9135
9136 2005-08-12  Heikki Junes  <hjunes@cc.hut.fi>
9137
9138         * po/TODO: suggest to use a dedicated tool like kbabel.
9139
9140         * po/fi.po: update using kbabel.
9141
9142 2005-08-12  Jan Nieuwenhuizen  <janneke@gnu.org>
9143
9144         * *: Remove obsolete files.  Nitpick run.
9145
9146         * lily/lily-guile.cc (parse_symbol_list): Bugfix.
9147
9148 2005-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9149
9150         * mf/GNUmakefile (get-*-fonts): Rename from get-*-pfa.  Copy SVG
9151         too.
9152
9153         * Documentation/topdocs/NEWS.tely (Top): Add slur script feature.
9154
9155         * lily/lily-guile.cc (parse_symbol_list): Rewrite.  Grok multiple
9156         whitespace as symbol separator.
9157
9158         * lily/side-position-interface.cc: Add slur-padding.
9159
9160         * input/regression/slur-script.ly: Fixed.  Backportme?  This is
9161         quite a large fix, and it never worked in a stable release; so not
9162         really a regression.
9163
9164         * lily/phrasing-slur-engraver.cc (class Phrasing_slur_engraver):
9165         Update cut and paste code from Slur_engraver.
9166
9167         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
9168         Add.
9169
9170         * scm/define-grobs.scm (DynamicLineSpanner): Add
9171         dynamic-line-spanner-interface.
9172         (DynamicLineSpanner, TextScript, Fingering): Add slur-padding.
9173
9174 2005-08-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9175
9176         * lily/slur-engraver.cc (acknowledge_extra_object): Bugfix: use
9177         to_boolean () so that non-set 'inside-slur means false.
9178
9179         * lily/slur.cc (outside_slur_callback): Bugfixes: make sure that
9180         slur has control-points.  Skip script without direction.  Always
9181         do_shift if script inside slur, even if slur not contained in
9182         script y-extent.  Increment k in loop.
9183
9184 2005-08-11  Mats Bengtsson  <mabe@s3.kth.se>
9185
9186         * scm/define-markup-commands.scm: Improved regexp to search for
9187         EPS bounding boxes and corrected call to ly:warning.
9188
9189 2005-08-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9190
9191         * Documentation/user/programming-interface.itely (Displaying music
9192         expressions): doc for \displayLilyMusic. Also some precisions in
9193         "Markup construction in Scheme"
9194
9195 2005-08-10  Mats Bengtsson  <mabe@s3.kth.se>
9196
9197         * scm/define-markup-commands.scm (normal-text): Added 2 new
9198         markup commands, \normal-text and \medium (the latter thanks to
9199         Bruce Fairchild). 
9200
9201 2005-08-08  Graham Percival  <gpermus@gmail.com>
9202
9203         * Documentation/user/programming-interface.itely: fix @{ @}.
9204
9205         * scm/define-markup-commands.scm: add linewidth info to
9206         \justify and \wordwrap, add "upright is the opposite of italic".
9207
9208         * Documentation/user/advanced-notation.itely: shaped->shape,
9209         add (cons (markup "foo")) type of example to text markup,
9210         reword multi-measure rests section.
9211
9212         * lily/note-heads-engraver.cc: changed Shaped->Shape in a
9213         comment.  No actual code was touched.
9214
9215         * Documentation/user/invoking.itely: add more info about
9216         \include.  Thanks, Bruce!
9217
9218         * THANKS: add Bruce Fairchild, alphabetise.
9219
9220         * Documentation/user/global.itely: document \score{\header{}}
9221         behavior.
9222
9223         * Documentation/user/basic-notation.itely: reword multi-measure
9224         rest discussion in Rests.
9225
9226 2005-08-08  Mats Bengtsson  <mabe@s3.kth.se>
9227
9228         * Documentation/user/programming-interface.itely (Markup
9229         construction in Scheme): Corrected example and tried to clarify
9230         the implicit \line in the table.
9231
9232 2005-08-07  Graham Percival  <gpermus@gmail.com>
9233
9234         * Documentation/user/instrument-notation.itely: moved
9235         some bagpipe info back into the bagpipe section.  Somehow
9236         it ended up in the "other vocal issues" section?!  :o_O
9237
9238 2005-08-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9239
9240         * scm/framework-ps.scm (dir-join): Rename from path-join (joins
9241         directories, not paths).
9242
9243 2005-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9244
9245         * scm/framework-ps.scm (munge-lily-font-name): Bugfix: Munge only
9246         plain emmentaler/aybabtu.  Backportme.
9247
9248         * lily/tuplet-bracket.cc (calc_position_and_height): Bugfix:
9249         missing dir correction.
9250
9251 2005-08-05  Graham Percival  <gperlist@shaw.ca>
9252
9253         * scm/define-markup-commands: fix reversed justify/wordwrap
9254         doc strings.
9255
9256 2005-08-05  Jürgen Reuter  <reuter@ipd.uka.de>
9257
9258         * lily/ligature-engaver.cc, lily/coherent-ligature-engaver.cc,
9259         lily/gregorian-ligature-engaver.cc,
9260         lily/include/ligature-engraver.hh,
9261         lily/include/coherent-ligature-engraver.hh,
9262         lily/include/gregorian-ligature-engraver.hh: make these classes
9263         truely abstract.  This should fix some internal oddities such as
9264         duplicate as well as dead translator/property declarations, and
9265         also some dead code.
9266
9267         * lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc:
9268         bugfix: avoid message "junking empty ligature" on ligature
9269         brackets by collecting dummy grobs.
9270
9271 2005-08-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9272
9273         * lily/tuplet-bracket.cc (print): default right overshoot to 0.0
9274
9275         * input/proportional.ly (staffKind): bugfix.
9276         (staffKind): updates by Trevor Baca.
9277
9278         * scm/define-grobs.scm (all-grob-descriptions): remove arrows as
9279         default layout. 
9280
9281         * lily/tuplet-bracket.cc (print): check whether edge-text is a
9282         pair.
9283
9284         * lily/beam.cc (rest_collision_callback): call position_beam() if
9285         necessary.
9286
9287         * VERSION: release 2.7.4
9288
9289         * input/regression/spacing-uniform-stretching.ly: new file.
9290
9291         * lily/spacing-loose-columns.cc (set_loose_columns): use robust_relative_extent().
9292
9293         * Documentation/topdocs/NEWS.tely (Top): add Nicolas as
9294         contributor.
9295
9296         * lily/include/ly-module.hh: define MODULE_GC_KLUDGE globally.
9297
9298         * input/proportional.ly: new file.
9299
9300         * lily/tuplet-bracket.cc (after_line_breaking): don't suicide if
9301         columns is empty
9302
9303         * lily/tuplet-engraver.cc (finalize): new function. Reset right
9304         bounds to currentCommandColumn for the last step.
9305         (start_translation_timestep): if tupletFullLength is set, set
9306         bound to Paper Column
9307
9308         * input/regression/tuplet-full-length.ly (indent): new file.
9309
9310         * lily/spacing-loose-columns.cc (set_loose_columns): space a whole
9311         clique of loose columns, eg. a set of grace notes in strict
9312         notespacing.
9313
9314         * input/regression/spacing-strict-spacing-grace.ly: new file.
9315
9316         * lily/key-signature-interface.cc: change property name to
9317         alteration-alist
9318
9319         * lily/key-engraver.cc (read_event): read keyAlterationOrder, not
9320         keyAccidentalOrder
9321
9322         * python/convertrules.py (conv): keyAccidentalOrder ->
9323         keyAlterationOrder
9324
9325         * lily/key-engraver.cc (create_key): always print a cancellation
9326         for going to C-major/A-minor, regardless of printKeyCancellation.
9327         (create_key): remove typecheck for visibility. This fixes key
9328         signature not being printed.
9329
9330         * lily/spacing-determine-loose-columns.cc: new file.
9331
9332         * input/regression/spacing-strict-notespacing.ly: new file.
9333
9334         * lily/spacing-spanner.cc (generate_springs): rename from
9335         do_measure. 
9336         (generate_pair_spacing): new function.
9337         (init, generate_pair_spacing): set between-cols for floating
9338         nonmusical columns.
9339
9340         * lily/spaceable-grob.cc (get_spring): new function. 
9341
9342         * lily/tuplet-bracket.cc (print): on the left, the overshoot is
9343         relative to the right edge of the prefatory matter.
9344
9345         * lily/beam.cc (print): read break-overshoot to determine where to
9346         stop/start broken beams.
9347
9348         * input/regression/spanner-break-overshoot.ly: new file.
9349
9350 2005-08-04  Graham Percival  <gperlist@shaw.ca>
9351
9352         * ly/bagpipe.ly: updated.
9353
9354         * Documentat/user/instrument.itely: un-comment out bagpipe example.
9355
9356 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9357
9358         * lily/dynamic-engraver.cc (acknowledge_slur): add slur to
9359         support: now (de)crescs avoid slurs as well.
9360
9361         * Documentation/user/instrument-notation.itely (Bagpipe example):
9362         comment out non-functioning bagpipe example.
9363         (Bagpipe definitions): idem.
9364
9365         * Documentation/topdocs/NEWS.tely (Top): add uniform-stretching example.
9366         (Top): add proportionalNotationDuration example.
9367
9368         * input/regression/spacing-proportional.ly: new file.
9369
9370         * lily/tuplet-bracket.cc (parallel_beam): broken bracket never is
9371         synched to a beam.
9372
9373         * lily/beam.cc (shift_region_to_valid): divide by zero fix. This
9374         fixes beams with a single stem (eg. beams across linebreaks.)
9375
9376         * lily/parser.yy (simple_string): allow \new STRING_IDENTIFIER.
9377
9378         * flower/rational.cc (operator +): prevent overflow. This fixes
9379         heavily nested tuplets.
9380
9381         * lily/auto-beam-engraver.cc (derived_mark): new method. Yes. We
9382         have to protect even those unlikely to be corrupted data members.  
9383
9384 2005-08-04  Graham Percival  <gperlist@shaw.ca>
9385
9386         * ly/bagpipe.ly: new file.
9387
9388         * THANKS: added Sven Axelsson.
9389
9390 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9391
9392         * lily/spacing-engraver.cc (stop_translation_timestep): directly
9393         copy proportionalNotationDuration into currentMusicalColumn if
9394         set.
9395
9396         * lily/spacing-spanner.cc (musical_column_spacing): if
9397         uniform-stretching set, fixed space is 0.0
9398
9399         * input/regression/spacing-multi-tuplet.ly: show
9400         uniform-stretching property.
9401
9402         * lily/spacing-spanner.cc (effective_shortest_duration): new function.
9403
9404         * lily/include/spacing-spanner.hh (class Spacing_spanner): new file.
9405         (struct Spacing_options): new struct.
9406
9407         * lily/spacing-basic.cc: new file.
9408
9409         * lily/spacing-spanner.cc (note_spacing): remove outdated code:
9410         delta_t doesn't have to be smaller than shortest_playing_len
9411
9412 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9413
9414         * input/regression/markup-arrows.ly:  new file.
9415
9416         * lily/tuplet-bracket.cc: document new behavior.
9417
9418         * input/regression/tuplet-broken.ly: new file. Demonstrate tuplets
9419         with line breaks.
9420
9421         * scm/define-markup-commands.scm (arrow-head): arrow-head markup command.
9422
9423         * scm/define-grobs.scm (all-grob-descriptions): set arrows as
9424         default 
9425
9426         * lily/tuplet-bracket.cc: add edge-text property.
9427         add break-overshoot.
9428         (print): read break-overshoot.
9429         (print): read edge-text, add stencils.
9430
9431         * mf/feta-arrow.mf: new file.
9432
9433         * mf/feta-generic.mf: add feta-arrow.
9434
9435 2005-08-03  Mats Bengtsson  <mabe@s3.kth.se>
9436
9437         * Documentation/user/lilypond-book.itely (An example of a
9438         musicological document): Added flag -o to dvips for people who use
9439         the default setting in teTeX where output is sent to the printer. 
9440
9441         * Documentation/user/global.itely (Vertical spacing): Added
9442         reference to the Axis_group_engraver which documents the *Extent
9443         properties.
9444
9445 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9446
9447         * Documentation/user/basic-notation.itely (Tuplets): add note
9448         about nested tuplets. Remove BUG. 
9449
9450         * input/regression/tuplet-nest.ly: update: remove manual hack. 
9451
9452         * lily/tuplet-bracket.cc (print): use robust_scm2drul
9453         (print): manually call print() for subtuplets.
9454         (calc_position_and_height): add subtuplets to the
9455         support. Vertically shift outer tuplet 
9456
9457         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): set
9458         remove-first for Lyrics, ChordNames and FiguredBass
9459
9460         * scm/define-grob-properties.scm (all-internal-grob-properties):
9461         use ly:grob-array? iso. grob-list?
9462         (all-internal-grob-properties): add tuplets grob-array.
9463
9464         * lily/tuplet-bracket.cc (add_tuplet_bracket):
9465         new function
9466
9467 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9468
9469         * input/test/time-signature-staff.ly: new file.
9470
9471         * ly/declarations-init.ly (center): escape to Scheme. Fixes
9472         spurious #<Music FingerEvent> errors. Backportme.
9473
9474 2005-08-03  Mats Bengtsson  <mabe@s3.kth.se>
9475
9476         * Documentation/user/programming-interface.itely (Markup
9477         construction in Scheme): Corrected markup syntax in the
9478         translation table.
9479
9480 2005-08-03  Graham Percival  <gperlist@shaw.ca>
9481
9482         * Documentation/user/instrument-notation.itely: small update
9483         to bagpipe notation docs; thanks Sven!
9484
9485         * Documentation/user/basic-notation.itely: add link about trills.
9486
9487 2005-08-02  Graham Percival  <gperlist@shaw.ca>
9488
9489         * Documentation/user/music-glossary: remove accidentally committed
9490         fink patch.
9491
9492 2005-08-02  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
9493
9494         * lily/lily-parser.cc (get_header): new function. Enable multiple
9495         \header definitions.
9496
9497         * lily/parser.yy (lilypond_header_body): use get_header.
9498
9499         * ly/init.ly:
9500         * scm/lily-library.scm (print-score-with-defaults): renamed
9501         $globalheader to $defaultheader
9502             
9503         * Documentation/user/global.itely (Creating titles): added short
9504         explanation that multiple headers are useable.
9505
9506
9507 2005-08-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9508
9509         * lily/module-scheme.cc (LY_DEFINE): new file. 
9510
9511         * Documentation/user/advanced-notation.itely (Font selection): add
9512         doco for make-pango-font-tree.
9513
9514 2005-07-31  Graham Percival  <gperlist@shaw.ca>
9515
9516         * Documentation/user/music-glossary: more languages
9517         for tenuto.
9518
9519         * Docuemntation/user/instrument-notation.itely: minor
9520         update for bagpipe example.
9521
9522 2005-07-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9523
9524         * input/regression/+.ly (TODO): add some text.
9525
9526 2005-07-28  Graham Percival  <gperlist@shaw.ca>
9527
9528         * Documentation/user/invoking.itely: \score begins with music.
9529
9530         * Documentation/user/ basic-notation.itely,
9531         instrument-notation.itely: minor changes.
9532
9533         * Documentation/user/music-glossary.itely: began tenuto entry.
9534
9535 2005-07-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9536
9537         * scm/output-socket.scm (bezier-sandwich): add bezier-sandwich
9538
9539         * mf/feta-bolletjes.mf: swap up and down for aiken heads.
9540
9541 2005-07-27  Graham Percival  <gperlist@shaw.ca>
9542
9543         * Documentation/user/examples.itely: remove bagpipe template.
9544
9545         * Documentation/user/instrument-notation.itely: add bagpipe
9546         section, maybe fix quotes in lyrics.  I hate text encoding.
9547         Clarify chord durations, more bagpipe stuff.
9548
9549 2005-07-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9550  
9551         * lily/accidental-engraver.cc: formatting fixes.
9552
9553         * lily/spacing-spanner.cc (prune_loose_columns): right-items is a
9554         grob-array.
9555
9556         * lily/arpeggio.cc (print): suicide arpeggio for single notehead.
9557
9558         * lily/note-column.cc (arpeggio): new function.
9559
9560         * lily/note-spacing.cc (get_spacing): also take arpeggio into
9561         account for spacing.
9562
9563 2005-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9564
9565         * lily/main.cc (sane_setenv)[!ARGV0_RELOCATION]: Also define.
9566         (setup_guile_env): Use it instead of nonstandard setenv.  Fixes
9567         mingw build.
9568         
9569 2005-07-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9570
9571         * scm/lily.scm (lilypond-all): clear anonymous modules after
9572         processing files.
9573
9574 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9575
9576         * flower/include/guile-compatibility.hh (SCM_I_CONSP): add
9577         SCM_I_CONSP
9578
9579         * VERSION: 2.7.3 released
9580
9581         * Documentation/user/invoking.itely (Invoking lilypond): add
9582         LILYPOND_GC_YIELD documentation.
9583
9584         * lily/*: cleanups: use scm_from_int iso. scm_int2num. Idem for
9585         scm_from_real / scm_make_real.
9586
9587         * lily/main.cc (setup_guile_env): new function. Set GC min_yields
9588         higher. This increases memory footprint, but provides overall
9589         speedup of 15 to 20%. 
9590
9591         * lily/include/translator.hh (class Translator): remove
9592         PRECOMPUTED_VIRTUAL everywhere.
9593
9594         * lily/include/lily-guile.hh: inline scm_c[ad]r, scm_is_pair.
9595
9596         * lily/context.cc (now_mom): non-recursive now_mom() 
9597
9598         * lily/include/profile.hh: new file.
9599
9600         * lily/profile.cc: new file.
9601
9602         * lily/grob.cc (Grob::Grob): look properties up directly.
9603
9604         * lily/open-type-font.cc (get_indexed_char): cache index -> bbox
9605         lookups.
9606
9607         * lily/include/box.hh (class Box): smob Box type.
9608
9609         * lily/smobs.cc (protect_smob): O(1) GC (un)protection.
9610
9611         * lily/include/smobs.hh (DECLARE_BASE_SMOBS): add methods
9612         protect() and unprotect(). Use throughout.
9613
9614 2005-07-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9615
9616         * Documentation/topdocs/NEWS.tely: new item for \displayLilyMusic
9617
9618         * scm/define-music-display-methods.scm (markup->lily-string):
9619         markup elements can also be strings (without simple-markup
9620         appended)
9621
9622 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9623
9624         * lily/context.cc (where_defined): also assign value in
9625         where_defined().
9626
9627         * lily/bezier.cc (get_other_coordinate): use curve_coordinate
9628         (curve_coordinate): new function
9629
9630         * lily/simple-spacer.cc (add_columns): only add rods between
9631         column i and begin/end if keep-inside-line is set (this repleces
9632         allow-outside-line as default)
9633
9634 2005-07-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9635
9636         * lily/tuplet-engraver.cc (start_translation_timestep): only read
9637         tupletSpannerDuration if applicable.
9638
9639         * lily/font-size-engraver.cc (process_music): read fontSize only
9640         once per timestep.
9641
9642         * lily/engraver*cc: use throughout.
9643         
9644         * lily/include/translator.icc (ADD_ACKNOWLEDGER): new macro.
9645
9646         * lily/translator.cc (add_acknowledger): new file. Directly jump
9647         into an Engraver::acknowledge_xxx () method based on a grobs
9648         interface-list.
9649
9650         * lily/include/translator-dispatch-list.hh (class
9651         Engraver_dispatch_list): new struct, new file.
9652
9653         * scm/define-context-properties.scm
9654         (all-internal-translation-properties): remove acceptHashTable,
9655         acknowledgeHashTable
9656
9657         * lily/translator-group.cc (mark_smob): idem for acceptHashTable.
9658
9659         * lily/engraver-group-engraver.cc (Engraver_group_engraver):
9660         change acknowledgeHashTable to C++ member. 
9661
9662         * lily/rest-collision.cc (do_shift): use extract_grob_set().
9663
9664 2005-07-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9665
9666         * scm/display-lily.scm: new file. Define a `display-lily-music'
9667         function, that displays the music expression given as an argument,
9668         using LilyPond notation.
9669
9670         * scm/define-music-display-methods.scm: new file. Implementation
9671         of display methods for each music type.
9672
9673         * ly/music-functions-init.ly (displayLilyMusic): new function for
9674         displaying music with LilyPond notation.
9675
9676         * input/regression/display-lily-tests.ly: new regression test file
9677         for `display-lily-music'.
9678
9679         * scm/markup.scm: remove obsolete debugging code (for printing
9680         markups with LilyPond notation).
9681
9682         * scm/define-music-types.scm (music-name-to-property-table):
9683         * scm/clef.scm (supported-clefs): export, in order to be accessible
9684         from the (scm display-lily) module.
9685
9686 2005-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
9687
9688         * Documentation/topdocs/NEWS.tely (Top): Typo.
9689
9690 2005-07-22  Heikki Junes  <hjunes@cc.hut.fi>
9691
9692         * Documentation/index.html.in, Documentation/texinfo.css,
9693           stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
9694           Documentation/bibliography/index.html.in,
9695           Documentation/bibliography/html-long.bst: revert css-width patch,
9696           it does not work with IE6.
9697
9698 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9699
9700         * Documentation/texinfo.css: revert 760px hack. 
9701
9702         * VERSION: release 2.7.2
9703
9704         * Documentation/topdocs/NEWS.tely (Top): mention barNumberCheck
9705
9706         * Documentation/user/basic-notation.itely (Barnumber check): add
9707         section.
9708
9709         * scm/music-functions.scm (skip-to-last): new function. Show only
9710         last showLastLength part of the \score.
9711
9712         * lily/moment-scheme.cc (LY_DEFINE): new function ly:moment-sub
9713
9714         * python/convertrules.py (conv): add ly:x-moment rule
9715
9716         * lily/moment-scheme.cc (LY_DEFINE): rename ly:X-moment  -> ly:moment-X
9717
9718         * Documentation/topdocs/NEWS.tely (Top): add new feature.
9719
9720         * Documentation/user/instrument-notation.itely (Flexibility in
9721         alignment): options in subsections.
9722
9723         * lily/lyric-engraver.cc (process_music): don't typeset text for _
9724         syllable text. Instead, assume that the previous lyric text is a
9725         melismated text.
9726
9727         * Documentation/index.html.in: revert 800x600 change.
9728
9729 2005-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9730
9731         * lily/main.cc (main): Remove invalid handle kludge.
9732
9733         * scm/lily.scm (running-from-gui?): WINDOWS: check -dgui.
9734         (lambda): add gui define.
9735
9736 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9737
9738         * Documentation/topdocs/NEWS.tely (Top): add note about Musica ficta.
9739
9740         * Documentation/user/instrument-notation.itely (Musica ficta
9741         accidentals): add section Musica ficta accidentals
9742
9743         * lily/accidental-engraver.cc (make_suggested_accidental): new
9744         function.
9745         (make_standard_accidental): move into new function.
9746         (create_accidental): new function.
9747
9748         * scm/define-grobs.scm (all-grob-descriptions): new Grob
9749         AccidentalSuggestion
9750
9751         * lily/output-def-scheme.cc (LY_DEFINE): take default  argument.
9752
9753         * lily/output-def.cc (lookup_variable): return SCM_UNDEFINED if
9754         undefined.
9755
9756         * Documentation/user/global.itely (Page formatting): document
9757         horizontalshift.
9758
9759         * scm/page-layout.scm (default-page-music-height):
9760         horizontalshift: new variable, shift all systems by
9761         horizontalshift to the right, to make space for instrument names.
9762
9763         * scm/paper.scm (set-paper-dimension-variables): add horizontalshift
9764
9765         * lily/input-scheme.cc (LY_DEFINE): take format commands.
9766
9767 2005-07-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9768
9769         * lily/note-column.cc (dir): idem.
9770
9771         * lily/spacing-spanner.cc (Module): idem.
9772
9773         * lily/script-column.cc (before_line_breaking): use extract_grob_set()
9774
9775         * lily/include/paper-column.hh (class Paper_column): add
9776         non-static get_rank() member.
9777
9778         * VERSION: release 2.7.1
9779         
9780         * scm/framework-null.scm: new file, used for benchmarking.
9781
9782 2005-07-20  Heikki Junes  <hjunes@cc.hut.fi>
9783
9784         * Documentation/topdocs/INSTALL.texi, configure.in: fix
9785         version dependencies for fontforge and gs.
9786
9787         * Documentation/index.html.in, Documentation/texinfo.css,
9788         stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
9789         Documentation/bibliography/index.html.in, 
9790         Documentation/bibliography/html-long.bst: optimize width of
9791         html for a 800x600 screen (width:760), increases printability
9792         when 'fit to page' is not set and readability in wide screens.
9793
9794         * stepmake/bin/add-html-footer.py: add missing </p>.
9795
9796 2005-07-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9797
9798         * scm/define-markup-commands.scm (beam): use polygon in beam
9799         command.
9800
9801         * lily/grob-pq-engraver.cc (stop_translation_timestep): save up
9802         all acknowledged grobs, and do potentially expensive merge and
9803         write in one go.
9804
9805         * buildscripts/mf-to-table.py (write_fontlist): enforce noBreak.
9806
9807         * configure.in (reloc_b): add --enable-static-gxx to statically
9808         link to libstdc++
9809
9810         * lily/GNUmakefile (static-gxx-libs): new target
9811         static-gxx-libs. Create symlink to libstdc++.a
9812
9813         * lily/new-lyric-combine-music-iterator.cc: rename to
9814         Lyric_combine_music_iterator
9815
9816         * lily/lyric-combine-music-iterator.cc
9817         (Old_lyric_combine_music_iterator): rename to
9818         Old_lyric_combine_music_iterator
9819
9820         * lily/*-engraver.cc (various): remove double use of
9821         PRECOMPUTED_VIRTUAL function: only use
9822         start_translation_timestep() and stop_translation_timestep(), not
9823         both.
9824
9825         * lily/break-substitution.cc (fast_substitute_grob_array): do
9826         fast_substitute_grob_array for all unordered grob_arrays.
9827         (substitute_grob): return Grob *. Saves packing/unpacking SCMs.
9828         (substitute_grob_array): optimize.
9829
9830         * lily/align-interface.cc (set_axis): set ordered_ for 'elements
9831
9832         * lily/include/grob-array.hh (class Grob_array): ordered_ member.
9833
9834         * lily/parser.yy: revert $globalheader patch.
9835         
9836         * lily/include/translator.icc
9837         (IMPLEMENT_FETCH_PRECOMPUTABLE_METHODS): directly jump into
9838         Translator methods, without _static helper.
9839  
9840         * lily/grob-smob.cc (derived_mark): rename from
9841         do_derived_mark(). Return void.
9842
9843         * scm/define-context-properties.scm
9844         (all-internal-translation-properties): remove tweakCount/tweakRank.
9845
9846         * scm/output-lib.scm (begin-of-line-invisible): use vectors for
9847         predefined break-visibilities.
9848
9849         * lily/item.cc (handle_prebroken_dependencies): use a vector of 3
9850         booleans for break-visibility.
9851
9852         * Documentation/topdocs/NEWS.tely (Top): add note about engravers.
9853
9854         * python/convertrules.py (conv): rule for Timing_translator. 
9855
9856         * lily/include/translator.icc: new file. 
9857
9858         * lily/paper-column-engraver.cc (process_music): new
9859         file. Separate Paper_column factory from Score_engraver.
9860
9861         * lily/vertically-spaced-context-engraver.cc: administer
9862         spaceable-staves property of System.
9863
9864         * lily/translator-group-ctors.cc: new file.
9865
9866         * lily/context-property.cc (make_grob_from_properties): construct
9867         the right Grob class programmatically, looking at the class entry
9868         for the meta property.
9869
9870         * lily/break-align-engraver.cc (stop_translation_timestep): call
9871         Break_align_interface::add_element() directly.
9872
9873         * lily/context.cc (measure_position): measure_position() is now a
9874         normal function.
9875
9876         * lily/include/translator.hh (class Translator): rename
9877         process_acknowledged_grobs() to process_acknowledged() and move to
9878         Translator.
9879
9880         * scm/define-grobs.scm (all-grob-descriptions): add a 'class meta
9881         field for each grob description.
9882
9883         * lily/include/translator-group.hh (class Translator_group):
9884         change to base class. Separate class from Translator. This gets
9885         rid of virtual inheritance for Engravers/Performers.
9886
9887         * lily/staff-performer.cc (class Staff_performer): derive
9888         Staff_performer from Performer, not Performer_group_performer 
9889
9890         * Lily/translator-group.cc (precomputed_recurse_over_translators):
9891         new function.
9892         (precompute_method_bindings): new function. Precompute lists of
9893         Translators, so we only call methods (process_music,
9894         start_translation_timestep, etc.) for Translators needing
9895         it. Also: dispose of pointer-to-member-function calls.
9896
9897         * lily/engraver-group-engraver.cc: remove engraver_each,
9898         recurse_down_engravers ()
9899
9900         * lily/note-head.cc (internal_print): only call
9901         glyph-name-procedure if style != default. 
9902
9903 2005-07-16  Graham Percival  <gperlist@shaw.ca>
9904
9905         * ly/titling-init.ly: add printallheaders option.
9906
9907         * Documentation/user/global.itely: document printallheaders.
9908
9909 2005-07-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9910
9911         * lily/system.cc (do_derived_mark): don't mark from object_alist_
9912         anymore, but do it centrally.  
9913
9914         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
9915         hammer hack.
9916
9917         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-object
9918
9919         * scm/output-lib.scm: remove hammer-print-function.
9920
9921         * lily/include/pointer-group-interface.hh (extract_grob_set): new
9922         macro. Declare a Link_array<Grob> and fill it from a grob.
9923         (extract_item_set): idem for item.
9924
9925         * lily/break-substitution.cc: add header.
9926         (fast_substitute_grob_array): rewrite for Grob_arrays.
9927         (substitute_grob_array): idem.
9928
9929         * lily/group-interface.cc (add_thing): remove file.
9930
9931         * flower/include/parray.hh (class Link_array): slice() is const.
9932
9933         * lily/include/grob-array.hh: new file.
9934
9935         * lily/grob-array.cc (spanner): new file.
9936
9937         * lily/beam-quanting.cc (fill): read details property from beam.
9938
9939         * lily/beam.cc: support details property.
9940
9941         * total speedups below: approx 10%.
9942
9943         * lily/include/beam.hh: new struct, softcode beam quanting parameters
9944
9945         * lily/include/grob.hh (class Grob): add interfaces_ member.
9946
9947         * lily/bezier.cc (init_polynomial_cache): new function: cache
9948         binom(3,j) t^j (1-t)^{3-j}
9949         (curve_point): opps, actually use the cache for t^j , (1-t)^j! 
9950
9951         * lily/*.cc: substitution throughout.
9952
9953         * lily/grob-property.cc (internal_get_object): new routine.
9954         (internal_set_object): idem. Store grob refrences in separate
9955         alist. This saves processing time, since properties aren't
9956         break-substituted, and the per grob namespace is smaller, both for
9957         grobs and non-grob properties.
9958
9959         * scm/define-grob-properties.scm (all-internal-grob-properties):
9960         remove center-element.
9961
9962         * lily/grob.cc: remove tweak-count, tweak-rank.
9963
9964 2005-07-15  Graham Percival  <gperlist@shaw.ca>
9965
9966         * Documentation/user/lilypond-book.itely: fixes example.
9967
9968 2005-07-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9969
9970         * Documentation/user/global.itely (Creating titles):    
9971         * Documentation/user/examples.itely (All headers): change the
9972         place of \header in \score blocks (after music block) to make
9973         examples compile (cf. changes on parser.yy on 2005-07-10)
9974
9975 2005-07-13  Graham Percival  <gperlist@shaw.ca>
9976
9977         * python/convertrules.py: add exc -> ecc rule.
9978
9979         * scripts/convert-ly.py: add location of convertrules.py
9980         in a comment.
9981
9982         * Documentation/user/changing-defaults.itely: fix language.
9983
9984 2005-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
9985
9986         * lily/lily-parser-scheme.cc (LY_DEFINE): Guile 1.6 fix.
9987
9988 2005-07-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9989
9990         * scm/output-socket.scm (grob-bbox): don't use inf? 
9991
9992         * flower/include/rational.hh: add operator bool() 
9993
9994         * scm/define-music-types.scm (music-descriptions): remove
9995         internal-class-name properties.
9996
9997         * lily/include/event.hh: remove file.
9998
9999         * lily/include/music-constructor.hh: remove file.
10000
10001         * lily/parser.yy (Lily_lexer): check EVENT_IDENTIFIER using 'event
10002         in 'types property.
10003
10004         * lily/music.cc (duration_length_callback): new function.
10005
10006         * lily/event.cc: remove file.
10007
10008         * lily/music-constructor.cc: remove file.
10009
10010         * lily/music-scheme.cc (LY_DEFINE): rename to ly:make-music
10011
10012         * lily/context.cc (get_grob_key): nop if use_object_keys not set.
10013         (get_context_key): idem.
10014
10015         * scm/lily.scm (lambda): new option object-keys (default to #f)
10016
10017         * scm/output-svg.scm (utf-8-string): rename  from utf8-string.
10018
10019         * scm/output-gnome.scm: remove beam routine.
10020
10021         * scm/output-ps.scm (scm): idem.
10022
10023         * scm/output-svg.scm: remove beam.
10024
10025         * ps/music-drawing-routines.ps: remove draw_beam.
10026
10027         * lily/lookup.cc (beam): use round_filled_polygon() for beam.
10028
10029         * flower/include/guile-compatibility.hh (scm_from_locale_string):
10030         add scm_from_locale_string compatibility glue. 
10031
10032 2005-07-13  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
10033
10034         * scripts/lilypond-book.py: Prevent occuring error when
10035         'lilypond-book --output=foo/ somefile.ly' is executed multiple
10036         times and target file shoud be overwritten.  (Error message said
10037         'input file and output file is same'.)
10038
10039 2005-07-13  Graham Percival  <gperlist@shaw.ca>
10040
10041         * input/regression/slur-extreme.ly,
10042         input/regression/slur-scoring.ly, lily/slur-configuration.cc,
10043         lily/slur.cc, mf/feta-din-code.mf, mf/feta-timesig.mf,
10044         mf/parmesan-heads.mf, scm/define-grob-properties.scm: Change
10045         "excentricity" to "eccentricity".
10046
10047         * Documentation/user/converters.itely: fix URL for Noteedit and
10048         Rosegarden.
10049
10050         * THANKS: added Yoshinobu Ishizaki.
10051
10052 2005-07-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10053
10054         * scm/define-markup-commands.scm (justify-field): add. 
10055
10056         * scm/define-grobs.scm (all-grob-descriptions): decrease font size.
10057
10058 2005-07-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10059
10060         * lily/lookup.cc (filled_box): express filled_box with
10061         round_filled_box
10062
10063         * scm/midi.scm (paper-book-write-midis): new function. Write all
10064         performances in numbered MIDI files.
10065
10066         * lily/performance-scheme.cc (LY_DEFINE): new file.
10067         (LY_DEFINE): new function ly:performance-write.
10068
10069         * lily/lily-parser-scheme.cc (LY_DEFINE): ly:parser-output-name:
10070         new function.
10071         (LY_DEFINE): change name ly:parser-define -> ly:parser-define!
10072
10073         * scm/framework-*.scm: use port arguments throughout.
10074
10075         * lily/include/lily-guile.hh: rename ly_c_X_p -> ly_is_X
10076
10077         * lily/paper-outputter.cc (Paper_outputter): take port argument.
10078
10079         * lily/paper-outputter-scheme.cc (LY_DEFINE): take port argument.
10080
10081         * scm/framework-texstr.scm (output-framework): 
10082
10083         * input/regression/repeat-fold.ly (texidoc): remove TeX strings.
10084
10085         * scm/output-lib.scm (tablature-stem-attachment-function):
10086         tablature stem attachment fix. 
10087
10088 2005-07-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10089
10090         * lily/bezier.cc: hardcode binomial coefficients of order 3.
10091
10092         * lily/include/music-wrapper.hh: remove Music_wrapper as Music subtype.
10093
10094         * scm/define-music-types.scm (music-descriptions): don't use
10095         Music_wrapper type.
10096
10097         * lily/paper-column.cc (print): print moment too.
10098
10099         * scripts/mup2ly.py (cp_to_dir): remove 1.5.2 compat glue.  
10100         remove compatibility cruft.
10101
10102         * lily/parser.yy (score_body): \score can only begin with Music. 
10103
10104         * lily/score-scheme.cc (LY_DEFINE): rename scorify to
10105         make-score. Take music argument only. Move parser interaction to
10106         Scheme.
10107
10108         * scm/lily-library.scm (scorify-music): new function.
10109
10110         * python/lilylib.py (datadir): remove 2.1 compat kludge.
10111         (datadir): remove resource import.
10112         (print_environment): remove get_bbox()
10113         (cp_to_dir): remove pre 1.5.2 compat glue.
10114
10115 2005-07-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10116
10117         * lily/include/simple-spacer.hh (Module): idem.
10118
10119         * lily/include/spring.hh (struct Spring): store inverse
10120         strength. This prevents division by zero.
10121
10122         * VERSION: release 2.7.0
10123         
10124         * lily/include/music.hh (class Music): remove Music::duration_log()
10125
10126         * lily/stem-engraver.cc (make_stem): take duration log from event.
10127
10128         * lily/chord-tremolo-engraver.cc: don't ack note-head-interface.
10129
10130 2005-07-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10131
10132         * scm/lily.scm (ly:load): load autochange.scm
10133
10134         * Documentation/user/tutorial.itely (Running LilyPond for the
10135         first time): remove reference to DVI/TeX
10136
10137         * scm/define-markup-commands.scm (text): add \text markup command.
10138
10139         * configure.in (reloc_b): bump requirement to Python 2.2.
10140
10141         * lily/include/dots.hh (class Dots): make has_interface() static.
10142
10143         * python/convertrules.py (conv): add rule for ly:grob-default-font
10144
10145         * scm/define-grobs.scm (all-grob-descriptions): reorganize in
10146         alphabetical order.
10147
10148         * input/regression/trill-spanner-pitched.ly: new file.
10149
10150         * lily/font-interface-scheme.cc (LY_DEFINE): function
10151         ly:grob-default-font (changed from get-default-font).
10152
10153         * lily/axis-group-interface-scheme.cc (LY_DEFINE): new file.
10154
10155         * lily/note-head.cc (internal_print): if style is not a symbol,
10156         set style to 'default. 
10157         (internal_print): no style suffix if glyph-name-procedure not
10158         set. Default to quarter head.
10159
10160         * scm/define-grobs.scm (Module): new grob TrillPitchHead.
10161
10162         * scm/define-music-properties.scm (all-music-properties): add trill-pitch.
10163
10164         * ly/music-functions-init.ly: \pitchedTrill
10165
10166         * lily/pitched-trill-engraver.cc (acknowledge_grob): new file.
10167
10168         * ly/Welcome_to_LilyPond.ly: update to 2.6.0
10169
10170         * lily/trill-spanner-engraver.cc (finalize): rename req -> event
10171
10172         * scm/define-markup-commands.scm (pad-markup): pad-markup command.
10173
10174         * po/fr.po: update
10175
10176         * po/de.po: update.
10177
10178 2005-07-06  Graham Percival  <gperlist@shaw.ca>
10179
10180         * Documentation/user/changing-defaults.itely: add link
10181         to grob-iterface.
10182
10183         * Documentation/user/advanced-notation.itely: add material
10184         to Setting automatic beam behaviour.  Thanks, Joe!
10185
10186         * Documentation/user/lilypond.itely: change encoding to utf-8.
10187
10188 2005-07-01  Mats Bengtsson  <mabe@s3.kth.se>
10189
10190         * Documentation/user/advanced-notation.itely (Setting automatic
10191         beam behavior): Correct the documentation of
10192         revert-auto-beam-setting (backportme)
10193
10194 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10195
10196         * lily/ly-module.cc (ly_make_anonymous_module): define
10197         %module-public-interface of module. 
10198
10199         * lily/lily-parser.cc (print_smob): allow printing of parser smob
10200         without lexer.
10201
10202 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10203
10204         * input/regression/fret-diagrams.ly: stretch example.
10205
10206 2005-06-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10207
10208         * cygwin/GNUmakefile ($(outdir)/%.sh): Bugfix: use TAB (Bertalan
10209         Fodor).
10210
10211 2005-06-30  Graham Percival  <gperlist@shaw.ca>
10212
10213         * Documentation/topdocs/AUTHORS.texi: update personal web address.
10214
10215         * Documentation/user/examples.itely, lilypond-book.itely:
10216         change \RequirePackage to \usepackage.
10217
10218         * Documentation/user/global.itely: document copyright and tagline.
10219
10220 2005-06-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10221
10222         * Documentation/user/basic-notation.itely (Transpose): remove link
10223         to nonexistent UntransposableMusic.
10224
10225         * scm/output-svg.scm: remove old definitions.
10226
10227         * scripts/lilypond-book.py (do_file): search for kpsewhich before
10228         invoking.
10229
10230         * python/lilylib.py (search_exe_path): new function.
10231
10232 2005-06-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10233
10234         * python/lilylib.py (mkdir_p): remove setup_environment()
10235         (backportme)
10236
10237         * buildscripts/mutopia-index.py (headertext): trim text.
10238
10239         * Documentation/topdocs/NEWS.tely (Top): refresh.
10240
10241         * scm/define-markup-commands.scm (wordwrap-string): new function:
10242         split string in paras and words.
10243         (wordwrap-markups): new function.
10244         (wordwrap-stencils): new function. 
10245         (justify): use it.
10246         (wordwrap): use it.
10247         (wordwrap-string): use it
10248         (justify-string): use it.
10249
10250         * scm/lily-library.scm (regexp-split): new function.
10251
10252         * scm/define-markup-commands.scm: remove encoded-simple. 
10253         remove font-markup.
10254         (fontsize): remove old version  of fontsize.
10255         (wordwrap): new markup function. Wrap into paragraphs.
10256
10257         * VERSION: Branch lilypond_2_6
10258         (MINOR_VERSION): go to 2.7.0
10259
10260 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10261
10262         * po/zh_TW.po: update from translation project.
10263
10264 2005-06-28  Graham Percival  <gperlist@shaw.ca>
10265
10266         * scm/midi.scm: compile fix.
10267
10268 2005-06-28  Mats Bengtsson  <mabe@s3.kth.se>
10269
10270         * scripts/lilypond-book.py : Fix embarrassing bug in my previous
10271         patch. Now, the tempfile module is loaded too, not only used.
10272
10273 2005-06-28  Stephen Charles McCarthy  <stecmccarthy@hotpop.com>
10274
10275         * scm/midi.scm: changed midi volumes in absolute-volume-alist from
10276         0.05 - 1.00 to 0.25 - 1.00
10277
10278         * scm/midi.scm: moved the default-instrument-equalizer procedure
10279         to just under the insturment-equalizer-alist it takes as an
10280         argument.
10281
10282 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10283
10284         * Documentation/user/advanced-notation.itely (Font selection):
10285         remove CMR note.
10286
10287         * scm/framework-ps.scm (write-preamble): ly:warning iso. ly:warn 
10288
10289 2005-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10290
10291         * THANKS: Add UTF-8 marker.
10292
10293         * Documentation/user/point-and-click.itely (http): Update: use
10294         lilypond-invoke-editor.  Fix: instruct to use user.js.
10295
10296 2005-06-27  Graham Percival  <gperlist@shaw.ca>
10297
10298         * ly/titling-init.ly: implements printpagenumber, increases
10299         space between dedication and title (to avoid collisions with
10300         "g" and "q" in dedication), and nicer logic about copyright
10301         and instrument fields being printed on the first page.
10302         Thanks Vincent!
10303
10304         * Documentation/user/global.itely: document printpagenumber.
10305
10306 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10307
10308         * Documentation/topdocs/NEWS.tely: Update to 2.6.
10309
10310 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10311
10312         * THANKS: update to 2.6
10313
10314         * VERSION: 2.6.0 released.
10315
10316 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10317
10318         * cygwin/GNUmakefile (OUT_POSTREMOVES): Reinclude install script
10319         rule, errorneously removed probably because of misleading comment.
10320
10321 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10322
10323         * python/lilylib.py (datadir): py2exe comments.
10324
10325         * Documentation/topdocs/INSTALL.texi (Top): remove EC fonts requirement.
10326
10327         * configure.in (reloc_b): make fontconfig REQUIRED.
10328
10329 2005-06-27  Heikki Junes <hjunes@cc.hut.fi>
10330
10331         * po/fi.po: add latest translations.
10332
10333 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10334
10335         * ChangeLog: recode utf-8
10336
10337         * Documentation/pictures/lilypond.xpm (Module): edited photo as
10338         logo.
10339
10340         * Documentation/user/examples.itely (Module): 2.4.0 -> 2.6.0
10341
10342         * input/*.ly (Module): 2.4 -> 2.6 grand convert-ly s/r. 
10343
10344         * python/convertrules.py (do_conversion): don't print program_name
10345         from within a module
10346
10347         * configure.in (reloc_b): bump fontforge requirement to 20050624.
10348
10349         * python/convertrules.py (conv): add 2.6.0 dummy rule.
10350
10351 2005-06-23  Graham Percival  <gperlist@shaw.ca>
10352
10353         * Documentation/user/lilypond-book.itely,
10354         Documentation/user/examples.itely: add \RequirePackage{graphics}.
10355
10356         * ly/titling.ly: checks printfirstpagenumber, adds meter, and
10357         fixes baseline-skip.  Thanks Vincent!
10358
10359         * Documentation/user/advanced-notation.itely, global.itely:
10360         moved "Selecting font sizes" to global, since it deals with
10361         notation font size, not text fonts.
10362
10363 2005-06-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10364
10365         * buildscripts/gen-emmentaler-scripts.py (notice): add GPL notice
10366         to fonts.
10367
10368 2005-06-23  Mats Bengtsson  <mabe@s3.kth.se>
10369
10370         * scripts/lilypond-book.py (LATEX_DOCUMENT): More or less ugly
10371         workaround since /dev/stdin doesn't work on Cygwin. Using a
10372         temporary file in the current directory since latex doesn't
10373         understand the path name to the default TMP in Cygwin (at least on
10374         win XP).
10375         
10376         * Documentation/user/global.itely (Creating titles): Correct
10377         misprint in example. Thanks to Rob Vlasaty.
10378
10379 2005-06-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10380
10381         * VERSION (PATCH_LEVEL): release 2.5.32
10382
10383         * lily/lily-parser-scheme.cc (LY_DEFINE): don't set 'parser
10384         variable in lily module
10385
10386         * scm/framework-ps.scm (output-classic-framework): error message
10387         regarding the classic framework.
10388
10389         * Documentation/user/henle-flat-gray.png (Module): new file.
10390
10391         * Documentation/user/baer-flat-gray.png (Module): new file.
10392
10393         * scm/output-lib.scm (fret-number-tablature-format): vcenter and
10394         whiteout for markups.
10395
10396         * buildscripts/substitute-encoding.py (note_glyph): include _ in
10397         regex too. This fixes change clef appearance in PDF. 
10398
10399         * ttftool/include/*: remove.
10400
10401         * configure.in (reloc_b): remove TTFTOOL_ENDIAN
10402
10403         * config.make.in (WINDRES): remove TTFTOOL_ENDIAN.
10404
10405         * lily/GNUmakefile (MODULE_INCLUDES): remove ttftool
10406
10407         * ttftool/*: remove ttftool subdirectory.
10408
10409         * GNUmakefile.in (SUBDIRS): remove ttftool subdirectory.
10410
10411         * lily/ttf.cc (print_header): new file. Convert to type42, using
10412         FreeType to parse the TTF. 
10413
10414         * ttftool/parse.c (readPostTable): ugh. Kludge: nglyphs in maxp
10415         and post table may differ. Pass around post_nglyphs as well.
10416
10417 2005-06-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10418
10419         * ly/music-functions-init.ly (musicMap): new music function
10420         musicMap. 
10421         
10422 2005-06-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10423
10424         * make/mutopia-rules.make: anti-alias-factor = 2
10425
10426         * scm/ps-to-png.scm (make-ps-images): cleanup multipage vs. single
10427         page switch.
10428
10429         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): set
10430         anti-alias-factor for lilypond-book runs.
10431
10432         * scm/ps-to-png.scm (scale-down-image): new function.
10433         (my-system): new function.
10434         (make-ps-images): blow up GS resolution by anti-alias-factor,
10435         scale down image by anti-alias-factor.  This improves appearance
10436         of bitmaps
10437         (make-ps-images): remove showpage. Fixes spurious empty png at
10438         end.
10439
10440         * scm/framework-ps.scm (write-preamble): downcase filename before
10441         string-matching. Should fix .TTF files (as opposed to ttf files)  
10442
10443         * Documentation/user/tutorial.itely (Running LilyPond for the
10444         first time): separate subsections for windows, macos and unix.  
10445
10446         * Documentation/user/invoking.itely (Updating files with
10447         convert-ly): add MacOS X note.
10448
10449 2005-06-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10450
10451         * Documentation/user/introduction.itely (Engraving): don't include
10452         file optical-spacing, add directly.
10453
10454         * lily/paper-outputter.cc (file): open file in binary mode. This
10455         fixes OTF embedding on windows.
10456
10457 2005-06-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10458
10459         * scm/framework-ps.scm (write-preamble): remove debugging output.
10460
10461         * mf/aybabtu.pe.in (i): don't generate aybabtu.cff
10462
10463         * mf/GNUmakefile ($(outdir)/fonts.cache-1): create font cache for
10464         outdir.
10465         (install-fc-cache): install font cache in installation directories.
10466
10467 2005-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10468
10469         * scm/editor.scm (editor-command-template-alist): Use char iso
10470         column, except for Emacs.
10471         (get-editor-command): Substitute char too (Bertalan Fodor).
10472
10473 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10474
10475         * scm/ps-to-png.scm (make-ps-images): Use ~S instead of single
10476         quoted ~s.  This should fix PNG output on Windows; single quotes
10477         are regular characters on Windows.
10478
10479 2005-06-16  Graham Percival  <gperlist@shaw.ca>
10480
10481         * Documentation/user/basic-notation.itely: include ChoirStaff
10482         in System start delimiters.
10483
10484         * Documentation/user/putting.itely: new doc section on
10485         fixing overlapping notation.
10486
10487 2005-06-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10488
10489         * Documentation/user/global.itely (Paper size): \paper is in
10490         \book, not \score.
10491
10492         * make/mutopia-rules.make: -ddelete-intermediate-files
10493
10494         * ly/engraver-init.ly: make Staff default child of ChoirStaff.
10495
10496 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10497
10498         * ChangeLog: Recode utf-8.
10499
10500         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install .so module in
10501         datadir with .py modules.
10502
10503 2005-06-15  Heikki Junes  <hjunes@cc.hut.fi>
10504
10505         * Documentation/user/basic-notation.itely (Ties): add tieDashed.
10506
10507 2005-06-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10508
10509         * make/mutopia-rules.make: switch off ps, p&c for lilypond runs.
10510         
10511         * scm/framework-ps.scm (write-preamble): remove status check.
10512
10513         * Documentation/user/invoking.itely (Updating files with
10514         convert-ly): remove -o option.
10515
10516         * VERSION (PACKAGE_NAME): release 2.5.31
10517
10518         * scm/framework-ps.scm (write-preamble): use ly:system.
10519         (write-preamble): verbosity.
10520
10521         * scripts/convert-ly.py: cleanup. Use lilylib. Use convertrules.
10522
10523         * python/convertrules.py: new file. Store conversion rules
10524         separately.
10525
10526 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10527
10528         * scm/backend-library.scm (postprocess-output): remove debugging gobs.
10529
10530 2005-06-14  Mats Bengtsson  <mabe@s3.kth.se>
10531
10532         * Documentation/topdocs/NEWS.tely (Top): Corrected name of
10533         \musicDisplay 
10534
10535         * Documentation/user/instrument-notation.itely (More stanzas): Add
10536         reference to StanzaNumber.
10537
10538 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10539
10540         * THANKS: separate section for website translators.
10541
10542 2005-06-14  Graham Percival  <gperlist@shaw.ca>
10543
10544         * Documentation/topdocs/INSTALL.texi: update vim info;
10545         thanks Simon Bailey!
10546
10547         * Documentation/user/advanced-notation.itely: included
10548         color names.
10549
10550         * Documentation/user/advanced-notation.itely,
10551         Documentation/usr/notation-appendices.itely: moved
10552         color names into an appendix.
10553
10554 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10555         
10556         * lily/program-option.cc (LY_DEFINE): new function ly_add_option.
10557
10558         * scm/lily.scm (lambda): initialize program options from here.
10559
10560         * scm/framework-*.scm: add header info.
10561
10562         * lily/main.cc (parse_argv): only set output format to pdf if no
10563         other format specified.
10564
10565         * scm/backend-library.scm (postprocess-output): process
10566         'delete-intermediate-files after running convert-to-*. This fixes
10567         PNG generation when 'delete-intermediate-files is set.
10568         
10569 2005-06-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10570
10571         * buildscripts/mutopia-index.py (list_item): thinko. Fixes png
10572         links on website. 
10573
10574 2005-06-13  Graham Percival  <gperlist@shaw.ca>
10575
10576         * Documentation/topdocs/INSTALL.texi,
10577         Documentation/user/lilypond-book.itely: typos.
10578
10579 2005-06-12  Pal Benko  <benkop@freestart.hu>
10580
10581         * elisp/lilypond-mode.el (LilyPond-command-alist: 2PS): space
10582         added between program name and switch; -b changed to -f not
10583         to generate pdf
10584
10585 2005-06-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10586
10587         * elisp/lilypond-mode.el (LilyPond-command-alist): remove 2midi
10588         (LilyPond-command-alist): use -f ps (thanks to Pal Benko)
10589
10590         * input/sakura-sakura.ly: add \midi.
10591
10592         * buildscripts/mutopia-index.py (find): use /usr/bin/find
10593         iso. python find. 
10594
10595         * ttftool/test.c (main): cosmetics.
10596
10597         * ttftool/util.c (surely_lseek): use stdio FILE's for I/O 
10598
10599         * ttftool/test.c: new file. If compiled with -DTEST_TTFTOOL,
10600         create a ttf2ps binary.
10601
10602         * scm/ps-to-png.scm (make-ps-images): fix rename-page-1 functionality.
10603
10604         * scm/backend-library.scm (postscript->png): set rename-page-1 to
10605         true.
10606
10607 2005-06-11  Graham Percival <gperlist@shaw.ca>
10608
10609         * Documentation/user/lilypond-book.itely: add warning about
10610         the font warnings in dvips.
10611
10612 2005-06-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10613
10614         * THANKS: typo
10615
10616         * mf/GNUmakefile ($(outdir)/$(redhat-package)): Fedora-4 url.
10617
10618         * GNUmakefile.in: remove links for .map, .enc
10619         don't fail if out/ doesn't exist yet.
10620
10621 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10622
10623         * ttftool/util.c (surely_read): return nbytes
10624
10625         * stepmake/bin/text2html.py (txt2html): add utf-8 marker. 
10626
10627         * VERSION (PACKAGE_NAME): release 2.5.30
10628
10629         * flower/string-convert.cc (precision_string): >? fix.
10630
10631         * scm/ps-to-png.scm (make-ps-images): search-gs for multipage too.
10632         (make-ps-images): add verbose -q too.
10633
10634         * lily/default-actions.cc (Module): new file. default
10635         {book,score}-print functions.
10636
10637         * scm/ly-from-scheme.scm (ly:parse-string-result): use new setup:
10638         pass results via parseStringResult, lookup via ly:parser-lookup.  
10639
10640         * lily/lily-parser.cc (Lily_parser): only clone lexer in
10641         constructors.
10642         (parse_file): encapsulate do_yyparse() in scm_set_current_module()
10643         (parse_string): idem.
10644
10645         * ly/spanners-init.ly (assertBeamQuant): don't use #{ #} in init.
10646
10647         * lily/main.cc (main_with_guile): copy be_verbose_global into
10648         ly_set_option()
10649
10650 2005-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10651
10652         * scm/backend-library.scm (postscript->pdf):
10653         * scm/ps-to-png.scm (make-ps-images): Do not use gs -q switch in
10654         verbose mode.  Search for several names of gs executable.
10655
10656 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10657
10658         * lily/ly-module.cc (ly_make_anonymous_module): call make-module
10659         directly. This fixes a massive memory leak, provided you use CVS
10660         GUILE.
10661
10662 2005-06-10  Erik Sandberg  <ersa9195@student.uu.se>
10663
10664         * ly/property-init.ly: Added tieDashed.
10665
10666         * THANKS: Added some bughunters for 2.5.
10667
10668 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10669
10670         * lily/program-option.cc: add debug-gc option.
10671
10672         * lily/include/lily-guile-macros.hh: don't protect exported module
10673         objects.
10674
10675         * lily/include/lily-parser.hh (class Lily_parser): remove beam_check().
10676
10677         * scm/backend-library.scm (postscript->pdf): use
10678         delete-intermediate-files iso. running-from-gui? 
10679
10680         * ttftool/util.c (surely_read): robustness. Allow read() to return
10681         less bytes than requested, as per posix standards.
10682
10683         * lily/pfb.cc (LY_DEFINE): set ttf_verbosity from ttf-verbosity
10684         program option.
10685
10686         * ttftool/include/ttftool.h ("C"): rename verbosity to
10687         ttf_verbosity. Add to public interface.
10688
10689         * scm/music-functions.scm (unfold-repeats): remove debugging display.
10690
10691         * lily/program-option.cc: rename from scm-option.cc
10692
10693         * lily/scm-option.cc (LY_DEFINE): handle no-foobar option setting.
10694         (get_help_string): Print pretty help string.
10695
10696         * scripts/lilypond-book.py (PREAMBLE_LY): add no-point-and-click
10697         to snippet preamble.
10698
10699         * lily/scm-option.cc: remove command-line-settings option. Fold
10700         all command-line options plus default settings in a generic
10701         interface. 
10702
10703         * flower/getopt-long.cc (table_string): indent 2nd lines of help
10704         texts too.
10705
10706 2005-06-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10707
10708         * flower/file-name.cc: Bugfix: only append DIRSEP if BASE_
10709         or EXT_ components non-empty.
10710
10711 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
10712
10713         * scm/lily.scm (running-from-gui?): Export.
10714
10715         * lily/lily-parser-scheme.cc (ly:parse-file): Use it to generate
10716         output in .ly source directory.
10717
10718 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10719
10720         * ttftool/util.c (surely_lseek): more verbosity.
10721
10722         * lily/include/lily-proto.hh: add Context_def. This fixes FC4
10723         compile.
10724
10725         * lily/parser.yy (Repeated_music): remove >? 
10726
10727         * scm/backend-library.scm (postscript->pdf): Support for
10728         -dgs-font-load=1
10729
10730         * scm/framework-ps.scm (write-preamble): make font loading
10731         switchable to GS via --define-default gs-font-load=1
10732
10733 2005-06-09  Graham Percival  <gperlist@shaw.ca>
10734
10735         * Documentation/user/global.itely: added \layout docs.
10736
10737 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10738
10739         * lily/lily-parser-scheme.cc: add unistd.h
10740
10741 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10742
10743         * scm/editor.scm: add char argument.
10744
10745         * scripts/lilypond-invoke-editor.scm (dissect-uri): add char. 
10746
10747         * ttftool/util.c (syserror): use errno for better error reporting.
10748
10749         * lily/source-file.cc (get_counts): new function. Calc column,
10750         line and char count in one go.
10751
10752         * lily/binary-source-file.cc (quote_input): rename to quote_input
10753
10754         * lily/input.cc (set): new function.
10755
10756 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
10757
10758         * flower/file-path.cc (find): Bugfix.  Append rather than prepend
10759         directory part of file name to search directory.
10760
10761         * lily/lily-parser-scheme.cc (ly:parse-file): Prepend cwd to
10762         search path and chdir to DIR if --outname=DIR used.
10763
10764         * lily/main.cc (prepend_env_path): Bugfix: Check directory
10765         existence before appending original path.
10766
10767 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10768
10769         * ttftool/parse.c (readNamingTable): verbosity for "bad TTF
10770         file" massage.
10771
10772         * Documentation/user/GNUmakefile (TEXINPUTS): set TEXINPUTS so our
10773         texinfo.tex is always used.
10774         
10775 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10776
10777         * flower/include/axis.hh: rename from axes.hh
10778
10779         * lily/include/text-interface.hh (Module): rename from text-item.hh
10780
10781         * VERSION (PATCH_LEVEL): release 2.5.29
10782
10783         * ttftool/parse.c (readNamingTable): handle Apple/8bit encoding too.
10784
10785         * scm/framework-ps.scm (font-file-as-ps-string): new function.
10786         (handle-macfont): new function. Call fondu for Native mac fonts.
10787
10788         * scm/define-markup-commands.scm (fill-line): handle text-widths =
10789         '() case.
10790
10791 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10792
10793         * scm/ps-to-png.scm (make-ps-images): Bugfix: `Pages: 1\n' is not
10794         multi-page.  Fix .eps regular expression.
10795
10796 2005-06-07  Graham Percival  <gperlist@shaw.ca>
10797
10798         * Documentation/user/putting.itely: add info on modifying templates.
10799
10800         * Documentation/user/lilypond.itely, converters.itely, invoking.itely:
10801         misc small changes.
10802
10803 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10804
10805         * scm/ps-to-png.scm (make-ps-images): no paper size for multi-page.
10806
10807         * scripts/lilypond-ps2png.scm
10808
10809         * VERSION (PACKAGE_NAME): release 2.5.28
10810
10811 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10812
10813         * lily/main.cc (prepend_env_path): Do not append /, that does not
10814         work.  Localedir lives in datadir, not in prefix.
10815
10816         * scm/framework-ps.scm (write-preamble): Remove load-font-via-GS
10817         hack for windows.
10818
10819         * flower/include/file-cookie.hh: Compile fix.
10820
10821 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10822
10823         * ly/engraver-init.ly: add \defaultchild to InnerStaffGroup. 
10824
10825         * scm/ps-to-png.scm (gulp-port): rename from read. Don't redefine
10826         system primitives.
10827         (gulp-port): using read-string!/partial. We don't want to read an
10828         entire PS file  (GUILE 1.6 limits strings to 16M) 
10829
10830         * scm/define-grobs.scm (all-grob-descriptions): remove arch-*
10831         properties. Add font-interface. 
10832
10833         * scm/define-grob-properties.scm (all-user-grob-properties):
10834         remove old bracket properties.
10835
10836         * scm/x11-color.scm: reformat. 
10837
10838         * lily/ledger-line-engraver.cc (acknowledge_grob): create new
10839         LedgerLineSpanner if new StaffSymbol is found. 
10840
10841         * lily/staff-symbol-engraver.cc (acknowledge_grob): also set
10842         staff-symbol for finishing staff. 
10843
10844         * lily/GNUmakefile (OUT_DIST_FILES): don't dist Flex output
10845
10846         * scm/output-svg.scm (setcolor): implement (re)setcolor with <g>
10847         change black to currentColor everywhere. This fixes color support
10848         in SVG.
10849
10850 2005-06-06  Carl Sorensen  <carldsorensen@comcast.net>
10851
10852         * input/regression/fret-diagrams.ly: new file to test fret diagram
10853         capability
10854
10855         * scm/output-tex.scm: remove white-dot and white-text
10856
10857         * scm/output-ps.scm: remove white-dot and white-text
10858
10859         * scm/fret-diagrams.scm (sans-serif-stencil-white): removed -- 
10860         using ly:stencil-in-color instead
10861         (draw-dots) : remove call to white-dot
10862
10863 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10864
10865         * flower/memory-stream.cc (Memory_out_stream): remove fopencookie
10866         support.
10867
10868         * ttftool/ttfps.c: use lily_cookie functions everywhere. 
10869
10870         * flower/include/file-cookie.hh: new file. lily_cookie extension 
10871
10872         * flower/file-cookie.cc: new file. lily_cookie extension.
10873         
10874 2005-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10875
10876         * scm/editor.scm (editor-command-template-alist): Add syn
10877         editor (Jaap [de Vos]).
10878
10879 2005-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10880
10881         * scripts/lilypond-ps2png.scm:
10882         * scm/ps-to-png.scm: New file.
10883
10884         * scm/backend-library.scm (postscript->png): Use it.
10885
10886         * scripts/lilypond-ps-to-png.py: Remove file.
10887
10888         * python/lilylib.py (get_bbox, make_ps_images): Remove.
10889
10890 2005-06-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10891
10892         * lily/auto-beam-engraver.cc (acknowledge_grob): remove dead code.
10893
10894         * scm/auto-beam.scm (default-auto-beam-check): only forbid beam
10895         start on grace moment. Fixes autobeam-grace.ly.
10896
10897         * lily/auto-beam-engraver.cc (process_acknowledged_grobs): don't
10898         process anything unless we're at the end of a pending beam. Fixes
10899         syncopated 8ths beamed across a beat.
10900
10901 2005-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10902
10903         * scm/editor.scm (editor-command-template-alist): Start emacs if
10904         emacslient fails.
10905
10906         * lily/main.cc (setup_localisation): Listen to LILYPOND_LOCALEDIR.
10907
10908         * flower/file-path.cc (is_file, is_dir): Export.
10909
10910         * lily/main.cc (prepend_env_path, set_env_file): Use them.
10911
10912 2005-06-02  Mats Bengtsson  <mabe@s3.kth.se>
10913
10914         * lily/easy-notation.cc: Added include cctype to correct
10915         compilation error.
10916
10917 2005-06-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10918
10919         * scm/backend-library.scm (postscript->pdf): set resolution to
10920         1200, so bitmap fonts aren't that ugly. 
10921
10922         * Documentation/topdocs/NEWS.tely (Top): add entry about font family.
10923
10924         * lily/dynamic-engraver.cc (acknowledge_grob): only center on
10925         parent if we have a notehead. Fixes incorrect offsets when
10926         Paper_column is very wide in the X direction.
10927
10928         * input/regression/font-family-override.ly (Module): new file.
10929
10930         * scm/font.scm (make-pango-font-tree): new function.
10931
10932         * lily/beam.cc (before_line_breaking): remove warning about less
10933         than 2 visible stems. We still get a warning when there is only
10934         one stem.
10935
10936 2005-06-01  Werner Lemberg  <wl@gnu.org>
10937
10938         * buildscripts/substitute-encoding.py: Handle PFAemmentaler-xx.pfa
10939         correctly.
10940
10941 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10942
10943         * lily/slur-scoring.cc (generate_avoid_offsets): new
10944         function. Generate avoid offsets once per slur.
10945
10946         * lily/slur.cc (add_extra_encompass): add dependency to
10947         extra-encompass object. This fixes bugs/c-phrasing-slur.ly
10948
10949         * lily/stencil.cc (is_empty): check dim_ field for is_empty()
10950         too. Fixes inf error with added bass notes.
10951
10952         * scripts/lilypond-book.py (do_options): --psfonts doesn't take
10953         argument anymore.
10954
10955         * make/ly-vars.make (DVIPS_FLAGS): use .psfonts as extension.
10956
10957         * input/tutorial/lbook-latex-test.tex: add line length test.
10958
10959         * scripts/lilypond-book.py (set_default_options): new
10960         function. Call this before dissecting snippets, so linewidth
10961         settings reach the snippets.
10962
10963 2005-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
10964
10965         * scm/lily.scm (PLATFORM, slashify): Remove double slashes.
10966
10967 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10968
10969         * input/mutopia/R.Schumann/romanze-op28-2.ly (leftb): bugfix.
10970
10971 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
10972
10973         * stepmake/aclocal.m4: More autopackage friendliness.
10974
10975 2005-05-31  Graham Percival  <gperlist@shaw.ca>
10976
10977         * Documentation/index.html.in: remove link to LSR.
10978
10979         * Documentation/user/global.itely: remove duplicate
10980         "dedication" \header{} section.
10981
10982 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10983
10984         * VERSION (PACKAGE_NAME): release 2.5.27.
10985
10986         * lily/lily-parser-scheme.cc (LY_DEFINE): unprotect paper
10987         too. Plugs memory leak.
10988
10989         * make/lilypond.fedora.spec.in (Group): remove
10990         lilypond-pdfpc-helper.
10991
10992         * scripts/GNUmakefile (SEXECUTABLES): remove
10993         lilypond-pdfpc-helper. Use lilypond-invoke-editor instead.
10994
10995         * scm/font.scm (make-century-schoolbook-tree): add Mono as
10996         'typewriter family.
10997
10998         * lily/score.cc (Score): unprotect copy of Output_def. Plugs
10999         memory leak.
11000
11001         * lily/parser.yy (score_body): don't clone Score, that's done in
11002         Lily_lexer::try_special_identifiers(). This fixes a memory leak.
11003
11004         * lily/score-engraver.cc (derived_mark): new function.
11005         (initialize): unprotect Paper_score. This fixes a memory leak.
11006
11007         * lily/score-performer.cc (derived_mark): new function.
11008
11009         * lily/score-translator.cc (get_output): use SCM for get_output() call.
11010
11011         * stepmake/aclocal.m4: put FlexLexer.h test in conftest.cc. Fixes
11012         spurious warning.
11013
11014         * scm/font.scm (make-century-schoolbook-tree): use Sans for sans
11015         serif.
11016
11017 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
11018
11019         * configure.in (reloc_b): Add --enable-relocation.
11020
11021 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11022
11023         * lily/pfb.cc (LY_DEFINE): show file name when loading PFB. 
11024
11025         * input/regression/alignment-order.ly: add Staff example.
11026
11027 2005-05-31  John Mandereau   <john.mandereau@free.fr>
11028
11029         * po/fr.po: update.
11030
11031 2005-05-31  Graham Percival  <gperlist@shaw.ca>
11032
11033         * Documentation/index.html.in: add link to LSR.
11034
11035 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11036
11037         * scm/define-stencil-commands.scm (Module): new file. Register all
11038         allowed stencil expression heads in a central place.
11039
11040         * lily/stencil-scheme.cc (LY_DEFINE): check is_stencil_head in
11041         ly:make-stencil
11042
11043         * lily/stencil-expression.cc (all_stencil_heads): registering
11044         stencil expressions.
11045
11046         * lily/stencil-interpret.cc: new file. Stencil expression
11047         interpreting.
11048
11049         * input/xiao-haizi-guai-guai.ly: move file back.
11050
11051 2005-05-30  Graham Percival  <gperlist@shaw.ca>
11052
11053         * Documentation/user/advanced.itely, converters.itely,
11054         instrument-notation.itely, lilypond-book.itely: misc small
11055         changes.
11056
11057 2005-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11058
11059         * lily/lexer.ll: Skip UTF-8 BOM at BOF.
11060
11061         * make/lilypond.fedora.spec.in: Fix source url.
11062
11063         * cygwin: Update from mingw patches.
11064
11065         * scm/editor.scm (editor-command-template-alist): Use jedit
11066         -reuseview (Bertalan), add uedit (Patrick Huberts).
11067
11068         * input/xiao-hai-zi-guai-guai.ly: Rename from
11069         xiao-haizi-guai-guai.ly.
11070
11071         * input/*: Reindent, do not use TAB.
11072
11073         * Documentation/pictures/ly.xpm: Bugfix: do not anti-alias against
11074         white background.
11075
11076 2005-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11077
11078         * scm/framework-ps.scm (dump-stencil-as-EPS): Add silly fix for
11079         numerical overflow error.
11080
11081 2005-05-29 Laura Conrad <lconrad@laymusic.org>
11082         
11083         * abc2ly.py: fix to syntax error in multi-part output.
11084
11085 2005-05-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11086
11087         * lily/span-bar.cc (print): sort bar line extents. Fixes problem
11088         with disappearing span bars when alignAboveContext is active
11089
11090         * lily/property-iterator.cc (check_grob): use is-grob?
11091         object-property. Fixes crash-key-sig-font-size.ly. 
11092
11093 2005-05-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11094
11095         * lily/bar-line.cc (print): don't round barlines; this produces
11096         odd aliasing effects in Acroread.
11097
11098         * lily/timing-engraver.cc (process_music): robustness fix.
11099
11100         * lily/context-def.cc (filter_engravers): bugfix.
11101
11102 2005-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11103
11104         * lily/lilypond.rc.in: Add ly-icon.
11105
11106         * lily/GNUmakefile: 
11107         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Add ly-icon
11108         rules.
11109
11110 2005-05-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11111
11112         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-in-color
11113
11114         * ps/music-drawing-routines.ps: 
11115
11116         * scm/output-ps.scm: remove draw ez_ball.
11117
11118         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
11119         EasyNotation context definition.
11120
11121         * lily/easy-notation.cc (brew_ez_stencil): new file. Use
11122         Text_interface and color for making easy note heads.
11123
11124         * lily/stencil.cc (with_color): new function.
11125
11126         * ps/music-drawing-routines.ps: remove draw_zigzag_line
11127
11128         * lily/line-spanner.cc (zigzag_stencil): rewrite to use draw-line
11129         output routine. Zigzag now works in SVG too.
11130
11131         * scm/output-tex.scm (filledbox): idem.
11132
11133         * scm/output-svg.scm (filledbox): idem.
11134
11135         * scm/output-ps.scm (lily-def): remove horizontal-line. 
11136
11137         * lily/lookup.cc (horizontal_line): use draw-line. 
11138
11139         * lily/system-start-delimiter.cc: remove old staff bracket code.
11140
11141         * mf/feta-haak.mf: further tweaks.
11142
11143         * lily/system-start-delimiter.cc (staff_bracket): use glyphs.
11144
11145         * mf/feta-generic.mf: include feta-haak.
11146
11147         * mf/feta-haak.mf: rewrite. Make separate glyphs for the tips 
11148
11149         * scm/framework-ps.scm (write-preamble): only load fonts if their
11150         filename is a string. 
11151
11152 2005-05-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11153
11154         * scm/output-svg.scm (circle): support circle.
11155         (bracket): stub for bracket.
11156
11157         * scripts/lilypond-book.py (main): make sure --psfonts warning is
11158         correct.
11159
11160 2005-05-26  Graham Percival  <gperlist@shaw.ca>
11161
11162         * Documentation/user/lilypond.tely, advanced-notation.itely,
11163         basic-notation.itely, instrument-notation.itely, global.itely,
11164         introduction.itely, tutorial.itely: rearranging, editing,
11165         clean-up.
11166
11167         * mf/GNUmakefile: change a "make -C" to "${MAKE} -C", required
11168         for compiling on FreeBSD.
11169
11170 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11171
11172         * lily/pfb.cc (LY_DEFINE): progress indication for opening ttf and
11173         otf files.
11174
11175         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (lower):
11176         bugfixes.
11177
11178         * VERSION: 2.5.26 released.
11179
11180         * scm/titling.scm (marked-up-headfoot): revert Pedro's patch. 
11181
11182 2005-05-25  Pedro Kroger  <kroeger@pedrokroeger.net>
11183
11184         * scm/titling.scm (marked-up-headfoot): doesn't print pagenumbers
11185         if printpagenumber is false.
11186
11187 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11188
11189         * lily/font-config.cc (init_fontconfig): comment out FontConfig
11190         cache warning.
11191
11192         * lily/tie.cc (print): support dotted ties.
11193         
11194 2005-05-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11195
11196         * scm/define-grobs.scm (all-grob-descriptions): switch off
11197         debugging
11198         (all-grob-descriptions): Arpeggio has Y-extent.
11199
11200         * scm/define-music-properties.scm (all-music-properties): document
11201         length-callback and start-callback as "read-only".
11202
11203         * scm/music-functions.scm (unfold-repeats): rewrite. Cannot set
11204         length-callback after creation. 
11205
11206         * scripts/convert-ly.py (conv): unfoldrepeats -> unfoldRepeats,
11207         compressmusic -> compressMusic.
11208
11209         * ly/music-functions-init.ly (oldaddlyrics): idem.
11210
11211         * lily/parser.yy: NewLyricCombineMusic ->
11212         LyricCombineMusic. LyricCombineMusic -> OldLyricCombineMusic.
11213
11214 2005-05-24  Pedro Kroger  <kroeger@pedrokroeger.net>
11215
11216         * ly/Welcome_to_LilyPond.ly: typo.
11217
11218 2005-05-24  Graham Percival  <gperlist@shaw.ca>
11219
11220         * Documentation/user/lilypond.tely: move changing-defaults to be
11221         before global issues.
11222
11223         * Documentation/user/basic-notation.itely: move Transpose section
11224         here from advanced/Other.
11225
11226         * Documentation/user/changing-defaults.itely,
11227         advanced-notation.itely: move Fonts to advanced, edit.
11228
11229 2005-05-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11230
11231         * lily/parser.yy (bare_int): remove rule.  From now on, we require
11232         # before negative integers.
11233
11234 2005-05-23  Graham Percival  <gperlist@shaw.ca>
11235
11236         * ly/property.ly: Update tieDotted to have the same form as slurDotted.
11237
11238         * Documentation/user/lilypond.tely: change Unified index to
11239         LilyPond index.
11240
11241         * Documentation/user/advanced-notation.itely,
11242         instrument-notation.itely: editing.
11243
11244 2005-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
11245
11246         * scm/lily.scm (lilypond-all): Bugfix: return failed.
11247
11248         * lily/main.cc (setup_paths)[__MINGW32__]: Normalize LILYPONDPREFIX.
11249
11250 2005-05-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11251
11252         * lily/general-scheme.cc (ly:stderr-redirect): Rename from
11253         ly:port-move.  Needs to be stderr-specific on mingw.
11254         Run fixcc.
11255
11256 2005-05-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11257
11258         * lily/general-scheme.cc (ly:port-move): Remove.
11259
11260         * scm/backend-library.scm (postscript->pdf): Remove -dSAFER in
11261         windows.
11262
11263         * lily/main.cc (setup_paths) [ARGV0_RELOCATION]: Reinstate GS_*
11264         variables.  This eliminates the need for a gs.bat wrapper, which
11265         opens a console.
11266
11267         * scripts/lilypond-invoke-editor.scm (running-from-gui?): 
11268         * scm/lily.scm (running-from-gui?): 
11269         * lily/main.cc[MINGW]: Remove isatty inversion, this is an
11270         artifact of not compiling with -mwindows.
11271
11272         * scm/editor.scm: Define PLATFORM.
11273
11274 2005-05-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11275
11276         * scripts/lilypond-book.py (PREAMBLE_LY): add marker, where people
11277         can start to cut & paste lilypond-book fragments.  
11278
11279         * scm/define-music-types.scm (music-descriptions): remove
11280         UntransposableMusic
11281
11282 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11283
11284         * scm/output-ps.scm (glyph-string): remove / before CIDs.
11285
11286 2005-05-20  Graham Percival  <gperlist@shaw.ca>
11287
11288         * Documentation/user/instrument-notation.itely: remove *Engraver.
11289
11290         * Documentation/user/advanced-notation.itely: edit, rearrange.
11291
11292 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11293
11294         * scm/output-ps.scm (glyph-string): take cid? argument. Use
11295         findresource iso. findfont for CID CFF fonts.
11296
11297         * VERSION (PACKAGE_NAME): release 2.5.25
11298
11299         * ly/Welcome_to_LilyPond.ly: add  \version
11300
11301 2005-05-20  Graham Percival  <gperlist@shaw.ca>
11302
11303         * Documentation/user/programming-interface.itely: move
11304         \displayMusic into its own section.
11305
11306         * Documentation/user/basic-notation.itely: finish editing.
11307
11308 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11309
11310         * flower/file-path.cc (find): don't throw away file_name.dir, but
11311         append to it. Fixes \include with directories.
11312
11313         * flower/include/file-path.hh (class File_path): don't derive from
11314         Array<String>.
11315
11316         * flower/include/file-name.hh (class File_name): remove to_str0()
11317
11318         * lily/hara-kiri-engraver.cc (acknowledge_grob): split
11319         Hara_kiri_engraver in separate file.
11320
11321         * lily/slur-configuration.cc (score_encompass): oops, <? to min()
11322         translation went wrong. Fixes vertically translated slurs.
11323
11324 2005-05-19  Graham Percival  <gperlist@shaw.ca>
11325
11326         * Documentation/user/basic-notaton.itely: editing.
11327
11328 2005-05-18  Graham Percival  <gperlist@shaw.ca>
11329
11330         * Documentation/user/macros.itexi, basic-notation.itely:
11331         add @commonprop (commonly used properties) macro.
11332
11333 2005-05-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11334
11335         * ly/Welcome_to_LilyPond.ly: talk about icon, not program.
11336
11337         * scripts/lilypond-book.py (invokes_lilypond): new function
11338         (main): only run fontextract if invokes_lilypond() is true.
11339
11340         * lily/function-documentation.cc (ly_add_function_documentation):
11341         duh, use !=
11342
11343         * Documentation/topdocs/INSTALL.texi (Top): add MacOS command.
11344
11345         * stepmake/aclocal.m4: remove kpathsea warning, change to OPTIONAL.
11346
11347         * scm/lily.scm (running-from-gui?): lowercase Darwin.
11348
11349         * lily/function-documentation.cc (ly_add_function_documentation):
11350         use scm_hash_table_p() for checking.
11351
11352 2005-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
11353
11354         * Documentation/user/advanced-notation.itely (Text scripts):
11355         Change nonexisting @internalsref{Text markup} to @ref{Text
11356         markup}.  Change @internalsref{Text script} to
11357         @internalsref{TextScript}.
11358
11359         * lily/main.cc (setup_paths): Bugfix: pangorc is not pango.modules.
11360
11361 2005-05-17  Graham Percival  <gperlist@shaw.ca>
11362
11363         * Documentation/user/tutorial.itely, basic-notation.itely,
11364         changing-defaults.itely: remove duplicate cindex entries
11365         that appear on the same page.
11366
11367         * scm/define-grobs.scm: change default padding for TextSpanner.
11368
11369         * Documentation/topdocs/AUTHORS.texi: update email address.
11370
11371         * Documentation/user/global.itely: add info about \include.
11372
11373 2005-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
11374
11375         * scm/backend-library.scm (postscript->pdf): Remove (useless) .ps
11376         when running-from-gui.
11377
11378         * scm/editor.scm (get-editor): Add platform defaults.
11379
11380         * scm/backend-library.scm (postscript->pdf): Typo.
11381
11382 2005-05-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11383
11384         * scm/lily.scm (running-from-gui?): Darwin never runs from GUI.
11385
11386         * lily/font-config.cc (init_fontconfig): add warning about cache.
11387
11388 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11389
11390         * lily/main.cc (setup_paths)[ARGV0_RELOCATION]: Remove GS_*.
11391
11392 2005-05-16  Mats Bengtsson  <mabe@s3.kth.se>
11393
11394         * lily/horizontal-bracket.cc (print): Take care of the direction
11395         property so brackets above the stave point downwards. 
11396
11397         * scm/define-grobs.scm (all-grob-descriptions): Set staff-padding
11398         for HorizontalBracket so it doesn't end up within the stave.
11399
11400 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11401
11402         * lily/GNUmakefile (default): Typo.
11403
11404         * scm/lily.scm (PLATFORM): Export.
11405
11406         * scm/framework-ps.scm (write-preamble)[MINGW]: Use
11407         load-font-via-GS, ttftool or fopencookie is broken on windows.
11408         
11409         * scm/backend-library.scm (postscript->pdf)[MINGW]: Do not use
11410         -dSAFER, that is broken on windows.
11411
11412 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11413
11414         * lily/GNUmakefile ($(outdir)/FlexLexer.h): conditional dependency
11415         for FlexLexer.h
11416
11417         * scripts/lilypond-invoke-editor.scm: remove stray -
11418
11419 2005-05-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11420
11421         * lily/lily-guile.cc (ly_scm2newstr): Use scm_i_string_length.
11422         Fixes deprecation warning.
11423
11424         * flower/include/string.icc (to_string): Only inline if
11425         -DSTRING_UTILS_INLINED.
11426
11427         * lily/pango-font.cc (pango_item_string_stencil): Normalize file
11428         name.  Remove windows comment.
11429
11430         * scm/editor.scm (slashify): New function.
11431         (get-editor-command): Use it.
11432         (get-command-template): Do not alter editor command if
11433         environment value includes `%(file)s' magic.
11434
11435         * scripts/lilypond-invoke-editor.scm (unquote-uri): New function.
11436         (dissect-uri): Use it.
11437         (unquote-uri): Bugfix.
11438
11439 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11440
11441         * scm/framework-ps.scm (write-preamble): add TTF rule.
11442
11443         * Documentation/topdocs/README.texi (Top): remove note about
11444         xdelta.
11445
11446         * Documentation/topdocs/INSTALL.texi (Top): remove Flex
11447         requirement.
11448
11449         * stepmake/aclocal.m4: STEPMAKE_FLEXLEXER_LOCATION: new
11450         function. Figure out where FlexLexer.h lives
11451
11452         * lily/GNUmakefile (OUT_DIST_FILES): dist lexer.cc and FlexLexer.h
11453         
11454 2005-05-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11455
11456         * scripts/lilypond-invoke-editor.scm (dissect-uri): Handle URIs
11457         with Windows root in file name.
11458
11459         * scm/backend-library.scm (ly:system): Only redirect output (using
11460         system and shell, ugh) if /dev/null is writable.
11461
11462         * Documentation/pictures/GNUmakefile [PLATFORM_WINDOWS]: Build
11463         windows icon.
11464
11465         * scm/lily.scm (is-absolute?): New function.  Fixes absolute files
11466         on Mingw.
11467
11468         * scm/output-ps.scm (grob-cause): Use it.  Fixes PDF point and
11469         click.
11470
11471         * flower/file-path.cc (is_dir, is_file): New function.  Actually
11472         use result of stat when available.
11473
11474         * flower/file-path.cc (find): Use it.  Refactor.  Fixes Mingw,
11475         absolute file name and root.
11476
11477         * scm/lily.scm (PLATFORM): On mingw, slashify getcwd.
11478
11479         * scm/editor.scm (get-editor-command): Typo: do not apply editor.
11480
11481         * flower/file-name.cc (slashify): Bugfix, do substitute if no
11482         slashes in file name.
11483
11484 2005-05-13  Jan Nieuwenhuizen  <janneke@gnu.org>
11485
11486         * Documentation/user/preface.itely (Preface): Run
11487         texinfo-all-menus-update.
11488
11489         * scm/editor.scm (get-editor-command): Bugfix: allow full
11490         LYEDITOR setting, partial XEDITOR setting.  With typo fix.
11491
11492         * Documentation/pictures/lilypond-48.xpm: New file.
11493
11494         * flower/file-path.cc (to_string): Bugfix: use PATHSEP.
11495
11496         * ly/Welcome_to_LilyPond.ly: New file.
11497
11498         * lily/main.cc (main): Only identify if we have a terminal.
11499
11500         * scm/backend-library.scm (postscript->png)
11501         (postscript->pdf): Fix file name quoting for GS/MINGW (ie,
11502         non-/bin/sh).
11503
11504 2005-05-13  Heikki Junes  <hjunes@cc.hut.fi>
11505
11506         * Documentation/topdocs/AUTHORS.texi: polish, update.
11507
11508 2005-05-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11509
11510         * Documentation/user/preface.itely (Notes for version 2.6): new
11511         notes for 2.6
11512
11513         * lily/dynamic-engraver.cc (stop_translation_timestep): first set
11514         finished_span_, then call typeset_all(). Fixes spurious "Hairpin
11515         is not fully contained" warnings.
11516
11517         * lily/slur-scoring.cc (get_bound_info): remove warning.
11518
11519         * lily/staff-symbol-engraver.cc (process_music): start initial
11520         spanner in process_music(). This fixes overrides of StaffSymbol
11521         properties.
11522
11523         * scm/framework-pdf.scm (Module): remove.
11524
11525         * Documentation/topdocs/AUTHORS.texi (AUTHORS): clean up, update.
11526
11527         * lily/ambitus-engraver.cc: formatting cleanups.
11528
11529         * mf/feta-solfa.mf (Module): remove.
11530
11531         * ChangeLog: more details about contributions.
11532
11533 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11534
11535         * lily/align-interface.cc (align_elements_to_extents): warn if
11536         called too early. Fixes: disappearing-staff-lines.ly
11537
11538         * VERSION (PACKAGE_NAME): release 2.5.24
11539
11540 2005-05-12  Jan Nieuwenhuizen  <janneke@gnu.org>
11541
11542         * stepmake/aclocal.m4: Typo.
11543
11544         * flower/string.cc (substitute): Take two strings or two
11545         characters.  Update callers.
11546
11547 2005-05-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11548
11549         * flower/file-name.cc (File_name): Slashify.
11550
11551         * scm/lily.scm: Use gui-main iso lilypond-main on MINGW.
11552
11553         * scripts/GNUmakefile (SEXECUTABLES): Add lilypond-invoke-editor.
11554
11555         * stepmake/aclocal.m4 (STEPMAKE_WINDOWS): New function.
11556
11557         * configure.in (gui_b): Use it.
11558
11559         * lily/lilypond.rc.in: New file.
11560
11561         * lily/GNUmakefile[PLATFROM_WINDOWS]: Compile it into executable.
11562
11563 2005-05-12  Graham Percival  <gperlist@shaw.ca>
11564
11565         * Documentation/user/advanced-notation.itely: edit of Text
11566         section; clarify text scripts vs. text markup.
11567
11568 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11569
11570         * lily/multi-measure-rest-engraver.cc
11571         (Multi_measure_rest_engraver): init bar_seen_ to true. Notice
11572         separation items on start. Fixes mm rests in start of score.
11573
11574         * lily/slur-scoring.cc (move_away_from_staffline): robustness,
11575         don't access StaffSymbol if not there.
11576         Fixes: crash-staff-symbol-engraver.ly.
11577
11578         * lily/instrument-name-engraver.cc (class
11579         Instrument_name_engraver): data member first_. Create
11580         InstrumentName on start. 
11581
11582 2005-05-12  Graham Percival  <gperlist@shaw.ca>
11583
11584         * Documentation/user/instrument-notation.itely: add guitar
11585         position.
11586
11587         * Documentation/user/introduction.itely,
11588         Documentation/user/lilypond.tely,
11589         Documentation/user/tutorial.itely: begin pruning
11590         unused (duplicated) cindex entries and misc cleanup.
11591
11592 2005-05-12  Mats Bengtsson  <mabe@s3.kth.se>
11593
11594         * input/test/volta-chord-names.ly: Bring the explanation up to
11595         date.
11596
11597 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
11598
11599         * Documentation/topdocs/{AUTHORS.texi,INSTALL.texi,README.texi}:
11600         Specify `@documentencoding utf-8' for html, ignore warnings.
11601
11602 2005-05-11  Erik Sandberg  <ersa9195@student.uu.se>
11603
11604         * THANKS: Added bughunters.
11605
11606 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
11607
11608         * lily/main.cc: update help string for `lilypond -H'.
11609
11610         * po/fi.po: update.
11611         
11612 2005-05-10  Graham Percival  <gperlist@shaw.ca>
11613
11614         * Documentation/user/advanced-notation.itely: minor fixes.
11615
11616 2005-05-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11617
11618         * scm/editor.scm: New module.
11619
11620         * scm/lily.scm (gui-main): Use it.
11621
11622         * scm/framework-gnome.scm (spawn-editor): Use it.
11623
11624         * scripts/lilypond-invoke-editor.scm: Use it in new script.
11625
11626 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11627
11628         * scm/framework-ps.scm (load-font-via-GS):  new function.
11629
11630         * lily/pango-font.cc (pango_item_string_stencil): add support for
11631         CID keyed font.
11632
11633         * scm/output-ps.scm (glyph-string): add support for CID keyed font.
11634
11635 2005-05-10  Graham Percival  <gperlist@shaw.ca>
11636
11637         * Documentation/user/basic-notation.itely: add @ref.
11638
11639         * Documentation/user/advanced-notation.itely: add example
11640         of 5/8 beaming.
11641
11642 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11643
11644         * scripts/lilypond-pdfpc-helper.py (ly_pc_editor): robustness fixes.
11645
11646         * scm/backend-library.scm (postscript->pdf): Invoke gs instead of
11647         going through ps2pdf wrappers.
11648
11649 2005-05-09  Jürgen Reuter  <reuter@ipd.uka.de>
11650
11651         * Documentation/user/instrument-notation.itely: petrucci note
11652         heads: updated docu
11653
11654         * input/regression/note-head-style.ly: updated regression test;
11655         indentation fixes
11656
11657         * ly/engraver-init.ly: MensuralVoiceContext: use petrucci note
11658         heads as default
11659
11660         * mf/parmesan-heads.mf: minor editing; use musicological names
11661         (rather than optical description) as note head names
11662
11663         * scm/output-lib.scm: complete petrucci heads
11664
11665 2005-05-09  Pal Benko  <benkop@freestart.hu>
11666
11667         * mf/parmesan-heads.mf: add petrucci heads (like neo-mensural
11668         heads, but bigger)
11669
11670 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11671
11672         * lily/main.cc (main_with_guile): Remove no files check.
11673
11674         * lily/main.cc (ly:usage): Export to Scheme.
11675
11676         * scm/lily.scm (no-files-handler): New function.
11677
11678         * scm/lily.scm (lilypond-main): Use it.
11679
11680         * configure.in (gui_b): Add mbrtowc checking.
11681         Resurrect [utf8/]wchar.h checking.
11682
11683 2005-05-09  Mats Bengtsson  <mabe@s3.kth.se>
11684
11685         * Documentation/user/advanced-notation.itely (Metronome marks):
11686         Add link to the program reference for MetronomeMark
11687
11688         * Documentation/user/lilypond-book.itely (An example of a
11689         musicological document): Correct the example using psfonts 
11690
11691 2005-05-09  Heikki Junes  <hjunes@cc.hut.fi>
11692
11693         * po/fi.po: update after a lesson how to update entries against
11694         source.
11695         
11696         * po/TODO: document the lesson.
11697
11698 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11699
11700         * configure.in (gui_b): remove wcrtomb checking.
11701
11702         * lily/general-scheme.cc (LY_DEFINE): hand-convert utf8 to 32
11703         bits. Patch by Matthias Neeracher. <neeracher@mac.com>
11704
11705 2005-05-09  Mats Bengtsson  <mabe@s3.kth.se>
11706
11707         * scripts/convert-ly.py: In the conversion to version 1.9.0, 
11708         keep Scheme expressions and strings unmodified when doing the
11709         conversion to postfix notation for slurs and beams. Should
11710         hopefully solve most related conversion problems. 
11711
11712         * Documentation/user/lilypond-book.itely : Clarify and correct how
11713         to call dvips with -h psfonts.
11714
11715 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11716
11717         * Documentation/user/instrument-notation.itely (Entering lyrics):
11718         Typo.  Fixes build.
11719
11720 2005-05-09  Graham Percival  <gperlist@shaw.ca>
11721
11722         * Documentation/user/lilypond-book.itely: document PSFONTS file.
11723
11724         * Documentation/user/lilypond.tely, lilypond-book.itely,
11725         tutorial.itely: change references to 2.5.x to 2.6.x.
11726
11727         * Documentation/user/instrument-notation.itely: clarified \addlyrics
11728         vs \lyricmode.
11729
11730         * Documentation/user/invoking.itely: remove old info about
11731         lilypond-profile.
11732
11733         * Documentation/topdocs/INSTALL.texi: remove old info about
11734         lilypond-profile, add warning about needing international fonts
11735         to build docs.
11736
11737 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11738
11739         * lily/include/grob-info.hh (class Grob_info): make data member
11740         private. Changes throughout.
11741
11742         * input/regression/alignment-order.ly: new file. 
11743
11744         * lily/vertical-align-engraver.cc (acknowledge_grob): read
11745         alignAboveContext and alignBelowContext
11746
11747 2005-05-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11748
11749         * lily/pfb.cc (LY_DEFINE): add cast.
11750
11751         * scm/framework-ps.scm (write-preamble): embed CFFs if file name
11752         matches .otf
11753         (write-preamble): warn about unknown fonts.
11754
11755         * lily/pfb.cc (Module): new function ly:otf->cff
11756
11757         * lily/open-type-font.cc (get_otf_table): use ::get_otf_table
11758         (get_otf_table): new function.
11759
11760 2005-05-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11761
11762         * scm/backend-library.scm (postscript->png): call lilypond-ps2png
11763         iso. ps2png.
11764
11765 2005-05-06  Heikki Junes  <hjunes@cc.hut.fi>
11766
11767         * po/fi.po: apply second round of update.
11768
11769 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11770
11771         * scm/x11-color.scm (make-x11-color-handler): don't use
11772         #\sp. Apparently doesn't work on all platforms. 
11773
11774 2005-05-06  Graham Percival  <gperlist@shaw.ca>
11775
11776         * Documentation/user/advanced-notation.itely, putting.itely,
11777         tutorial.itely, global.itely, introduction.itely: really minor fixes.
11778
11779 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11780
11781         * VERSION (PACKAGE_NAME): release 2.5.23
11782
11783 2005-05-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11784
11785         * Documentation/topdocs/AUTHORS.texi: Remove texinfo @accents,
11786         convert to utf-8.
11787
11788         * THANKS: Add translators for this release, convert to utf-8.
11789
11790         * mf/GNUmakefile (MFTRACE_FLAGS):
11791         * buildscripts/substitute-encoding.py (outdir): Build fix: pass
11792         outdir as option (WAS: hardcoded).
11793
11794 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11795
11796         * lily/staff-symbol-engraver.cc (Staff_symbol_engraver): init
11797         finished_span_
11798
11799         * THANKS: add Hans Forbrich.
11800
11801         * Documentation/topdocs/NEWS.tely (Top): document new feature.
11802
11803         * Documentation/user/basic-notation.itely (Staff symbol): document
11804         start/stop staff. Reference to ossia.ly
11805
11806         * input/test/ossia.ly: new example using stop and startStaff.
11807
11808         * lily/timing-engraver.cc: remove Timing_engraver::initialize(),
11809         in other words, don't create "|" barline at start of the score.
11810         (start_translation_timestep): don't set whichBar for start of score.
11811
11812         * input/regression/staff-halfway.ly: use new functionality.
11813
11814         * lily/staff-symbol-engraver.cc (try_music): take StaffSpanEvents,
11815         start and stop staff based on events.
11816
11817         * scm/define-music-types.scm (music-descriptions): add StaffSpanEvent
11818
11819         * ly/declarations-init.ly (startStaff, stopStaff): new identifiers.
11820
11821 2005-05-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11822
11823         * Documentation/user/programming-interface.itely (How markups work
11824         internally ): remove \encoding reference.
11825
11826 2005-05-04  Mats Bengtsson  <mabe@s3.kth.se>
11827
11828         * scripts/convert-ly.py: Attempt to do a smarter update of 
11829         text markups from versions < 1.9.0 with arbitrary nesting.
11830
11831 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
11832
11833         * po/fi.po: convert to utf-8, and update.
11834
11835 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11836
11837         * make/lilypond.suse.spec.in: update from suse 2.4 package.
11838
11839         * lily/*.cc: more <? >? to min/max changes
11840
11841         * lily/include/interpretation-context-handle.hh: rename
11842         Interpretation_context_handle to Context_handle.
11843
11844 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
11845
11846         * input/regression/GNUmakefile (local_delete): use `find` together 
11847         with `xargs` to avoid too long argument-lists in cmd line.
11848
11849 2005-05-04  Graham Percival  <gperlist@shaw.ca>
11850
11851         * Documentation/user/introduction.itely: updates "About this manual".
11852
11853         * Documentation/user/advanced-notation.itely,
11854         invoking.itely: minor fixes.
11855
11856 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11857
11858         * COPYING: add font exception. Update FSF address. 
11859
11860         * lily/context-def.cc (path_to_acceptable_context): bugfix, depth
11861         should be taken without child context.
11862
11863         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use it.
11864
11865         * scm/define-markup-commands.scm (triangle): new command, as
11866         robust replacement for unicode Delta/Triangle.
11867
11868 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11869
11870         * ps/music-drawing-routines.ps: add fillp argument.
11871
11872         * lily/lookup.cc (round_filled_polygon): polygon takes filled? argument
11873
11874         * lily/font-config.cc (init_fontconfig): don't add cff/
11875
11876         * VERSION (PACKAGE_NAME): release 2.5.22
11877
11878         * mf/GNUmakefile: remove cff/cff.ps/.map install rules.
11879
11880         * lily/grace-engraver.cc (consider_change_grace_settings): use
11881         is_alias(). Fixes problem with CueVoice grace notes. 
11882
11883         * lily/simultaneous-music-iterator.cc (construct_children): call
11884         Music_iterator::quit() for iterators that start out invalid. This
11885         fixes indefinitely continuing contexts.
11886
11887         * buildscripts/substitute-encoding.py: new file
11888
11889         * Documentation/user/basic-notation.itely (Basic polyphony): fix
11890         missing @end 
11891
11892         * scripts/lilypond-book.py (write_if_updated): print file name.
11893
11894         * Documentation/user/basic-notation.itely (Explicitly
11895         instantiating voices): idem.
11896
11897         * Documentation/user/advanced-notation.itely (Text spanners):
11898         remove stray { } 
11899
11900         * lily/context.cc (default_child_context_name): the default child
11901         is now first in accepts_list_.
11902
11903         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
11904         \defaultchild to all relevant contexts.  This fixes:
11905         drums-pitch.ly.
11906
11907         (Probably also fixes similar problems with ancient
11908         transcriptions getting CueVoices instead of the desired voices.)
11909  
11910         * lily/context-def.cc (get_default_child): new function.
11911         (get_accepted): place default child in front of list.
11912
11913         * lily/parser.yy (FIXME): add DEFAULTCHILD token.
11914
11915         * lily/include/context-def.hh (struct Context_def): add
11916         default_accept_
11917
11918 2005-05-03  Graham Percival  <gperlist@shaw.ca>
11919
11920         * scm/define-grobs.scm: remove "remove-first" line, since
11921         the absent property is set to #f anyway.
11922
11923         * Documentation/user/basic-notation.itely,
11924         advanced-notation.itely, instrument-notation.itely: minor
11925         fixes.
11926
11927         * ly/property-init.ly: add textSpanner{Up,Down,Neutral}.
11928
11929         * Documentation/user/advanced-notation.itely,
11930         changing-defaults.itely: consolidate Text stuff in
11931         advanced notation.
11932
11933         * Documentation/user/global.itely: better docs for \header.
11934
11935         * Documentation/user/putting.itely: new chapter; placeholder
11936         for future expansion.
11937
11938         * Documentation/user/examples.itely: moved "suggestions for
11939         writing LP files" section into putting.itely.
11940
11941         * Documentation/user/lilypond.itely: added new chapter,
11942         fixed the short table of contents.
11943
11944 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11945
11946         * lily/beam-quanting.cc (quanting): robustness fix, don't produce
11947         infinity for unfeasible beams.
11948
11949         * make/lilypond.fedora.spec.in (Group): idem.
11950
11951         * scripts/GNUmakefile (SEXECUTABLES): rename ps2png to lilypond-ps2png
11952
11953         * mf/GNUmakefile (ALL_GEN_FILES): remove .map
11954
11955         * scm/framework-ps.scm (write-preamble): extract CFF from OTF
11956         fonts directly.
11957
11958         * buildscripts/gen-emmentaler-scripts.py (i): idem.
11959
11960         * mf/GNUmakefile: remove all CFF rules.
11961
11962         * scm/framework-ps.scm (ps-embed-cff): reinstate.
11963
11964         * lily/open-type-font-scheme.cc (LY_DEFINE):
11965         new function ly:otf-font-table-data.
11966         (LY_DEFINE): new function otf-font?
11967
11968 2005-05-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11969
11970         * mf/GNUmakefile ($(outdir)/lilypond.map): remove rule.
11971         ($(outdir)/Fontmap.lily): idem.
11972
11973         * buildscripts/gen-emmentaler-scripts.py (i): load fetaXX encoding
11974         for PFAEmmentaler-XXX.pfa. 
11975
11976         * Documentation/user/music-glossary.tely (accidental): NL
11977         translation of accidental.
11978
11979 2005-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
11980
11981         * flower/include/international.hh: Bugfix: include "string.hh".
11982
11983         * lily/include/mingw-compatibility.hh: New file.
11984
11985         * flower/include/libc-extension.hh (memrev): Rename from strrev.
11986
11987         * configure.in: Search for mingw wcrtomb library.
11988
11989 2005-05-02  Mats Bengtsson  <mabe@s3.kth.se>
11990
11991         * scripts/convert-ly.py: Bug fix
11992
11993         * Documentation/user/changing-defaults.itely (Common tweaks):
11994         Added example where the context has to be specified explicitly
11995         (MetronomeMark). 
11996
11997 2005-05-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11998
11999         * scripts/lilypond-book.py (ly_options): set timing to #f for
12000         notime option.
12001
12002         * scripts/convert-ly.py (conv): typo.
12003
12004         * flower/*.cc: remove <? and >?
12005         
12006         * lily/*.cc: remove <? and >?
12007
12008         * lily/tweak-registration.cc (insert_tweak_from_file): Make sure
12009         that 0x0 isn't passed into scm_cons(). Fixes crash with tweak
12010         editor.
12011
12012 2005-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12013
12014         * lily/part-combine-engraver.cc: add space to variable list.
12015
12016 2005-04-30  Graham Percival  <gperlist@shaw.ca>
12017
12018         * scm/define-grobs.scm: changed RemoveEmptyVerticalGroup's
12019         remove-first to false (matches docs)
12020
12021         * Documentation/user/advanced-notation.itely: corrected docs
12022         concerning remove-first.
12023
12024 2005-04-29  Mats Bengtsson  <mabe@s3.kth.se>
12025
12026         * lily/part-combine-engraver.cc: make sure that the relevant
12027         properties are included in the documentation.
12028
12029 2005-04-28  Graham Percival  <gperlist@shaw.ca>
12030
12031         * Documentation/user/lilypond-book.itely: Bernard's docs
12032         for \betweenLilyPondSystem.
12033
12034 2005-04-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12035
12036         * Documentation/topdocs/INSTALL.texi (Top): remove TeX outdated
12037         remarks.
12038
12039 2005-04-28  Pal Benko  <benkop@freestart.hu>
12040
12041         * lily/mensural-ligature.cc (brew_flexa): apply thickness property
12042         only on vertical lines of flexa shape, and use a constant
12043         thickness value for horizontal lines (patch slightly modified by
12044         Jürgen Reuter)
12045
12046         * lily/include/mensural-ligature.hh: make 2 comments clearer
12047
12048 2005-04-28  Jürgen Reuter  <reuter@ipd.uka.de>
12049
12050         * lily/vaticana-ligature-engraver.cc (need_extra_space): renamed
12051         to need_extra_horizontal_space; bugfix: use class scope to avoid
12052         global namespace pollution
12053
12054         * Documentation/user/instrument-notation.itely (ligatures): added
12055         comment on possible future syntax change and how to work around
12056
12057         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf
12058         (epiphonus, cephalicus): fine-tune shape of plica head for narrow
12059         intervals (fixes agnus dei example)
12060
12061         * Documentation/user/instrument-notation.itely (white mensural
12062         ligatures): selected a more illustrative example
12063
12064 2005-04-28  Heikki Junes <hjunes@cc.hut.fi>
12065
12066         * Documentation/index.html.in: specify utf-8 charset in meta content.
12067
12068 2005-04-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12069
12070         * python/lilylib.py (make_ps_images): bugfixes; GS can produce
12071         empty 2nd page for single page.
12072
12073         * scm/lily.scm: remove p&c definitions.
12074
12075         * po/zh_TW.po (Module): new translation.
12076
12077         * lily/lily-guile.cc (ly_chain_assoc): remove.
12078
12079         * lily/general-scheme.cc (LY_DEFINE): export ly:chain_assoc_get
12080         (LY_DEFINE): recurse, iso. calling ly_chain_assoc.
12081
12082 2005-04-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12083
12084         * lily/beaming-info.cc: remove infinity_i
12085
12086         * scripts/abc2ly.py (out_filename): fix thinko with \version.
12087
12088 2005-04-26  Graham Percival  <gperlist@shaw.ca>
12089
12090         * Documentation/user/basic-notation.itely,
12091         instrument-notation.itely, advanced-notation.itely,
12092         changing-defaults.itely: minor fixes.  Added docs
12093         for colors to advanced-notation.itely.
12094
12095         * Documentation/user/advanced-notation.itely: fixed compile
12096         problem and added Bernard's x11-color doc patch.
12097
12098 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
12099
12100         * scm/output-ps.scm (grob-cause): Yet another fix, hope it's
12101         alright this time round.
12102
12103 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12104
12105         * Documentation/topdocs/INSTALL.texi (Top): idem.
12106
12107         * Documentation/topdocs/README.texi (Top): remove clean-fonts refs.
12108
12109         * VERSION (MAJOR_VERSION): release 2.5.21
12110
12111         * scm/output-ps.scm (grob-cause): bugfix.
12112
12113 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
12114
12115         * cygwin/*: Update.
12116
12117         * cygwin/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Remove profile
12118         stuff.
12119
12120         * scm/output-ps.scm (grob-cause): Bugfix.
12121
12122         * scm/lily.scm (ly:load): Remove x11-color.
12123
12124         * stepmake/aclocal.m4 (STEPMAKE_GET_EXECUTABLE): Bugfix: do not
12125         quote executable, fixes getting version from program --with
12126         --options.
12127         (STEPMAKE_KPATHSEA): Bugfix for Cygwin cross building: use
12128         $ac_exeect.
12129
12130         * Documentation/user/GNUmakefile: Only build music-glossary with
12131         rendered lilypond snippets during web.
12132
12133 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12134
12135         * po/de.po: update.
12136
12137         * lily/GNUmakefile (OUT_DIST_FILES): don't dist lexer.cc
12138
12139 2005-04-22  Laura Conrad <lconrad@laymusic.org>
12140  
12141         * scripts/abc2ly:
12142         second title line append with punctuation dash character;
12143         encode abc2ly python strings in utf-8
12144        
12145 2005-04-21  Laura Conrad <lconrad@laymusic.org>
12146
12147         * scripts/abc2ly fix chords (again)
12148  
12149 2005-04-22  Bernard Hurley  <bernard@fong-hurley.org.uk>
12150
12151         * scm/x11-color.scm: new file
12152         All x11 color names can be accessed with:
12153         #(x11-color 'ColorName),
12154         #(x11-color "ColorName") or:
12155         #(x11-color "color name")
12156         If the x11 color name is not recognised then it defaults
12157         to black
12158
12159         * scm/lily.scm: amended to call scm/x11-color.scm
12160
12161 2005-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12162
12163         * Documentation/user/invoking.itely (Reporting bugs): comment out
12164         reference to online PNG bug repository.
12165
12166 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12167
12168         * lily/translator-scheme.cc (ly:translator-property): Remove.
12169         Update callers.
12170
12171         * lily/context-scheme.cc (ly:context-now): Move from translator.
12172         Update callers.
12173
12174 2005-04-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12175
12176         * input/regression/grid-lines.ly (skips): refine example.
12177
12178         * scm/define-context-properties.scm
12179         (all-user-translation-properties): doc autoBeamCheck
12180
12181         * input/regression/grid-lines.ly (Module): new file.
12182
12183         * lily/grid-point-engraver.cc (Module): new file.
12184
12185         * lily/grid-line.cc (Module): new file.
12186
12187         * lily/grid-line-span-engraver.cc (Module): new file.
12188
12189         * lily/grid-line-interface.cc (Module): new file.
12190
12191 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12192
12193         * scm/auto-beam.scm (revert-property-setting): Bugfixes: add
12194         missing parameter, actualy cdr through list.  Actually return a
12195         list with ENTRY removed (was '()).
12196
12197         * scripts/convert-ly.py: Update.  Print warning if file cannot be
12198         opened.
12199         (do_conversion): Fix printing of continuation comma.
12200
12201         * Documentation/user/advanced-notation.itely (Beam formatting):
12202         Remove refbugs about compound time and mixed duration.
12203
12204         * scm/auto-beam.scm (default-auto-beam-settings): Write out all
12205         modulo moments explicitely.
12206
12207         * lily/moment.cc (operator %): New function.
12208
12209         * lily/moment-scheme.cc (ly:mod-moment): Wrap it.
12210
12211         * lily/translator-scheme.cc (ly:translator-now,
12212         ly:translator-property): New function.
12213
12214         * scm/auto-beam.scm (default-auto-beam-check): New function.
12215
12216         * lily/auto-beam-engraver.cc (test_moment): Use it.
12217
12218         * flower/rational.cc (operator %): Bugfix.
12219
12220 2005-04-21  Erik Sandberg  <ersa9195@student.uu.se>
12221
12222         * scripts/abc2ly: Bugfix
12223
12224 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12225
12226         * python/fontextract.py (write_extracted_fonts): bugfix, too many
12227         %'s on EndFont comment.
12228
12229         * lily/ledger-line-spanner.cc: some more words of explanation.
12230
12231 2005-04-20  John Williams <williams@tni.com>  
12232         
12233         * scripts/lilypond-book.py: htmlquote bugfix.
12234         Allow snippets to be given distinct filenames.
12235         Allow the default alt text to be overridden.
12236
12237 2005-04-20  Erik Sandberg  <ersa9195@student.uu.se>
12238
12239         * ly/performer-init.ly: Bugfix
12240
12241         * THANKS: Added bughunters.
12242
12243 2005-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
12244
12245         * SConstruct (test_lib): Bump mftrace requirement to 1.1.9.
12246
12247         * lily/auto-beam-engraver.cc (test_moment): Test exact measure
12248         position (was: use modulo measure length).
12249
12250         * configure.in (no gui_b): Remove optional gtk+ requirement.
12251
12252 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12253
12254         * Documentation/user/basic-notation.itely (Pitches): add
12255         LedgerLineSpanner.
12256
12257         * lily/dynamic-engraver.cc (process_music): set right bound to
12258         script if present. Else, do not set.
12259         (acknowledge_grob): only set right bound of finished spanner to
12260         note column if no other bound is set.
12261
12262         * python/lilylib.py (make_ps_images): switch back to png16m.
12263         
12264 2005-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
12265
12266         * scripts/lilypond-book.py (write_if_updated): Bugfix for not
12267         writing up to date file.  Add dvips usage suggestion.
12268
12269         * scripts/convert-ly.py: Fix error message.
12270         Print usage if no files on command line.
12271         (usage): Add example usage.
12272
12273         * input/test/compound-time.ly: New file.
12274
12275         * input/test/circle.ly: New file.
12276
12277         * Documentation/topdocs/NEWS.tely: Use them.
12278
12279         * input/test/boxed-stencil.ly: Remove \score.
12280
12281         * buildscripts/mf-to-table.py (base): Add .log dependency.
12282
12283         * mf/GNUmakefile: Add PFAemmentaler and PFAaybabtu dependencies on
12284         pfa's.  Add .log dependency
12285
12286         * scm/define-markup-commands.scm (lower): New command.
12287
12288         * elisp/lilypond-mode.el (LilyPond-pdf-command): New command,
12289         make it default.
12290
12291 2005-04-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12292
12293         * lily/dynamic-engraver.cc (acknowledge_grob): add note-column
12294         also to finished cresc as right bound. This fixes:
12295         skip-string-decresc.ly
12296
12297         * lily/slur-scoring.cc (get_bound_info): robustness: substitute
12298         relative_coordinate if extent is empty.
12299
12300         * lily/stem.cc (width_callback): determine correct extent if flag
12301         is not there. This fixes slur-no-flag.ly
12302
12303         * lily/grace-engraver.cc (consider_change_grace_settings): new
12304         function.
12305         (initialize): also consider_change_grace_settings() on
12306         initialization. Fixes large grace notes at start of score.
12307
12308         * lily/break-align-interface.cc (do_alignment): don't translate if
12309         total_extent is empty.
12310
12311         * buildscripts/lilypond-{login,profile}.sh (Module): remove file.
12312
12313 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12314
12315         * scm/output-ps.scm (grob-cause): don't add cwd if path starts
12316         with slash.
12317
12318 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
12319
12320         * stepmake/aclocal.m4: Remove tfm_path.
12321
12322 2005-04-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12323
12324         * scm/music-functions.scm (markup-expression->make-markup): fix
12325         bug with cons arguments of markup commands.
12326         (music->make-music): fix music expression property list building
12327
12328 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
12329
12330         * aclocal.m4: Massage package names.
12331
12332         * SCons updates.
12333
12334 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12335
12336         * VERSION (PACKAGE_NAME): release 2.5.20
12337
12338         * lily/stem.cc (calc_stem_info): add minimum Y extent of
12339         stem-tremolo.  Fixes: bugs/tremolo-stem-length-beamed
12340
12341         * lily/percent-repeat-engraver.cc (try_music): add measure before
12342         next_moment to future processing moment. Fixes:
12343         percent-repeat-mm-rest.ly
12344         (process_music): don't add moment for 2nd time.
12345
12346         * input/regression/repeat-percent.ly: add mmrests as extra test.
12347
12348         * lily/axis-group-engraver.cc (acknowledge_grob): read
12349         keepAliveInterfaces to decide what to kill.
12350
12351         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add
12352         percent-repeat-interface to keepAliveInterfaces. This fixes
12353         percent-repeat-harakiri.
12354
12355 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
12356
12357         * SCons updates.
12358
12359 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12360
12361         * config.make.in (TTFTOOL_ENDIAN): rm TFM_PATH
12362
12363         * aclocal.m4: remove --enable-tfm-path configure option
12364
12365         * input/test/ancient-font.ly (lowerStaff): clef name errors.
12366
12367         * scm/backend-library.scm (postscript->png): newline after
12368         finishing command.
12369
12370         * lily/paper-score-scheme.cc (LY_DEFINE): new file.
12371         (LY_DEFINE): ly:paper-score-paper-systems: new function 
12372
12373         * lily/score-scheme.cc (LY_DEFINE): require music argument. 
12374
12375         * lily/score.cc (default_rendering): use Music_output too.
12376
12377         * input/test/chord-names-languages.ly (Module): rename file.
12378
12379         * lily/text-spanner.cc: add bound-padding.
12380
12381         * lily/paper-book.cc (systems): accept Paper_score
12382         iso. Paper_system vector. 
12383
12384         * input/regression/line-arrows.ly: new file.
12385
12386         * lily/paper-score.cc (process): run get_paper_systems() only once.
12387
12388         * lily/line-spanner.cc (line_stencil): add arrows.
12389
12390 2005-04-18  Jonatan Liljedahl  <lijon@kymatica.com>
12391
12392         * lily/line-interface.cc (make_arrow): new function. 
12393         (arrows): idem.
12394
12395 2005-04-18  Mathieu Giraud  <magiraud@free.fr>
12396
12397         * input/test/chord-names-german.ly: update for italian/french
12398         chords.
12399         
12400         * Documentation/user/instrument-notation.itely (Printing chord
12401         names): update.
12402
12403 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12404
12405         * lily/include/paper-score.hh (class Paper_score): remove unused
12406         prototypes.
12407
12408         * lily/book.cc (process): add -COUNT to midi output.
12409
12410         * lily/score.cc (book_rendering): remove outname argument
12411         (book_rendering): return list of Music_outputs. 
12412
12413         * lily/global-context-scheme.cc (LY_DEFINE): remove outname argument.
12414
12415         * lily/book.cc (process): loop over Music_outputs returned from
12416         Score::book_rendering().
12417
12418         * lily/*.cc (width_callback): remove spurious "unused" warnings
12419         for assert (axis==[XY]_AXIS); 
12420
12421         * lily/include/music-output.hh (class Music_output): smobify class.
12422
12423         * lily/include/paper-score.hh (class Paper_score): make members
12424         private.
12425
12426         * lily/performance.cc (process): return #f iso. #<undefined>. This
12427         prevents #<undefined> leaking into GUILE-userspace.
12428
12429 2005-04-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12430
12431         * config.hh.in: remove HAVE_PANGO_FC_FONT_MAP_ADD_DECODER_FIND_FUNC.
12432
12433 2005-04-17  Mathieu Giraud  <magiraud@free.fr>
12434
12435         * scm/chord-name.scm : support for italian and french
12436         chords names.
12437
12438         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): add
12439         a space defined by chordPrefixSpacer when the root name is
12440         direclty followed by a prefix.
12441
12442         * ly/engraver-init.ly : chordPrefixSpacer       
12443         * scm/define-context-properties.scm : chordPrefixSpacer
12444         * ly/property-init.ly : italianChords, frenchChords 
12445
12446 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
12447
12448         * mf/feta-din.mf: Remove.
12449
12450         * mf/GNUmakefile (fontdir): Bugfix.
12451
12452         * mf/SConstruct: Some updates.
12453
12454         * SConstruct: Require pkg-config.
12455         (test_program): Bugfix for double digit version compares, use
12456         integer (not string-) compare.
12457         Optionally require gs 8.14.
12458
12459         * stepmake/aclocal.m4 (STEPMAKE_PANGO_FT2): Define HAVE_PANGO16 too.
12460
12461         * lily/*: s/ifdef HAVE_*/if have/.
12462
12463         * SConstruct (test_lib): New function.  Update pkg-config and some
12464         other requirements.
12465
12466         * configure.in: Require pkg-config.  Enforce REQUIRE and version for
12467         freetype, pangof2t.
12468
12469 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12470
12471         * po/lilypond.pot, ...: Update using bison-CVS.
12472
12473         * python/lilylib.py (make_ps_images): Fixo.
12474
12475 2005-04-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12476
12477         * python/lilylib.py (make_ps_images): typo.
12478
12479         * configure.in (gui_b): make bison optional.
12480
12481         * lily/GNUmakefile (OUT_DIST_FILES): dist parser and lexer.
12482
12483 2005-04-16  Bernard Hurley  <bernard@fong-hurley.org.uk>
12484
12485         * framework-eps.scm: code added so that a macro \betweenLilyPondSystem
12486         with one parameter can be defined in a LaTeX file when processed
12487         by lilypond-book this will be evaluated between the systems of
12488         a multi-system score. The parameter is the number of systems processed.
12489
12490 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12491
12492         * python/lilylib.py (make_ps_images): Escape newline.
12493
12494         * Documentation/user/music-glossary.tely: Run
12495         texinfo-all-menus-update.
12496
12497 2005-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
12498
12499         * scm/lily-library.scm (old-relative-not-used-message)
12500         (version-not-seen-message): Add input-file-name-location to message.
12501
12502         * lily/parser.yy (lilypond): Add token aliases.
12503
12504         * Documentation/user/music-glossary.tely (accidental): Fixes.  Do
12505         not confuse with alteration.
12506         (alteration): Add.
12507
12508 2005-04-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12509
12510         * python/lilylib.py (make_ps_images): use -dEPSCrop
12511
12512         * VERSION (PACKAGE_NAME): release 2.5.19 
12513
12514         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
12515         only put xrefs in info documentation.
12516
12517         * make/ly-rules.make ($(outdir)/%.html.omf): transplant .dvi ->
12518         .pdf rule to tex-rules.make.
12519
12520         * scm/framework-eps.scm (dump-stencils-as-EPSes): remove comments
12521         from -systems.* output.
12522
12523         * stepmake/stepmake/tex-rules.make ($(outdir)/%.pdf): make PDF
12524         directly, remove -$(PAGESIZE) target.
12525
12526         * input/test/embedded-postscript.ly: update.
12527
12528 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12529
12530         * make/lysdoc-targets.make (local-WWW): remove ps.gz target.
12531
12532         * Documentation/user/changing-defaults.itely (Font selection):
12533         document font-name.
12534
12535         * input/regression/font-name.ly: show Pango fonts for
12536         font-name. Update example. 
12537
12538         * lily/pango-select.cc (properties_to_pango_description): don't
12539         convert symbol font-size to number, but use to lookup.
12540
12541         * python/fontextract.py (write_extracted_fonts): add VMusage 0.
12542
12543         * scm/framework-ps.scm (write-preamble): use (NAME . CONTENTS) and
12544         (NAME . FILE-NAME) tuples for font descriptions. 
12545         (write-preamble): display BeginFont DSC comments.
12546
12547         * python/fontextract.py (write_extracted_fonts): new file. Extract
12548         font resources from a PS file.
12549
12550         * scripts/lilypond-book.py (option_definitions): --psfonts option.
12551         (Compile_error.process_include): do_file returns chunks.
12552
12553         * make/ly-vars.make (DVIPS_FLAGS): don't load .map file.
12554
12555         * make/lysdoc-targets.make: .texi is .PRECIOUS
12556
12557         * scripts/lilypond-book.py (write_if_updated): new function.
12558
12559 2005-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
12560
12561         * scm/framework-eps.scm (dump-stencils-as-EPSes): Massage messages.
12562
12563 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12564
12565         * scm/framework-eps.scm (dump-stencils-as-EPSes): no massages.
12566
12567         * input/regression/markup-syntax.ly: remove \score.
12568
12569         * scm/define-markup-commands.scm (draw-circle): add fill argument
12570
12571         * scm/stencil.scm (make-circle-stencil): add fill argument
12572
12573         * ps/music-drawing-routines.ps: add fill argument.
12574
12575         * ly/performer-init.ly: add CueVoice to MIDI too.
12576
12577         * ps/music-drawing-routines.ps: new routine BeginEPSF /
12578         EndEPSF.
12579
12580         * input/regression/markup-eps.ly: new file.
12581
12582         * scm/framework-ps.scm (write-preamble): change order: vars should
12583         be inited before procedures.
12584
12585         * scm/output-ps.scm (glyph-string): break lines. 255 chars is max
12586         for EPS files.
12587
12588         * scm/define-markup-commands.scm (epsfile): add epsfile command.
12589
12590 2005-04-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12591
12592         * configure.in (gui_b): add check for ghostscript 8.15
12593
12594 2005-04-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12595
12596         * lily/hairpin.cc (after_line_breaking): suicide the hairpinlet at
12597         start of line. Fixes cresc-after-newline.ly
12598
12599         * lily/source-file.cc (file_line_column_string): use get_column().
12600
12601 2005-04-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12602
12603         * lily/source-file.cc (get_column): utf-8 support for column numbers.
12604
12605 2005-04-12  Jan Nieuwenhuizen  <janneke@gnu.org>
12606
12607         * lily/*: use message () iso progress_indication () for messages.
12608         Revise/uniformise user messages.
12609
12610         * flower/warn.cc (progress_indication): New function.
12611         (message): Use it.  Fixes newline problems.
12612
12613         * config.make.in (webdir): Sort out install dirs.
12614
12615         * stepmake/stepmake/generic-targets.make (final-install): Bugfix.
12616
12617         * python/lilylib.py (command_name): Bugfix.
12618         (make_ps_images):
12619
12620 2005-04-11  Pedro Kroger  <kroeger@pedrokroeger.net>
12621
12622         * lily/main.cc: --help says what types of backends are availabe
12623
12624 2005-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12625
12626         Fix ./VERSION dependency, and without need to reconfigure.
12627
12628         * lily/main.cc (setup_paths): Update.
12629
12630         * stepmake/bin/make-version.py (defs): Add TOPLEVEL_VERSION define..
12631
12632         * config.hh.in (LILYPOND_DATADIR): Remove TOPLEVEL_VERSION.
12633
12634         * scripts/convert-ly.py (\markup): Fix too simplistic regexps.
12635         Add \line for some simplistic cases.
12636
12637         * lily/GNUmakefile (main.o): Add missing dependency on version.hh.
12638
12639 2005-04-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12640
12641         * elisp/lilypond-mode.el (LilyPond-lilypond-command): command used
12642         to compile LY files (useful for adding eg. "-I" args)
12643         (LilyPond-command-alist): use `LilyPond-lilypond-command'. Add a
12644         2Gnome command for gnome backend.
12645         (LilyPond-command-formatgnome): call the 2Gnome command. key
12646         binding: C-c C-g
12647
12648 2005-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
12649
12650         * Documentation/user/GNUmakefile (lilypond/index.html): Bugfix:
12651         depend on all PNG images.
12652
12653 2005-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
12654
12655         * GNUmakefile.in: Bugfix: also link .map files.
12656
12657 2005-04-09  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12658
12659         * scm/music-functions.scm (music->make-music): generate 
12660         a (make-music ...) sexpr from a music expression.
12661         (display-scheme-music): use guile pretty printer to display the
12662         make-music sexpr.
12663
12664 2005-04-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12665
12666         * ly/engraver-init.ly: reindent.
12667         Add CueVoice.
12668
12669         * scm/music-functions.scm (music-pretty-string): handle moments
12670         too.
12671         (music-pretty-string): only print non-empty lists.
12672         (cue-substitute): create CueVoice context, which has smaller type.
12673
12674         * lily/moment-scheme.cc (LY_DEFINE): new methods
12675         ly:moment-grace-{numerator,denominator}
12676
12677         * lily/context-handle.cc: remove quit() method. 
12678
12679         * lily/font-config.cc (init_fontconfig): be verbose about font path.
12680         (init_fontconfig): success is 0, not !0
12681
12682 2005-04-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12683
12684         * mf/feta-nummer-code.mf (code): add plus glyph.
12685
12686         * lily/tie.cc (print): idem.
12687
12688         * lily/slur.cc (print): don't use thickness property for
12689         slur shape-thickness.
12690
12691         * lily/stencil-scheme.cc (LY_DEFINE): don't reverse the order
12692         while adding stencils.
12693
12694         * scm/define-markup-commands.scm (with-color): with-color markup
12695         command.
12696         (whiteout): new markup command 
12697         (filled-box): new markup command
12698
12699 2005-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
12700
12701         * Documentation/topdocs/NEWS.tely (Top): Make tex-able.  Handy
12702         test for PDF docs.
12703
12704         * mf/GNUmakefile (lilypond.map): Add PFAEmmentaler,
12705         PFAAybabtu-Regular.  Fixes feta font in PDFs.
12706         
12707         Notes for tetex-3.0 make web:
12708            psclean.map: s/uhv8a/uhvr8a/
12709            config.ps add:
12710                 p +psfonts_t1.map
12711                 p +psclean.map
12712                 p +typeface.map
12713
12714 2005-04-06  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12715
12716         * scm/music-functions.scm (music-pretty-string): fix bug with
12717         string argument.
12718
12719 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
12720
12721         * stepmake/bin/add-html-footer.py (i18n): Bugfix.
12722
12723 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12724
12725         * scripts/lilypond-book.py (Lilypond_snippet.__init__): 
12726         only process options if they're there.
12727         (write_file_map): add version-seen? to snippet-map.ly
12728
12729 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
12730
12731         * scripts/lilypond-book.py (split_options): Bugfix.  Small code
12732         formatting cleanups.
12733
12734         * mf/GNUmakefile: Rewrite $addprefix, $addsuffix using % short-forms.
12735         Add PFAaybabtu.pfa dependency on aybabtu.subfonts.
12736
12737 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12738
12739         * scm/framework-ps.scm (ps-font-command): don't hash, just use
12740         name directly.
12741
12742         * lily/main.cc (setup_paths): either add mf/out to search path or 
12743         fonts/{otf,type1,etc}
12744         
12745         * lily/font-config.cc (init_fontconfig): either add mf/out to
12746         FontConfig or fonts/{otf,type1,etc}
12747
12748         * GNUmakefile.in: don't put mf/ link in share/ dir.
12749
12750         * lily/staff-spacing.cc: move same-direction-correction to
12751         note-spacing-interface
12752
12753         * scm/lily.scm (lilypond-main): use variable argument count for
12754         exception handler.
12755
12756         * lily/font-config.cc (init_fontconfig): add operator pacification
12757         message.
12758
12759         * mf/aybabtu.pe.in (i): generate PFAAybabtu.pfa
12760
12761         * buildscripts/gen-emmentaler-scripts.py (i): generate
12762         PFAEmmentaler as well.
12763
12764         * scm/framework-ps.scm (munge-lily-font-name): new function
12765         (write-preamble): hack: insert PFA equivalent of CFF into
12766         .PS. This makes LilyPond output printable on normal PS printers
12767         again.
12768
12769         * buildscripts/gen-emmentaler-scripts.py (i): generate
12770         PFAEmmentaler.pfa aswell.
12771
12772 2005-04-06  John Williams <williams@tni.com>  
12773         
12774         * scripts/lilypond-book.py: refactor the compose_ly procedure.
12775         
12776 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12777
12778         * scm/page-layout.scm (default-page-make-stencil): always combine
12779         the header stencil, even if empty. This prevents the body text to
12780         reach up to the margins.
12781
12782         * po/rw.po (Module): new file, for Kinyarwanda.
12783
12784         * input/test/spacing-optical.ly (Module): new file.
12785
12786         * lily/staff-spacing.cc: add same-direction-correction
12787
12788 2005-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
12789
12790         * Documentation/user/introduction.itely (Engraving): Comment-out
12791         non-existent file.
12792
12793 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12794
12795         * scm/define-grob-properties.scm (all-user-grob-properties): add
12796         same-direction-correction
12797
12798         * VERSION: release 2.5.18
12799
12800 2005-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
12801
12802         * lily/grob.cc (mark_smob): Check pscore->layout_ before
12803         dereferencing.  Fixes make web.
12804
12805         * lily/midi-stream.cc: Handle unwritable midi file.  Include
12806         errno.h.
12807
12808         * Documentation/user/: Fix links.
12809
12810 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12811
12812         * lily/text-interface.cc (Module): rename from text-item.cc
12813
12814         * input/regression/apply-output.ly (texidoc): function naming fix.
12815
12816         * lily/time-signature-performer.cc (derived_mark): new function.
12817
12818         * lily/lily-parser-scheme.cc:  print mapped file name for progress
12819
12820         * scripts/lilypond-book.py (find_linestarts): new function.
12821         (find_toplevel_snippets): keep track of line numbers.
12822
12823         * lily/key-performer.cc (try_music): remove FIXME warning, gobble
12824         all key changes.
12825
12826         * ly/declarations-init.ly (partCombineListener): use
12827         ignoreBarChecks. Fixes: warn-partcombine-barcheck.ly
12828
12829         * lily/bar-check-iterator.cc (process): ignoreBarChecks property.
12830
12831 2005-04-04  Jan Nieuwenhuizen  <janneke@gnu.org>
12832
12833         * lily/text-item.cc: Fix link.
12834
12835         * Documentation/user/changing-defaults.itely (Changing defaults):
12836         Fix programs reference links.
12837
12838         * Documentation/user/music-glossary.tely: Convert to utf-8.
12839
12840 2005-04-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12841
12842         * make/lilypond-vars.make: remove TEXMF from variables.
12843         remove DEB_BUILD pk font variables.
12844         remove GUILE_LOAD_PATH
12845         remove TeX memory vars.
12846
12847 2005-04-04  Werner Lemberg  <wl@gnu.org>
12848
12849         * lilypond/scm-option.cc (ly_option_usage): Add final newline.
12850
12851 2005-04-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12852
12853         * ps/lilyponddefs.ps: remove reencode-font
12854
12855         * lily/simple-spacer.cc (add_columns): also compare
12856         directly. Column rank doesn't distinguish between broken and
12857         unbroken columns. This fixes large spaces before time sig changes.
12858
12859         * Documentation/user/point-and-click.itely: document ly:set-option.
12860
12861         * lily/grob.cc (get_uncached_stencil): only set grob-cause if
12862         point_and_click_global is set.
12863
12864         * lily/scm-option.cc (LY_DEFINE): add point-and-click
12865         ly:set-option argument.
12866
12867 2005-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
12868
12869         * GNUmakefile.in: Include symlinks in webball.
12870
12871         * Documentation/user/GNUmakefile (source-links): Add symlinks to
12872         source dir for split and non-split manuals.
12873
12874         * Documentation/user/*y: Fix @uref/@inputfile links for
12875         split/non-split HTML documents.
12876
12877         * Documentation/user/GNUmakefile (local-WWW): Do not generate
12878         .ps.gz.
12879         
12880 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
12881
12882         * GNUmakefile.in: Add newline.
12883
12884 2005-04-01  Erlend Aasland  <erlenda@gmail.com>
12885
12886         * tex/lilyponddefs.tex: use color instead of xcolor
12887         * scm/output-tex.scm: minor editing
12888
12889 2005-04-02  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12890
12891         * scm/music-functions.scm (display-scheme-music): pretty printer
12892         for music expressions.
12893
12894 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
12895
12896         * buildscripts/install-info-html.sh (index_file): Fix link.
12897
12898 2005-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
12899
12900         * input/test/dynamic-extra.ly (piuf): Use utf-8 iso TeX accent.
12901
12902         * Documentation/index.html.in: Add size estimates with some big pages.
12903
12904         * Documentation/user/tutorial.itely (Running LilyPond for the
12905         first time): Add/replace some @rglos links.  TODO: add more
12906         @rglos links in tutorial, test non-intrusiveness (.css).
12907
12908         * stepmake/bin/add-html-footer.py (do_file): Remove info's
12909         annoying's indication of referencing external document.
12910
12911         * Documentation/user/GNUmakefile: Split version of glossary too.
12912         * Documentation/user/macros.itexi (@rglos): Have makeinfo produce
12913         links, not only for html.
12914
12915         * Documentation/user/introduction.itely: Fix some links for other
12916         than html, do not use `here' as link name.
12917
12918 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
12919
12920         * scm/documentation-generate.scm (string-append): Fix @usermanref,
12921         @glossaryref.
12922
12923 2005-03-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12924
12925         * scm/page-layout.scm (default-page-make-stencil): only add header
12926         if existing and not empty. Fixes spurious programming error.
12927
12928         * lily/span-bar.cc (print): don't make rounded edges for spanbars.
12929
12930 2005-03-31  Erlend Aasland  <erlenda@gmail.com>
12931
12932         * scm/output-tex.scm: implement {re,}setcolor
12933         * tex/lilyponddefs.tex: use color package
12934
12935 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
12936
12937         * GNUmakefile.in (local-WWW-post): Restore .htaccess and .html
12938         additions to website.
12939
12940         * Documentation/user/lilypond.tely: Remove reference to ps.gz.
12941
12942         * Documentation/user/macros.itexi: Fix @usermanref html links in
12943         split documents: use @inforef.
12944
12945 2005-03-30  Graham Percival  <gperlist@shaw.ca>
12946
12947         * Documentation/user/programming-interface.itely: minor fix.
12948
12949         * Documentation/user/advanced-notation.itely: added info to
12950         Metronome markings.
12951
12952 2005-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
12953
12954         * scm/output-lib.scm (make-stencil-boxer): Junk code duplication,
12955         use box-stencil.  Remove y-padding argument.
12956         (make-stencil-circler): New function.
12957
12958         * buildscripts/lilypond-words.py (F): 
12959         * elisp/SConscript (a): 
12960         * elisp/GNUmakefile (LILYPOND_WORDS_DEPENDS):
12961         * vim/SConscript (a): 
12962         * vim/GNUmakefile (LILYPOND_WORDS_DEPENDS): Update.
12963
12964         * lily/general-scheme.cc: Build fix.
12965
12966         * scm/markup.scm:
12967         * input/regression/markup-scheme.ly: 
12968         * input/regression/markup-syntax.ly: Drop 'new-' from name.
12969
12970         * scm/stencil.scm (make-circle-stencil): New function.
12971
12972         * scm/define-markup-commands.scm (draw-circle): Use it.  New
12973         name (was cicle).  Update callers.
12974         (circle): New markup command, similar to box.
12975
12976         * scm/stencil.scm (circle-stencil): New function.
12977
12978 2005-03-29  David Jedlinsky  <lilypond@ipnh.com>
12979
12980         * configure.in: Detect libutf8/wchar.h variant.
12981
12982         * stepmake/aclocal.m4: Modify shared size test.
12983
12984 2005-03-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12985
12986         * make/lilypond.fedora.spec.in (Group): remove texmf profile stuff.
12987
12988 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12989
12990         * scripts/convert-ly.py (conv): add stencil-aligned-to! rule.
12991         
12992         * VERSION (PACKAGE_NAME):  release 2.5.17
12993
12994 2005-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
12995
12996         * scm/backend-library.scm (postscript->png): Fix comment and png
12997         message.
12998
12999         * GNUmakefile.in (link-tree): Fix locales.
13000
13001 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13002
13003         * lily/stencil-scheme.cc (LY_DEFINE): change to
13004         ly:stencil-aligned-to, non mutating.
13005
13006         * scm/safe-lily.scm (lambda): remove ly:stencil-set-extent!
13007
13008         * lily/stencil-scheme.cc: remove ly:stencil-set-extent!
13009
13010         * lily/quote-iterator.cc (derived_mark): call
13011         Music_wrapper_iterator::derived_mark() too.
13012
13013         * lily/grace-engraver.cc (derived_mark): change signature, add
13014         const.
13015
13016 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
13017
13018         * SConstruct (symlink): 
13019         * GNUmakefile.in (link-tree): Add scripts to prefix.
13020
13021         * lily/general-scheme.cc (ly:effective-prefix): New function.
13022
13023         * scm/backend-library.scm (postscript->png): Use it.
13024
13025 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13026
13027         * lily/paper-score.cc (process): don't delete grobs after
13028         producing stencils. 
13029
13030         * scm/part-combiner.scm (determine-split-list): switch off
13031         debugging info.
13032
13033         * scm/backend-library.scm (postscript->png): explicitly use ps2png.py
13034         if available.
13035
13036         * scm/define-context-properties.scm
13037         (all-user-translation-properties): add stringNumberOrientations.
13038
13039         * lily/new-fingering-engraver.cc (position_scripts): make generic,
13040         so fingering and string-numbers are separately controlled.
13041
13042 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
13043
13044         * stepmake/aclocal.m4: Fix shared size test: add missing comma, do
13045         not use debugging.
13046
13047 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13048
13049         * GNUmakefile.in (local-WWW-post): remove UTF8 .htaccess.
13050
13051         * config.hh.in: add HAVE_FONTCONFIG.
13052
13053         * Documentation/user/instrument-notation.itely (String number
13054         indications): new node.
13055
13056         * input/regression/new-markup-syntax.ly (texidoc): add circle.
13057
13058         * lily/new-fingering-engraver.cc (add_string): new function. 
13059         (acknowledge_grob): accept string-number-event as well.
13060
13061         * scm/define-markup-commands.scm (circle): new markup command.
13062
13063         * scm/output-lib.scm (print-circled-text-callback): new function.
13064
13065         * lily/GNUmakefile: move ifeq after include stepmake.make.
13066
13067 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
13068
13069         * config.make.in (HAVE_LIBKPATHSEA_SO):
13070         * stepmake/aclocal.m4: Also subst HAVE_LIBKPATHSEA_SO.
13071
13072         * lily/GNUmakefile (MODULE_LDFLAGS): Only if not HAVE_KPATHSEA_SO,
13073         add KPATHSEA_LIBS.
13074
13075         * debian/watch: 
13076         * debian/control: Update.
13077
13078 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13079
13080         * input/test/title-markup.ly (spaceTest): remove.
13081
13082         * input/test/embedded-tex.ly (Module): remove.
13083
13084         * input/test/music-box.ly: use 'name property, not ly:music-name.
13085
13086         * lily/GNUmakefile (MODULE_LDFLAGS): add KPATHSEA_LIBS.
13087
13088         * stepmake/aclocal.m4: STEPMAKE_FONTCONFIG: add.
13089
13090 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
13091
13092         * Documentation/topdocs/INSTALL.texi (Top): Remove information
13093         about xdeltas.  Add information about CVS.
13094
13095         * scm/lily.scm (lilypond-main): Fix invocation of handler,
13096         gracefully handle failed files.
13097
13098         * lily/GNUmakefile (MODULE_LDFLAGS): Remove KPATHSEA_LIBS.
13099
13100         * Documentation/topdocs/INSTALL.texi (Top): Whitespace and other
13101         small fixes.
13102
13103         * scm/framework-tex.scm (convert-to-ps): Proper option spacing.
13104         No unnecessarily specific i18n messages.  Remove stray `1'.
13105
13106 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13107
13108         * buildscripts/lys-to-tely.py (strip_extension): add utf-8
13109         documentencoding
13110
13111         * scm/documentation-lib.scm (texi-file-head): set utf-8
13112         documentencoding.
13113
13114         * ly/chord-modifiers-init.ly (whiteTriangleMarkup): use the greek
13115         Delta, not the Symbol one. 
13116
13117         * mf/GNUmakefile ($(outdir)/lilypond.map): add -Regular to Aybabtu
13118         for the .map file.
13119
13120         * Documentation/topdocs/INSTALL.texi (Top): add running
13121         requirement as compilation requirement.
13122
13123 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13124
13125         * buildscripts/mutopia-index.py (headertext): add h1 header and
13126         utf-8 charset meta field.
13127
13128         * input/GNUmakefile: prune example list.
13129
13130         * scm/framework-tex.scm (convert-to-ps): add -ofoo.ps to dvips
13131         options.
13132
13133         * lily/slur-scoring.cc (get_base_attachments): only look at stem
13134         extent for visible stems.
13135
13136         * lily/grob.cc (mark_smob): mark \layout block from Grob::mark_smob().
13137
13138 2005-03-27  Jan Nieuwenhuizen  <janneke@gnu.org>
13139
13140         * Documentation/topdocs/INSTALL.texi (Top): Updates.
13141
13142         * scripts/convert-ly.py: Python 2.2 compatibility (thanks Mats).
13143
13144 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13145
13146         * lily/slur-scoring.cc (get_base_attachments): robustness. Don't
13147         pass inf/nan into slur scoring.
13148
13149         * ly/titling-init.ly (oddHeaderMarkup): don't show page no. on 1st
13150         page.
13151
13152         * scripts/abc2ly.py (dump_voices): use alphabet().
13153
13154 2005-03-27  Jeff Smith <whydoubt@yahoo.com>
13155         
13156         * mf/GNUmakefile (depth): use $(FONTFORGE). 
13157
13158 2005-03-27 Matthias Neeracher <neeracher@mac.com>
13159         
13160         * flower/include/virtual-methods.hh: simplify. Patch by
13161
13162 2005-03-25  John Williams <williams@tni.com>  
13163
13164         * scripts/lilypond-book.py (main): add png for HTML too, guess
13165         only if necessary. 
13166
13167 2005-03-25  Graham Percival  <gperlist@shaw.ca>
13168
13169         * Documentation/topdocs/INSTALL.texi: now recommends
13170         lexer-gcc-3.1.sh for gcc 3.1.1 or higher.
13171
13172         * Documentation/user/basic-notation.itely,
13173         Documentation/user/tutoria.itely: warn about
13174         only one (phrasing) slur at once.
13175
13176 2005-03-24  Pedro Kroger  <kroeger@pedrokroeger.net>
13177
13178         * ly/music-functions-init.ly (removeWithTag): fixed to return "music".
13179
13180 2005-03-23  Graham Percival  <gperlist@shaw.ca>
13181
13182         * Documentation/user/basic-notation.itely: fixed info about
13183         ending a (de)cresc.
13184
13185         * Documentation/user/lilypond-book.itely: fixed
13186         lilypond-book filter example and warned about not doing
13187         --filter and --process at the same time.
13188
13189 2005-03-23  Mats Bengtsson  <mabe@s3.kth.se>
13190
13191         * lily/parser.yy (bass_number),
13192         Documentation/user/instrument-notation.itely (Figured bass): 
13193         Add the possibility to use text markup in figured bass. 
13194
13195 2005-03-19  Graham Percival  <gperlist@shaw.ca>
13196
13197         * Documentation/user/global.itely: added info about naming
13198         identifiers and breakbefore.
13199
13200         * Documentation/user/invoking.itely: added info about batch
13201         processing files with convert-ly, removed references to TeX
13202         in the jail section.
13203
13204         * Documentation/user/examples.itely: possibly fixed piano
13205         dynamics.
13206
13207         * Documentation/user/advanced-notation.itely: added info
13208         about removing other types of Staff.
13209
13210         * Documentation/user/instrument-notation.itely: possibly
13211         fixed piano staff line switch.
13212
13213         * Documentation/user/changing-defaults.itely: added info
13214         about using normal font in titles.
13215
13216 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13217
13218         * VERSION (PATCH_LEVEL): release 2.5.16
13219
13220         * make/ly-vars.make (DVIPS_FLAGS): include lilypond.map path
13221         explicitly.
13222
13223 2005-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
13224
13225         * scm/framework-tex.scm (convert-to-dvi): Barf if NAME contains
13226         whitespace.
13227
13228         * python/lilylib.py (make_ps_images):
13229         * scm/backend-library.scm (postscript->pdf, postscript->png):
13230         Quote file name.  Use format rather than string-append juggling.
13231
13232 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13233
13234         * python/lilylib.py (make_ps_images): add x to -g argument. 
13235
13236         * lily/key-performer.cc (create_audio_elements): don't use
13237         scm_eval_string. Check for minor 3rd directly.
13238   
13239         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
13240         (sarabandeCelloGlobal): key is D minor, not F major.
13241
13242 2005-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
13243
13244         Fix truncated --png output (Peter Danenberg).
13245         
13246         * python/lilylib.py (make_ps_images):
13247         * scripts/ps2png.py (copyright): Grok --papersize option.
13248
13249         * scm/backend-library.scm (postscript->png): Add parameter
13250         PAPERSIZE.  Update callers.
13251
13252         * scm/output-gnome.scm (music-font?): Bugfix: use "Emmentaler".
13253         Fixes symbol placement.
13254
13255         * lily/spanner.cc: 
13256         * lily/stencil.cc: Use "libc-extension.hh" (WAS:
13257         <libc-extension.hh>).
13258
13259 2005-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
13260
13261         * Nitpick run.
13262
13263         * buildscripts/fixcc.py: Update.
13264
13265         Builddir run fixes.
13266
13267         * HACKING (datadir): Add VERSION.
13268
13269         * GNUmakefile.in (linktree): Bugfix: outconfdirs are one dir
13270         higher up.
13271
13272 2005-03-15  Werner Lemberg  <wl@gnu.org>
13273
13274         * mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the
13275         diagonal stem doesn't become thinner.
13276
13277 2005-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
13278
13279         * buildscripts/fixcc.py: Fixes (Werner).
13280
13281 2005-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13282
13283         * mf/GNUmakefile ($(outdir)/lilypond.map): capitalize
13284         Emmentaler/Aybabtu.
13285
13286         * GNUmakefile.in: fix lilypond-words path.
13287
13288         * po/tr.po: update to 2.3.21
13289
13290         * lily/new-fingering-engraver.cc (position_scripts): take priority
13291         from head position.
13292
13293         * input/regression/finger-chords-order.ly (texidoc): new file.
13294
13295 2005-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
13296
13297         * make/ly-rules.make: 
13298         * stepmake/aclocal.m4: 
13299         * Documentation/user/GNUmakefile: Remove old makeinfo compatibility.
13300
13301         * buildscripts/fixcc.py (rules): Leave space after operator.
13302
13303 2005-03-14  Werner Lemberg  <wl@gnu.org>
13304
13305         * mf/feta-klef.mf (draw_gclef): Replace `simple_serif' for
13306         top of the glyph with smooth curve.
13307
13308 2005-03-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13309
13310         * Documentation/user/global.itely (Page layout): remove
13311         printpagenumber.
13312
13313 2005-03-13  Jürgen Reuter  <reuter@ipd.uka.de>
13314
13315         * input/regression/mensural-ligatures.ly: new file (with examples
13316         compiled by Pal Benko).
13317
13318         * Documentation/user/instrument-notation.itely: Bugfix: yet some
13319         other "custodes.*-u0" -> "custodes.*.u0" renaming victims in
13320         musicglyph access.  Many small beautifications in ancient
13321         examples.
13322
13323         * input/test/divisiones.ly: fixed indentation; small
13324         beautifications
13325
13326         * ly/engraver-init.ly: added FIXME comment
13327
13328         * scripts/lilypond-book.py,
13329         Documentation/user/lilypond-book.itely: added music fragment
13330         option "packed" to lilypond-book
13331
13332         * Documentation/user/instrument-notation.itely: Bugfix: added
13333         missing LedgerLineSpanner color setting in several places.  Added
13334         music fragment option "packed" to VaticanaContext example.
13335
13336 2005-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13337
13338         * scm/define-grobs.scm (all-grob-descriptions): switch off
13339         Hyphen_spanner::set_spacing_rods 
13340
13341         * lily/lyric-hyphen.cc (print): add padding between syllable and
13342         hyphen.
13343         (print): shorten hyphen in tight situations (determine using
13344         minimum-length)
13345
13346         * scm/paper.scm (layout-set-staff-size): increase blotdiameter to
13347         0.4pt.
13348
13349 2005-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
13350
13351         * ly/titling-init.ly (bookTitleMarkup): Refinements.
13352
13353         * input/regression/page-breaks.ly (paper): Set not raggedlastbottom,
13354         header/footer markings for regression-test.
13355
13356         * scm/backend-library.scm (output-scopes, header-to-file): Move
13357         from framework-tex.scm.
13358
13359         * scm/framework-ps.scm (output-framework)
13360         (output-preview-framework):
13361         * scm/framework-eps.scm (output-classic-framework)
13362         (output-framework): Use it.  Fixes collated files.
13363
13364 2005-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
13365
13366         * input/sakura-sakura.ly: 
13367         * input/xiao-haizi-guai-guai.ly: Add from Debian package (Anthony).
13368
13369         * buildscripts/guile-gnome.sh: Update.
13370
13371         * mf/GNUmakefile (aybabtu.otf): Add dependency on .pe.
13372
13373         * mf/aybabtu.pe.in: Capitalize Aybabtu.
13374
13375 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13376
13377         * lily/separating-group-spanner.cc (find_rods): oops. Fix the real
13378         culprit: always exit the loop if we find a rod, even if it has
13379         distance < 0. 
13380
13381         * lily/ledger-line-spanner.cc (set_spacing_rods): rewrite to O(n)
13382         algorithm.
13383
13384         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
13385         $(outdir)/%.svg $(outdir)/%.pfa): add --simplify.
13386
13387         * scm/output-svg.scm (dashed-line): new  function body.
13388         
13389         * GNUmakefile.in: create .htaccess.
13390
13391 2005-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13392
13393         * Documentation/topdocs/NEWS.tely (Top): Fix text example.
13394
13395 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13396
13397         * VERSION (PACKAGE_NAME): release 2.5.15
13398
13399         * scm/output-{pdf,pdftex,sketch}.scm (Module): remove bitrotted files.
13400
13401         * scm/framework-svg.scm (output-framework): put scaling in
13402         document header. Apply scaling only once.
13403         (output-framework): dump page size in px, not mm. 
13404
13405         * scm/lily-library.scm (modified-font-metric-font-scaling): rename
13406         from font-size.
13407
13408         * lily/paper-outputter-scheme.cc (LY_DEFINE):
13409         ly:outputter-output-scheme, new function.
13410
13411         * scm/output-svg.scm (pango-description-to-svg-font): new function
13412
13413 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13414
13415         * Documentation/user/GNUmakefile (deep-symlinks): remove outimages
13416         target.
13417
13418         * input/typography-demo.ly: new file.
13419
13420 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
13421
13422         * Documentation/user/global.itely (File structure): Add markup blocks
13423         to toplevel expressions.
13424         (Multiple movements, Creating titles): Add markup blocks.
13425
13426         * lily/stencil-scheme.cc: Use "libc-extension.hh" (WAS:
13427         <libc-extension.hh>).
13428
13429         * lily/accidental.cc (accurate_boxes): Compile fix: 1.51 was broken.
13430
13431         * flower
13432         * lily
13433         * kpath-guile: Nitpick run: buildscripts/fixcc.py.
13434
13435 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13436
13437         * lily/accidental.cc: special bboxes for natural. 
13438
13439         * mf/feta-toevallig.mf: make stems heavier.
13440
13441         * lily/dynamic-text-spanner.cc (print): add bound padding for edge
13442         texts as well.
13443
13444         * mf/feta-klef.mf: revise. 
13445
13446         * mf/feta-schrift.mf: make thinning of accent less pronounced.
13447
13448         * mf/feta-klef.mf: add rounded curve at top. 
13449         make thinnib a little heavier.
13450
13451 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
13452
13453         * lily/parser.yy (book_body): Oops, allow \markup in \book too.
13454
13455         * buildscripts/fixcc.py: New file.
13456
13457         * input/regression/utf8.ly: Update Debian font description.
13458
13459 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
13460
13461         * stepmake/aclocal.m4: Fix test.
13462
13463 2005-03-09  Graham Percival  <gperlist@shaw.ca>
13464
13465         * Documentation/user/invoking.itely: added Sebastino Vigna's
13466         docs for the --jail option.
13467
13468 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13469
13470         * lily/stem.cc (print): only produce stemlets if there are no
13471         noteheads on this stem.
13472
13473         * lily/note-spacing.cc (stem_dir_correction): robustness fix:
13474         don't crash on stemlet (visible stem without heads).
13475
13476         * scm/define-grobs.scm (all-grob-descriptions): junk LeftEdge for
13477         unbroken situations. 
13478
13479         * scm/output-lib.scm (center-invisible): new function.
13480
13481         * lily/spacing-loose-columns.cc (set_loose_columns): use spacing
13482         wishes to determine loose column space.
13483
13484         * lily/font-config.cc (init_fontconfig): add
13485         fonts/{otf,type1,cff}  to path.
13486
13487         * lily/main.cc (setup_paths): add fonts/{otf,svg,tfm,cff} to path
13488
13489         * mf/GNUmakefile (Module): install all fonts under otf/
13490
13491         * scm/framework-ps.scm (Module): read fonts from fonts/extension,
13492         replace /fonts/otf/ by /ps/ 
13493
13494         
13495 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
13496
13497         * lily/paper-book.cc (classic_output): Reinstate header_0_ hack.
13498
13499         * lily/book.cc (process): Oops, add score_.header_.
13500
13501         * lily/paper-book.cc: Fold hearders, score and texts into scores_.
13502
13503         * lily/parser.yy: Handle toplevel and book texts as score.
13504
13505         * scm/page-layout.scm (default-page-make-stencil):
13506         Bugfix: (page-properties rename.
13507
13508         * scm/backend-library.scm (ly:system): Typo.
13509
13510 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13511
13512         * stepmake/stepmake/executable-targets.make (installexe): don't
13513         strip installed executables
13514
13515         * lily/font-select.cc (get_font_by_design_size): revert
13516         pango_description_string as well.
13517
13518         * lily/system.cc (set_loose_columns): put loose column just left
13519         of next column.
13520
13521         * lily/include/group-interface.hh (extract_grob_array): rename
13522         from Pointer_group_interface__extract_grobs
13523
13524         * input/regression/ledger-line-minimum.ly (texidoc): new file.
13525
13526         * lily/ledger-line-spanner.cc (set_spacing_rods): new
13527         function. Keep ledgered note heads at a minimum distance.
13528         Introduce minimum-length-fraction
13529         (print): introduce length-fraction property.
13530
13531 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13532
13533         * tex/GNUmakefile: remove latin1.enc rules.
13534
13535 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
13536
13537         * scm/titling.scm: Typo.
13538
13539         * input/regression/score-text.ly: Really add.
13540
13541         * lily/score.cc: Bugfixes for SCM header_ and texts_ members.
13542
13543 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13544
13545         * lily/open-type-font-scheme.cc:  new file.
13546
13547 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
13548
13549         * scm/titling.scm (layout-extract-page-properties): Rename from
13550         page-properties.  Update callers.
13551
13552         * lily/lexer.ll (Lily_lexer):
13553         * lily/parser.yy: Junk lyric_markup state.
13554
13555         * Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
13556
13557         * scripts/lilypond-book.py (PREAMBLE_LY): toplevel-music-handler:
13558         Add texts parameter.
13559
13560 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
13561
13562         * lily/lexer.ll (lyric_markup): New mode.
13563         (Lily_lexer::push_lyric_markup_state): New method.
13564         (MARKUPCOMMAND): Markup during lyric mode returns LYRIC_MARKUP.
13565
13566         * lily/parser.yy (book_body):
13567         (toplevel_expression): Grok \markup texts.
13568
13569         * lily/score-scheme.cc (ly:music-scorify): 
13570         * scm/lily-library.scm (collect-music-for-book): Take texts
13571         parameter.
13572
13573         * lily/score.cc (texts_): New member.
13574
13575         * lily/paper-book.cc (systems): Format score texts.
13576
13577         * score-text.ly: New file.
13578
13579         * ttftool/SConscript:
13580         * kpath-guile/SConscript: New file.
13581
13582         * lily/SConscript:
13583         * SConstruct: Update.
13584
13585 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13586
13587         * VERSION (PACKAGE_NAME): release 2.5.14
13588
13589 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
13590
13591         * lily/main.cc: Add dummy xgettext markers.
13592
13593 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13594
13595         * make/lilypond.fedora.spec.in (Requires): scrap kpathsea/tex
13596         requirements
13597
13598         * stepmake/aclocal.m4: check dynamic link, by checking if kpathsea
13599         executable is < 40k
13600
13601         * lily/main.cc (setup_paths): remove tfm1 tfm2 tfm3 include path
13602         hack.
13603
13604 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
13605
13606         * flower/libc-extension.cc:
13607         * flower/include/libc-extension.hh: [Open]BSD simply cast
13608         cookie/funopen declarations.
13609
13610         * stepmake/aclocal.m4: Check for libkpathsea.so.
13611
13612         * kpath-guile/kpath.c (ly_kpathsea_expand_variable): Use
13613         dl_kpse_find_file.
13614
13615 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13616
13617         * kpath-guile/kpath.c (open_library): dlopen libkpathsea.so
13618         (open_library): alternative for static library.
13619
13620 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
13621
13622         * configure.in: Set TTFTOOL_ENDIAN iso global CFLAGS.
13623
13624         * ttftool/GNUmakefile (MODULE_CFLAGS): Add $(TTFTOOL_ENDIAN).
13625
13626         Drop run-time dependency on teTeX.
13627
13628         * lily/kpath.cc (initialize_kpathsea): dlopen libkpathsea.
13629
13630         * stepmake/aclocal.m4 (STEPMAKE_KPATHSEA): Do not include
13631         KPATHSEA_LIBS in LIBS.
13632         (STEPMAKE_DLOPEN): New function.
13633
13634         * lily/font-config.cc (init_fontconfig): Use dir for directory,
13635         not path.
13636
13637         * flower/file-path.cc (directories): Rename from paths, as this
13638         return an array of directories (a single path).
13639
13640 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13641
13642         * lily/GNUmakefile (MODULE_LIBS): link with kpath-guile
13643
13644         * lily/all-font-metrics.cc (kpathsea_find_file): wrapper around
13645         new ly:kpathsea-find-file
13646
13647         * kpath-guile/kpath.c: new file. Put kpath bindings in lib.
13648
13649         * kpath-guile/GNUmakefile: new file
13650
13651         * buildscripts/gen-emmentaler-scripts.py (i): generate
13652         emmentaler-X.fontname as well.
13653
13654         * buildscripts/ps-embed-cff.py: new script
13655
13656         * scm/lily-library.scm: remove ps-embed-cff.
13657
13658         * scm/framework-ps.scm (write-preamble): don't use kpathsea for
13659         font loading. 
13660
13661         * scm/font.scm (add-music-fonts): load dynamics/numbers through
13662         fontconfig as well.
13663
13664         * lily/font-config.cc (init_fontconfig): add cff/ too.
13665
13666         * ly/generate-embedded-cff.ly: capitalize.
13667
13668         * lily/pango-select.cc (select_pango_font): use ::find_pango_font,
13669         so as to register the pango font.
13670
13671         * lily/font-config.cc (init_fontconfig): add
13672         prefix/{otf,type1,mf/out} to fontconfig path.
13673
13674         * lily/main.cc: only look at one prefix directory, LILYPONDPREFIX
13675         overrides all. 
13676
13677         * configure.in (gui_b): remove ec mftrace check
13678
13679         * config.hh.in: use lilypond-Major.Minor as data directory.
13680
13681         * scm/framework-ps.scm (dump-page): use output-units for landscape.
13682
13683         * buildscripts/gen-emmentaler-scripts.py (i): lower case file
13684         name.
13685
13686 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
13687
13688         * lily/main.cc (do_chroot_jail): Small cleanups.  Avoid constant
13689         error messages.
13690
13691         * flower/libc-extension.cc:
13692         * flower/include/libc-extension.hh: [Open]BSD fixes for
13693         cookie/funopen declarations.
13694
13695 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13696
13697         * buildscripts/gen-emmentaler-scripts.py (outdir): capitalize
13698         emmentaler.
13699
13700         * lily/score-engraver.cc (initialize): remove check for ecrm10 /
13701         lcrm10.
13702
13703         * scm/define-markup-commands.scm (fontsize): new markup
13704         command. Also set baseline-skip
13705
13706 2005-03-06 Sebastiano Vigna <vigna@dsi.unimi.it>.
13707         
13708         * lily/main.cc (do_chroot_jail): paranoia security for webserver
13709         use.
13710
13711 2005-03-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13712
13713         * stepmake/bin/add-html-footer.py (do_file): make wiki link optional.
13714
13715         * lily/pdf.cc: remove PDF related files
13716
13717 2005-03-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13718
13719         * ly/deutsch.ly: add quarter tones, patch by Arno Waschk.
13720         <hamamatsu@gmx.de>
13721
13722 2005-03-05  Graham Percival  <gperlist@shaw.ca>
13723
13724         * Documentation/user/advanced-notation.itely: first draft
13725         of reorg done.
13726
13727         * Documentation/user/global.itely: fixed (sub)section
13728         bits of MIDI.
13729
13730 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
13731
13732         * cygwin/mknetrel (extras): Bufix (Bertalan).
13733
13734         * Documentation/user/basic-notation.itely (Chords): @ref fix.
13735         * Documentation/user/instrument-notation.itely (Introducing chord
13736         names): Compile fix: must have unique name.
13737
13738 2005-03-02  Graham Percival  <gperlist@shaw.ca>
13739
13740         * Documentation/user/instrument-notation.itely: reorg.
13741
13742 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
13743
13744         * scm/output-gnome.scm:
13745         * scm/output-svg.scm: Fix font scaling.
13746
13747 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
13748
13749         * ly/titling-init.ly (tagline): Use Engraving.  Add comment about
13750         what link to use best.
13751
13752         * Documentation/user/instrument-notation.itely (Ancient accidentals): 
13753         * Documentation/user/tutorial.itely (Automatic and manual beams):
13754         Fix @ref.
13755
13756         * lily/tweak-registration.cc (replace_grob_tweak): New function.
13757         * lily/tweak-registration-scheme.cc (LY_DEFINE): Wrap it.
13758         * scm/framework-gnome.scm (tweak): Use it.
13759
13760 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13761
13762         * Documentation/topdocs/NEWS.tely (Top): elucidate GS problem.
13763
13764         * scm/output-ps.scm (white-text): reinstate white-text
13765
13766 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
13767
13768         * scm/output-ps.scm (offset-add): Remove.
13769
13770         * scm/lily-library.scm (offset-flip-y): New function.
13771         * scm/framework-gnome.scm (tweak): Use it.
13772
13773         * scm/output-gnome.scm (grob-cause): Add parameter.
13774
13775         * scm/lily.scm (ly:all-stencil-expressions): Add url-link.
13776         * scm/output-ps.scm (url-link): Move.
13777         (white-text): Warn user about brokenness.
13778
13779         * Documentation/topdocs/NEWS.tely: Be more accurate and respectful
13780         wrt ghostscript.
13781
13782 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13783
13784         * lily/slash-repeat-engraver.cc (try_music): always make slashes
13785         if body length smaller than measure length.
13786
13787         * scm/define-markup-commands.scm (with-url): oops. use Y extent
13788         for Y.
13789
13790         * ly/titling-init.ly (tagline): put default tagline in \paper
13791
13792 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
13793
13794         * lily/kpath.cc: 
13795         * lily/pdf.cc (Pdf_file): Use more generic error messages.
13796
13797         * scm/lily-library.scm (version-not-seen-message): New function.
13798         * ly/init.ly: Use it.
13799
13800         * scm/page-layout.scm (ly:optimal-page-breaks): Display page
13801         breaks as progess.
13802
13803         * scripts/lilypond-book.py (do_process_cmd): Do not lump
13804         whitespace with l10n message.
13805
13806         * scm/framework-tex.scm (convert-to-ps):
13807         (convert-to-dvi): Do not use overly specific l10n messages.
13808
13809         * ly/titling-init.ly (bookTitleMarkup): Add baseline skips from 2.4.
13810
13811         * tex/GNUmakefile $(outdir)/latin1.enc: Build fix:
13812         merge stderr with stdout.  
13813
13814 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
13815
13816         * flower/libc-extension.cc: Tested BSD compile fix (Matthias
13817         Neeracher).
13818
13819 2005-02-29  Graham Percival  <gperlist@shaw.ca>
13820
13821         * Documentation/user/instrument-notation.teily: moved
13822         \arpeggio to Basic.
13823
13824         * Documentation/user/advanced-notation.itely: Articulation to
13825         Basic, a bunch of stuff from Basic moved to Advanced.
13826
13827         * Documentation/user/basic.itely: swapped various sections,
13828         reorganized Basic.
13829
13830 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
13831
13832         * flower/memory-stream.cc: 
13833         * flower/libc-extension.cc: Remove obsolete #undefs.
13834
13835         * flower/include/libc-extension.hh: Bugfix for BSD, place #ifdef
13836         more carefully.
13837
13838 2005-02-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13839
13840         * make/lilypond.fedora.spec.in (Requires): add GS 8.15 as
13841         dependency.
13842
13843         * VERSION (PACKAGE_NAME): release 2.5.13
13844
13845         * GNUmakefile.in (web-ext): don't ship ps.gz
13846
13847         * tex/GNUmakefile ($(outdir)/latin1.enc): redirect stderr to
13848         stdout
13849
13850 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
13851
13852         * lily/general-scheme.cc (LY_DEFINE): Compile fix for systems
13853         without libintl.  Now it compiles too.
13854
13855 2005-02-28  Graham Percival  <gperlist@shaw.ca>
13856
13857         * Documentation/user/basic-notation.itely,
13858         instument-notation.itely, advanced-notation.itely:
13859         split up contents of notation.itely.
13860
13861         * Documentation/user/notation.itely: file removed.
13862
13863         * Documentation/user/invoking.itely, converters.itely:
13864         moved convert-ly info to invoking.itely.
13865
13866         * Documentation/user/global.itely, changing-defaults.itely,
13867         sound-output.itexi: moved global settings, file layout, and
13868         sound into global.itely.
13869
13870         * Documentation/user/sound-output.itexi: file removed.
13871
13872         * Documentation/user/lilypond.tely: removed links to
13873         notation.itely and sound.itely.
13874
13875 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13876
13877         * scm/output-ps.scm (grob-cause): only do mark_URI if non-empty.
13878
13879         * scm/framework-ps.scm (write-preamble): remove pdf-viewer code.
13880  
13881         * THANKS: add sponsor.
13882
13883         * scm/define-markup-commands.scm (with-url): new markup command.
13884
13885         * scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to
13886         tagline.
13887         
13888         * scm/output-tex.scm (url-link): stub.
13889
13890         * scm/output-ps.scm (url-link): new function.
13891
13892         * lily/lily-parser-scheme.cc (LY_DEFINE): deprecate
13893         ly:set-point-and-click
13894
13895 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
13896
13897         * ps/music-drawing-routines.ps (mark_file_line): Switch Action
13898         based on pdf-viewer setting.
13899
13900         * scm/framework-ps.scm (write-preamble): Find and set preferred
13901         pdf-viewer.
13902
13903 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13904
13905         * Documentation/user/point-and-click.itely: update for PDF point &
13906         click.
13907
13908         * scripts/lilypond-pdfpc-helper.py: new file. Invoke different
13909         editors based on EDITOR setting.
13910
13911 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
13912
13913         * scm/*: Oops, more grand 2005 replace bits.
13914
13915 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13916
13917         * ps/music-drawing-routines.ps: new routine: insert PDF mark
13918
13919         * scm/output-ps.scm (grob-cause): point & click support for
13920         PostScript
13921
13922 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13923
13924         * lily/input-scheme.cc (LY_DEFINE): rename to
13925         ly:input-file-line-column
13926
13927 2005-02-26  Graham Percival  <gperlist@shaw.ca>
13928
13929         * Documentation/user/examples.itely: small fix from Steve Doonan.
13930
13931         * Documentation/user/scheme-tutorial.itely: small fix from Steve Doonan.
13932
13933         * THANKS: added Yuval Harel.
13934
13935         * Documentation/user/{various}: inserted two spaces after a period.
13936
13937         * Documentation/user/lilypond.tely: added framework for reorg.
13938
13939         * Documentation/user/basic-notation.itely, instrument-notation.itely,
13940         advanced-notation.itely, global.itely: new files, placeholder for
13941         future reorg.
13942
13943 2005-02-26 Yuval Harel  <yuvalh@hotpop.com>
13944
13945         * Documentation/user/notation.itely: revamped Polyphony section
13946         
13947 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13948
13949         * Documentation/user/lilypond-book.itely (Music fragment options):
13950         doc fontload.
13951
13952         * Documentation/user/changing-defaults.itely (Text encoding): add
13953         fontload option to utf8 include
13954
13955         * scripts/lilypond-book.py (compose_ly): add fontload option
13956
13957         * scm/framework-eps.scm (dump-stencils-as-EPSes): add
13958         force-eps-font-include option.
13959
13960         * ly/chord-modifiers-init.ly (blackTriangleMarkup): reinstate
13961         black triangle
13962
13963         * Documentation/user/invoking.itely (Editor support): remove
13964         lilypond-latex section.
13965
13966         * scripts/lilypond-latex.py (Module): remove script.
13967
13968         * cygwin/lily-wins.py (stat): write to .lylog, so as not to
13969         overwrite .log. 
13970
13971         * lily/main.cc: remove -m, --no-layout
13972
13973         * flower/include/libc-extension.hh: add ALIAS_FILE_TO_FILECOOKIE
13974         to define. We don't want to override fprintf everywhere.
13975
13976 2005-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
13977
13978         * cygwin/lilypond.hint: 
13979         * cygwin/README.in: Update dependencies.
13980
13981         * stepmake/aclocal.m4 (STEPMAKE_PANGO, STEPMAKE_PANGO_FT2):
13982         Bugfix: do not pollute CPPFLAGS, LIBS.
13983
13984         * cygwin/mknetrel (extras): Cross compile fixes.
13985
13986         * ttftool/util.c: 
13987         * ttftool/ttfps.c: 
13988         * ttftool/ps.c: #include libc-extension.hh
13989
13990         * flower/include/libc-extension.hh:
13991         * flower/libc-extension.cc (fopencookie)[!HAVE_FOPENCOOKIE]: Add
13992         wrapper using funopen.
13993         (fopencookie, handle_cookie_io_fclose, handle_cookie_io_fprintf,
13994         handle_cookie_io_fprintf): Add wrappers catching Memory_out_stream.
13995
13996         * config.hh.in:
13997         * configure.in (AC_CHECK_FUNCS): Add fopencookie, funopen.
13998         (AC_CHECK_HEADERS): Add libio.h
13999
14000         * scripts/convert-ly.py: Uniformize, internationalize.
14001         (2.5.2): Remove fatal encoding rule.
14002         (2.5.13): Handle latin1 encoding gracefully.
14003
14004 2005-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
14005
14006         * HACKING: Fix line breaks.
14007
14008 2005-02-23  Werner Lemberg  <wl@gnu.org>
14009
14010         * mf/graycx.mf, mf/graylj.mf: Removed.  Any decent TeX distribution
14011         contains those two files.
14012
14013 2005-02-21  Werner Lemberg  <wl@gnu.org>
14014
14015         * mf/feta-nummer-code.mf ("Numeral 5"): Include intersection point
14016         to improve overlap removal process.
14017
14018         * mf/feta-slag.mf (draw_trillelement): Add parameter to control
14019         left and right ending.  This ensures better overlapping.
14020         Update all callers.
14021         ("lineprall"): Don't use draw_gridline to get better overlapping.
14022
14023 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14024
14025         * scm/lily-library.scm (ps-embed-cff): add \n after EndResource
14026
14027         * Documentation/topdocs/NEWS.tely (Top): oops.
14028
14029 2005-02-21  Pedro Kroger  <kroeger@pedrokroeger.net>
14030
14031         * HACKING: new file.
14032
14033         * input/regression/utf8.ly (portuguese): added a portuguese example
14034         to show latin1 accents.
14035
14036 2005-02-21  Pal Benko  <benkop@freestart.hu>
14037
14038         * lily/mensural-ligature-engraver.cc:
14039         * lily/mensural-ligature.cc:
14040         * lily/include/mensural-ligature.hh: new algorithm implemented
14041
14042         * scm/define-grob-properties.scm: join-left killed (add-join may
14043         be used); join-left-amount changed to join-right-amount
14044
14045 2005-02-21  Graham Percival  <gperlist@shaw.ca>
14046
14047         * Documentation/user/notation.itely: small but urgent fix.
14048
14049 2005-02-21  Jürgen Reuter  <reuter@ipd.uka.de>
14050
14051         * lily/duration-scheme.cc: bugfix: correct parameters to
14052         SCM_ASSERT_TYPE.
14053
14054         * THANKS: added Pal.
14055
14056         * Documentation/user/notation.itely: bugfix: unTeXified
14057         $\\backslash$.  Bugfix: yet another glyph renaming victim:
14058         "timesig.*x/y" -> "timesig.*xy".
14059
14060 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14061         
14062         * VERSION (PACKAGE_NAME): release 2.5.12
14063
14064 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14065
14066         * ly/engraver-init.ly: set tieWaitForNote to #t by default
14067
14068         * configure.in (gui_b): bump GUILE requirement to 1.6.5 
14069
14070         * Documentation/topdocs/NEWS.tely: add inputfileref macro.
14071
14072         * scm/framework-ps.scm (supplies-or-needs): uniq font name list.
14073
14074 2005-02-20  Jan Nieuwenhuizen  <janneke@gnu.org>
14075
14076         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: recode
14077         latin1..utf-8.
14078
14079         * input/regression/stanza-number.ly:
14080         * input/regression/utf8.ly (hebrew): Use addlyrics.  Update.
14081
14082         * lily/tie-engraver.cc (acknowledge_grob): Compile fix.
14083
14084 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14085
14086         * Documentation/topdocs/NEWS.tely (Top): only mention 2.5
14087         NEWS. Refer to website for older news.  
14088
14089         * stepmake/bin/add-html-footer.py (i18n): don't strip .PNG /
14090         .HTML. This should be done for specific servers only.
14091
14092         * Documentation/topdocs/NEWS.tely (Top): move to .tely. Add some
14093         .ly image examples.
14094
14095         * scm/define-grobs.scm (all-grob-descriptions): put ledger lines
14096         in layer 0 too.
14097
14098         * scm/define-context-properties.scm
14099         (all-user-translation-properties): add tieWaitForNote
14100
14101         * scm/define-grobs.scm (all-grob-descriptions): add
14102         Tie_column::before_line_breaking
14103
14104         * lily/tie.cc (get_column_rank): new function
14105
14106         * lily/tie-column.cc (before_line_breaking): new function.
14107         (werner_directions): take into account ties that start on
14108         different columns.  
14109
14110         * lily/score-engraver.cc (set_columns): move add_column() so we
14111         have column rank available.
14112
14113         * lily/tie.cc (get_column_rank): new function.
14114
14115         * input/regression/utf8.ly (japanese): add japanese lyrics.
14116
14117         * lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
14118
14119         * THANKS: add Steve D
14120
14121         * ttftool/*.c: add TTF -> Type42 conversion library. Based on
14122         Public Domain work by Juliusz Chroboczek <jch@pps.jussieu.fr>
14123
14124 2005-02-20  Tatsuya Ono  <tats_ono@infoseek.jp>
14125
14126         * mf/parmesan-heads.mf: "0harmonic" -> "s0harmonic"
14127         to show harmonic notes
14128         * scm/define-markup-commands.scm: in \markup-by-number
14129         "dots-dot" -> "dots.dot" to show dotted notes
14130
14131 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14132
14133         * flower/include/memory-stream.hh (class Memory_out_stream): new file.
14134
14135         * flower/memory-stream.cc (writer): new file.
14136
14137         * configure.in: add endian test.
14138
14139 2005-02-19  Jürgen Reuter  <reuter@ipd.uka.de>
14140
14141         * Documentation/user/examples.itely: small
14142         simplification/beautification
14143
14144         * Documentation/user/notation.ietly: bugfix: fixed many artefacts
14145         from the "x-y-z"->"x.y.z" renaming of glyphs throughout the whole
14146         notation manual.
14147
14148         * lily/mensural-ligature.cc: bugfix: another few victims of the
14149         "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
14150
14151         * ly/gregorian-init.ly: commit some experimental code for hi-level
14152         ligature input language lying around here for several months.
14153
14154         * lily/mensural-ligature-engraver.cc: bugfix: another victim of
14155         the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
14156
14157         * lily/vaticana-ligature-engraver.cc: bugfix: another few
14158         "x-y-z"->"x.y.s-z" fixes.
14159
14160 2005-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14161
14162         * scm/framework-pdf.scm (scm): new file
14163
14164         * lily/include/pdf.hh (class Pdf_file): new file.
14165
14166         * lily/pdf.cc (write_trailer): new file.
14167
14168 2005-02-18  Erlend Aasland  <erlenda@gmail.com>
14169
14170         * input/regression/color.ly: new file
14171
14172         * lily/stencil.cc (interpret_stencil_expression):
14173         when a color expression is encountered: save current color,
14174         process the rest of the expression, and restore previous color.
14175
14176         * lily/system.cc (get_line): check all grobs for color property and
14177         prepare the stencil scheme expressions for further processing.
14178         Fix layer-loop.
14179
14180         * scm/define-grob-properties.scm: introduce the color property.
14181
14182         * scm/output-lib.scm: color helper functions.
14183
14184         * scm/output-ps.scm: introduce setcolor/resetcolor.
14185
14186 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
14187
14188         * ly/*.ly, input/regression/*.ly: Added missing \version
14189         statements in some files.
14190
14191 2005-02-15  Graham Percival  <gperlist@shaw.ca>
14192
14193         * Documentation/user/notation.itely: minor editing.
14194
14195         * Documentation/user/converters.itely: updated convert-ly bugs.
14196
14197         * Documentation/user/lilypond-book.itely: add info about using
14198         feta characters in latex.
14199
14200 2005-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14201
14202         * scripts/convert-ly.py: new slur dash patch by Bertalan Fodor.
14203
14204 2005-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14205
14206         * scm/define-grob-properties.scm (all-user-grob-properties):
14207         removed 'dashed property.
14208
14209 2005-02-13  Nicolas Sceaux  <nicolas.sceaux@free.fr>
14210
14211         * scm/lily.scm (define-safe-public): new macro for defining
14212         variables that can be used in --safe mode. Use it in *.scm
14213         instead of manually setting safe-objects in safe-lily.scm.
14214
14215 2005-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14216         
14217         * lily/slur.cc: Slur-dash patch by Bertalan.
14218
14219         * ly/engraver-init.ly (EasyNotation): glyph name dash -> period.
14220
14221         * stepmake/bin/add-html-footer.py (do_file): do i18n only once. 
14222
14223 2005-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
14224
14225         * stepmake/aclocal.m4: teTeX-3.0 inimf fix.  Comment-out.
14226
14227 2005-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
14228
14229         * mf/GNUmakefile: teTeX-3.0 install fix.
14230
14231         * Cygwin patch from Bertalan.
14232
14233         * stepmake/stepmake/metafont-rules.make: Remove bashism.
14234
14235 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
14236
14237         * GNUmakefile.in: 
14238         * SConstruct (symlink): teTeX-3.0 build fix: add map symlink.
14239
14240         * tex/GNUmakefile: teTeX-3.0 fix: install .enc in fonts/enc.  Add
14241         2.0.x compatibility.
14242
14243 2005-02-08  Werner Lemberg  <wl@gnu.org>
14244
14245         * mf/feta-din-code.mf: Format; clean up code.
14246         Replace `---' with `--' plus explicit path directions.
14247         (linethickness#, stafflinethickness#): Remove.
14248         ("dynamic f"): Replace `draw' with `draw_rounded_block'.
14249         ("dynamic s"): Improve shape.
14250         ("dynamic p"): Improve shape.
14251         Replace `draw' with better outline approximation.
14252         ("dynamic r"): Improve shape.
14253         Don't call `fill' and `draw' at the same time.
14254
14255 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
14256
14257         * SConstruct (symlink):
14258         * GNUmakefile.in ($(builddir)/share/lilypond-force): teTeX-3.0
14259         build fix: add enc symlink.
14260
14261         * lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
14262
14263         Support for DESTDIR besides prefix=/foo
14264
14265         * vim/GNUmakefile (local-install): Use $(INSTALL) -d iso mkdir.
14266
14267         * stepmake/stepmake/*.make:
14268         * */GNUmakefile:
14269         * GNUmakefile.in: Prepend $(DESTDIR) to installation directory.
14270
14271         * config.make.in (prefix): Remove broken $(DESTDIR) hack.
14272
14273         * stepmake/aclocal.m4: Use %0.f iso %d to quiet gawk < 3.1.4 and
14274         mawk in fontforge (date) test.
14275
14276 2005-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14277
14278         * scm/font.scm (make-century-schoolbook-tree): add NCS as
14279         font-family=roman. Add Luxi Sans as sans
14280
14281 2005-02-07  Graham Percival  <gperlist@shaw.ca>
14282
14283         * Documentation/user/notation.itely: add warning about
14284         percent repeats and Voice contexts.
14285
14286         * Documentation/user/lilypond-book.itely: clarified the
14287         necessity of dvips -u arguments.
14288
14289 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
14290
14291         * THANKS: Added a bunch of bug hunters.
14292
14293 2005-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14294
14295         * scm/framework-ps.scm (output-preview-framework): bugfix.
14296
14297         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): use unicode
14298         o/ for chord modifier..
14299
14300         * lily/general-scheme.cc (LY_DEFINE): new function ly:wide-char->utf-8.
14301
14302         * lily/drum-note-performer.cc:  remove unused (thanks Michael
14303         Welsh Duggan). 
14304
14305 2005-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
14306
14307         * Documentation/user/changing-defaults.itely (Text encoding): Clarify.
14308
14309         * ly/titling-init.ly: Do not also print intstrument in header on
14310         first page.  Do not print page number on first and only page.
14311
14312 2005-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14313
14314         * input/regression/*.ly: remove old-relative everywhere
14315
14316         * lily/music-sequence.cc (simultaneous_relative_callback): do
14317         what-if analysis on copy, not on original. Fixes old-relative
14318         compatibility.
14319
14320         * scm/backend-library.scm (postscript->png): space before
14321         --verbose.
14322         
14323 2005-02-05  Werner Lemberg  <wl@gnu.org>
14324
14325         * mf/feta-autometric.mf (fet_beginchar): Check whether `feta_group'
14326         is defined.
14327
14328         * mf/feta-alphabet.mf: Define `staffsize#'.
14329         Include `feta-params.mf'.
14330         s/staffheight/design_size/.
14331
14332         * mf/feta-alphabet??.mf: s/staffheight/design_size/.
14333
14334         * mf/feta-alphabet26.mf: Fix a serious bug (design size off by 8pt).
14335
14336         * mf/feta-nummer-code.mf: Reformatted.
14337         (draw_six): Use outline intersection to avoid a self-intersecting
14338         path.
14339         ("Numeral comma"): Fix serious outline glitches.  This slightly
14340         changes the glyph shape.
14341         ("Numeral dash"): Use `draw_rounded_block'.
14342         ("Numeral dot"): Use `drawdot'.
14343         ("Numeral 1"): Assure identical tangent directions for the
14344         intersection points of paths.  The glyph shape improvement is only
14345         visible at very high magnifications.
14346         ("Numeral 2"): Use `solve' macro to make the lower right part of
14347         the glyph outline touch the x axis exactly.  This changes the
14348         glyph shape.
14349         Minor fixes for better overlap removal support.
14350         ("Numeral 4"): Make lefter corner `rounder'.
14351         ("Numeral 5"): Assure identical tangent directions for the
14352         intersection points of paths.  This improves the glyph shape at
14353         high magnifications.
14354         ("Numeral 7"): Use `solve' macro to make the upper right part of
14355         the glyph outline touch the metrics box exactly.  This changes the
14356         glyph shape.
14357         Avoid corner in the upper left part of the glyph (causing a minor
14358         shape change).
14359
14360         * mf/feta-ital-*.mf: Removed.  Unused.
14361
14362 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14363
14364         * VERSION (PATCH_LEVEL): release 2.5.11
14365
14366         * input/regression/fill-line-test.ly: new file.
14367
14368         * buildscripts/gen-emmentaler-scripts.py (i): insert dash in
14369         emmentaler name, eg. emmentaler-23. 
14370
14371 2005-02-04  Christian Hitz  <chhitz@gmx.net>
14372
14373         * scm/scm/define-markup-commands.scm (fill-line): rework for better
14374         alignment with centered texts
14375
14376         * scm/stencil.scm (stack-stencils-padding-list): new function, takes a
14377         list of paddings
14378
14379 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14380
14381         * mf/GNUmakefile ($(outdir)/lilypond.map): add aybabtu to .map file.
14382
14383         * lily/note-column.cc (translate_rests): call flush_extent_cache()
14384         of parents when translating rests. Fixes: c-chord-rest.ly 
14385
14386         * lily/include/dimension-cache.hh (struct Dimension_cache): add
14387         dimension_callback_ member.
14388
14389         * lily/grob.cc (flush_extent_cache): new function. Force recompute
14390         of extents.
14391
14392 2005-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
14393
14394         * all but lily/*: The grand 2004/2005 replace.
14395
14396 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14397
14398         * lily/*: add space after ,  
14399
14400         * scm/music-functions.scm (has-request-chord): don't use
14401         ly:music-name anywhere. Fixes <<\\>> notation. 
14402
14403         * scm/define-markup-commands.scm (box): use font-size for
14404         padding. Fixes boxed-rehearsal-marks.ly
14405
14406         * lily/parser.yy (assignment_id): allow LYRICS_STRING as
14407         identifier definition too, so foo = \lyrics { ...   } bar = #1
14408         doesn't complain about "bar" being LYRICS_STRING.
14409
14410         * lily/paper-def.cc (find_pango_font): new routine; Store
14411         pango_fonts in hash tab too. This is necessary for retrieving
14412         Pango_fonts::physical_font_tab() later on.
14413  
14414         * lily/pango-font.cc (pango_item_string_stencil): bugfix: don't
14415         crash if psname is null.
14416
14417         * lily/lily-guile.cc (ly_hash2alist): new function
14418
14419         * Documentation/user/changing-defaults.itely (Text encoding):
14420         rewrite. 
14421
14422         * lily/pango-font.cc (physical_font_tab): new member. Store PSname
14423         -> font_filename mapping.
14424
14425         * lily/pango-font-scheme.cc (LY_DEFINE): new file. New function
14426         ly_pango_font_physical_fonts
14427
14428         * scm/framework-ps.scm (supplies-or-needs): extract names from
14429         physical Pango_fonts.
14430
14431         * utf8.ly: new file.
14432
14433 2005-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14434
14435         * Documentation/user/changing-defaults.itely (Page layout): add
14436         doco about systemSeparatorMarkup.
14437
14438         * scm/page-layout.scm (default-page-make-stencil): add-to-page
14439         function.
14440         (default-page-make-stencil): insert system separators.
14441
14442         * scm/define-markup-commands.scm (hcenter): add
14443         (beam): add.
14444
14445 2005-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14446
14447         * scm/output-ps.scm (ez-ball): reinstate ez notation.
14448
14449 2005-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
14450
14451         * lily/main.cc: Spell backend consistently.  Sort options.
14452
14453 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14454
14455         * scripts/lilypond-book.py (Module): revert @include.
14456         
14457 2005-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
14458
14459         * scripts/lilypond-book.py: Resurrect HTML links to .ly source.
14460         Bugfix: @include .tex (not .texi).  Small cleanups.
14461
14462         * stepmake/bin/add-html-footer.py (i18n): New function.
14463
14464 2005-01-31  Werner Lemberg  <wl@gnu.org>
14465
14466         * mf/feta-nummer.mf: Removed.  Unused.
14467
14468 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14469
14470         * lily/ : 2004 -> 2005 s&r
14471
14472         * scm/file-cache.scm (cached-file-contents): add file. Read each
14473         file only once.
14474
14475         * scm/font.scm (add-pango-fonts): change order. Medium weight is
14476         now default.
14477
14478         * VERSION: release 2.5.10
14479         
14480         * mf/GNUmakefile (INSTALLATION_OUT_FILES4): install cff.ps files.
14481
14482         * make/ly-rules.make ($(outdir)/%.texi): detect new EOF marker.
14483
14484         * scm/framework-ps.scm (dump-stencil-as-EPS): robustness: ensure
14485         that both X and Y extents of bbox are non-nil.
14486
14487 2005-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14488
14489         * scm/chord-name.scm (alteration->text-accidental-markup): change
14490         - to . 
14491
14492         * scm/output-ps.scm (utf8-string): add utf8-string for completeness.
14493
14494         * scm/framework-ps.scm (dump-stencil-as-EPS): new function
14495
14496         * Documentation/user/invoking.itely (Invoking lilypond): add note
14497         about EPS backend.
14498
14499         * scm/framework-eps.scm: new file: create per-system/per-page EPS
14500         files for inclusion in lilypond-book document.
14501
14502         * input/tutorial/lbook-latex-test.tex: rename from lilbook.tex
14503
14504         * input/tutorial/lbook-texi-test.texi: new file.
14505
14506         * scm/safe-lily.scm (safe-objects): add
14507         {begin,end}-of-line-(in)?visible as safe.
14508  
14509 2005-01-30  Graham Percival  <gperlist@shaw.ca>
14510
14511         * Documentation/user/changing-defaults.itely: fixed example
14512         of (dynamics).
14513
14514 2005-01-29  Graham Percival  <gperlist@shaw.ca>
14515
14516         * lily/main.cc: fix info about -o=FILE.
14517
14518 2005-01-29  Werner Lemberg  <wl@gnu.org>
14519
14520         * mf/feta-toevallig.mf ("Natural"): Completely changed the
14521         construction to assure smooth transition from straight to curved
14522         lines.
14523
14524 2005-01-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14525
14526         * lily/stencil.cc (moved_to_edge): don't halt on adding empty
14527         stencils.
14528
14529         * ps/lilyponddefs.ps: add start-page, start-system doesn't
14530         translate to top of page. Fixes alignment problems of
14531         lilypond-generated EPS files.
14532
14533 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14534
14535         * scm/part-combiner.scm (analyse-spanner-states): trigger on
14536         crescendo-end as well, since Decrescendo maybe ended with Stop
14537         Crescendo.). Fixes: partcombine-diminuendo.ly
14538
14539         * scm/script.scm (default-script-alist): swap portato symbols.
14540
14541         * lily/instrument-name-engraver.cc (acknowledge_grob): typo.
14542
14543         * lily/paper-outputter-scheme.cc (LY_DEFINE):
14544         ly:outputter-port. New function.
14545
14546         * scm/framework-ps.scm (output-classic-framework): dump a
14547         -systems.texi too
14548         (output-classic-framework): dump multiple systems on an "infinite"
14549         page EPS including fonts. 
14550
14551         * scripts/lilypond-book.py (Lilypond_snippet.ly_is_outdated): use
14552         .eps files for both texi and tex formats. Use PNG coming from
14553         lilypond.
14554         
14555 2005-01-28  Graham Percival  <gperlist@shaw.ca>
14556
14557         * Docuemntation/user/invoking.itely: fix info about -o=FILE.
14558
14559         * scripts/lilypond-latex.py: fix info about -o=FILE.
14560
14561 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14562
14563         * ly/generate-embedded-cff.ly: write .cff.ps files.
14564
14565         * mf/GNUmakefile ($(outdir)/lilypond.map): add .cff.ps to .map file.
14566
14567         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
14568         $(outdir)/%.svg $(outdir)/%.pfa): remove --simplify
14569
14570 2005-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
14571
14572         * lily/include/guile-compatibility.hh (SCM_VECTOR_P): Compile fix.
14573
14574 2005-01-28  Werner Lemberg  <wl@gnu.org>
14575
14576         * mf/feta-macros.mf (soft_start_penstroke, soft_end_penstroke): New
14577         macros.
14578         (draw_bulb): Improved.
14579
14580         * mf/feta-pendaal.mf ("Pedal asterisk"): Remove workaround for
14581         metapost bug.
14582         (draw_pedal_P): Use soft_end_penstroke.
14583         (draw_pedal_d): Use soft_start_penstroke.
14584
14585         * mf/feta-schrift.mf ("Trill (`tr')"): Remove redundant point in
14586         path.
14587         ("Varied Coda"): Move some points to avoid fontforge warnings.  This
14588         doesn't change the glyph shape.
14589
14590         * mf/feta-accordion.mf ("accOldEE"): Draw glyph differently (without
14591         changing the shape) to avoid fontforge warnings.
14592
14593         * mf/feta-klef.mf (draw_tab_T, draw_tab_A, draw_tab_B): Use
14594         soft_end_penstroke and fix glyph shape.
14595
14596 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14597
14598         * lily/*.cc: Scheme deprecation of SCM_VECTOR_* 
14599
14600 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14601
14602         * scm/define-markup-commands.scm (line): filter out empty stencils
14603         from line command.
14604
14605         * lily/stencil-scheme.cc (LY_DEFINE): only allow finite real
14606         amount.
14607
14608 2005-01-27  Graham Percival  <gperlist@shaw.ca>
14609
14610         * Documentation/user/notation.itely: added info about what
14611         \voiceFoo does.  Also rewrote warning about marks at
14612         a line break.
14613
14614         * Documentation/user/changing-defaults.itely: added info
14615         about putting dynamics in parenthesis and brackets.
14616
14617 2005-01-27  Werner Lemberg  <wl@gnu.org>
14618
14619         * mf/feta-schrift.mf ("Trill (`tr')"): Fix typo.
14620
14621 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14622
14623         * mf/feta-schrift.mf: reverse u and d portato. Fixes:
14624         portato-direction.ly
14625
14626         * lily/beam.cc (consider_auto_knees): add beam height to
14627         threshold. Fixes: knee-multiple-beam.ly
14628
14629         * lily/instrument-name-engraver.cc (acknowledge_grob): also ignore
14630         pedal line spanners. Fixes: instrument-center-pedal.ly
14631
14632         * lily/auto-beam-engraver.cc (acknowledge_grob): stop beam
14633         if encountering barline. Fixes: auto-beam-repeat.ly
14634
14635 2005-01-26  Werner Lemberg  <wl@gnu.org>
14636
14637         * mf/feta-slag.mf (draw_trillelement): Fix shape to get clean
14638         overlapping.
14639
14640         * mf/feta-toevallig.mf (draw_meta_sharp): Fix shape to avoid curves
14641         with inflections for the 1/2 sharp glyph.
14642
14643         * mf/feta-schrift.mf ("Trill (`tr')"): Fix start position of
14644         connection between `t' and `r'.
14645         Unify bulb with the rest of `r' to avoid grazing outlines which
14646         confuses the overlap removal algorithm of fontforge.
14647
14648         * mf/feta-bolletjes.mf (draw_slash): Fix shape to avoid curves with
14649         inflections.
14650         (draw_cross): Fix shape to have uniform thickness in corners.
14651
14652         * mf/feta-pendaal.mf (draw_pedal_P): Break shape into smaller pieces
14653         to avoid an uneven number of self-intersections; this confuses
14654         fontforge.
14655         Fix a slight bug in the shape at left bottom (which is visible only
14656         at high magnifications).
14657         `Center' the stem horizontally to avoid overlapping.
14658
14659 2005-01-24  Werner Lemberg  <wl@gnu.org>
14660
14661         * mf/feta-autometric.mf (fet_beginfont): Set font_coding_scheme
14662         to `asis'.
14663         (fet_begingroup): Save group name in string `feta_group'.
14664         (fet_endgroup): Updated.
14665         (fet_beginchar): Emit `glyph_name' special for mf2pt1.
14666
14667         * mf/feta-bolletjes.mf: s/p/pat/ for paths.
14668
14669         * mf/feta-pendaal.mf ("Pedal asterisk"): Add workaround for bug
14670         in metapost.
14671
14672 2005-01-24  Graham Percival  <gperlist@shaw.ca>
14673
14674         * Documentation/user/notation.itely: really minor editing.
14675
14676 2005-01-22  Graham Percival  <gperlist@shaw.ca>
14677
14678         * Documentation/user/examples.itely: minor editing.
14679
14680         * Documentation/user/changing-defaults.itely: minor editing.
14681
14682         * Documentation/user/notation.itely: clarified info on polyphony
14683         and \addlyrics.
14684
14685 2005-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
14686
14687         * scm/output-gnome.scm: 
14688         * scm/output-svg.scm:
14689         * scm/lily-library.scm (font-name-style): Update font name
14690         kludging for fontconfig use.
14691
14692 2005-01-20  Erlend Aasland  <erlenda@gmail.com>
14693
14694         * scm/define-markup-commands.scm: Document right-align and
14695         larger markup commands. Remove "TODO" from the topmost comment
14696         "each markup function should have a doc string." More consistent
14697         use of new-lines.
14698
14699 2005-01-22  Graham Percival  <gperlist@shaw.ca>
14700
14701         * Documentation/user/changing-defaults: removed info about
14702         copyright symbol, since it's likely to change soon.
14703         Added info about betweensystemspace.
14704
14705         * Documentation/user/notation.itely: minor fixes.
14706
14707         * Documentation/user/lilypond.tely,
14708         Documentation/user/music-glossary.tely: changed copyright
14709         date to 2005 instead of 2004.
14710
14711         * input/test/volta-chord-names.ly: added old example back.
14712
14713 2005-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14714
14715         * mf/feta-beugel.mf: use design size 20 (not 15).
14716
14717         * mf/aybabtu.pe.in: scale brace fonts to design sizes.
14718         change name to aybabtu completely
14719
14720 2005-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14721
14722         * buildscripts/gen-emmentaler-scripts.py (outdir): add
14723         design_size to fontname
14724
14725 2005-01-19  Werner Lemberg  <wl@gnu.org>
14726
14727         * mf/feta-accordion.mf, mf/feta-klef.mf, mf/feta-pendaal.mf,
14728         mf/feta-schrift.mf: s/p/pat/ if a path variable.
14729
14730         * mf/feta-autometric.mf (set_char_box): Add code which emits
14731         specials for mf2pt1 if run with metapost.
14732         (to_bp): New macro for mf2pt1.
14733
14734 2005-01-18  Graham Percival  <gperlist@shaw.ca>
14735
14736         * Documentation/user/changing-defaults: added info on
14737         creating a copyright symbol.
14738
14739 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14740
14741         * VERSION: release 2.5.9
14742         
14743 2005-01-18  Erlend Aasland  <erlenda@gmail.com>
14744
14745         * scm/auto-beam.scm: Simplify score-override-auto-beam-setting
14746
14747         * Documentation/user/notation.itely: Document
14748         score-override-auto-beam-setting Fix documentation for
14749         revert-auto-beam-setting.
14750
14751 2005-01-18  Werner Lemberg  <wl@gnu.org>
14752
14753         * scm/framework-ps.scm (ps-embed-cff): Fix DSC comments.
14754         (procset): New function to define a procset resource.
14755         (ps-embed-pfa): New function to define a font resource.
14756         (setup): New function to define a `Setup' environment.
14757         (preamble): Use new functions.
14758
14759         * ps/lilypond.defs (init-lilypond-parameters): New function to
14760         get rid of directly executed PS code.  Used in scm/framework-ps.scm.
14761
14762 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14763
14764         * mf/GNUmakefile (MFTRACE_FLAGS): add --no-afm to MFTRACE_FLAGS
14765
14766 2005-01-17  Erlend Aasland  <erlenda@gmail.com>
14767
14768         * scm/define-markup-commands.scm: Change number->markletter-string
14769         to take two arguments (vector number). Add number->mark-alphabet-vector
14770         and markalphabet markup command.
14771
14772         * scm/translation-functions.scm: Add format-mark-box-alphabet,
14773         format-mark-alphabet, format-mark-box-barnumbers and
14774         format-mark-barnumbers. Fix bug in format-mark-box-numbers.
14775
14776 2005-01-17  Graham Percival  <gperlist@shaw.ca>
14777
14778         * Documentation/user/examples.itely: add SATB automatic piano
14779         reduction template.
14780
14781         * Documentation/user/notation.itely: added info about changing
14782         partcombine texts.  Also adds examples of alternate lyrics.
14783
14784         * Documentation/user/changing-defaults.itely: added warning
14785         about \RemoveEmptyStaffContext overriding previous changes.
14786
14787 2005-01-17  Werner Lemberg  <wl@gnu.org>
14788
14789         * buildscripts/mf-to-table.py: Use `FetaAlphabetEncoding' for
14790         feta-alphabet*.
14791
14792 2005-01-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14793
14794         * python/lilylib.py (make_ps_images): don't do final showpage for
14795         multi-page documents.
14796         
14797         * VERSION (MY_PATCH_LEVEL): release 2.5.8
14798
14799 2005-01-16  Graham Percival  <gperlist@shaw.ca>
14800
14801         * Documentation/user/lilypond.tely: changed order of appendices;
14802         unified index should be last.
14803
14804         * Documentation/user/notation.itely: add example of key signatures
14805         and info about Staff.printKeyCancellation.
14806
14807 2005-01-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14808
14809         * lily/include/repeated-music.hh (class Repeated_music): change
14810         into "namespace" class.
14811
14812         * lily/event.cc: remove Key_change_event.
14813
14814         * lily/include/transposed-music.hh (class Transposed_music): remove.
14815
14816         * lily/transposed-music.cc: remove
14817
14818         * lily/include/relative-music.hh: remove.
14819
14820         * lily/include/music-sequence.hh (struct Music_sequence): change
14821         into "namespace" class.
14822
14823         * lily/untransposable-music.cc (Module): remove
14824
14825         * lily/include/un-relativable-music.hh (Module): remove
14826
14827         * lily/include/untransposable-music.hh (Module): remove
14828
14829         * lily/include/music-list.hh (Module): remove file
14830
14831         * lily/un-relativable-music.cc: remove file.
14832
14833 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
14834
14835         * lily/parser.yy: Compile fix.
14836
14837 2005-01-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14838
14839         * lily/include/music.hh (class Music): unvirtualize transpose().
14840
14841         * lily/sequential-music.cc: remove file.
14842
14843         * lily/include/lyric-combine-music.hh ("music.hh"): remove file.
14844
14845         * lily/slur-scoring.cc (get_best_curve): only switch on
14846         DEBUG_SLUR_SCORING for non NDEBUG builds.
14847
14848         * lily/include/music.hh (class Music): replace Music::start_mom()
14849         by start-callback property
14850
14851         * lily/include/grace-music.hh: remove file. 
14852
14853         * lily/stem.cc (height): robustness fix.
14854
14855         * lily/time-scaled-music.cc: remove file.
14856
14857         * lily/include/music.hh (class Music): include SCM init argument.
14858         (class Music): replace Music::get_length() virtual by
14859         length-callback property everywhere.
14860
14861         * scripts/convert-ly.py (conv): add  # to \property scalar value.
14862
14863         * mf/GNUmakefile: don't install *list.ly
14864
14865 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
14866
14867         * mf/GNUmakefile (CFF_FILES): Bugfix: only big cheeses and braces.
14868
14869 2005-01-12  Werner Lemberg  <wl@gnu.org>
14870
14871         This patch addresses the following problems in the feta sources
14872         files which contribute to the fetaXX fonts.
14873
14874         . Many fixes for rasterization at low resolutions (consistent use of
14875           `vround' and `hround', integer shift values for paths, applying
14876           `eps' for mirrored paths, use of `define_whole_pixels' and
14877           friends, etc.) -- while this probably looks like a waste of time
14878           it has revealed deficiencies in some glyph shapes.  See comment at
14879           the end of feta-params.mf how vertical symmetry is achieved.
14880
14881         . The `---' operator has been replaced everywhere with `--'; this
14882           both improves and considerably reduces the font size after
14883           conversion with mf2pt1.
14884
14885         These change aren't explicitly mentioned below since virtually all
14886         glyphs are affected.
14887
14888         Other notable differences:
14889
14890         . Glyphs from feta-accordion.mf now have charboxes around the
14891           outline.
14892
14893         . Fixed incorrect charbox for `accDot'.
14894
14895         . The `rcomma' and `lcomma' glyphs were distorted due to a typo.
14896
14897         . Fixed position of the bow in the `upprall' glyph and its siblings.
14898
14899         . The bulb size in the `2/2 meter' and `4/4 meter' glyphs is now
14900           dependent on the staff line thickness to avoid touching the middle
14901           staff line at smaller sizes.
14902
14903         . Largely extended output for feta-testXX: Where useful, glyphs
14904         are shown both between and on staff lines.
14905
14906
14907         * mf/feta-params.mf (staff_space_rounded,
14908         stafflinethickness_rounded, linethickness_rounded,
14909         ledgerlinethickness_rounded, stemthickness_rounded): New variables.
14910         Update all code which uses them where appropriate.
14911         (feta_eps, feta_shift, feta_space_shift, feta_offset, feta_fillpen):
14912         New variables used to control rasterization at low resolutions.  Set
14913         to zero if feta code is processed with metapost.
14914
14915         * mf/feta-macros.mf (draw_staff, draw_staff_outline): Updated.
14916         (draw_rounded_block, draw_square_block): Updated to use `--' only.
14917         (flare_path): Updated.
14918         Make it work with `filldraw' (but only circular pens).
14919         (hfloor, vfloor, hceiling, vceiling): New macros.
14920
14921         * mf/feta-accordion.mf ("accDiscant", "accFreebase", "accStdbase"):
14922         Use `draw' again in mf mode to have good pixel dropout control.
14923         Fix intersection points of horizontal lines with circle.
14924         ("accDot"): Fix parameters for set_char_box.
14925         ("accOldEE"): Use `draw' again in mf mode to have good pixel dropout
14926         control.
14927
14928         * mf/feta-banier.mf: Updated.
14929
14930         * mf/feta-bolletjes.mf (remember_pic): New variable, used for
14931         testing.
14932         (undraw_inside_ellipse): Remove `center' argument.  Update all
14933         callers.
14934         (draw_brevis): New macro, called by "Brevis notehead".
14935         (draw_whole_triangle_head): New macro, called by "Whole
14936         trianglehead".
14937         (draw_small_triangle_head): Use `filldraw'.
14938
14939         * mf/feta-eindelijk.mf: Remove useless global group.
14940         Updated.
14941
14942         * mf/feta-klef.mf (draw_c_clef): Correct point positions for using
14943         `filldraw'.
14944
14945         * mf/feta-pendaal.mf: Updated.
14946
14947         * mf/feta-puntje.mf: Updated.
14948
14949         * mf/feta-schrift.mf (draw_very_long_fermata): Simplified to use
14950         less points.
14951         ("Flageolet"): Use `draw' again in mf mode to have good pixel
14952         dropout control.
14953         ("Varied Coda"): Use `draw_block'.
14954         (draw_comma): Fix typo.
14955         (draw_arpeggio_arrow): Use `draw' also in mf mode to have good
14956         pixel dropout control.
14957
14958         * mf/feta-slag.mf ("upprall", "downprall", "lineprall"): Fix start
14959         position of bow.
14960
14961         * mf/feta-timesig.mf (draw_C): Reduce bulb size for smaller design
14962         sizes.
14963
14964         * mf/feta-toevallig.mf (remember_pic): New variable, used for
14965         testing.
14966         (draw_meta_sharp): Much simplified.
14967         ("Sharp", "1/2 Sharp", "3/4 Sharp"): Don't rotate but shift.
14968
14969         * mf/feta-test-generic.mf: Include all files as in feta-generic.mf.
14970
14971 2005-01-13  Mats Bengtsson  <mabe@s3.kth.se>
14972
14973         * Documentation/user/notation.itely (Ancient rests): Fix typo
14974         (thanks Anthony)
14975
14976 2005-01-13  Jan Nieuwenhuizen  <janneke@gnu.org>
14977
14978         * scm/auto-beam.scm (score-override-auto-beam-setting): New function.
14979
14980         * lily/main.cc (setup_paths): Add cff.
14981
14982         * mf/GNUmakefile (foe): Include actual target %.cff.
14983         (INSTALLATION_OUT_SUFFIXES): Install CFF and SVG fonts too.
14984
14985 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14986
14987         * lily/include/lily-lexer.hh (class Lily_lexer): lose hungarian _b
14988         suffix for main_input_b_.
14989
14990         * scm/music-functions.scm (toplevel-music-functions):
14991         precompute music lengths for music expressions.  
14992
14993 2005-01-11  Nicolas Sceaux  <nicolas.sceaux@free.fr>
14994
14995         * lily/include/input.hh (class Input): new `end_' slot for end of
14996         input. Renamed defined_str0_ to start_.
14997
14998         * lily/input.cc (Input): Add Input::Input (Input const &) and
14999         remove Input::Input (Source_file*, char const *). Use the new
15000         slots.
15001         (set_location): method used by bison to propagate input
15002         locations (YYLLOC_DEFAULT).
15003         (end_line_number, end_column_number, step_forward): new methods
15004         
15005         * lily/input-scheme.cc (ly:input-both-locations): new function,
15006         similar to ly:input-location, but also return the end line and
15007         column.
15008
15009         * lily/include/includable-lexer.hh: 
15010         * lily/includable-lexer.cc: 
15011         * lily/include/lily-lexer.hh (class Lily_lexer): 
15012         * lily/lily-lexer.cc (add_lexed_char): Move add_lexed_char from
15013         Includable_lexer to Lily_lexer, in order to update lexloc (the
15014         yylloc), a new slot of Lily_lexer.
15015         (here_input, LexerError): simplify by using the lexloc slot (aka
15016         yylloc)
15017
15018         * lily/lexer.ll: #define yylloc to use input locations (it may
15019         be useless here?). Fixed the #embedded_scm rule (step the location
15020         forward in order to skip the sharp sign before parsing the scheme
15021         expression)
15022
15023         * lily/include/lily-parser.hh (class Lily_parser): 
15024         * lily/lily-parser.cc: Remove push_spot(), pop_spot() and
15025         here_input()
15026         (parser_error): overload for more precise locations of errors.
15027
15028         * lily/parser.yy (YYLTYPE): set location type to Input
15029         (YYLLOC_DEFAULT): use Input::set_location()
15030         (yylex): add the YYLTYPE* location parameter.
15031         Clean push_spot()/pop_spot()/here_input(), and use @$, @1, etc.
15032         Give an Input parameter to THIS->parser-error() for more accurate
15033         messages.
15034
15035 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15036
15037         * stepmake/aclocal.m4: do NDEBUG for optimizing builds.
15038
15039         * lily/include/beam.hh (DEBUG_QUANTING): performance: only switch
15040         on BEAMQUANTING for non-NDEBUG builds.
15041
15042         * lily/stem.cc (head_count): performance: avoid String::String()
15043         inside oft called function.
15044
15045 2005-01-09  Graham Percival  <gperlist@shaw.ca>
15046
15047         * Documentation/user/examles.itely: attempted fix for broken
15048         string quartet template.
15049
15050         * Documentation/user/notation.itely: remove unnecessary broken
15051         link.
15052
15053 2005-01-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15054
15055         * VERSION (PACKAGE_NAME): release 2.5.7
15056
15057 2005-01-09  Jan Nieuwenhuizen  <janneke@gnu.org>
15058
15059         * config.make.in (METAFONT): Append -progname=mf, fixes use with
15060         mf-nowin for teTeX-3.0.  Backportme.
15061
15062         * scm/output-svg.scm (utf8-string): New function.
15063
15064         * scm/output-gnome.scm (utf8-string): New function.
15065         (otf-name-mangling): Remove.
15066
15067         * lily/pango-font.cc (Pango_font): Use font string iso font
15068         filename for utf8-text.
15069
15070         * buildscripts/gen-emmentaler-scripts.py: Remove designsize from
15071         name.
15072
15073 2005-01-08  Graham Percival  <gperlist@shaw.ca>
15074
15075         * Documentation/user/notation.itely: add info about
15076         Staff.extraNatural = ##f in Pitches section.  Also
15077         fixed some minor issues in the Vocal music section.
15078
15079 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15080
15081         * scm/output-ps.scm (white-text): comment out Helvetica font,
15082         which is broken for my GS install.
15083
15084         * lily/pango-font.cc (pango_item_string_stencil): use ink_rect,
15085         which provides a tighter bbox.
15086
15087         * scm/define-grobs.scm (all-grob-descriptions): remove all
15088         extra-offsets from definitions.
15089
15090 2005-01-08  Erlend Aasland  <erlenda@gmail.com>
15091
15092         * scm/output-lib.scm: Rename guitar-tunings to guitar-tuning and
15093         add tuning for 4-string bass and some common 4/5-string banjo
15094         tunings.  New function (four-string-banjo) turns a 5-string tuning
15095         into a 4-string tuning.  New function
15096         (fret-number-tablature-format-banjo) computes correct fret numbers
15097         on 5-string banjos.
15098
15099         * ly/engraver-init.ly: Default stringTunings = #guitar-tuning
15100         Add beam correction to TabVoice.
15101
15102         * scm/define-grobs.scm: Adjust notehead offset. Print fret numbers
15103         using bold font; makes tabs more readable.
15104
15105 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15106
15107         * lily/font-select.cc (get_font_by_design_size): don't make
15108         Modified_font_metric; this causes trouble, since we don't know the
15109         font magnification from inside Pango_font::text_stencil()
15110
15111         * lily/all-font-metrics.cc (find_pango_font): take magnification argument.
15112
15113         * Documentation/user/notation.itely (The Lyrics context): comment out
15114         broken {Small ensembles} link.
15115
15116         * scm/framework-svg.scm (output-framework): change calling convention.
15117
15118         * lily/object-key-dumper-scheme.cc: new file.
15119
15120         * lily/object-key-undumper-scheme.cc: new file.
15121
15122         * lily/tweak-registration-scheme.cc: new file.
15123
15124         * lily/pango-select.cc (symbol_to_pango_variant): init local variable.
15125
15126         * Documentation/user/examples.itely (String quartet): uncomment
15127         broken example.
15128
15129         * lily/font-config.cc: new file.
15130
15131 2005-01-08  Jan Nieuwenhuizen  <janneke@gnu.org>
15132
15133         * scm/output-svg.scm: 
15134         * scm/output-gnome.scm: s/bigcheese/emmentaler.
15135
15136         * lily/score-engraver.cc (MUSIC_FONT): Use emmentaler20.
15137
15138 2005-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
15139
15140         * lily/general-scheme.cc (LY_DEFINE): Use snprintf (WAS: sprintf).
15141         Add headers.
15142
15143         * lily/GNUmakefile (general-scheme.o): Add version.hh dependency.
15144
15145 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15146
15147         * mf/GNUmakefile (debian-mirror): rename bigcheese to emmentaler.
15148
15149         * lily/include/main.hh: lose _b hungarian suffixes for global
15150         variables.
15151
15152         * lily/include/lily-guile-macros.hh: new file.
15153
15154         * lily/pango-select-scheme.cc (LY_DEFINE): new file.
15155
15156         * lily/general-scheme.cc: new file. 
15157
15158         * lily/font-select.cc (get_font_by_design_size): retrieve
15159         PangoFont for (designsize . "pango-descr") entries.
15160
15161         * lily/lily-parser-scheme.cc: new file.
15162
15163         * lily/output-def-scheme.cc: new file.
15164
15165         * lily/paper-book-scheme.cc: new file.
15166
15167         * lily/duration-scheme.cc (LY_DEFINE): new file.
15168
15169         * lily/pitch-scheme.cc:  new file.
15170
15171         * scm/font.scm (add-cmr-fonts): use real dimens in font selection.
15172
15173 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15174
15175         * lily/dimensions.cc (LY_DEFINE): add ly:{inch,cm,mm,bp,pt}.
15176
15177 2005-01-06  Graham Percival  <gperlist@shaw.ca>
15178
15179         * Documentation/user/notation.itely: minor editing.
15180
15181         * Documentation/user/changing-defaults: minor editing.
15182
15183         * Documentation/user/examples.itely: add template for
15184         string quartet part extraction; demonstrates tag.
15185
15186 2005-01-06  Erlend Aasland  <erlenda@gmail.com>
15187
15188         * Documentation/user/notation.itely: documents
15189         format-mark-box-letters and format-mark-box-numbers
15190
15191         * scm/define-context-properties.scm: change comment.
15192
15193 2005-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15194
15195         * scm/framework-ps.scm (output-classic-framework): new function:
15196         dump systems as separate .eps files (without fonts) and write a
15197         single collecting .tex file.
15198
15199 2005-01-05  Mats Bengtsson  <mabe@s3.kth.se>
15200
15201         * Documentation/user/notation.itely (Setting simple songs):
15202         Correct several errors in the equivalent formulation of
15203         \addlyrics. 
15204         (The Lyrics context): Corrected link to the SATB example.
15205
15206 2005-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15207
15208         * scm/lily.scm (completize-formats): new function
15209         (postprocess-output): new function
15210
15211         * lily/paper-book.cc (classic_output): change calling
15212         convention. Give basename as first argument. 
15213         remove Paper_book::post_processing().
15214
15215         * lily/lily-guile.cc (LY_DEFINE): ly:output-backend, new function.
15216
15217 2005-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15218
15219         * lily/paper-outputter.cc (LY_DEFINE): new function
15220         ly:outputter-close.
15221
15222         * lily/main.cc: change --format,-f to --backend,-b
15223
15224         * lily/include/main.hh: rename format to backend.
15225
15226         * scm/translation-functions.scm (format-mark-box-numbers): add.
15227         patch by Erlend Aasland
15228
15229 2005-01-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15230
15231         * lily/pango-font.cc (text_stencil): dump string as
15232         (utf-8-string FONTDESC UTF8) for use in -f gnome, -f svg.
15233
15234 2005-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
15235
15236         * configure.in (gui_b): Remove handy developer-only
15237         PKG_CONFIG_PATH settings that cater for Jan-and-Han-Wen ~/usr/pkg/
15238         CVS source installations (but break other non-default but correct
15239         PKG_CONFIG_PATH setups), as this is no longer developer-only.
15240
15241         * SConstruct: 
15242         * ps/GNUmakefile (INSTALLATION_FILES): teTeX-3.0
15243         compatibility (backportme).
15244
15245         * GNUmakefile.in: teTeX-3.0 compatibility (backportme).
15246
15247 2005-01-03  Werner Lemberg  <wl@gnu.org>
15248
15249         Prepare glyph shapes for mf2pt1 conversion.
15250
15251         * mf/feta-accordion.mf (accreg_pen): Removed.  No longer used.
15252         (accDiscant, accFreebase, accStdbase): Replace `draw' with
15253         `penstroke'.
15254         (accDot): Use `drawdot'.
15255         (accBayanbase): Replace `draw' with `draw_gridline'.
15256         (print_penpos): Moved to feta-macros.mf.
15257         (accOldEE): Replace `filldraw' with `penstroke'.
15258         Replace `draw' with `penstroke' and `drawdot'.
15259
15260         * mf/feta-banier.mf: Code clean-up.
15261         ("grace dash (up)", "grace dash (down)"): Replace `draw' with
15262         `fill'.
15263
15264         * mf/feta-bolletjes (draw_cross): Remove call to `labels'.
15265
15266         * mf/feta-eindelijk.mf (draw_rest_bulb, draw_eigth_rest): Add
15267         paremeter to control drawing of labels.  Update all callers.
15268
15269         * mf/feta-klef.mf (draw_c_clef): Use `&' not `..' to connect paths.
15270         (new_bulb): Return a bulb as a single path.  To do that, it now
15271         takes some more parameters.  Updated all callers.
15272         (draw_gclef): Major clean-up.  `draw' has been replaced with
15273         `penstroke', unnecessary outlines have been removed.
15274         Remove (unused) gnome-canvas code.
15275
15276         * mf/feta-macros.mf (print_penpos): New macro (from
15277         feta-accordion.mf).
15278         Other minor fixes.
15279
15280         * mf/feta-pendaal.mf ("Pedal asterisk"): Use `undrawdot'.
15281         ("Pedal dot"): Use `drawdot'.
15282         (draw_pedal_P): Add parameter to control drawing of labels.  Update
15283         all callers.
15284         Fix shape at top.
15285         (draw_pedal_e): Add parameter to control drawing of labels.  Update
15286         all callers.
15287         (draw_pedal_d): Add parameter to control drawing of labels.  Update
15288         all callers.
15289         Revert drawing direction.
15290
15291         * mf/feta-schrift.mf (draw_fermata): Use single path.
15292         (draw_short_fermata): Replace `filldraw' with `fill'.
15293         (draw_long_fermata, draw_very_long_fermata): Replace calls to
15294         `draw_rounded_block' with a single path.
15295         ("Thumb"): Draw full circle instead of mirroring segments.
15296         (draw_accent): New macro.
15297         ("> accent", "espr"): Use it.
15298         (draw_marcato): Replace `filldraw' and `draw' with `fill'.
15299         ("open (unstopped)"): Draw full circle instead of mirroring
15300         segments.
15301         (draw_vee): Removed.
15302         ("Upbow"): Use `draw_accent' instead of `draw_vee'.
15303         ("Downbow"): Replace calls to `draw_rounded_block' with a single
15304         path.
15305         ("Trill (`tr')"): Replace overlapping loop drawn with `draw' with
15306         partial pieces drawn with `fill' -- these do still overlap with the
15307         stem of the `t' but just once, not multiple times so that fontforge
15308         can handle it gracefully.
15309         Change other parts of the glyph so that fontforge's overlapping
15310         algorithm reliably works.
15311         (draw_heel): Replace `draw' with `fill'.
15312         (draw_toe): Use `draw_accent' instead of `draw_vee'.
15313         ("Flageolet"): Replace `draw' with `penstroke'.
15314         ("Segno"): Replace `filldraw' with `penstroke'.
15315         Replace `draw' with `drawdot'.
15316         ("Coda"): Replace `fill' with `penstroke', using a single path.
15317         ("Varied Coda"): Use less overlapping paths.
15318         (draw_arpeggio_arrow): Replace `filldraw' with `fill', using a
15319         single path.
15320
15321         * mf/feta-slag.mf (draw_trillelement): Put `clearxy' outside of
15322         group to better control the `labels' command.
15323         Rename argument to `offset' and use it actually.  Update all
15324         callers.
15325         Replace `filldraw' with `fill'.
15326         ("mordent", "prallmordent", "upmordent", "downmordent",
15327         "lineprall"): Replace `draw' with `draw_gridline'.
15328         ("upprall", "downprall"): Replace `draw' with `fill'.
15329
15330         * mf/feta-timesig.mf: Formatting.
15331
15332         * mf feta-toevallig.mf (draw_meta_flag): Move code to draw labels
15333         to...
15334         ("Flat"): Here.
15335         (draw_paren): Move code to draw labels to...
15336         ("Right Parenthesis"): Here.
15337
15338 2005-01-02  Graham Percival <gperlist@shaw.ca>
15339
15340         * Documentation/user/notation.itely: add example of \setTextDecresc
15341         and \setTextDim.
15342
15343 2005-01-02  Tatsuya Ono <tats_ono@infoseek.jp>
15344
15345         * scm/define-markup-commands.scm :  fix glyph-strings of
15346         accidentals and \note-by-number
15347
15348 2005-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15349
15350         * VERSION: 2.5.6 released.
15351         
15352         * ps/lilyponddefs.ps: put mm -> pt scaling in here.
15353
15354         * input/regression/new-markup-scheme.ly: oops. font-family=music
15355         -> font-encoding fetaMusic.  
15356
15357         * lily/main.cc: put default to PS.
15358
15359         * lily/tfm.cc: idem.
15360
15361         * lily/afm.cc: idem.
15362
15363         * lily/include/modified-font-metric.hh (struct
15364         Modified_font_metric): remove coding_scheme() method.
15365
15366         * input/mutopia/F.Schubert/morgenlied.ly: convert to utf8
15367
15368         * scripts/convert-ly.py (conv): crash on encountering \encoding.
15369
15370         * input/les-nereides.ly: convert to utf8
15371
15372         * lily/modified-font-metric.cc (text_dimension): idem.
15373
15374         * lily/parser.yy (TODO): idem.
15375
15376         * lily/include/lily-lexer.hh (class Lily_lexer): idem.
15377
15378         * lily/lexer.ll: remove encoding
15379
15380         * scm/framework-ps.scm (output-variables): separately scale the
15381         page to mm 
15382
15383         * lily/pango-font.cc (Pango_font): fix scaling.
15384
15385         * lily/font-metric.cc (design_size): design_size returns a
15386         dimension now as well.
15387
15388 2004-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15389
15390         * mf/GNUmakefile ($(outdir)/%.otf-table): use findstring. Fixes
15391         brace generation. 
15392
15393         * lily/text-metrics.cc (LY_DEFINE): use scm_c_make_hash_table().
15394
15395 2004-12-30  Jan Nieuwenhuizen  <janneke@gnu.org>
15396
15397         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Do not try to
15398         install unbuildable Fontmap and Fontmap.lily (Simon Aridis-Lang).
15399
15400 2004-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15401
15402         * mf/GNUmakefile ($(outdir)/%.otf-table): include parmesan20.lisp
15403         in first run as well.
15404
15405         * scm/paper.scm (layout-set-staff-size): use text-font-size in
15406         dimension less points (ie. 12 = 12 point)
15407
15408         * lily/pango-select.cc (select_pango_font): use find_scaled_font().
15409
15410         * lily/all-font-metrics.cc (find_pango_font): set description_
15411
15412         * lily/pango-font.cc (text_stencil): export size as well.
15413         (text_stencil): fix scaling and extents box.
15414
15415 2004-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15416
15417         * Documentation/topdocs/NEWS.texi (Top): add -f texstr
15418
15419         * Documentation/user/invoking.itely (Invoking lilypond): document
15420         texstr
15421
15422         * scripts/convert-ly.py (conv): add ancient rules.
15423
15424         * scm/clef.scm (c0-pitch-alist): replace - with .
15425
15426         * scripts/lilypond-book.py (process_snippets): add texstr support.
15427
15428         * scm/framework-texstr.scm (header): change extension to .textmetrics
15429
15430         * lily/lily-parser.cc (parse_file): do try_load_text_metrics for
15431         -f tex.
15432
15433         * lily/text-metrics.cc: new file.
15434         (try_load_text_metrics): new function
15435
15436         * lily/include/text-metrics.hh: new file.
15437
15438 2004-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15439
15440         * lily/include/lily-guile.hh (ly_lily_module_constant): rename
15441         ly_scheme_function to ly_lily_module_constant.
15442
15443         * lily/modified-font-metric.cc (text_dimension): try
15444         lookup_tex_text_dimension() first.
15445
15446         * lily/tfm.cc: new function ly:load-text-dimensions
15447
15448 2004-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15449
15450         * scm/output-texstr.scm (text): use \lilygetmetrics
15451
15452         * scm/framework-texstr.scm (header): dump in new format.
15453
15454         * tex/lilypond-tex-metrics: new file.
15455         
15456 2004-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
15457
15458         * lily/pango-font.cc (text_stencil): Quick try at glyph->charcode
15459         mapping.
15460         (index_to_charcode): New method.
15461
15462         * scm/output-ps.scm (glyph-string): 
15463         * scm/output-gnome.scm (glyph-string): Add FONT parameter.
15464
15465 2004-12-26  Jan Nieuwenhuizen  <janneke@gnu.org>
15466
15467         * scm/output-gnome.scm (FIXME-glyph-string): New function.  Cannot
15468         implement fully, need FONT to get to charcode.
15469
15470         * scm/lily.scm (ly:all-stencil-expressions): Add glyph-string.
15471
15472         * scm: Cleanups.
15473
15474         * Documentation/user/changing-defaults.itely: Fix internalsrefs
15475         {Tunable context properties},
15476         {All layout objects},
15477         {Music definitions}.
15478
15479 2004-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15480
15481         * VERSION: release 2.5.5
15482         
15483         * lily/main.cc: use TeX as default output format.
15484
15485         * flower/file-path.cc (find): try to open directly as well, so we
15486         find absolute path files. 
15487
15488         * lily/pango-select.cc: new file.
15489
15490         * scm/framework-ps.scm: remove all encoding code. 
15491         load pfb/pfa for PangoFont too.
15492         
15493         * lily/lily-guile.cc (ly_chain_assoc_get): new function.
15494
15495 2004-12-22  Werner Lemberg  <wl@gnu.org>
15496
15497         Prepare glyph shapes for mf2pt1 conversion.
15498
15499         * mf/feta-toevallig.mf ("Double Sharp"): Minor path fix.
15500
15501         * mf/feta-bolletjes.mf (penposx): New auxiliary macro.
15502         (define_triangle_shape): Use it to replace `draw' with `fill' and
15503         `unfill'.  Update all callers.
15504         (draw_slash): Replace `filldraw' with `fill'.  Update all callers.
15505         (draw_cross): Ditto.
15506         ("X-Circled notehead"): Replace `draw' with `fill' and `unfill'.
15507         Use penrazor for better conversion with mf2pt1.
15508         (generic_draw_solfa_note_shape, draw_solfa_note_shape,
15509         draw_solfa_quarter_note_shape, triangle): Removed.  Unused.
15510         (draw_do_head, draw_re_head, draw_mi_head, draw_fa_head,
15511         draw_la_head, draw_ti_head): Replace `filldraw' with
15512         `fill'.  Update all callers.
15513
15514 2004-12-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15515
15516         * lily/paper-book.cc (output): revert: only allow a single output
15517         format.
15518
15519         * lily/include/pango-font.hh: new file.
15520
15521         * lily/pango-font.cc: new file.
15522
15523         * lily/font-metric.cc (text_stencil): new routine
15524
15525         * lily/all-font-metrics.cc (find_pango_font): new routine.
15526
15527         * lily/include/font-metric.hh (struct Font_metric): add
15528         text_stencil()
15529
15530         * configure.in (PKG_CONFIG_PATH): require PANGO_FT2
15531
15532 2004-12-22  Werner Lemberg  <wl@gnu.org>
15533
15534         Prepare glyph shapes for mf2pt1 conversion.
15535
15536         * mf/feta-macros.mf, mf_feta-eindelijk.mf: Some formatting.
15537
15538         * mf/feta-toevallig.mf: Formatting.
15539         (draw_meta_sharp): Modify path to replace `filldraw' with `fill'.
15540         ("Natural"): Fix paths to allow better postprocessing.
15541         (draw_meta_flat): Use `z3l' as additional point in path to get
15542         better conversion with mf2pt1.
15543         Other minor cleanups.
15544         ("3/4 Flat"): Add auxiliary points and modify path to replace
15545         `draw' with `fill'.
15546         ("Double Sharp"): Mirror path segments instead of picture elements
15547         to get a single outline.
15548         Modify path to replace `filldraw' with `fill'.
15549
15550 2004-12-22  Graham Percival  <gperlist@shaw.ca>
15551
15552         * input/test/unfold-all-repeats.ly: added file back.
15553
15554         * Documentation/user/notation.itely,
15555         Documentation/user/programming-interface.itely
15556         Documentation/user/changing-defaults.itely: fixed misc broken
15557         links to input/test/ files.
15558
15559 2004-12-22  Jan Nieuwenhuizen  <janneke@gnu.org>
15560
15561         * tex/texinfo.tex: Update.  We should not be distributing this,
15562         but since we do, use latest version.
15563
15564         * Documentation/user/macros.itexi: Comment-out \fetaflat,
15565         \fetasharp.  Fixes make web.  FIXME: make usable (compatible?) TeX
15566         macros for feta glyphs.
15567
15568 2004-12-22  Graham Percival  <gperlist@shaw.ca>
15569
15570         * Documentation/user/changing-defaults.itely: fix index for set.
15571
15572         * Documentation/user/converters.itely: added convert-ly bugs list
15573         from CVS.
15574
15575 2004-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
15576
15577         * python/lilylib.py (setup_environment): Set GS_FONTPATH, GS_LIB
15578         to empty.  Fixes make web, using gs-gpl-8.01.  In fact,
15579         gs-afpl-8.50 has more trouble with make web (ie, uses *a lot* more
15580         resourses; 3x MAXSIZE, 4x MAXRSS, 1.5x user).
15581
15582         * mf/GNUmakefile (pfa_warning): Use less broken check.
15583
15584         * python/lilylib.py (setup_environment): Remove cruft from
15585         GS_FONTPATH.
15586
15587         * configure.in: Bump mftrace requirement to 1.1.1.
15588
15589 2004-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
15590
15591         * scm/output-svg.scm (beam): Use polygon.
15592
15593         * scm/lily-library.scm: Bugfix.
15594
15595         * Documentation/user/invoking.itely (Invoking lilypond): Bugfix.
15596
15597         * mf/GNUmakefile (ALL_GEN_FILES): Remove unbuildable Fontmap.lily.
15598
15599 2004-12-19  Werner Lemberg  <wl@gnu.org>
15600
15601         Prepare glyph shapes for mf2pt1 conversion.
15602
15603         * mf/feta-eindelijk: Some formatting.
15604         (multi_rest_x, multi_beam_height): Removed.  Unused.
15605         ("Quarter rest"): Use `intersectiontimes' to create a single
15606         outline.
15607         (rest_crook): Removed.  Unused.
15608         (draw_rest_bulb): Return path (without filling).  Update callers.
15609         Simplified.
15610         (draw_eighth_rest, "16th rest", "32th rest", "64th rest",
15611         "128th rest"): Simplify `pat'.
15612         Create single outline.
15613
15614 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
15615
15616         * mf/GNUmakefile (ALL_GEN_FILES):
15617         (INSTALLATION_OUT_SUFFIXES): Remove unbuildable fonts.scale.
15618
15619         * scm/output-svg.scm (polygon, draw-line, dashed-line): New
15620         function.
15621
15622 2004-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15623
15624         * scm/output-texstr.scm (placebox): add routine
15625
15626         * VERSION (PACKAGE_NAME): release 2.5.4
15627
15628         * scm/framework-texstr.scm (output-framework): new file.  
15629
15630         * scm/output-texstr.scm: new file. Collect (TEXT . ) calls for TeX
15631         processing.
15632
15633         * Documentation/user/invoking.itely (Invoking lilypond): add SVG
15634
15635         * stepmake/stepmake/metafont-rules.make: make single SVG/PFA/PFB
15636         rule.
15637
15638         * configure.in (gui_b): bump mftrace requirement to 1.1.0
15639
15640         * mf/feta-bolletjes.mf (triangle): add s to 0triangle.
15641
15642         * mf/GNUmakefile (ALL_GEN_FILES): make SVG files too.
15643
15644 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
15645
15646         * scm/framework-svg.scm (dump-page): Implement landscape.
15647
15648 2004-12-18  Jan Nieuwenhuizen  <janneke@gnu.org>
15649
15650         * lily/main.cc (setup_paths): Add svg to search path.
15651
15652         * scm/output-svg.scm:
15653         * scm/framework-svg.scm: Add pageSet.  Update.
15654         (dump-fonts): New function.
15655         (output-framework): Use it.
15656
15657         * mf/GNUmakefile: 
15658         * buildscripts/gen-bigcheese-scripts.py: Also generate SVG font.
15659
15660 2004-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15661
15662         * tex/lilyponddefs.tex: comment out new ifpdf code.
15663
15664 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
15665
15666         * GNUmakefile.in: 
15667         * SConstruct (symlink): Replace afm by otf.
15668
15669         * scm/framework-gnome.scm (gnome-main): Remove invocation of
15670         ly:pango-add-afm-decoder.
15671
15672         * lily/lily-guile.cc ("ly:pango-add-afm-decoder"): Build fix: Remove.
15673
15674 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15675
15676         * scm/output-ps.scm (new-text): don't access t glyph for getting
15677         space dimension.
15678
15679         * ly/init.ly: warn about \version
15680
15681         * lily/lexer.ll: set version-seen?
15682
15683 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
15684
15685         * scm/output-svg.scm (string->entities): Update.
15686
15687 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15688
15689         * lily/main.cc (setup_paths): replace afm by otf for path. 
15690
15691         * lily/pangofc-afm-decoder.cc: remove.
15692
15693         * lily/include/pangofc-afm-decoder.hh: remove.
15694
15695         * scm/framework-scm.scm (output-framework): new file.
15696
15697         * mf/GNUmakefile: remove SAUTER_FONTS.
15698         remove SVG/sodipodi hacks.
15699
15700         * scm/lily-library.scm (stderr): move stderr.
15701
15702         * mf/GNUmakefile: remove AFM support.
15703
15704         * buildscripts/mf-to-table.py (base): remove AFM support.
15705
15706         * lily/open-type-font.cc (design_size): use design_size
15707
15708 2004-12-17  Pedro Kroger  <kroeger@pedrokroeger.net>
15709
15710         * lily/font-metric.cc (LY_DEFINE): Fix the docstring.
15711
15712 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
15713
15714         * mf/GNUmakefile: Generate combined aybabtu info.
15715         * mf/aybabtu.pe.in (i): Load it.
15716
15717         * scm/framework-tex.scm (otf-font-load-command): Bugfix: subfonts
15718         are not symbols.
15719
15720         * lily/include/open-type-font.hh (count): New method.
15721
15722         * mf/aybabtu.pe.in: Typo.
15723
15724         * Documentation/user/out/lilypond-internals.nexi (Scheme
15725         functions): Typo.
15726
15727         * lily/include/guile-compatibility.hh (SCM_HASHTABLE_P): Add compat.
15728
15729 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15730
15731         * buildscripts/gen-bigcheese-scripts.py (i): use symbols for
15732         subfonts.
15733
15734         * scm/output-tex.scm (named-glyph): new function. This fixes TeX output.
15735
15736         * scm/framework-tex.scm (otf-font-load-command): load subfonts.
15737         (tex-font-command-raw): new function.
15738
15739         * lily/include/virtual-font-metric.hh (Module): remove file
15740
15741         * lily/virtual-font-metric.cc (Module): remove file.
15742         
15743
15744         * lily/open-type-font.cc (LY_DEFINE): ly:otf-font-glyph-info
15745         (get_indexed_char): read bbox from lily table if present.
15746
15747 2004-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15748
15749         * mf/GNUmakefile ($(outdir)/aybabtu.subfonts): rule for
15750         aybabtu.subfonts
15751
15752         * mf/feta-beugel.mf (y): don't number consecutively, instead, use
15753         global glyphname. Enables more than 64 glyphs in the OTF.
15754
15755 2004-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
15756
15757         * scm/font.scm (add-music-fonts): Load aybabtu iso all separate
15758         braces.
15759
15760         * lily/open-type-font.cc (design_size): Use 12 as default for
15761         design size.
15762
15763         * mf/aybabtu.pe.in: New file.  Merge all our braces.
15764
15765         * mf/GNUmakefile: Generate aybabtu.
15766
15767         * tex/lilyponddefs.tex: teTeX 3.0 pdfetex fix.
15768
15769 2004-12-14  Jan Nieuwenhuizen  <janneke@gnu.org>
15770
15771         * scm/lily-library.scm (char->unicode-index): Remove.
15772
15773         * scm/output-gnome.scm (text): Bugfix for plain string input.
15774         Updates.
15775
15776         * scm/output-svg.scm (svg-font): Add weight to font selection.
15777
15778 2004-12-14  Mats Bengtsson  <mabe@s3.kth.se>
15779
15780         * Documentation/topdocs/INSTALL.texi (Top): Point to
15781         buildscripts/out/clean-fonts instead of
15782         buildscripts/clean-fonts.sh. 
15783
15784 2004-12-13  Graham Percival  <gperlist@shaw.ca>
15785
15786         * input/regression/figured-bass.ly: attempt to clarify text.
15787
15788         * Documentation/user/notation.tely: add cindex for tag, attempt to
15789         add figured bass example.
15790
15791         * Documentation/user/changing-defaults: basic editing.
15792
15793 2004-12-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15794
15795         * buildscripts/gen-bigcheese-scripts.py (i): load .subfonts table. 
15796
15797         * lily/open-type-font.cc (LY_DEFINE): new function
15798         ly:font-sub-fonts
15799
15800         * lily/include/font-metric.hh (struct Font_metric): new method
15801         sub_fonts()
15802
15803         * lily/vaticana-ligature-engraver.cc (transform_heads): replace
15804         . with - in add.stem.
15805         
15806 2004-12-13  Jan Nieuwenhuizen  <janneke@gnu.org>
15807
15808         * scm/encoding.scm (coding-alist): Fix encodings for fetaNumber
15809         and fetaDynamic.
15810
15811         * lily/rest.cc (glyph_name): Change - to . .
15812
15813         * scm/output-gnome.scm (text): Hello world, again.
15814
15815         * scm/output-svg.scm (named-glyph): New function.  Hello world!
15816
15817         * lily/modified-font-metric.cc (index_to_charcode): New method.
15818
15819         * lily/include/font-metric.hh (index_to_charcode): New function.
15820
15821         * lily/font-metric.cc (ly:font-glyph-name-to-charcode): Use it in
15822         new function.
15823         (ly:font-glyph-to-index): Remove.
15824
15825 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15826
15827         * lily/open-type-font.cc (make_index_to_charcode_map): new method.
15828
15829         * mf/feta-autometric.mf (code): remove tex name from fet_beginchar.
15830
15831         * lily/open-type-font.cc (load_scheme_table): new function
15832
15833         * lily/dots.cc (print): replace - 
15834
15835         * lily/open-type-font.cc (attachment_point): new function.
15836         (load_table): read LILC table
15837
15838         * buildscripts/gen-bigcheese-scripts.py (Module): new
15839         file. Generate FF scripts.
15840
15841         * mf/feta-din10.mf: idem.
15842
15843         * mf/feta-nummer10.mf: remove mf files.
15844
15845         * mf/feta-alphabet.mf (dynamic_design_size): merge din and number font.
15846
15847 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
15848
15849         * lily/lily-guile.cc: Use scm_from_locale_stringn.
15850
15851         * lily/include/guile-compatibility.hh (scm_from_locale_stringn): Add
15852         compatibility.
15853
15854 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15855
15856         * lily/open-type-font.cc (get_indexed_char): scale metrics by
15857         design-size and units_per_EM.
15858
15859         * mf/bigcheese.pe.in: set PUA codepoints before loading din & nummer.
15860
15861 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
15862
15863         * mf/bigcheese.pe.in (i): Map to 0xe000 (PUA) for testing, which
15864         does not crash fontforge.
15865
15866         * scm/lily-library.scm (char->unicode-index): Hack to map onto
15867         PUA.
15868
15869 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15870
15871         * scm/framework-ps.scm (ps-embed-cff): new function.
15872
15873         * lily/lily-guile.cc (LY_DEFINE): make ly:gulp-file binary proof.
15874
15875 2004-12-12  Werner Lemberg  <wl@gnu.org>
15876
15877         * mf/bigcheese.pe.in: Add PUA mapping.
15878         Don't create Type 42 but bare CFF font.
15879
15880 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
15881
15882         * scm/output-gnome.scm (placebox): Hackery to get bigcheese symbols
15883         within canvas boundaries.
15884
15885         * mf/merge.pe.in: Set font names, version, license GPL.
15886
15887         * make/substitute.make: Add FONTFORGE.
15888
15889         * config.make.in (FONTFORGE): Add.
15890
15891         * configure.in (gui_b): Use PATH_PROG for fontforge.
15892
15893 2004-12-11  Graham Percival  <gperlist@shaw.ca>
15894
15895         * scm/define-markup-commands.scm: add baseline-skip to info
15896         about \column.
15897
15898 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
15899
15900         * lily/font-metric.cc (ly:font-get-glyph-index): New function.
15901
15902         * scm/output-gnome.scm (named-glyph): Use it.
15903
15904         * scm/lily.scm (ly:all-stencil-expressions): Add named-glyph.
15905
15906         * flower/string.cc (substitute_char): Rename, rewrite, modify this.
15907         (upper_string, lower_string, reverse_string): Remove.
15908
15909         * configure.in (fontforge): Reinstate version check.
15910
15911         * ly/engraver-init.ly: Fix clef glyph names.
15912
15913         * lily/time-signature.cc (special_time_signature): Fix fraction
15914         glyph names.
15915
15916 2004-12-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15917
15918         * mf/merge.pe: new file.
15919
15920         * lily/freetype.cc: new file.
15921
15922         * lily/include/open-type-font.hh (class Open_type_font): new file.
15923
15924         * lily/include/freetype.hh: new file.
15925
15926         * lily/open-type-font.cc: new file.
15927
15928         * lily/all-font-metrics.cc (find_otf): new function.
15929
15930 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
15931
15932         * lily/time-signature.cc (special_time_signature): Fix.
15933
15934         * configure.in (PKG_CONFIG_PATH): Remove stray `i'.  Check for
15935         GTK2 before checking for pango.  Fixes -fgnome.
15936
15937         * lily/font-metric.cc (LY_DEFINE): Also rename C name to match
15938         Scheme name.
15939
15940         * scm/define-markup-commands.scm:
15941         * scm/safe-lily.scm: Bugfix: ly:font-by-name.
15942
15943         * configure.in: Require makeinfo 4.7 (needed for @ifdocbook).
15944
15945         * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Grok fontforge-like
15946         date versions.  Fixes configure.
15947         (STEPMAKE_CHECK_VERSION): Support optional actual program version
15948         argument.
15949
15950 2004-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15951
15952         * buildscripts/mf-to-table.py (write_ps_encoding): write real
15953         names in .enc
15954
15955         * lily/*.cc: use '.' iso. '-' for separating glyph name elements.
15956
15957 2004-12-09  Graham Percival  <gperlist@shaw.ca>
15958
15959         * Documentation/user/changing-defaults.itely: add info about
15960         make-dynamic-script
15961
15962         * Documentation/user/notation.itely: add link in dynamics to
15963         section about make-dynamic-script.
15964
15965 2004-12-09  Christian hitz  <chhitz@gmx.net>
15966
15967         * lily/lily-guile.cc: change MACOS_X to __APPLE__
15968
15969 2004-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15970
15971         * buildscripts/mf-to-table.py (parse_logfile): use . for
15972         concatting name and group.
15973         (parse_logfile): use M for Minus (negative.)
15974
15975         * lily/include/type-swallow-translator.hh
15976         (DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
15977
15978         * lily/*.cc: cosmetics around = sign.
15979
15980         * lily/paper-column.cc (Paper_column): copy rank_. This fixes
15981         lyric spacing on the penultimate column.
15982
15983 2004-12-05  Christian Hitz  <chhitz@gmx.net>
15984
15985         * configure.in:
15986         * lily/accidental-placement.cc:
15987         * lily/bar-line.cc:
15988         * lily/beam-concave.cc:
15989         * lily/beam-quanting.cc:
15990         * lily/beam.cc:
15991         * lily/bezier-bow.cc:
15992         * lily/bezier.cc:
15993         * lily/break-align-interface.cc:
15994         * lily/custos.cc:
15995         * lily/dimension-cache.cc:
15996         * lily/dot-column.cc:
15997         * lily/font-metric.cc:
15998         * lily/font-select.cc:
15999         * lily/gourlay-breaking.cc:
16000         * lily/grob-property.cc:
16001         * lily/grob.cc:
16002         * lily/lily-guile.cc:
16003         * lily/line-spanner.cc:
16004         * lily/lookup.cc:
16005         * lily/lyric-extender.cc:
16006         * lily/lyric-hyphen.cc:
16007         * lily/mensural-ligature.cc:
16008         * lily/midi-def.cc:
16009         * lily/misc.cc:
16010         * lily/note-collision.cc:
16011         * lily/note-column.cc:
16012         * lily/note-head.cc:
16013         * lily/paper-outputter.cc:
16014         * lily/percent-repeat-item.cc:
16015         * lily/rest-collision.cc:
16016         * lily/side-position-interface.cc:
16017         * lily/simple-spacer.cc:
16018         * lily/slur-configuration.cc:
16019         * lily/slur-scoring.cc:
16020         * lily/slur.cc:
16021         * lily/spaceable-grob.cc:
16022         * lily/spacing-spanner.cc:
16023         * lily/spanner.cc:
16024         * lily/staff-symbol-referencer.cc:
16025         * lily/stem.cc:
16026         * lily/stencil.cc:
16027         * lily/system-start-delimiter.cc:
16028         * lily/system.cc:
16029         * lily/text-item.cc:
16030         * lily/tie.cc:
16031         * lily/tuplet-bracket.cc:
16032         * lily/vaticana-ligature.cc: Fix for MacOS X: use <math.h> instead of
16033         <cmath> beacause isinf/isnan is undefined in <cmath>
16034
16035 2004-12-03  Mats Bengtsson  <mabe@s3.kth.se>
16036
16037         * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
16038
16039 2004-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16040
16041         * VERSION: release 2.5.3
16042         
16043 2004-11-29  Arno Waschk <arno@arnowaschk.de>
16044
16045         * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo"
16046
16047 2004-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16048
16049         * scm/music-functions.scm (cue-substitute): voice counts start at 0.
16050
16051         * lily/note-head.cc (internal_print): always try the "s" head if
16052         u/d not found.
16053
16054         * scm/titling.scm (marked-up-headfoot): reinstate default tagline.
16055
16056 2004-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16057
16058         * mf/parmesan-heads.mf (overdone_heads): typos.
16059
16060 2004-11-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
16061
16062         * lily/parser.yy (markup): in markups, { .. } without command
16063         before are also flattened, ie \line must be explicitely used.
16064
16065         * Documentation/user/changing-defaults.itely:
16066         * Documentation/user/notation.itely: 
16067         * input/wilhelmus.ly: 
16068         * input/regression/instrument-name-markup.ly: 
16069         * input/regression/markup-score.ly: 
16070         * input/regression/new-markup-scheme.ly: 
16071         * input/regression/new-markup-syntax.ly: 
16072         * input/test/coriolan-margin.ly: use \line in markups where
16073         appropriate
16074         
16075 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
16076
16077         * scm/new-markup.scm (map-markup-command-list): helper function
16078         used in parser.yy to map markup commands on a markup list.
16079
16080         * lily/parser.yy: get rid off < > in markups by treating { } as
16081         real lists.
16082
16083         * lily/lexer.ll: remove < > from markup lexer mode.
16084
16085         * scripts/convert-ly.py (conv): add rule for converting 
16086         \markup < > to \markup { }
16087
16088         * ly/titling-init.ly: 
16089         * input/test/coriolan-margin.ly: 
16090         * input/regression/new-markup-syntax.ly: 
16091         * input/regression/new-markup-scheme.ly: 
16092         * input/regression/multi-measure-rest-text.ly: 
16093         * input/regression/markup-stack.ly: 
16094         * input/regression/markup-score.ly: 
16095         * input/regression/instrument-name-markup.ly: 
16096         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: 
16097         * input/mutopia/R.Schumann/romanze-op28-2.ly: 
16098         * input/mutopia/J.S.Bach/wtk1-fugue2.ly: 
16099         * input/wilhelmus.ly: 
16100         * Documentation/user/notation.itely: 
16101         * Documentation/user/music-glossary.tely: 
16102         * Documentation/user/changing-defaults.itely: change < > to { } in
16103         markups
16104
16105 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16106
16107         * lily/accidental-placement.cc (position_accidentals): shortcut if
16108         no accidentals to place.
16109
16110 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
16111
16112         * scm/define-grob-properties.scm (all-user-grob-properties): fixed
16113         typo s/ly:dimension ?/ly:dimension?/
16114
16115         * input/regression/lily-in-scheme.ly: 
16116         * input/regression/music-function.ly: 
16117         * ly/spanners-init.ly (assertBeamSlope): 
16118         * scm/music-functions.scm (def-grace-function): add the paper
16119         argument to music function definitions.
16120
16121 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16122
16123         * lily/moment.cc (LY_DEFINE):
16124         ly:moment-main-{denominator,numberator}, new function.
16125
16126         * lily/score-engraver.cc (typeset_all): assign to column on basis
16127         of axis-group-parent-X setting.
16128
16129         * lily/axis-group-engraver.cc (process_acknowledged_grobs): do
16130         add_element() on basis of axis-group-parent-Y setting.
16131
16132         * lily/grob.cc: add axis-group-parent-{XY} properties.
16133
16134         * input/regression/spacing-stick-out.ly: new file.
16135
16136         * lily/simple-spacer.cc (add_columns): use binary search for
16137         setting column rods. Changes O(n^2) to O(n log(n)) for
16138         constructing spacing problem from columns.
16139         (add_columns): read allow-outside-line to make sure no texts stick
16140         out.
16141         (solve): Simple_spacer::is_active() only determines
16142         satisfies_constraints_ for non-ragged typesetting.
16143
16144         * lily/simultaneous-music.cc (to_relative_octave): only set
16145         old_relative_used if return pitch actually changed.
16146
16147         * scm/define-context-properties.scm
16148         (all-user-translation-properties): change to match implementation.
16149
16150         * python/lilylib.py: Replace re.match by re.search and adds "-c
16151         showpage" to the gs command line (Johannes Schindelin)
16152
16153         * scm/framework-ps.scm (output-preview-framework): sanitize bbox
16154         before processing. Prevents crash when inf is in the extent.
16155
16156         * scm/define-markup-commands.scm (note-by-number): add "s" to
16157         "noteheads-" glyphname.
16158  
16159         * lily/parser.yy (Generic_prefix_music): supply parser argument to
16160         music function as well.
16161         
16162 2004-11-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16163
16164         * VERSION: release 2.5.2
16165
16166         * Documentation/user/changing-defaults.itely (Creating titles):
16167         add breakbefore variable.
16168
16169         * lily/paper-book.cc (set_system_penalty): new function. Set
16170         penalty_ based on breakBefore setting
16171
16172         * lily/context-specced-music-iterator.cc (construct_children):
16173         interpret special context id $uniqueContextId 
16174
16175         * lily/context.cc (create_unique_context): new method. Move
16176         creation of unique (\new) contexts into interpreting phase. This
16177         makes
16178
16179           foo= \new Staff ..
16180           << \foo \foo >>
16181
16182         produce 2 staves.
16183         
16184
16185         * scm/define-music-properties.scm (all-music-properties): add
16186         quoted-voice-direction
16187
16188         * ly/music-functions-init.ly: killCues function.
16189
16190         * scm/music-functions.scm (cue-substitute): move creation of voice
16191         contexts further to the back. 
16192
16193 2004-11-25  Werner Lemberg  <wl@gnu.org>
16194
16195         * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
16196         `/hyphen' in encoding vector to get correct glyph name for EC fonts.
16197
16198 2004-11-24  Erik Sandberg  <ersa9195@student.uu.se>
16199
16200         * buildscripts/guile-gnome.sh: Fixed typo.
16201
16202 2004-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16203
16204         * lily/lexer.ll: add < >  to markup lexer mode (backportme)
16205
16206         * scripts/abc2ly.py (dump_slyrics): add ord(). 
16207
16208         * lily/note-heads-engraver.cc (process_music): add shapeNoteStyles
16209         to regular engraver. 
16210
16211 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16212
16213         * mf/feta-bolletjes.mf (triangle): rewrite solfa heads.
16214
16215 2004-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
16216
16217         * scm/define-markup-commands.scm (fill-line): Typo.
16218
16219         * buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
16220         and newer.
16221
16222 2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
16223
16224         * ly/dynamic-scripts-init.ly: Fixed typo.
16225
16226 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16227
16228         * mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
16229         note-head, to have different attachment points for up and down.
16230
16231         * mf/feta-bolletjes.mf: merge solfa heads into main note heads.
16232
16233         * mf/feta-generic.mf (else): remove solfa.
16234
16235         * mf/feta-bolletjes.mf (tishape): remove unicode test.
16236
16237         * scm/define-context-properties.scm
16238         (all-user-translation-properties): add shapeNoteStyles property.
16239
16240         * lily/shape-note-heads-engraver.cc (process_music): new file.
16241
16242         * lily/event.cc (transpose): call Event::transpose() for
16243         transposing the tonic.
16244
16245 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
16246
16247         * scm/output-gnome.scm: Save some pointers about pango/fontconfig
16248         Unicode/OpenType and AFM.
16249
16250         * lily/include/guile-compatibility.hh (scm_from_bool): Add.
16251
16252 2004-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16253
16254         * lily/grob.cc (Grob): idem. Plugs mem leaks. 
16255
16256         * lily/context.cc (Context): unprotect key from ctor.
16257
16258         * scm/stencil.scm (stack-lines): return empty-stencil if argument
16259         is '()
16260         (stack-stencils): idem.
16261
16262         * Documentation/user/changing-defaults.itely (Creating titles):
16263         document new title layout options.
16264
16265         * lily/parser.yy (lilypond_header_body): copy previous
16266         $globalheader if present.
16267
16268         * lily/ly-module.cc (LY_DEFINE): rename ly:import-module to
16269         ly:module-copy
16270         
16271         * scm/page-layout.scm (marked-up-headfoot): remove old functions.
16272
16273         * scm/titling.scm: remove old titling functions
16274
16275         * lily/stencil.cc (translate): remove absolute dimension.
16276
16277         * ly/titling-init.ly (oddFooterMarkup): new file. Generate titles
16278         via markup.
16279
16280         * scm/page-layout.scm (marked-up-headfoot): create header/footer
16281         field from user-supplied markup
16282
16283         * scm/define-markup-commands.scm (on-the-fly): new markup
16284         command. Enter SCM markup procedure directly in Scheme.
16285         (fromproperty): new markup command. Read markup from props argument.
16286
16287         * scm/titling.scm (marked-up-title): create title via
16288         user-specified markup. 
16289
16290         * scm/define-markup-commands.scm (column): remove empty stencils
16291         from column.
16292
16293         * lily/ly-module.cc (LY_DEFINE): use ly_module_lookup(). This does
16294         not have side-effect of creating variable stub.
16295
16296         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-empty?
16297
16298 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
16299
16300         * scm/encoding.scm (coding-alist): 
16301         * scm/font.scm (add-ec-fonts):
16302         * ly/paper-defaults.ly: Use actual name for EC fontencoding:
16303         Extended-TeX-Font-Encoding---Latin.
16304
16305         * lily/side-position-interface.cc (general_side_position): Add
16306         actual offset to error message (avoid constant error messages).
16307
16308         * lily/all-font-metrics.cc (find_font): Add "lm" to try-AFM-first
16309         block.
16310
16311         * lily/font-select.cc (select_encoded_font)
16312         (get_font_by_mag_step, get_font_by_design_size): 
16313         * lily/modified-font-metric.cc (Modified_font_metric): 
16314         * lily/paper-def.cc (find_scaled_font): Add font_encoding parameter.
16315
16316         * scm/encoding.scm (coding-alist): Add fetaDynamic.
16317         (read-encoding-file): Bugfix: do not require space after bracket.
16318
16319         * scm/font.scm (add-cork-lm-fonts): Remove lmbxi8 and lmbxi14,
16320         these do not exist.
16321
16322 2004-11-20  Graham Percival  <gperlist@shaw.ca>
16323
16324         * Documentation/user/notation.itely: added info about typesetting
16325         boxed bar numbers.
16326
16327 2004-11-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16328
16329         * flower/interval.cc (T_to_string): gcc4 fixes.
16330
16331         * scm/define-markup-commands.scm (fill-line): use
16332         stack-stencils. This fixes problems with putting already centered
16333         stencils in a line.
16334
16335         * VERSION: release 2.5.1
16336
16337         * lily/bar-line.cc (get_staff_bar_size): add line thickness.
16338
16339 2004-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16340
16341         * input/example-[1-3].ly: simplify.
16342
16343         * lily/cluster-engraver.cc (try_music): react to busy-playing-event
16344
16345         * scm/output-ps.scm (new-text): new function. Use glyphshow to
16346         show glyphs.
16347
16348         * scm/encoding.scm (decode-byte-string): new function.
16349
16350         * scripts/convert-ly.py (conv): add warning about
16351         set-global-staff-size.
16352
16353         * Doxyfile: add. 
16354
16355         * scripts/convert-ly.py (conv): add raggedlastbottom rule
16356         (conv): warn for TextSpanner split.
16357         (conv): warn for textheight.
16358
16359 2004-11-19  Jan Nieuwenhuizen  <janneke@gnu.org>
16360
16361         * GNUmakefile.in (install-WWW): Invoke install-info, so that when
16362         building the documentation, info with images are installed.
16363         (final-install): Fix description.  Mention sourcing of login
16364         scripts (instead of running).
16365
16366 2004-11-18  Jan Nieuwenhuizen  <janneke@gnu.org>
16367
16368         * Debian lmodern support.  Note that LilyPond will issue warnings
16369         
16370             no such encoding: "FontSpecific"
16371
16372           The font selection mechanism wants to get the encoding from the
16373           font itself, but the idea of lmodern is that it is usable with
16374           different encodings, ie, Lily should get the encoding from the
16375           font tree, rather than the font itself.  This would require some
16376           more work.
16377         
16378         * configure.in: Test for and accept lmodern if EC fonts not found.
16379
16380         * scm/framework-tex.scm (font-load-command): TeX font name
16381         mangling for latin1 encoded cork-lm fonts.
16382         (convert-to-ps): Load lm.map if available.
16383
16384         * ly/paper-defaults.ly: Use cork-lm encoding if ec is not
16385         available.
16386
16387         * scm/encoding.scm (coding-alist): Add cork-lm encoding.
16388
16389         * scm/font.scm: Add header.  Autoload cork-lm and ec fonts if
16390         available.
16391
16392         * lily/kpath.cc (ly_kpathsea_find_file): Rename.  Do not use
16393         path for absolute file name, that is silly.
16394
16395         * lily/score-engraver.cc (initialize): 
16396
16397         * Documentation/user/GNUmakefile (local-install-info): Invoke
16398         install-info --remove first.
16399
16400         * #include cleanup (Andreas Scherer).
16401
16402 2004-11-18  Heikki Junes  <hjunes@cc.hut.fi>
16403
16404         * input/test/script-abbreviations.ly: fix typos.
16405
16406 2004-11-17  Werner Lemberg  <wl@gnu.org>
16407
16408         * python/lilylib.py (options_help_str): Support pretty-printing of
16409         newlines in fourth element of option description.
16410
16411         * scripts/lilypond-book.py (option_definitions): Use new lilylib
16412         feature.
16413         Sort options.
16414
16415         * Documentation/user/lilypond-book.itely: Finish update.
16416
16417 2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
16418
16419         * Documentation/user/macros.itexi: Add comment about \command.
16420
16421         * Documentation/user/lilypond.tely:
16422         * Documentation/user/lilypond-book.itely: Fix names of lilypond
16423         and lilypond-book nodes, so that `info lilypond' visits the manual
16424         at top level, and `info lilypond-book' visits the lilypond-book
16425         section.
16426
16427         * Documentation/user/GNUmakefile (local-install-info): Fix rules
16428         and packager messages.
16429
16430         * lily/pangofc-afm-decoder.cc: Update test.
16431
16432 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
16433
16434         * scm/lily-library.scm (char->unicode-index): New function.
16435
16436         * scm/output-gnome.scm: 
16437         * scm/output-svg.scm: Cleanup.  Map custom fonts to PUA.
16438
16439         * Proper naming of file name throughout; s/filename/file[-_]name/.
16440
16441         * lily/modified-font-metric.cc ("ly:font-encoding"): New function.
16442
16443         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Map onto PUA.
16444
16445 2004-11-16  Werner Lemberg  <wl@gnu.org>
16446
16447         * scripts/lilypond-book.py: The Lord has commanded me to use only
16448         tabs for indentation.  Your humble servant obeys.
16449
16450 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
16451
16452         * scm/output-svg.scm: Font fixes.  Sodipodi now groks svg
16453         including font, if LilyPond-feta font is only feta font in path.
16454
16455         * scm/output-gnome.scm (text): Revert to file name of font if font
16456         has no name.  Fixes ec font selection.
16457         (char): Bugfix: do not utf8 twice.  Fixes clefs.
16458
16459         * scm/framework-svg.scm:
16460         * scm/output-svg.scm: New file.  TODO: figure out how to
16461         do character by index in font.
16462
16463         * scm/output-sodipodi.scm: Remove.
16464
16465         * scm/output-ps.scm (stem): Remove.
16466
16467 2004-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
16468
16469         * scm/output-gnome.scm (beam): New function.
16470         (slur): Round corners.
16471         (round-filled-box): Round corners.
16472
16473 2004-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16474
16475         * scm/output-gnome.scm (beam): add function.
16476         (draw-line): new routine.
16477         (dashed-line): stub; call draw-line
16478         (polygon): new routine.
16479
16480 2004-11-15  Werner Lemberg  <wl@gnu.org>
16481
16482         * Documentation/user/lilypond-book.itely: Revise section on
16483         lilypond-book options.
16484         Other minor fixes.
16485
16486         * scripts/lilypond-book.py: Change indentation to 4.
16487         Minor formatting.
16488
16489 2004-11-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16490
16491         * lily/system.cc (apply_tweaks): new function. Run tweaks on all
16492         grobs that have tweaks specced.
16493         
16494 2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
16495
16496         * Documentation/user/sound-output.itexi: add code snippets for MIDI.
16497
16498 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
16499
16500         * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
16501         actual char #, not 0 based index.
16502
16503         * lily/system-start-delimiter.cc (staff_brace): Start at 65.
16504
16505         * mf/feta-beugel.mf: Actually start at char #65.  Add header.
16506         Warning: do make -C mf clean.
16507
16508         * lily/context-property.cc: Compile fix.
16509
16510         * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf.
16511         Grok ec-fonts, braces and dynamics.
16512
16513         * scm/framework-gnome.scm (gnome-main): Register braces with pango.
16514
16515 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16516
16517         * lily/include/tweak-registration.hh: new file.
16518
16519         * lily/tweak-registration.cc: new file.
16520
16521         * scm/framework-gnome.scm (save-tweaks): use new key mechanism for
16522         saving tweaks.
16523
16524         * scm/output-gnome.scm (text): comment dribble.
16525
16526 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
16527
16528         * lily/pangofc-afm-decoder.cc (main): Test more feta fonts.
16529
16530         * scm/output-gnome.scm (bezier-sandwich): New function.  Reset
16531         path-def before using.  Fixes muchtomany slurs in wrong places
16532         bug.
16533
16534 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16535
16536         * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
16537
16538         * lily/include/object-key-undumper.hh (Module): new file.
16539
16540         * lily/object-key-undumper.cc (Module): New file. Deserialize
16541         keys. SCM bindings
16542
16543         * lily/object-key-dumper.cc (Object_key_dumper): idem.
16544         Provide SCM bindings.
16545
16546         * lily/include/object-key-dumper.hh (class Object_key_dumper): 
16547         new file. Serialize object keys.
16548         
16549         * lily/object-key.cc (dump): new function.
16550         (as_scheme): new virtual function
16551         (undump): new function
16552         (undumpers): new table.
16553
16554         * lily/include/global-context.hh (Context): take \score key upon init.
16555
16556         * lily/object-key-dumper.cc (serialize_key): new file.
16557
16558         * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
16559
16560         * lily/lily-lexer.cc: remove \quote.
16561
16562         * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
16563
16564         * lily/context.cc (Context): take key argument in ctor.
16565         (create_context): new function
16566
16567         * lily/grob.cc (Grob): take key argument in ctor.  
16568
16569         * lily/lilypond-key.cc (do_compare): new file.
16570
16571         * lily/object-key.cc (Object_key): new file.
16572
16573         * lily/include/object-key.hh (class Object_key): new file.
16574
16575         * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
16576
16577 2004-11-13  Graham Percival  <gperlist@shaw.ca>
16578
16579         * Documentation/user/lilypond-book.itely: add small warning about
16580         noindent default in lilypond-book.
16581
16582         * Documentation/user/converters.itely: add examples for convert-ly.
16583
16584         * Documentation/user/examples.itely: change version string in templates
16585         to 2.4.0.
16586
16587 2004-11-12  Karl Hammar  <karl@aspodata.se>
16588
16589         * GNUmakefile.in (local-WWW-post): `find ...` overflows the
16590         cmdline, use xargs instead (backportme)
16591
16592 2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
16593         
16594         * Documentation/user/: Numerous fixes in the user manual.
16595
16596 2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16597
16598         * lily/parser.yy (re_rhythmed_music): search music expression for
16599         context-id, surround by \new Voice if not found. Fixes:
16600         addlyrics-second-staff.ly
16601
16602         * VERSION: 2.5.0 released.
16603         
16604 2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
16605
16606         * Documentation/index.html.in: Fix url to one big page.  (backportme)
16607
16608         * Documentation/user/GNUmakefile: Separate rules for split and
16609         unsplit html documents.  Remove perl massaging.  (backportme)
16610
16611 2004-11-11  Graham Percival  <gperlist@shaw.ca>
16612
16613         * Documentation/user/lilypond-book.itely: add short warning about
16614         \lilypond{} in LaTeX docs.
16615
16616 2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
16617
16618         * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
16619         found.  (backportme)
16620
16621         * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
16622         version requirement.  (backportme)
16623
16624         * configure.in: Be explicit about old versions of
16625         ec-fonts-mtraced.  (backportme)
16626
16627         * lily/context-selector.cc (set_tweaks): New function.
16628         * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
16629         web with -DTWEAK.
16630
16631         * Documentation/user/introduction.itely (Automated engraving):
16632         Remove fragment option.  Fixes web.
16633
16634         * lily/context-property.cc (make_item_from_properties):
16635         * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
16636         #ifdef.
16637
16638         * scm/define-context-properties.scm
16639         (all-internal-translation-properties): Add tweakRank and tweakCount.
16640
16641         * lily/grob.cc: 
16642         * scm/define-grob-properties.scm (all-internal-grob-properties):
16643         Add tweak-rank and tweak-count.
16644
16645 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
16646
16647         * scm/output-gnome.scm (string->utf8-string, char->utf8-string):
16648         New function.
16649         (text): Use them.
16650
16651         * scm/framework-gnome.scm (item-event): Add support from TLA.  Support
16652         animated/opaque grob dragging tweaks.
16653
16654         * buildscripts/guile-gnome.sh: Update.
16655
16656 2004-11-10  Mats Bengtsson  <mabe@s3.kth.se>
16657
16658         * scm/define-grobs.scm (all-grob-descriptions): Added
16659         line-interface to the LigatureBracket object.
16660
16661 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
16662
16663         * scm/framework-gnome.scm (item-event): Support non-animated mouse
16664         dragging tweaks.
16665
16666         * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.
16667
16668         * lily/context-selector.cc (store_context): New function.
16669
16670         * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
16671         (store_grob): New function.
16672         (identify_grob): Add Moment parameter.
16673
16674         * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
16675         exists.
16676
16677         * scm/framework-gnome.scm (save-tweaks): Write as alist.
16678
16679 2004-11-09  Jan Nieuwenhuizen  <janneke@gnu.org>
16680
16681         * scm/framework-gnome.scm (item-event): Print grob id.
16682         (save-tweaks): New function.
16683         (tweak): New funtion.
16684         (item-event): Use it, bound to arrow keys.
16685
16686         * lily/context-property.cc (make_item_from_properties): Register grob.
16687         * lily/context.cc (add_context): Register context.
16688
16689         * lily/include/context-selector.hh:
16690         * lily/include/grob-selector.hh:
16691         * lily/context-selector.cc:
16692         * lily/grob-selector.cc: New file.
16693
16694 2004-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16695
16696         * lily/slur.cc: add 'positions to interface
16697
16698         * lily/main.cc: reinstate PS as standard output format. 
16699
16700         * scm/framework-tex.scm (output-preview-framework): print systems
16701         up to first non title system.
16702
16703         * lily/grace-engraver.cc (start_translation_timestep): split
16704         scm_cadddr
16705         
16706 2004-11-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16707
16708         * lily/quote-iterator.cc (Module): remove old quote-iterator
16709
16710         * scm/define-music-types.scm (music-descriptions): move
16711         NewQuoteMusic over QuoteMusic
16712
16713         * Documentation/user/notation.itely (Formatting cue notes): use
16714         \cueDuring.
16715
16716         * lily/new-quote-iterator.cc (quote_ok): new function.
16717
16718         * input/regression/quote-cue-during.ly: new file.
16719
16720         * input/regression/quote-grace.ly: new file.
16721
16722         * scm/define-context-properties.scm (Module): change definition of
16723         graceSettings
16724
16725         * lily/context-property.cc (Module): rename from
16726         translator-property.cc
16727
16728         * lily/context.cc (context_name_symbol): new function
16729
16730         * lily/grace-engraver.cc: new file. Set properties for grobs based
16731         on the grace-ness of now_moment().
16732
16733         * scm/music-functions.scm (add-grace-property): use list
16734         iso. vector for graceSettings
16735         remove set-{start,stop}-grace-properties. 
16736
16737         * lily/new-quote-iterator.cc (construct_children): set
16738         quote_outlet_ if no quoted-context-{id,type} specified.
16739
16740         * scripts/convert-ly.py (conv): \quote -> \quoteDuring.
16741
16742         * lily/parser.yy (command_element): remove \quote.
16743
16744         * ly/music-functions-init.ly (location): add quoteDuring music
16745         function. 
16746
16747         * lily/lexer.ll: allow \encoding in lyrics as well.  Remove
16748         optional semicolon. (backportme)
16749
16750 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
16751
16752         * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
16753         need to link to GUILE et al.
16754
16755 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16756
16757         * scm/define-music-properties.scm (all-music-properties): add
16758         quoted-context-type, quoted-context-id.
16759
16760         * scm/lily.scm (type-check-list): new function.
16761         
16762         * scm/lily-library.scm: new file. Generic library routines.
16763
16764         * lily/parser.yy (Generic_prefix_music): move typechecking out of
16765         parser.
16766
16767         * ly/music-functions-init.ly: add quoteDuring function.
16768
16769         * lily/include/music-iterator.hh (class Music_iterator): rename
16770         set_translator -> set_context
16771
16772         * lily/parser.yy (Generic_prefix_music_scm): add
16773         MUSIC_FUNCTION_SCM_SCM_MUSIC
16774
16775         * scm/lily.scm (sanitize-command-option): new function. (backportme)
16776
16777         * scm/framework-tex.scm (header): sanitize TeX paper size.
16778         (backportme)
16779
16780 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
16781
16782         * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
16783
16784         * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
16785
16786         * scm/framework-tex.scm (font-load-command): Use T1 if no
16787         font-encoding set.  (backportme)
16788
16789         * scm/lily.scm (postscript->pdf): Remove .pdf file if it
16790         exists before converting.  (backportme)
16791
16792         * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
16793         exists before converting.  (backportme)
16794         (convert-to-ps): Remove .ps file if it exists before
16795         converting.  (backportme)
16796
16797         * lily/lexer.ll: Remove extra progress newline, use present tense.
16798
16799         * scm/paper.scm (paper-alist): public.
16800         * scm/framework-tex.scm (convert-to-ps):
16801         * scm/lily.scm (postscript->pdf): Do not leak papersizename into
16802         command line.
16803
16804 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16805
16806         * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
16807
16808         * lily/recording-group-engraver.cc (derived_mark): mark
16809         now_events_. (backportme)
16810
16811 2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16812
16813         * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
16814
16815         * scm/framework-tex.scm (convert-to-dvi): use ly:system for
16816         invoking latex. (backportme.)
16817
16818         * lily/stem.cc (off_callback): center stems for all rest stems.
16819
16820 2004-11-05  Werner Lemberg  <wl@gnu.org>
16821
16822         * Documentation/user/lilypond.tely: Add more guidelines for writing
16823         lilypond texinfo documents.
16824
16825 2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
16826
16827         * Documentation/index.html.in: remove <hr>.
16828
16829         * THANKS: change 2.3 to 2.4.
16830
16831 2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
16832
16833         * scm/output-gnome.scm: More fontconfig comment.
16834
16835 2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
16836
16837         * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
16838         <package> directory in $(builddir)/share according with
16839         PACKAGE_NAME defined in the VERSION file.
16840
16841 2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16842
16843         * lily/beam.cc (rest_collision_callback): use local beam
16844         multiplicity.
16845
16846         * input/regression/stem-stemlet.ly: new file.
16847
16848         * lily/stem.cc (add_head): store rests as well.
16849
16850         * scm/define-grob-properties.scm (all-user-grob-properties): add
16851         stemlet-length
16852
16853         * lily/stem.cc: store rests as well.
16854         
16855         * input/regression/new-slur.ly: mention forcing.
16856
16857 2004-11-04  Werner Lemberg  <wl@gnu.org>
16858
16859         * Documentation/user/*: A new round of layout fixes and document
16860         structure cleanup.
16861
16862 2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
16863
16864         * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
16865
16866 2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
16867
16868         * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
16869
16870 2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
16871
16872         * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
16873
16874         * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
16875
16876         * lily/main.cc (main): Invoke identify.
16877
16878         * scm/lily.scm (postscript->pdf): Remove progress newline.
16879         Write progress to stderr.
16880
16881         * lily/paper-book.cc (output): Remove progress newline.
16882
16883         * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
16884         gettext on user messages, and remove whitespace.
16885
16886         * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
16887
16888         * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
16889         argv[0] (Thomas Scharkowski).
16890
16891         * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
16892         call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
16893         for ec-fonts-mtraced.
16894
16895         * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
16896         --srcdir build (Bertalan).
16897
16898         * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
16899         headers and library too (Laura Conrad).
16900
16901         * Documentation/topdocs/INSTALL.texi (Top): Mention development
16902         package for guile too (Laura Conrad).
16903
16904         * lily/main.cc (usage): Typo.
16905
16906 2004-11-02  Werner Lemberg  <wl@gnu.org>
16907
16908         * Documentation/user/notation.ly: More fixes to improve appearance.
16909
16910         * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
16911         better output for multicolumn tables.
16912
16913 2004-11-01  Mats Bengtsson  <mabe@s3.kth.se>
16914
16915         * lily/main.cc (dir_info): Fixed typo in the printouts.
16916
16917 2004-11-01  Werner Lemberg  <wl@gnu.org>
16918
16919         * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
16920         of output.
16921         Set `per_line' to 2; replace hard-coded value with it.
16922
16923         * Documentation/user/*: Many fixes to improve appearance of
16924         printed manual.
16925
16926 2004-11-01  Werner Lemberg  <wl@gnu.org>
16927
16928         * Documentation/user/changing-defaults.itely,
16929         Documentation/user/notation.ly,
16930         Documentation/user/programming-interface.itely: Use @/.
16931         Fix formatting of some lilypond snippets and tables.
16932
16933         * scripts/lilypond-book.py (compose_ly): Provide useful default
16934         for LINEWIDTH in `override'.
16935
16936 2004-10-31  Graham Percival  <gperlist@shaw.ca>
16937
16938         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
16939
16940 2004-10-31  Werner Lemberg  <wl@gnu.org>
16941
16942         Resetting @exampleindent to `5' gives ugly results with texinfo's
16943         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
16944         (if not quoting) to change @exampleindent only locally.
16945
16946         * scripts/lilypond-book.py (NOQUOTE): New variable.
16947         (output) [LATEX]: Remove AFTER and BEFORE.
16948         [TEXINFO]: Remove AFTER and BEFORE.
16949         Fix QUOTE and VERBATIM pattern.
16950         Add NOQUOTE pattern.
16951         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
16952         and BEFORE.
16953         [output_texinfo]: Use NOQUOTE.
16954
16955 2004-10-31  Graham Percival  <gperlist@shaw.ca>
16956
16957         * Documentation/user/changing-defaults.itely: clarify paper
16958         size commands with correct info.
16959
16960         * Documentation/user/lilypond-book.itely: add more docs for
16961         filename extensions.
16962
16963 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16964
16965         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
16966         (PATCH_LEVEL): start 2.5.0.
16967
16968 #Local variables:
16969 #coding: utf-8
16970 #End:
16971