]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
(Invoking abc2ly): remove mup2ly.
[lilypond.git] / ChangeLog
1 2006-10-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
2
3         * Documentation/user/converters.itely (Invoking abc2ly): remove mup2ly.
4
5 2006-10-20  Joe Neeman  <joeneeman@gmail.com>
6
7         * scm/define-grobs.scm (all-grob-descriptions): set side-axis and
8         Y-offset for TextScript and Script
9
10         * lily/text-engraver.cc (make_item): 
11         * lily/script-engraver.cc (make_script_from_event):
12         remove call to Side_position_interface::set_axis since all scripts
13         now have this set by default
14
15         * lily/context.cc: 
16         * lily/prob.cc: use variables
17
18 2006-10-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
19
20         * lily/page-turn-engraver.cc (acknowledge_note_head): don't look
21         at typography, rather analyse stream event duration. 
22
23         * Documentation/user/page.itely (Page formatting): set a6 paper
24         for system separator example.
25         
26         * lily/arpeggio.cc (Module): idem.
27
28         * lily/accidental-placement.cc: add script-priority property.
29
30         * scm/framework-ps.scm (dump-stencil-as-EPS): thinko.
31
32         * lily/ttf.cc (print_trailer): if all else fails: use
33         glyphIndexXXXX as glyph name. Fixes #117.
34
35         * lily/pango-font.cc (pango_item_string_stencil): only use cmap
36         entry if cmap contains glyph.
37         (get_index_to_charcode_map): remove from Pango_font class, use
38         global filename -> font mapping.
39         (get_glyph_index_name): new function.
40         (pango_item_string_stencil): use glyphIndexXXXX as glyph name,
41         only for TTF. 
42
43         * scripts/lilypond-book.py (main): use -deps-box-padding=-3
44
45         * scm/framework-ps.scm (dump-stencil-as-EPS): use eps-box-padding,
46         a number.
47
48         * scm/define-grob-properties.scm (all-user-grob-properties):
49         remove outdated doc. Fixes #116
50
51         * lily/completion-note-heads-engraver.cc (process_music): always
52         clone input events; otherwise we may overwrite input 'duration
53         property. Fixes #115.
54
55         * lily/general-scheme.cc (LY_DEFINE): explicit cast in case
56         scm_t_int32 != int
57
58         * scm/output-svg.scm (pango-description-regexp-comma): Remove ^
59         anchor. Fixes #114
60
61         * VERSION (PATCH_LEVEL): bump version.
62
63 2006-10-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
64
65         * lily/engraver.cc (internal_make_grob): use variables.
66
67         * flower/string-convert.cc (dec2double): clean-up warnings. 
68
69         * configure.in (CXXFLAGS): add -Werror.
70
71         * VERSION (PACKAGE_NAME): release 2.9.25
72
73 2006-10-18  Joe Neeman  <joeneeman@gmail.com>
74
75         * lily/simple-spacer.cc (get_line_forces): test for non-fitting
76         line even if we precede a forced break.
77
78         * lily/optimal-page-breaking.cc (try_page_spacing): square line
79         forces too. Make page-spacing weight default to 10 because the
80         changes to vertical springs decreased the page force/line force
81         proportions. Also, take the average of line force and page force
82         instead of just the sum.
83
84         * lily/constrained-breaking.cc (initialize): make the stiffness
85         of the vertical springs depend on the height of the system. This
86         prevents pages with only a few large systems from getting huge
87         forces
88
89         * Documentation/user/page.itely (Page formatting): document the
90         change in default page-spacing-weight
91
92         * lily/include/constrained-breaking.hh: initialise bottom_padding_
93
94 2006-10-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
95
96         * input/typography-demo.ly (melody): remove superfluous slur.
97
98         * scm/define-grob-interfaces.scm (piano-pedal-script-interface):
99         add piano-pedal-script-interface
100
101 2006-10-18  Bertalan Fodor  <lilypondtool@organum.hu>
102
103         * scripts/lilypond-book.py: DocBook support.
104
105 2006-10-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
106
107         * lily/piano-pedal-engraver.cc (struct Pedal_info): remove
108         Y-alignment code.
109         (stop_translation_timestep): set bound to currentMusicalColumn if
110         not set yet. Fixes #102
111
112         * lily/piano-pedal-bracket.cc: formatting.
113
114         * input/test/engraver-one-by-one.ly (MyStaff): reformat.
115
116         * lily/piano-pedal-align-engraver.cc: new class
117         Piano_pedal_align_engraver. Handle side-positioning Y-alignment
118         for piano pedals.  
119
120 2006-10-18  Heikki Junes  <hjunes@gmail.com>
121
122         * po/fi.po: Update Finnish translation (before the next release).
123
124 2006-10-17  Joe Neeman  <joeneeman@gmail.com>
125
126         * lily/system.cc (get_paper_system): reinstate the backwards-
127         compatible page breaking for the old page breaker.
128
129 2006-10-17  Erik Sandberg  <mandolaerik@gmail.com>
130         
131         * lily/recording-group-engraver.cc: removed
132
133         * lily/context.cc, lily/translator-group.cc: Don't touch
134         Context::implementation_ if it's null
135
136 2006-10-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
137
138         * scm/paper.scm: only use left-margin if defined.
139
140         * scm/define-grob-interfaces.scm (stroke-finger-interface): typo.
141
142         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): idem.
143
144         * lily/new-fingering-engraver.cc: stringFingerOrientations ->
145         strokeFingerOrientations
146
147         * lily/script-column.cc (row_before_line_breaking): also handle
148         accidentals and arpeggios in horizontal script stacking.
149
150         * lily/script-row-engraver.cc (acknowledge_accidental_placement):
151         new function.
152
153         * input/regression/script-stack-horizontal.ly: trim.
154
155 2006-10-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
156
157         * scm/output-lib.scm (stroke-finger::calc-text): allow reading of
158         'text property too.
159
160         * ly/music-functions-init.ly: rename to StrokeFingerEvent, set
161         'text if string argument.
162
163         * scm/define-grobs.scm (all-grob-descriptions): rename to StrokeFinger.
164
165         * scm/define-context-properties.scm
166         (all-user-translation-properties): change to strokeFingerOrientations
167
168 2006-10-16  Erik Sandberg  <mandolaerik@gmail.com>
169
170         * lily/parser.yy: remove debug output
171
172 2006-10-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
173
174         * ly/paper-defaults.ly: set left/right margin.
175
176         * scm/paper.scm (set-paper-dimensions): use left-margin and
177         right-margin for computing linewidth.
178
179         * Documentation/topdocs/NEWS.tely (Top): idem.
180
181         * input/regression/lyric-tie.ly (texidoc): use vowels for tied
182         lyrics example.
183
184         * scm/define-markup-commands.scm (tied-lyric): increase negative
185         space: space syllables tighter.
186
187         * VERSION (PATCH_LEVEL): bump version.
188
189         * scm/paper.scm: patch by Arvid Gr"otting, arvidgr@gmail.com: tune
190         Ax paper sizes. 
191
192 2006-10-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
193
194         * COPYING: further clarification
195
196         * VERSION: release 2.9.24
197
198         * input/regression/script-stack-horizontal.ly: add version.
199
200         * scm/lily-library.scm (list-join): use fold-right. Fixes #112
201
202         * input/regression/lyric-tie.ly (texidoc): use different words.
203
204         * mf/GNUmakefile (ALL_GEN_FILES): remove fonts.cache-1
205
206 2006-10-15  Erik Sandberg  <mandolaerik@gmail.com>
207
208         * lily/*.cc, lily/include/*.hh: eliminate dummy arguments from
209         macros ADD_TRANSLATOR, DECLARE_SMOBS and DECLARE_SIMPLE_SMOBS
210         
211 2006-10-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
212
213         * mf/GNUmakefile: remove fc-cache calls; not necessary for fc 2.4; 
214
215         * Doxyfile: remove file.
216
217         * scm/define-grob-interfaces.scm (string-finger-interface): add
218         string-finger-interface
219
220         * lily/general-scheme.cc (LY_DEFINE): move
221         ly_camel_case_to_lisp_identifier to here. Use vector<char> iso. char[] 
222
223         * Documentation/topdocs/NEWS.tely (Top): add note for
224         string-finger feature.
225
226         * scm/define-grobs.scm (all-grob-descriptions): add 'string-names
227         property.
228
229         * scm/output-lib.scm (string-finger::calc-text): read 'digit
230         instead of 'text
231
232         * input/regression/script-stack-horizontal.ly: new file.
233
234         * ly/engraver-init.ly: add Script_row_engraver.
235
236         * lily/script-column.cc (order_grobs): refactor: separate axis
237         independent code.
238         (row_before_line_breaking): new function.
239
240         * lily/script-row-engraver.cc (Script_row_engraver): new file.
241
242         * scm/define-grobs.scm (all-grob-descriptions): add ScriptRow
243
244 2006-10-14  Jürgen Reuter  <reuter@ipd.uka.de>
245
246         * Documentation/user/instrument-notation.itely: Cleanup: Remove
247         annoying skip notes from mensural ligature example.  Update
248         @refbugs for ligatures and mensural ligatures.
249
250         * lily/coherent-ligature-engraver.cc,
251         lily/include/coherent-ligature-engraver.hh,
252         lily/mensural-ligature-engraver.cc,
253         lily/vaticana-ligature-engraver.cc: Revise code for item
254         reparentizing.  There should now be less programming_error
255         messages.
256
257         * lily/mensural-ligature-engraver.cc: Improve placement of dots.
258
259         * lily/mensural-ligature.cc, lily/vaticana-ligature.cc:
260         Maintenance bugfix: Don't create empty Stencil (), but empty box
261         instead.  This fix should eliminate some programming_error
262         messages.
263
264         * ly/engraver-init.ly (MensuralStaff): Set default accidental
265         style.
266
267         * input/regression/mensural-ligatures.ly: Maintenance bugfix: Move
268         \layout block _before_ score.
269
270 2006-10-14  Han-Wen Nienhuys  <hanwen@lilypond.org>
271
272         * GNUmakefile.in (PATCH_FILES): remove darwin.patch.
273
274         * lily/pango-font.cc (pango_item_string_stencil): more verbose message.
275
276 2006-10-13  Erlend Aasland  <erlenda@gmail.com>
277
278         * lily/note-collision.cc: fix issue #44 (dot/notehead collision)
279
280 2006-10-13  Han-Wen Nienhuys  <hanwen@lilypond.org>
281
282         * VERSION (PATCH_LEVEL): bump version.
283
284         * COPYING: clarify exception note.
285
286         * lily/main.cc: remove remark about "COPYING".
287
288         * scm/framework-ps.scm (clip-system-EPSes): change ordering, so
289         system-count starts at 0 for each clip-region. Change name to
290         FILE[-COUNT]-from-FROM-to-TO-clip[-COUNT]. Take clip-regions from
291         layout block, per score.
292
293 2006-10-13  Erik Sandberg  <mandolaerik@gmail.com>
294
295         * lily/input-smob.cc: add equal_p for Input
296
297         * lily/music-scheme.cc (ly_camel_case_to_lisp_identifier): new
298         function
299
300         * lily/parser.yy: MY_MAKE_MUSIC sets music origin
301
302         * lily/prob.cc: Add equal_p predicate for Prob
303
304         * lily/translator.cc: small cleanup
305
306         * scm/document-music.cc: use data from translator listener
307         registration to generate documentation for event classes
308
309         * lily/*: Eliminate accept arg of ADD_TRANSLATOR
310         
311         * lily/include/*: Eliminate dummy arg of DECLARE_*SMOBS
312         
313 2006-10-13  Jan Nieuwenhuizen  <janneke@gnu.org>
314
315         * GNUmakefile.in (SCRIPTS): Remove lexer-gcc-3.1.sh.
316
317 2006-10-12  Jan Nieuwenhuizen  <janneke@gnu.org>
318
319         * Documentation/topdocs/INSTALL.texi: Thinko.
320
321         * .cvsignore: Update.
322
323         * lexer-gcc-3.1.sh: Remove.
324
325         * Documentation/topdocs/INSTALL.texi: Remove obsolete ftp server.
326         Update anonymous cvs access.  Remove comment about gcc 3.0.4.
327
328 2006-10-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
329
330         * VERSION: release 2.9.23
331
332         * lily/paper-column-engraver.cc (stop_translation_timestep): also
333         typecheck barnumber.
334
335         * scm/framework-ps.scm (dump-stencil-as-EPS): fix thinkos.
336
337         * scm/lily.scm (type-p-name-alist): add rhythmic-location? type name.
338
339         * Documentation/topdocs/NEWS.tely (Top): doc new clipping feature
340
341         * input/regression/clip-systems.ly (Notes): new file. 
342
343         * scm/lily.scm (define-scheme-options): add clip-systems option.
344
345         * scm/framework-ps.scm (dump-stencil-as-EPS-with-bbox): new
346         function
347         (dump-stencil-as-EPS): move bbox calculation from previous
348         dump-stencil-as-EPS
349         (output-framework): use -dclip-systems 
350
351         * scm/lily-library.scm (filtered-map): new function
352
353         * scm/framework-ps.scm (clip-system-EPS): new function.
354         (clip-system-EPSes): new function.
355
356         * lily/paper-column.cc: add rhythmic-location to interface
357
358         * scm/define-grob-properties.scm (all-user-grob-properties): add
359         rhythmic-location property.
360
361         * scm/clip-region.scm: new file: rhythmic-location data type and
362         system-clipped-x-extent function.
363
364         * ly/init.ly: use (scm clip-region)
365
366         * lily/paper-column-engraver.cc (stop_translation_timestep): set
367         rhythmic-location for paper column grobs.
368
369         * lily/grob-scheme.cc (LY_DEFINE): minor cleanup
370
371 2006-10-12  Jürgen Reuter  <reuter@ipd.uka.de>
372
373         * ly/engraver-init.ly: Remove obsolete comment on
374         Bar_number_engraver.
375
376         * Documentation/user/instrument-notation.itely: Tune Ancient
377         Articulations figure, such that the episem actually shows.
378
379         * lily/mensural-ligature.cc (internal_brew_primitive): Bugfix:
380         fix Han-Wen's fix (rev. 1.53): scm_is_pair -> scm_is_number.
381
382         * lily/vaticana-ligature-engraver.cc: Minor robustness fix /
383         cleanup.
384
385 2006-10-12  Graham Percival  <gpermus@gmail.com>
386
387         * Documentation/user/ {some}: minor edits that were lost somehow.
388
389 2006-10-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
390
391         * VERSION (PACKAGE_NAME): bump version.
392
393         * input/regression/lyric-tie.ly (texidoc): new file.
394
395         * Documentation/topdocs/NEWS.tely (Top): add new feature.
396
397         * lily/general-scheme.cc (LY_DEFINE): elucidate docstring.
398
399         * scm/define-markup-commands.scm (tied-lyric): new function: split
400         string along ~ and reattach with U+203F (tie character) and
401         negative space.
402
403         * scm/output-lib.scm (lyric-text::calc-text): new function.
404
405         * lily/lyric-engraver.cc (process_music): don't set 'text.
406
407         * scm/output-lib.scm (string-finger::calc-text): new function
408         (lyric-text::print): new function.
409
410         * lily/new-fingering-engraver.cc (add_fingering): refactor; make
411         generic for fingering & string number. Use for string-finger. 
412
413         * scm/define-music-types.scm (music-descriptions): add
414         StringFingerEvent
415
416         * lily/fingering-engraver.cc (listen_string_finger): new function
417
418         * scm/define-grobs.scm (all-grob-descriptions): add StringFinger
419
420         * scm/define-context-properties.scm
421         (all-user-translation-properties): add stringFingerOrientations
422
423 2006-10-11  Jürgen Reuter  <reuter@ipd.uka.de>
424
425         * mf/parmesan-dots.mf (new), mf/parmesan-generic.mf,
426         ly/engraver-init.ly: Added vaticana-style augmentum dot glyph.
427
428         * lily/dots.cc: Added style property for dots.
429
430         * mf/parmesan-heads.mf: Fix typo in comment.
431
432         * mf/feta-bolletjes.mf, scm/output-lib.scm: Fix longa notes bug by
433         adding longa head to feta font and removing obsolete default
434         mapping scheme code.
435
436 2006-10-10  Han-Wen Nienhuys  <hanwen@lilypond.org>
437
438         * scm/output-lib.scm (fingering::calc-text): use origin
439         event-property, not music-property.
440
441         * lily/lilypond.rc.in: spell my name correctly.
442
443 2006-10-10  Joe Neeman  <joeneeman@gmail.com>
444
445         * lily/grob.cc (pure_height): only add minimum-Y-extent if we
446         already have a non-empty extent. Fixes estimation for Hara-kiri
447         staves.
448
449 2006-10-09  Jürgen Reuter  <reuter@ipd.uka.de>
450
451         * ly/gregorian-init.ly: Simplify definition of \episemInitium and
452         \episemFinis.
453
454         * lily/ligature-engraver.cc: Remove unused #include.
455
456         * lily/vaticana-ligature-engraver.cc: Fix placement of dots.
457         Bugfix: remove method check_for_prefix_loss(Item *) from global
458         namespace to avoid namespace pollution.
459
460 2006-10-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
461
462         * VERSION: release 2.9.22
463
464         * ly/generate-documentation.ly: update option name.
465
466         * lily/dynamic-text-spanner.cc (print): revert fix.
467
468         * scm/define-grob-interfaces.scm
469         (trill-pitch-accidental-interface):
470         add trill-pitch-accidental-interface
471
472         * lily/dots-engraver.cc (acknowledge_rhythmic_head): only
473         dereference if it's really a duration.
474
475         * lily/figured-bass-engraver.cc (process_music): clear spanner if
476         useBassFigureExtenders is not set.
477         (listen_bass_figure): record as new event if
478         useBassFigureExtenders not set. Fixes #103.
479
480         * scm/stencil.scm (circle-stencil): don't center stencil argument,
481         instead: move circle. Fixes #107.
482
483         * scm/define-grobs.scm (all-grob-descriptions): set
484         allow-loose-spacing for PaperColumn and
485         NonMusicalPaperColumn. Kludge for #110.
486
487         * lily/spaceable-grob.cc: add allow-loose-spacing property.
488
489         * lily/spacing-determine-loose-columns.cc (is_loose_column):
490         allow-loose-spacing property.
491
492         * scm/define-markup-commands.scm (postscript): gsave & grestore
493         around embedded PS. Do setlinewidth too. Fixes  #109.
494
495 2006-10-08  Jürgen Reuter  <reuter@ipd.uka.de>
496
497         * lily/ligature-bracket-engraver: Bugfix: Add missing stream event
498         code.  This patch fixes ligature brackets that were not at all
499         engraved any more.
500
501 2006-10-08  Graham Percival  <gpermus@gmail.com>
502
503         * Docuemntation/user/page.itely: clarify two-pass vs. ragged-bottom.
504
505         * ly/property-init.ly: fix sacred harp notehead shapes (bug 96).
506
507         * scm/define-context-properties.scm: clarified docs (bug 91).
508
509         * Documentation/user/basic-notation.itely: document volta brackets
510         not aligning (bug 63).
511
512         * Documentation/user/ global.itely invoking.itely: ignore or
513         add warnings about texstr.
514
515 2006-10-08  John Mandereau  <john.mandereau@free.fr>
516
517         * po/fr.po: update translation.
518
519         * po/: update msgids.
520
521 2006-10-08  Jan Nieuwenhuizen  <janneke@gnu.org>
522
523         * GNUmakefile.in (HELP_CATALOGS): Fix in-build-tree locales.
524
525 2006-10-08  Nicolas Sceaux  <nicolas.sceaux@free.fr>
526
527         * Documentation/user/page.itely (Two-pass vertical spacing): add
528         documentation for two-pass spacing technique.
529
530 2006-10-06  Graham Percival  <gpermus@gmail.com>
531
532         * Documentation/user/convert-ly.txt: new file; new
533         storage place for this file (moved from bugs/ CVS).
534
535 2006-10-06  Jürgen Reuter  <reuter@ipd.uka.de>
536
537         * lily/note-head.cc: Fixed programming_error message.
538
539 2006-10-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
540
541         * scm/define-grobs.scm (pure-conversion): move pure-callback
542         further into body.
543
544         * scm/script.scm (default-script-alist): set avoid-slur for turn,
545         marcato, stopped, thumb.
546
547 2006-10-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
548
549         * lily/completion-note-heads-engraver.cc (process_music): don't
550         skimp on memory usage.
551
552         * lily/beam.cc (set_stem_lengths): do set_stemend for invisible
553         stems too. Fixes #5
554
555         * lily/parenthesis-engraver.cc (acknowledge_grob): set parent of
556         parenthesis item. This fixes premature Y-extent triggering. Fixes
557         issue #95. 
558  
559         * VERSION (PATCH_LEVEL): bump version.
560
561 2006-10-04  Graham Percival  <gpermus@gmail.com>
562
563         * Documentation/user/advanced-notation.itely: added
564         info about instrument names for piano or other contexts,
565         thanks Marcus!
566
567 2006-10-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
568
569         * mf/feta-bolletjes.mf (solfa_quarter_width): use
570         solfa_base_notewidth as unit for non-DO-notes too.
571
572         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: update email.
573
574         * VERSION: release 2.9.21
575
576         * Documentation/topdocs/NEWS.tely (Top): simpler, more clearer
577         override.
578
579 2006-10-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
580
581         * python/lilylib.py (progress): Minor fix.
582
583 2006-10-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
584
585         * lily/note-name-engraver.cc: doc engraver.
586
587         * scm/output-lib.scm (hairpin::calc-grow-direction): new function.
588
589         * lily/dynamic-engraver.cc (process_music): don't set grow-direction.
590
591         * scm/define-grobs.scm (all-grob-descriptions): calc duration-log
592         by callback.
593
594         * lily/stem-engraver.cc (make_stem): don't set duration-log
595
596         * scripts/lilypond-book.py (Lilypond_file_snippet.my_system):
597         write snippet-names binary.
598
599         * python/lilylib.py (system): use os.system for mingw32
600
601         * scripts/lilypond-book.py (bindir): use os.pathsep for prepending
602         to $PATH.
603
604         * scm/backend-library.scm: update email address.
605
606         * Documentation/topdocs/NEWS.tely (Top): add duration-log override
607         example.
608
609         * scm/define-grobs.scm (all-grob-descriptions): use callback to
610         calc dot count.
611
612         * lily/dots-engraver.cc (class Dots_engraver): new engraver:
613         handle dot creation separately.
614
615         * lily/tab-note-heads-engraver.cc (process_music): idem.
616
617         * lily/drum-note-engraver.cc (process_music): idem.
618
619         * lily/note-heads-engraver.cc (process_music): idem.
620
621         * lily/rest-engraver.cc: don't set duration-log.
622
623         * scm/output-lib.scm (string-number::calc-text): new function.
624         (note-head::calc-duration-log): new function.
625
626         * lily/fingering-engraver.cc (make_script): remove 'text setting.
627
628         * scm/output-lib.scm (fingering::calc-text): new function.
629
630 2006-10-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
631
632         * scripts/lilypond-book.py: Fix typo gs-load-font -> gs-load-fonts
633          and include-eps-font -> include-eps-fonts
634
635 2006-10-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
636
637         * lily/multi-measure-rest-engraver.cc: use internalBarNumber
638
639         * lily/timing-translator.cc: list properties.
640         (start_translation_timestep): update internalBarNumber too.
641
642         * scm/define-context-properties.scm
643         (all-user-translation-properties): add internalBarNumber.
644
645         * input/regression/spacing-no-note.ly: new file.
646
647         * buildscripts/output-distance.py (link_file): verbosity for OSError.
648
649         * lily/book.cc: #include cleanup.
650
651         * lily/include/lily-guile-macros.hh: add assert to
652         scm_or_str2symbol(SCM).
653
654         * VERSION (PATCH_LEVEL): bump version.
655
656         * lily/spacing-spanner.cc (musical_column_spacing): handle
657         musical->nonmusical spacing case, where there is no spacing
658         wish. Fixes issue #61.
659
660         * lily/pango-font.cc (text_stencil): allow 'tight' bounds.
661         (pango_item_string_stencil): use logical rect horizontally (to
662         preserve spaces), ink_rect vertically (for time signatures).
663
664         * lily/font-metric.cc (word_stencil): new interface function
665
666         * input/regression/utf-8-mixed-text.ly: new file.
667
668         * lily/percent-repeat-engraver.cc (listen_percent): remove
669         spurious warning.
670
671         * lily/phrasing-slur-engraver.cc (acknowledge_script): only ack
672         non-dynamic scripts. Fixes #30.
673
674         * lily/slur.cc (outside_slur_callback): make offset_scm optional.
675
676         * lily/beam.cc (rest_collision_callback): make prev_offset optional.
677
678         * lily/grob-closure.cc (chain_offset_callback): don't pass 0 but
679         SCM_UNDEFINED for non-existent data.
680
681         * lily/side-position-interface.cc (general_side_position): allow
682         optional current_offset argument for chaining, so combinations of side-position
683         and outside slur callback don't add up.  Fixes issue #92.
684
685         * lily/pango-font.cc (pango_item_string_stencil): use
686         logical_rect. This prevents spaces after words from disappearing,
687         issue #72.
688         
689         * VERSION: release 2.9.20
690
691 2006-10-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
692
693         * scm/define-grob-properties.scm (all-user-grob-properties):
694         mention stencil as user settable.
695
696 2006-10-02  Joe Neeman  <joeneeman@gmail.com>
697
698         * Documentation/user/page.itely (Page formatting): 
699         document auto-first-page-number
700
701         * lily/page-breaking.cc (find_chunks_and_breaks): 
702         * lily/paper-score.cc (calc_breaking): Follow changes to the
703         Constrained_breaking interface
704
705         * lily/constrained-breaking.cc (calc_subproblem): run the main loop
706         here backwards, as an optimisation
707         (initialize): new function; move most of the code in resize () here
708         (combine_demerits): cache ragged_right_
709         (Constrained_breaking): constructor now takes the Paper_score
710
711 2006-10-02  Erik Sandberg  <mandolaerik@gmail.com>
712         
713         * lily/lexer.ll, lily/parser.yy: Add EXPECT_NO_MORE_ARGS token, to
714         avoid parser lookahead for 0-ary functions.
715
716         * lily/translator.cc: Extract event classes from
717         IMPLEMENT_TRANSLATOR_LISTENER for documentation generation.
718
719 2006-10-02  Heikki Junes  <hjunes@gmail.com>
720
721         * po/fi.po: Fix spaces, commas etc. in Finnish translation using
722         KBabel fix tool.
723
724 2006-10-01  Nicolas Sceaux  <nicolas.sceaux@free.fr>
725
726         * scm/layout-page-layout.scm (page-breaking-wrapper): new
727         function. Call the page breaking function selected in the
728         `page-breaking' \paper variable, then the post processing function
729         chosen using the `page-post-process' \paper variable.
730         (line-height): new function. Return the height of a system.
731         (line-minimum-position-on-page): new function. Return the position
732         of a system on page (using the previous line position), only
733         considering between system padding.
734         (stretchable-line?): new function. Says whether a line can be
735         stretched (ie. is not a title nor a single staff system).
736         (page-maximum-space-left): new function. Computes space left on a
737         page, when all systems are separated by their padding.
738
739         * lily/page-breaking.cc (breaking::make_pages): Move page post
740         processing function call to page breaking wrapper (common to all
741         page breakers).
742
743         * lily/paper-book.cc (book::pages): call the page breaking
744         wrapper, instead of the page breaker directly
745
746         * ly/paper-defaults.ly: Add \paper variables for page breaking
747         wrapper and page post processing function. Make
748         `write-page-layout' value depend on the 'dump-tweaks option. Add a
749         `system-maximum-stretch-procedure' variable for holding a function
750         computing the maximum stretch a system allows.
751
752         * scm/layout-page-dump.scm (write-page-breaks): computes the
753         stretch to apply to systems on a page to minimize left
754         space. Dump this stretch length.
755
756         * ly/music-functions-init.ly (spacingTweaks): implement it. Read
757         the system-stretch property of the tweak data to stretch the
758         system.
759         (includePageLayoutFile): Void function which includes the
760         generated page-layout file if it exists and if the page layout
761         dumping is not asked.
762         (scoreTweak): if the score tweak named by the argument exists,
763         return it.
764
765 2006-10-01  Joe Neeman  <joeneeman@gmail.com>
766
767         * lily/page-spacing.cc (compress_lines, uncompress_solution):
768         handle correctly the case where there are multiple \noPageBreaks
769         in a row.
770
771 2006-09-30  Laura Conrad <lconrad@laymusic.org>
772
773         * abc2ly.py adds segno (S) and Coda (O) to articulations.
774         
775         * abc2ly.py fix so that entering " -- " will translate to a -- in
776         the lilypond instead of a " - - "
777         
778 2006-09-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
779
780         * lily/align-interface.cc: fix typo
781
782         * lily/dynamic-text-spanner.cc (print): Add a special case for
783         trill spanner right sides. 
784
785         * scm/define-grobs.scm (all-grob-descriptions): set padding to 0.1
786
787         * lily/align-interface.cc (get_extents_aligned_translates): add
788         support for padding variable.
789
790         * lily/break-align-interface.cc (self_align_callback): oops: use
791         loop variable in guard.
792
793         * input/regression/repeat-percent-grace.ly: new file.
794
795         * lily/percent-repeat-engraver.cc (start_translation_timestep):
796         remember first currentCommandColumn of a grace run. Fixes issue 70.
797
798         * lily/percent-repeat-iterator.cc (class Percent_repeat_iterator):
799         move class definition to CC file.
800
801         * lily/multi-measure-rest.cc (percent): use robust_relative_extent()
802
803         * lily/slash-repeat-engraver.cc (listen_percent): don't warn for
804         measure-long  repeats.
805
806         * flower/include/international.hh: include stdarg.h
807
808 2006-09-30  Joe Neeman  <joeneeman@gmail.com>
809
810         * lily/page-turn-page-breaking.cc (calc_demerits): now that we allow
811         put_systems_on_pages to return an empty result, we need to assign
812         demerits properly in that case.
813         (put_systems_on_pages): Make the number of pages depend on the
814         evenness of page_number. Add auto-first-page-number.
815         (calc_subproblem): ensure that the page-number is even for the
816         left-hand page. Warn if the first page-turn doesn't fit onto the
817         first (right-hand) page.
818
819         * lily/page-spacing.cc (solve): bug: demerits_ would always be inf
820         (min_page_count): make this publicly accessible
821         (min_page_count): fix a bug when there are forced page breaks that
822         was introduced when I made this loop run backwards
823         (space_systems_on_n_pages, space_systems_on_n_or_one_more_pages):
824         replace space_systems_on_min_pages with these two. The logic in
825         space_systems_on_min_pages was getting too convoluted and is better
826         contained in page-turn-page-breaking.
827
828         * lily/page-turn-engraver.cc (breakable_column): remove an always-true
829         conditional
830         (breakable_column): typo
831
832         * lily/source-file.cc (get_line): fix off-by-one error
833         and clean up some of the logic
834
835 2006-09-29  Joe Neeman  <joeneeman@gmail.com>
836
837         * lily/page-breaking.cc (make_pages): honour the first-page-number
838         property
839
840 2006-09-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
841
842         * VERSION (PACKAGE_NAME): bump version.
843
844 2006-09-26  Pal Benko  <benko.pal@gmail.com>
845
846         * scm/parser-clef.scm: add petrucci-f3 and -f4 clefs
847         (the latter is the same as petrucci-f which is kept for compatibility)
848
849 2006-09-26  Erik Sandberg  <mandolaerik@gmail.com>
850         
851         * lily/part-combine-iterator.cc: solo1-event -> solo-one-event
852
853 2006-09-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
854
855         * lily/global-context.cc (run_iterator_on_me): break out of loop
856         if moment doesn't increase.
857
858         * scm/define-grob-properties.scm (all-user-grob-properties): add
859         forced property.
860
861         * lily/accidental.cc (after_line_breaking): read forced property.
862
863         * lily/accidental-engraver.cc (process_acknowledged): set 'forced
864         property.
865
866         * input/regression/accidental-forced-tie.ly:  new file.
867
868 2006-09-25  Han-Wen Nienhuys  <hanwen@lilypond.org>
869
870         * ly/engraver-init.ly: set ignoreFiguredBassRest in Staff context.
871
872         * lily/figured-bass-engraver.cc: only listen to rest events if
873         ignoreFiguredBassRest is not set.
874
875         * scm/define-context-properties.scm
876         (all-user-translation-properties): add ignoreFiguredBassRest property
877
878 2006-09-24  Joe Neeman  <joeneeman@gmail.com>
879
880         * lily/paper-book.cc (get_system_specs):
881         (set_system_penalty): fix breakbefore.
882         We used to set a penalty on the system after the break, now we
883         set a permission on the system before the break
884
885         * lily/grob-property.cc: add scm debugging hooks into
886         property modification
887
888         * lily/context-property.cc:
889         * lily/engraver.cc:
890         rename make_foo_from_properties to internal_make_foo and
891         move it from context-property.cc to a member function of
892         Engraver.
893         
894         * lily/include/lily-guile-macros.hh:
895         overload ly_symbol2scm macro so that there is no more need
896         to use internal_foo
897
898         * lily/volta-repeat-iterator.cc:
899         * lily/tweak-engraver.cc:
900         * lily/tuplet-bracket.cc:
901         * lily/span-bar-engraver.cc:
902         * lily/script-engraver.cc:
903         * lily/prob-scheme.cc:
904         * lily/pointer-group-interface.cc:
905         * lily/parser.yy:
906         * lily/grob-scheme.cc:
907         * lily/grob-property.cc:
908         * lily/context.cc:
909         * lily/context-property.cc:
910         * lily/break-substitution.cc:
911         * lily/break-align-engraver.cc:
912         * lily/axis-group-interface.cc:
913         * lily/align-interface.cc:
914         remove calls to internal_FOO
915
916         * lily/system-start-delimiter-engraver.cc:
917         * lily/parenthesis-engraver.cc:
918         * lily/accidental-engraver.cc:
919         remove calls to make_foo_from_properties
920
921 2006-09-23  Graham Percival  <gpermus@gmail.com>
922
923         * Documentation/user/programming-iterfaces.itely: fix
924         def-music-function -> define-music... leftover.
925
926 2006-09-23  Joe Neeman  <joeneeman@gmail.com>
927
928         * lily/page-spacing.cc (min_page_count): by running the loop
929         backwards, we can calculate ragged_last properly.
930
931 2006-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
932
933         * ly/titling-init.ly (scoreTitleMarkup): Rename (typo!?)
934         printfirst-page-number -> print-first-page-number
935
936         * python/convertrules.py: corresponding rule.
937
938         * Documentation/user/page.itely (Page formatting): Document the
939         default values of all page layout parameters. 
940
941 2006-09-22  Erik Sandberg  <mandolaerik@gmail.com>
942
943         * lily/lexer.ll: remove limitation on music function arity. New
944         mode extratoken, which inserts extra EXPECT_* tokens after
945         MUSIC_FUNCTION token. Junk all MUSIC_FUNCTION_* tokens.
946
947         * lily/parser.yy: Change grammar for music function accordingly.
948
949         * lily/include/lily-parser.hh: New method get_state, new member
950         hidden_state. Works around a problem when parser fetches
951         MUSIC_FUNCTION token but not the following EXPECT_* token.
952
953         * lily/translator.cc, lily/context.cc:, lily/translator-group.cc:
954         remove try_music
955
956         * lily/*-engraver.cc, lily/*-performer.cc: Remove all remaining
957         references to Music; use ASSIGN_EVENT_ONCE everywhere
958
959         * lily/grob-info.cc: junk *music_cause
960
961         * lily/music.cc: copy eventified articulations to stream event
962
963         * lily/part-combine-iterator.cc: Cleanup using enums
964
965         * lily/translator-group.cc: Junk OldMusicEvent, and associated
966         methods
967
968         * lily/include/engraver.hh: Junk music.hh include
969
970         * lily/stream-event.cc: Changed constructors
971
972 2006-09-21  Graham Percival  <gpermus@gmail.com>
973
974         * Documentation/user/tweaks.itely (Fitting music onto fewer
975         pages): change settings to avoid warning messages.
976
977 2006-09-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
978
979         * Documentation/user/tweaks.itely (Fitting music onto fewer
980         pages): Add between-system-space setting. 
981
982 2006-09-21  Han-Wen Nienhuys  <hanwen@lilypond.org>
983
984         * lily/accidental-placement.cc (calc_positioning_done): don't
985         trigger Y-extent calculation too early. Use pure_height instead.
986
987         * lily/scale.cc (LY_DEFINE): new file. 
988
989 2006-09-20  Joe Neeman  <joeneeman@gmail.com>
990
991         * lily/page-breaking.cc (find_chunks_and_breaks): ignore breaks
992         that happen at the start of a score: having a zero-length
993         chunk was messing up min_system_count calculations.
994
995         * lily/source-file.cc (get_line): lower_bound, not
996         binary_search. Fixes problem where point-and-click would
997         always point to the first line.
998
999 2006-09-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
1000
1001         * lily/accidental-placement.cc (calc_positioning_done): also put
1002         stems into accidental support. 
1003
1004         * lily/tie-engraver.cc (process_music): also set tieMelismaBusy if
1005         event_ detected.
1006
1007         * scm/script.scm (default-script-alist): avoid-slur and
1008         slur-padding for portato script.
1009
1010         * lily/stem-tremolo.cc (translated_stencil): new function. 
1011         (height): use new function. Fixes tremolos on whole notes.
1012
1013         * lily/slur-scoring.cc (get_best_curve): don't crash if no optimal
1014         slur found.
1015
1016 2006-09-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
1017
1018         * scripts/abc2ly.py (try_parse_comment): idem.
1019
1020         * scripts/lilypond-book.py (find_toplevel_snippets): use 'foo' in
1021         bar_string iso. string.find()
1022
1023         * lily/*.cc: idem.
1024
1025         * lily/slur.cc (get_curve): always use scm_is_pair() looping
1026         scheme lists.  
1027
1028 2006-09-18  Graham Percival  <gpermus@gmail.com>
1029
1030         * Documentation/user/basic-notation.itely: add bug
1031         warning about ties and octavation/clef.
1032
1033 2006-09-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
1034
1035         * VERSION (PACKAGE_NAME): release 2.9.18
1036
1037 2006-08-29  Milan Zamazal  <pdm@brailcom.org>
1038
1039         * elisp/lilypond-mode.el (LilyPond-command-alist): Don't try to
1040         figure out midi file names right here.
1041         
1042 2006-09-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
1043
1044         * scm/framework-ps.scm (dump-stencil-as-EPS): naming pad-eps-boxes.
1045
1046         * scm/backend-library.scm: option naming:  gs-font-load*s*
1047
1048         * scm/framework-eps.scm (dump-stencils-as-EPSes): rename option to
1049         include-eps-fonts
1050
1051 2006-09-17  Joe Neeman  <joeneeman@gmail.com>
1052
1053         * scm/define-music-types.scm (music-descriptions): remove
1054         BreakEvent and fix {Page,Line}{Break,Turn}Event so
1055         Music::to_event doesn't complain.
1056
1057         * lily/accidental-placement.cc (ape_compare):
1058         * lily/semi-tie.cc (compare): 
1059         * lily/note-column.cc (shift_compare): replace by XXX_less
1060
1061         * lily/tie-formatting-problem.cc (set_chord_outline): 
1062         * lily/tie-column.cc (calc_positioning_done): 
1063         * lily/system.cc (post_processing)
1064         (get_paper_system): 
1065         * lily/stem.cc (note_head_positions)
1066         (calc_positioning_done): 
1067         * lily/spanner.cc (do_break_processing)
1068         (find_broken_piece): 
1069         * lily/span-bar.cc (print): 
1070         * lily/semi-tie-column.cc (calc_positioning_done): 
1071         * lily/rest-collision.cc (calc_positioning_done): 
1072         * lily/program-option.cc (get_help_string): 
1073         * lily/note-collision.cc (get_clash_groups):
1074         * lily/new-fingering-engraver.cc (position_scripts):
1075         * lily/keyword.cc (Keyword_table):
1076         * lily/hara-kiri-group-spanner.cc (request_suicide):
1077         * lily/grob-pq-engraver.cc (stop_translation_timestep):
1078         * lily/accidental-placement.cc (calc_positioning_done):
1079         (stagger_apes):
1080         * lily/beam.cc (get_beam_segments):
1081         * lily/grob-array.cc (remove_duplicates):
1082         use new vector_sort
1083         
1084         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily:
1085         ragged-last-bottom = ##f (test the new page breaker)
1086
1087         * flower/include/std-vector.hh (vector_sort): use STL sort stuff
1088
1089         * scm/define-context-properties.scm
1090         (all-internal-translation-properties): remove properties that
1091         were used to communicate page-turn stuff to the paper-column
1092         engraver.
1093
1094         * lily/lily-guile.cc (robust_scm2string): new function
1095
1096         * lily/paper-column-engraver.cc: Clean up page turn stuff
1097
1098         * lily/page-turn-engraver.cc: Re-write the page turn logic here
1099         instead of cluttering up paper-column-engraver.cc
1100
1101 2006-09-17  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1102
1103         * scm/layout-page-dump.scm (scm): export utility function names,
1104         to allow user writing cutsom dumping functions.
1105
1106         * scm/layout-page-layout.scm: export utility function names to
1107         enable custom page breaking function writing. Tabify.
1108         (line-next-space): use ?-suffix only for predicates
1109         (page-maximum-space-to-fill): new function. Return the space
1110         between first and bottom system of a page, to give to
1111         space-systems.
1112         (space-systems): use a space-to-fill argument (for instance as
1113         computed by page-maximum-space-to-fill) instead of computing
1114         internaly this space with the page height. That way, the caller
1115         can adjust the space to use.
1116         (make-page-from-systems, walk-paths): compute space to fill before
1117         calling space-systems.
1118
1119 2006-09-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
1120
1121         * scm/script.scm (default-script-alist): set paddings for every
1122         type here, increase for portato mark.
1123
1124         * scm/lily.scm (define-scheme-options): typo: add s, so it is 
1125         -dinclude-eps-fonts
1126
1127 2006-09-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
1128
1129         * scm/define-grobs.scm (all-grob-descriptions): oops, typo:
1130         use spanner::set-spacing-rods
1131
1132         * lily/note-column.cc: reformat.
1133
1134         * lily/rest-collision.cc (calc_positioning_done): fix whole/half
1135         step positioning for note/rest combinations.
1136
1137         * input/regression/rest-note-collision.ly: new file.
1138
1139         * scm/define-grobs.scm (all-grob-descriptions): add
1140         springs-and-rods
1141
1142         * flower/include/std-vector.hh: switch off again.
1143
1144         * VERSION (PATCH_LEVEL): bump to 2.9.18
1145
1146         * flower/include/std-string.hh: idem.
1147
1148         * flower/include/std-vector.hh (_GLIBCXX_DEBUG): set if NDEBUG not set.
1149
1150 2006-09-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1151
1152         * ly/engraver-init.ly: Make FiguredBass accepted in GrandStaff and
1153         PianoStaff. 
1154
1155 2006-09-08  Joe Neeman  <joeneeman@gmail.com>
1156
1157         * Documentation/user/page.itely: update page breaking documentation
1158
1159 2006-09-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
1160
1161         * lily/note-collision.cc (calc_positioning_done): only access
1162         first head if available.
1163
1164         * lily/tuplet-engraver.cc: add tupletFullLengthNote to description.
1165
1166         * scm/framework-ps.scm (output-preview-framework): use new name.
1167
1168         * lily/program-option.cc (internal_set_option): use new names.
1169
1170         * Documentation/user/SConscript (lilypond_book_flags): update -d
1171         variable names.
1172
1173         * Documentation/user/lilypond-book.itely (Inserting LilyPond
1174         output into other programs): new variable names.
1175
1176         * scm/lily.scm (define-scheme-options): uniformize var names.
1177
1178         * lily/tuplet-engraver.cc (listen_tuplet_span): verify that
1179         tuplets_ is non-empty before popping.
1180
1181 2006-09-07  Joe Neeman  <joeneeman@gmail.com>
1182
1183         * lily/spanner.cc (find_broken_piece): 
1184         * lily/spacing-spanner.cc (get_columns): 
1185         * lily/source-file.cc (get_line): 
1186         * lily/simple-spacer.cc (get_column_description): 
1187         * lily/keyword.cc (lookup): 
1188         use the new binary search.
1189
1190         * flower/include/std-vector.hh: replace binary_search with
1191         a more STL-like version
1192
1193 2006-09-04  Michael Welsh Duggan  <md5i@cs.cmu.edu>
1194
1195         * lily/tie-performer.cc: remove unused last_event_ property.
1196         (class Tie_performer): add now_tied_heads_ property for
1197         partially-tied heads.
1198         (acknowledge_audio_element): when adding an Audio_note, put the
1199         note in now_tied_heads_ if the audio note is partially tied.
1200         (stop_translation_timestep): always include entries in
1201         now_tied_heads_ in heads_to_tie_.
1202
1203         * lily/drum-note-performer.cc (process_music): look for tie-events
1204         in the articulations; pass to Audio_note constructor.
1205
1206         * lily/note-performer.cc (process_music): look for tie-events in
1207         the articulations; pass to Audio_note constructor.
1208
1209         * lily/audio-item.cc (Audio_note): Initialize tie_event_ in
1210         constructor.
1211
1212         * lily/include/audio-item.hh (class Audio_note): add tie_event_.
1213         include initializer in constructor.
1214
1215 2006-09-02  Joe Neeman  <joeneeman@gmail.com>
1216
1217         * lily/simple-spacer.cc (get_line_forces): Ignore loose columns
1218         unless they are breakable. This fixes discrepancies between the forces
1219         calculated here and the forces calculated in get_line_configuration.
1220
1221         * lily/grob.cc (pure_relative_y_coordinate): fix some
1222         mis-estimation that was happening with piano staves.
1223
1224         * lily/constrained-breaking.cc (resize): don't choke if we get a
1225         measure that won't fit on a line.
1226         (combine_demerits): don't consider uniformity when ragged
1227
1228         * lily/page-spacing.cc (solve): why the f* were there two of these?
1229         (calc_subproblem): properly handle the case where a system is taller
1230         than the page.
1231
1232         * lily/system.cc (get_paper_system): ensure that all the permissions
1233         and penalties are passed to the paper systems.
1234
1235         * lily/page-breaking.cc (create_system_list): support system-count.
1236
1237         * scm/define-grobs.scm (pure-print-callbacks): add
1238         ly:script-interface::print
1239
1240         * lily/page-spacing.cc (min_page_count): fix calculation of min
1241         pages if we are ragged and there are non-zero springs.
1242
1243         * scm/layout-page-layout.scm: if the pure-height estimates are under
1244         the real height, allow space-systems to ignore padding if it is
1245         needed in order to fit the systems on one page
1246
1247         * lily/optimal-page-breaking.cc (try_page_spacing): fix reading
1248         ragged properties
1249         (solve): fix performance problem. Make sure we always get at least
1250         one solution
1251
1252         * lily/page-breaking.cc (make_pages): include write-page-breaks
1253         and page-stencil
1254
1255         * lily/paper-score.cc (calc_breaking): remove Gourlay breaker
1256
1257         * scm/define-grobs.scm: add the new slur-callback
1258         fix pure-relevant to not exclude grobs whose extent is already
1259         calculated
1260
1261         * ly/paper-defaults.ly: make ly:optimal-breaking the new default
1262         page breaker
1263
1264         * lily/slur.cc (pure_height): new callback to estimate the height
1265         of a slur
1266
1267 2006-09-02  Graham Percival  <gpermus@gmail.com>
1268
1269         * Documentation/user/invoking.itely: small update on
1270         MacOS X notes; thanks Trevor!
1271
1272 2006-09-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
1273
1274         * VERSION (MY_PATCH_LEVEL): release 2.9.17
1275
1276         * lily/lexer.ll: accept EOF in all states.
1277
1278         * lily/tempo-performer.cc (Tempo_performer): initialize last_tempo_.
1279
1280         * lily/source-file.cc (Source_file): always 0-terminate character
1281         array, to prevent Flex from barfing.
1282
1283         * lily/global-context.cc (get_output): robustness: don't crash if
1284         no Score context found.
1285
1286         * lily/include/book.hh (class Book): idem.
1287
1288         * lily/include/context-def.hh (struct Context_def): idem.
1289
1290         * lily/include/score.hh (class Score): don't derive from Input.
1291
1292         * lily/book.cc (Book): add a copy ctor. 
1293
1294         * buildscripts/output-distance.py (FileLink.calc_distance): count
1295         orphans in distance too.
1296
1297         * python/midi.c (midi_parse_track): robustness: don't read past
1298         end of string.
1299
1300         * ly/performer-init.ly: add Control_track_performer, move
1301         Tempo_performer and Time_signature_performer to Score.        
1302
1303         * lily/score-performer.cc (acknowledge_audio_elements): override
1304         from base class: add to audio-columns
1305
1306         * lily/control-track-performer.cc (add_text): new file: generate
1307         the control track.
1308
1309         * lily/performance.cc: move output_header_track to
1310         Control_track_performer ()
1311
1312         * lily/midi-walker.cc (Midi_walker): get channel in constructor.
1313
1314         * lily/include/midi-item.hh (class Midi_channel_item): insert
1315         class into hierarchy, for items that can have a channel setting. Dehungarify.
1316
1317         * lily/include/performer.hh (class Performer): remove
1318         play_element();  move functionality into announce/acknowledge.
1319
1320         * lily/audio-staff.cc (output): remove channel_ from Midi_track.
1321
1322         * lily/tie-engraver.cc (stop_translation_timestep): only wipe
1323         heads_to_tie_ if there are new heads to tie.  Fixes polyphony in ties.
1324
1325 2006-08-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
1326
1327         * lily/tie-engraver.cc (stop_translation_timestep): robustness for
1328         ambituses.
1329
1330         * lily/all-font-metrics.cc: remove TFM support.
1331
1332         * lily/include/tfm.hh: remove TFM support, TFM reader.
1333
1334         * lily/include/binary-source-file.hh: remove Binary_source_file.
1335
1336 2006-08-27  Graham Percival  <gpermus@gmail.com>
1337
1338         * Documentation/topdocs/NEWS.itely: add @c marker for
1339         stuff I've processed.
1340
1341         * Documentation/user/ various: info from NEWS.
1342
1343 2006-08-27  Joe Neeman  <joeneeman@gmail.com>
1344
1345         * lily/paper-column-engraver.cc (finalize): Oops, this change
1346         should have gone in on 2006-08-23
1347
1348 2006-08-26  Mats Bengtsson  <mabe@s3.kth.se>
1349
1350         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use double
1351         quotes to quote arguments. Fixes Windows problem.
1352
1353         * python/lilylib.py (progress): idem
1354
1355 2006-08-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
1356
1357         * scripts/musicxml2ly.py: fix for importing
1358         minor key signatures from MusicXML.  (Phillip Kirlin)
1359
1360 2006-08-24  Phillip Kirlin  <pkirlin@acm.org>
1361
1362         * python/musicxml.py: 
1363         (Attributes.get_key_signature): now correctly retrieves mode from 
1364         MusicXML. 
1365
1366 2006-08-25  Han-Wen Nienhuys  <hanwen@lilypond.org>
1367
1368         * lily/parser.yy (output_def_body): take ownership of identifier
1369         back to C++.
1370
1371         * Documentation/user/advanced-notation.itely (Metronome marks):
1372         update use of \tempo in \midi.
1373
1374         * VERSION: release 2.9.16
1375         
1376 2006-08-24  Erik Sandberg  <mandolaerik@gmail.com>
1377
1378         * input/mutopia/*: upgrade to new midi tempo syntax (repairs make
1379         web partially)
1380
1381 2006-08-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
1382
1383         * input/regression/tie-chord-partial.ly: clarify example.
1384
1385         * scm/define-music-properties.scm (all-music-properties): remove
1386         untied.
1387
1388         * ly/music-functions-init.ly: remove \untied.
1389
1390         * lily/tie-engraver.cc (struct Head_event_tuple): store both
1391         stream events and music events.
1392         (stop_translation_timestep): search acknowledged heads for
1393         tie-event.
1394
1395         * input/regression/tie-chord-partial.ly: new file.
1396
1397         * scm/define-markup-commands.scm (char): use ly:wide-char->utf-8
1398         for \char markup command.
1399
1400         * scm/define-event-classes.scm (unlistened-music-event-classes): idem.
1401
1402         * scm/define-music-types.scm (music-descriptions): consistency:
1403         Use solo-{one,two}-event iso. solo-[12]-event.
1404
1405         * lily/part-combine-engraver.cc (process_music):
1406         Use solo-{one,two}-event iso. solo-[12]-event.
1407
1408         * ly/declarations-init.ly (partCombineListener): add Timing as
1409         alias
1410
1411         * flower/std-string.cc (string_copy): use copy ()
1412
1413         * lily/source-file.cc (Source_file): use copy(). Remove contents_str0()
1414
1415 2006-08-24  Graham Percival  <gpermus@gmail.com>
1416
1417         * Documentation/user/changing-defaults.itely, global.itely,
1418         lilypond-book.itely, page.itely: minor changes from mailist.
1419
1420 2006-08-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
1421
1422         * buildscripts/mutopia-index.py (allfiles): filter lily-XXX and
1423         snippet-map
1424
1425         * scm/define-context-properties.scm
1426         (translator-property-description): robustness: detect type errors
1427         in property definitions.
1428
1429         * lily/parser.yy (score_body): protect SCORE_IDENTIFIER result
1430         after getting it from SCM. 
1431
1432         * lily/smobs.cc (protect_smob): switch off fancy smob protection
1433         for now. 
1434
1435         * lily/include/performer.hh (class Performer): strip get_tempo()
1436         method.
1437
1438         * lily/midi-def.cc: strip file.
1439
1440         * lily/lexer.ll (Lily_lexer): don't protect hash key separately.
1441
1442         * lily/include/context-def.hh (struct Context_def): use
1443         VIRTUAL_COPY_CONSTRUCTOR().
1444
1445         * lily/source-file.cc: smobification.
1446
1447         * lily/include/source-file.hh (class Source_file): smobify
1448         Source_file. Trim redundant members.
1449
1450         * lily/parser.yy (Lily_lexer::try_special_identifiers): unprotect
1451         clones after creation. This plugs a huge memory leak.
1452
1453         * python/convertrules.py (FatalConversionError.sub_tempo):
1454         complete rule for \midi{ \tempo }
1455
1456         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): idem.
1457
1458         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): update tempo.
1459
1460 2006-08-23  Joe Neeman  <joeneeman@gmail.com>
1461
1462         * input/regression/optimal-page-breaking-hstretch.ly: test for
1463         ragged-last-bottom also
1464
1465         * lily/paper-column-engraver.cc (finalize): make the end of a score
1466         breakable by default. This is to balance out a change in behaviour
1467         of the page-turn-breaker which no longer makes the end of a score
1468         breakable.
1469
1470         * lily/paper-book.cc (pages): set the systems_ once the pages are
1471         broken
1472
1473         * lily/page-turn-page-breaking.cc (calc_subproblem): use the new
1474         Page_breaking interface.
1475
1476         * lily/page-breaking.cc (class Page_breaking): make the interface
1477         more consistent and provide abstractions for dealing with
1478         Line_divisions.
1479
1480         * lily/optimal-page-breaking.cc (solve): use a more straightforward
1481         algorithm. Use the new interface to Page_breaking.
1482
1483         * lily/page-spacing.cc: better support for ragged-bottom and
1484         ragged-last-bottom
1485
1486 2006-08-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
1487
1488         * python/convertrules.py (conv): warning on \tempo{}
1489
1490         * ly/performer-init.ly: set tempoWholesPerMinute.
1491
1492         * ly/midi-init.ly: remove \midi
1493
1494         * lily/tempo-performer.cc: look at tempoWholesPerMinute to set
1495         MIDI tempo.
1496
1497         * lily/metronome-engraver.cc (process_music): use tempoUnitCount
1498         tempoUnitDuration for determining what to print.
1499
1500         * lily/lyric-extender.cc: typo.
1501
1502         * lily/parser.yy (output_def_body): disallow \tempo in \midi{}
1503
1504         * lily/duration-scheme.cc (LY_DEFINE): ly:duration-length: new
1505         function.
1506
1507         * scm/lily.scm (define-scheme-options): alphabetize, add eps-pad-boxes.
1508
1509         * scm/framework-ps.scm (dump-stencil-as-EPS): only pad boxes if
1510         eps-pad-boxes is set.
1511
1512         * scripts/lilypond-book.py (main): use -deps-pad-boxes.
1513
1514         * THANKS: update sponsors.
1515
1516         * ly/english.ly: quarter tone naming (thanks, Trevor Baca)
1517
1518         * Documentation/topdocs/NEWS.tely (Top): doc new feature.
1519
1520         * input/regression/tie-chord-untied.ly: new file.
1521
1522         * lily/tie-engraver.cc (acknowledge_note_head): check 'untied property.
1523
1524         * scm/define-music-properties.scm (all-music-properties): add
1525         'untied property.
1526
1527         * buildscripts/mutopia-index.py (allfiles): look for .ly rather
1528         than .ly.txt.
1529         (headertext_nopics): sanitize no-examples text.
1530
1531         * scm/page.scm (make-page-stencil): don't rely on extents of
1532         page-stencil. This fixes spurious space around .EPS files produced
1533         with the EPS backend.
1534
1535 2006-08-21  Han-Wen Nienhuys  <hanwen@lilypond.org>
1536
1537         * lily/stencil-scheme.cc (LY_DEFINE): make extent arguments optional.
1538
1539         * lily/hara-kiri-engraver.cc (process_music): remember
1540         keepAliveInterfaces after processing \set
1541
1542         * lily/lyric-extender.cc (print): support left/right-padding for
1543         extenders.
1544
1545         * scm/documentation-generate.scm (string-append): revert lilypond/
1546         path, doc why.
1547
1548 2006-08-20  Graham Percival  <gpermus@gmail.com>
1549
1550         * Documentation/user/lilypond.tely: clarification to
1551         license presentation (not to actual license).
1552
1553         * Documentation/user/basic-notation.itely,
1554         instrument-notation.itely: minor changes.
1555
1556         * input/ {regression, test}/+.ly: clarification to
1557         text (you can click on examples).  Thanks, Mats!
1558
1559         * input/manual/bar-lines.ly: adds ||: repeats.
1560
1561 2006-08-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
1562
1563         * make/ly-vars.make (OMF_FILES): strip ps.gz from OMF_FILES 
1564
1565         * scm/documentation-lib.scm (texi-file-head): category LilyPond.
1566
1567         * Documentation/user/lilypond.tely: strip lilypond/ from info
1568         links, rename to category LilyPond
1569
1570         * lily/pango-font.cc (description_string): new function.
1571
1572         * VERSION: release 2.9.15
1573
1574         * lily/spacing-engraver.cc (stop_translation_timestep): use
1575         Dscho's fix for spacing spanner. 
1576
1577         * scm/define-music-types.scm (music-descriptions): use
1578         apply-output-event for ApplyOutputEvent
1579
1580         * lily/output-property-engraver.cc (listen_apply_output): rename
1581         from listen_layout_instruction.
1582
1583         * lily/piano-pedal-engraver.cc (struct Pedal_type_info): new
1584         function protect()
1585
1586 2006-08-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
1587
1588         * scm/lily.scm (lilypond-all): option read-file-list: substitute
1589         commandline args with contains, split by \n.
1590
1591         * scripts/lilypond-book.py (Lilypond_file_snippet.my_system):
1592         write snippet-names file, call with -dread-file-list. Fixes
1593         command limitations on 64-bit systems.
1594
1595         * input/regression/stencil-color-rotation.ly: new file.
1596
1597         * lily/include/translator.hh (struct Acknowledge_information):
1598         revert: don't use Protected_scm in global objects, as GUILE can't
1599         handle gc_unprotect from automated destructors on MacOS X.
1600  
1601         * lily/grob.cc (get_print_stencil): use retval.expr() as base for
1602         color, not the original stencil. Fixes combinations of
1603         color/transparency/rotation. 
1604
1605         * scripts/lilypond-book.py (main): add --formats=eps for
1606         texinfo/latex.
1607
1608         * lily/spacing-engraver.cc (stop_translation_timestep): don't
1609         crash if spacing_ is nonexistent.
1610
1611 2006-08-14  Mats Bengtsson  <mabe@s3.kth.se>
1612
1613         * scripts/lilypond-book.py (output): Remove obsolete(!?)
1614         \catcode`\@=12 in the LaTeX output.
1615
1616 2006-08-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
1617
1618         * scm/define-music-types.scm (music-descriptions):
1619         use sustain-event iso. sustain-pedal-event.
1620
1621 2006-08-11  Joe Neeman  <joeneeman@gmail.com>
1622
1623         * scripts/convert-ly.py: honour the -n command-line switch
1624
1625 2006-08-10  Han-Wen Nienhuys  <hanwen@lilypond.org>
1626
1627         * scm/output-lib.scm (bar-line::calc-glyph-name): add dashed liine
1628         break specification.
1629
1630 2006-08-10  Joe Neeman  <joeneeman@gmail.com>
1631
1632         * Documentation/user: convert-ly the user manual
1633
1634 2006-08-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
1635
1636         * stepmake/aclocal.m4: version check patch (thanks MWD)
1637
1638         * ly/music-functions-init.ly: robustness. Don't crash if
1639         currentBarNumber is not a number.
1640
1641         * VERSION (PATCH_LEVEL): bump.
1642
1643 2006-08-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
1644
1645         * stepmake/aclocal.m4: better version check; handle fooX.Y
1646         binaries too.
1647
1648         * ly/performer-init.ly: instrument name fixup.
1649
1650         * input/manual/chord-names-jazz.ly (banterProperties):
1651         instrumentName update
1652
1653         * scm/define-event-classes.scm (lambda): use ly:is-listened-event-class
1654
1655         * lily/ly-module.cc (ly_module_symbols): use ly_hash_table_keys
1656
1657         * lily/translator.cc (LY_DEFINE): ly:is-listened-event-class: new
1658         function. Use hash tables to check membership.
1659
1660         * lily/general-scheme.cc (LY_DEFINE): new function.
1661
1662         * lily/piano-pedal-engraver.cc (struct Pedal_type_info): idem
1663
1664         * lily/include/translator.hh (struct Acknowledge_information): add
1665         Protected_scm
1666
1667         * ly/music-functions-init.ly: change name to BreathingEvent
1668
1669         * input/regression/*.ly: apply it.
1670
1671         * python/convertrules.py (conv): better instrumentName conversion
1672         rule.
1673
1674         * scm/define-music-types.scm (music-descriptions): add
1675         line-break-event to LineBreakEvent music
1676
1677         * lily/music.cc (to_event): don't crash if music type not set.
1678
1679         * lily/spacing-loose-columns.cc (set_loose_columns): don't barf if
1680         spacing not set.
1681
1682         * lily/spacing-engraver.cc (stop_translation_timestep): set
1683         spacing for proportional notation too.
1684
1685         * scm/translation-functions.scm (format-bass-figure): inspect
1686         stream-event.
1687
1688         * scripts/lilypond-book.py (bindir): add bindir to $PATH.
1689
1690 2006-08-08  Joe Neeman  <joeneeman@gmail.com>
1691
1692         * lily/include/constrained-breaking.hh: add Line_details (Prob*)
1693
1694         * scm/page.scm (make-page): make it friendlier to call (esp. from C++)
1695
1696         * scm/layout-page-layout.scm (make-page-from-systems): new function
1697         (optimal-page-breaks): use the new page-breaking calling convention
1698
1699         * scm/define-context-properties.scm (all-user-translation-properties):
1700         add revokePageTurns
1701
1702         * lily/paper-column-engraver.cc (stop_translation_timestep): add
1703         revokePageTurns  functionality. If there is a special barline within
1704         the breakable region, break there instead of at the end of the region.
1705
1706         * lily/paper-book.cc (pages): use the new page-breaking calling
1707         convention
1708
1709 2006-08-07  Erik Sandberg  <mandolaerik@gmail.com>
1710
1711         * lily/lexer.ll, lily/source-file.cc: Add \sourcefileline command
1712
1713         * scripts/lilypond-book.py: insert \sourcefileline command in
1714         output, so lilypond error messages refer to the spot in the
1715         original .lytex / .itely sourcefile.
1716
1717 2006-08-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
1718
1719         * lily/spacing-loose-columns.cc (set_loose_columns): oops: use
1720         space to next column for distance to fixed col.
1721
1722         * VERSION (PACKAGE_NAME): release 2.9.14
1723
1724         * lily/pitched-trill-engraver.cc (make_trill): do set_parent also
1725         if no accidental.
1726
1727         * lily/accidental-engraver.cc (process_acknowledged): don't create
1728         accidental for trill span event. This fixes spurious accidentals
1729         on trills.
1730
1731 2006-08-04  Mats Bengtsson  <mabe@s3.kth.se>
1732
1733         * scm/define-grob-properties.scm (all-user-grob-properties):
1734         Clarify documentation of side-axis and direction. Thanks to Paul
1735         for the inspiration.
1736
1737         * lily/bar-line.cc: Add documentation for "||:" also in the
1738         interface documentation.
1739
1740 2006-08-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
1741
1742         * lily/spacing-loose-columns.cc (set_loose_columns): bugfix.
1743
1744         * lily/paper-column.cc (set_system): new function.
1745
1746         * lily/spacing-engraver.cc (stop_translation_timestep): store
1747         SpacingSpanner refs in Paper_column.
1748
1749         * lily/spacing-loose-columns.cc (set_loose_columns): rewrite
1750         compute loose clique spacing using GraceSpacing/SpacingSpanner.
1751
1752 2006-08-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
1753
1754         * lily/beam-engraver.cc (listen_beam): add method for
1755         Grace_beam_engraver too.
1756
1757 2006-08-03  Mats Bengtsson  <mabe@s3.kth.se>
1758
1759         * python/convertrules.py: Fix indentation bug that broke
1760         conversion of files older than 1.3.117.
1761         Fix escape error in the description for 2.9.6.
1762
1763 2006-08-02  Erik Sandberg  <mandolaerik@gmail.com>
1764
1765         * lily/*-engraver.cc: convert all try_music functions to listen_*
1766         functions.
1767
1768         * lily/piano-pedal-engraver.cc: some additional cleanups: use
1769         enums to represent pedal types, and calculate more data statically.
1770
1771         * scm/part-combiner.scm (recording-group-emulate): create a
1772         softcoded substitute for recording-group-engraver.cc.
1773
1774         * lily/music.cc: make a common transpose function for events and
1775         music
1776
1777         * ly/declarations-init.ly: change melisma/melismaEnd. Eliminates
1778         ManualMelismaEvent, and obsoletes Melisma_translator.
1779
1780 2006-08-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
1781
1782         * input/test/instrument-name-align.ly: update version.
1783
1784 2006-08-02  Mats Bengtsson  <mabe@s3.kth.se>
1785
1786         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
1787         Doc the --pdf flag to lilypond-book.
1788
1789 2006-07-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
1790
1791         * Documentation/topdocs/NEWS.tely (Top): add description.
1792
1793         * input/regression/tuplet-full-length-note.ly: add file.
1794
1795         * lily/instrument-name-engraver.cc (acknowledge_axis_group):
1796         always store axis group.
1797
1798 2006-07-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
1799
1800         * input/regression/instrument-switch.ly: new file.
1801
1802         * lily/instrument-switch-engraver.cc (process_music): new file.
1803
1804         * ly/engraver-init.ly: add Instrument_switch_engraver
1805
1806         * ly/music-functions-init.ly: \instrumentSwitch
1807
1808         * scm/define-context-properties.scm
1809         (all-user-translation-properties): add instrumentCueName
1810
1811         * scm/define-grobs.scm (all-grob-descriptions): add InstrumentSwitch
1812
1813 2006-07-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
1814
1815         * ly/music-functions-init.ly: music function \transposition.
1816
1817         * lily/parser.yy (command_element): softcode \transposition.
1818
1819         * lily/fall-engraver.cc (process_music): delta-pitch -> delta-step.
1820         (process_music): oops.
1821
1822         * lily/instrument-name-engraver.cc (start_spanner): new
1823         function. Create spanner when property changes.
1824         (stop_spanner): new function.
1825
1826         * python/convertrules.py (conv): add rule.
1827
1828         * lily/instrument-name-engraver.cc: shortVocalName iso. vocNam,
1829         shortInstrumentName iso. instr.
1830
1831         * scm/output-ps.scm (dashed-line): add phase argument to
1832         dashed-line.
1833
1834         * lily/bar-line.cc (dashed_bar_line): new function.
1835         (compound_barline): support \bar "dashed". 
1836
1837         * lily/lily-parser-scheme.cc (LY_DEFINE): only write
1838         --output=DIR to DIR/BASE if it is a dir. 
1839
1840         * flower/file-name.cc (file_part): new function
1841         (dir_part): new function
1842
1843         * lily/lily-parser-scheme.cc (LY_DEFINE): 
1844
1845         * DEDICATION: update
1846
1847 2006-07-25  Han-Wen Nienhuys  <hanwen@lilypond.org>
1848
1849         * lily/instrument-name-engraver.cc: formatting.
1850
1851         * python/convertrules.py (conv): bugfix for \epsfile.
1852
1853 2006-07-25  Joe Neeman  <joeneeman@gmail.com>
1854
1855         * lily/grob.cc:
1856         
1857         * lily/gourlay-breaking.cc: Oops, these should have been included
1858         in my last commit
1859
1860 2006-07-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
1861
1862         * scripts/*.py (program_name): cleanup relocation snippets.
1863
1864         * scripts/convert-ly.py (datadir): remove LILYPONDPREFIX support.
1865
1866 2006-07-24  Joe Neeman  <joeneeman@gmail.com>
1867
1868         * scm/define-grobs.scm (all-grob-descriptions): make NonMusicalPaperColumn
1869         page-breakable by default
1870
1871         * scm/layout-page-layout.scm (space-systems): fix bug where the force isn't
1872         correctly calculated for a single-system page
1873
1874         * scm/lily-library.scm (interval-sane?): also check that the first number is no
1875         bigger than the second number
1876
1877         * lily/simple-spacer.cc (solve): allow compression even when ragged (but we
1878         acknowledge that we aren't satisfying constraints)
1879
1880         * lily/hara-kiri-group-spanner.cc (request_suicide): give equal treatment to
1881         non-Items
1882
1883         * lily/grob.cc (pure_height): add minimum-Y-extent
1884
1885         * lily/gourlay-breaking.cc (solve): don't ignore a compression force, even if we're
1886         ragged
1887
1888         * lily/constrained-breaking.cc: convert code to use new Matrix class
1889         (get_best_solution): new function
1890
1891         * scm/page.scm (make-page-stencil): don't crash if we annotate-layout when there
1892         is a page with no systems
1893
1894 2006-07-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
1895
1896         * VERSION (PACKAGE_NAME): release 2.9.13
1897
1898         * scm/define-grobs.scm (all-grob-descriptions): remove stray
1899         assignment.
1900
1901 2006-07-21  Han-Wen Nienhuys  <hanwen@lilypond.org>
1902
1903         * Documentation/topdocs/NEWS.tely (Top): doc new features.
1904
1905         * scm/output-lib.scm (grace-spacing::calc-shortest-duration): new
1906         function.
1907
1908         * scm/define-grob-properties.scm (all-user-grob-properties):
1909         remove grace-space-factor.
1910
1911         * scm/define-grob-interfaces.scm (grace-spacing-interface): add
1912         grace-spacing-interface
1913         (spacing-options-interface): add.
1914
1915         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add Grace_spacing_engraver
1916
1917         * lily/spacing-options.cc (get_duration_space): move function from spacing-basic.cc
1918
1919         * lily/spacing-basic.cc (note_spacing): do init_from_grob on
1920         GraceSpacing object.
1921
1922         * lily/note-spacing.cc: fix prop list formatting
1923
1924         * lily/beaming-pattern.cc (de_grace): new function. Sensible
1925         beaming for grace notes too.
1926
1927         * input/regression/spacing-grace.ly: update.
1928
1929         * lily/grace-spacing-engraver.cc: new file.
1930
1931         * lily/spacing-spanner.cc: add strict-grace-spacing.
1932
1933 2006-07-20  Graham Percival  <gpermus@gmail.com>
1934
1935         * lily/parser.yy: compile fix.
1936
1937 2006-07-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
1938
1939         * scm/define-grobs.scm (all-grob-descriptions): typo.
1940
1941         * scm/framework-eps.scm (dump-stencils-as-EPSes): just strip
1942         .eps extension from includegraphics.
1943
1944         * scripts/lilypond-book.py (main): add support for --pdf. 
1945
1946         * lily/spacing-spanner.cc (calc_common_shortest_duration): use
1947         callback to compute common shortest duration.
1948         (set_springs): typo.
1949
1950         * scm/define-grob-properties.scm (all-user-grob-properties): add
1951         strict-grace-spacing.
1952
1953         * lily/spacing-determine-loose-columns.cc (is_loose_column):
1954         support float_grace_columns_.
1955
1956         * lily/spacing-options.cc (init_from_grob): new file.
1957
1958         * Documentation/topdocs/NEWS.tely (Top): doc tupletFullLengthNote.
1959
1960         * input/regression/spacing-loose-grace.ly: new file.
1961
1962         * Documentation/topdocs/NEWS.tely (Top): document new feature.
1963
1964         * lily/tuplet-engraver.cc (struct Tuplet_description): read
1965         tupletFullLengthNote too. Choose right bound depending on value.
1966
1967         * input/regression/tuplet-full-length-note.ly: new file.
1968
1969 2006-07-19  Erik Sandberg  <mandolaerik@gmail.com>
1970
1971         * lily/*-performer.cc: Converted try_music to listen_*
1972
1973         * lily/grob-info.cc, lily/engraver.cc: represent the cause of grob
1974         as a stream-event internally. Introduce event_cause (), deprecate
1975         music_cause ().
1976
1977         * scm/define-music-types.scm: Removed BusyPlayingEvent
1978         
1979 2006-07-19  Mats Bengtsson  <mabe@s3.kth.se>
1980
1981         * Documentation/user/advanced-notation.itely (Font selection):
1982         Document how to get a list of available fonts using 'lilypond
1983         -dshow-available-fonts blabla'.
1984
1985 2006-07-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
1986
1987         * GNUmakefile.in: filter lily-XXX.pdf files.
1988
1989         * scm/define-grob-interfaces.scm (bend-after-interface): add thickness.
1990
1991         * scm/define-grob-properties.scm (all-internal-grob-properties):
1992         remove delta-pitch. Use delta-position everywhere.
1993
1994         * scm/output-lib.scm (fall::print): use new order.
1995
1996         * scm/output-ps.scm (path): reorder arguments.
1997
1998         * scm/output-svg.scm (path): support for path primitive.
1999
2000         * input/regression/bend-after.ly: new file.
2001
2002         * Documentation/user/GNUmakefile ($(outdir)/%.pdf): foolproof
2003         recipe for eps -> pdf conversion.
2004
2005 2006-07-19  Erik Sandberg  <mandolaerik@gmail.com>
2006
2007         * lily/parser.yy, lily/lexer.ll: added some simplifications by
2008         Angelo Contardi.
2009
2010 2006-07-19  Graham Percival  <gpermus@gmail.com>
2011
2012         * input/manual/screech-boink.ly: moved to here.
2013
2014         * input/screech-boink.ly: deleted.
2015
2016         * scm/define-grob-properties.scm: clarify doc string.
2017
2018 2006-07-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
2019
2020         * Documentation/topdocs/NEWS.tely (Top): doc new feature.
2021
2022         * scm/output-ps.scm (path): define path.
2023
2024         * scm/define-stencil-commands.scm
2025         (ly:register-stencil-expression): add path.
2026
2027         * scm/define-music-properties.scm (all-music-properties): add delta-pitch.
2028
2029         * ly/engraver-init.ly: add Fall_engraver
2030
2031         * lily/parser.yy (music_function_event): allow musicfunction
2032         without music arg as music_function_event.
2033
2034         * lily/grob-scheme.cc (LY_DEFINE):
2035         ly:grob-robust-relative-extent. New function.
2036
2037         * scm/define-grobs.scm (all-grob-descriptions): add BendAfter
2038
2039         * scm/define-music-types.scm (music-descriptions): add BendAfterEvent.
2040
2041         * scm/output-lib.scm (fall::print): new function
2042
2043         * lily/fall-engraver.cc (stop_fall): new file.
2044
2045         * ly/music-functions-init.ly: alphabetise.
2046
2047         * Documentation/user/GNUmakefile (OUT_PNG_IMAGES): pdf iso. eps as
2048         base.
2049
2050 2006-07-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
2051
2052         * VERSION (PATCH_LEVEL): bump version. Release 2.9.12
2053
2054         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
2055         doc pdftex usage.
2056
2057         * lily/translator-group.cc (connect_to_context): non const error message.
2058
2059         * Documentation/user/GNUmakefile ($(outdir)/%.pdf): update to use PDF
2060
2061         * scm/paper.scm (internal-set-paper-size): define landscape to #f
2062         if unset.
2063
2064         * scm/framework-ps.scm (convert-to-pdf): swap h and w in case of landscape. 
2065
2066         * stepmake/stepmake/texinfo-rules.make: strip DVI support.
2067
2068         * scm/framework-eps.scm (dump-stencils-as-EPSes): generate
2069         systems.pdftex too.
2070
2071         * scm/backend-library.scm (postscript->pdf): use -dEPSCrop for PDF.
2072
2073         * make/lilypond-vars.make (TEXINPUTS): add pdf output format.
2074
2075         * Documentation/topdocs/NEWS.tely (Top): add pdftex note.
2076
2077         * scm/output-ps.scm (resetrotation): use gsave/grestore for rotation.
2078
2079         * lily/main.cc (parse_argv): don't overwrite previous --formats string.
2080
2081         * scm/backend-library.scm (postscript->pdf): strip .eps too. 
2082
2083 2006-07-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2084
2085         * scm/layout-page-layout.scm: Define module, tidy code, use more
2086         functions iso. a single big one.
2087
2088         * scm/layout-page-dump.scm: move page dump functions used in two
2089         pass spacing to this file. Define module.
2090
2091         * scm/lily.scm (ly:load): don't load layout-page-layout.scm
2092          (separate module)
2093
2094         * ly/paper-defaults.ly: use module layout-page-layout.
2095
2096 2006-07-14  Erik Sandberg  <mandolaerik@gmail.com>
2097
2098         * lily/music.cc: Revised MusicEvent event class. It now contains
2099         event data directly instead of encapsulating it in music. The
2100         previously used class is renamed to OldMusicEvent.
2101
2102         * lily/stream-event.cc: Stream events are now probs.
2103         
2104         * lily/translator-group.cc, lily/translator.cc: Translators can
2105         now listen directly to stream events, by using macros
2106         [DECLARE,IMPLEMENT]_TRANSLATOR_LISTENER.
2107
2108         * lily/arpeggio-engraver.cc: Converted to use new event system
2109
2110         * THANKS: Corrected spelling mistake.
2111
2112 2006-07-12  Graham Percival  <gpermus@gmail.com>
2113
2114         * Documentation/user/SConscript, make/lilypond-vars.make,
2115         input/GNUmakefile: doc build looks in input/manual instead
2116         of input/test/
2117
2118         * input/manual/ GNUmakefile, SConscript: build files for
2119         input/manual/
2120
2121         * input/test/ various: some files moved to input/manual/ 
2122
2123         * Documentation/user/basic-notation.itely: small updates;
2124         thanks Kieren and Charles!
2125
2126 2006-07-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
2127
2128         * VERSION (PACKAGE_NAME): release 2.9.11
2129
2130         * Documentation/topdocs/NEWS.tely (Top): update prop value 
2131
2132         * Documentation/user/basic-notation.itely (Tuplets): new property
2133         value.
2134
2135 2006-07-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
2136
2137         * python/convertrules.py (conv): tweaks. 
2138
2139         * VERSION (PATCH_LEVEL): bump version.
2140
2141         * python/convertrules.py (conv): add rule for
2142         tupletNumberFormatFunction.
2143
2144         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
2145         tupletNumberFormatFunction.
2146
2147         * scm/define-grobs.scm (all-grob-descriptions): calc TupletNumber
2148         text through 'text callback.
2149
2150         * lily/time-scaled-music-iterator.cc (construct_children): copy
2151         tweaks generated events.
2152
2153         * scm/define-context-properties.scm
2154         (all-user-translation-properties): remove tupletNumberFormatFunction
2155
2156         * lily/tuplet-engraver.cc (process_music): don't read
2157         tupletNumberFormatFunction
2158
2159         * scm/output-lib.scm (tuplet-number::calc-fraction-text): new
2160         function.
2161
2162 2006-07-11  Erik Sandberg  <mandolaerik@gmail.com>
2163
2164         * lily/global-context-scheme.cc: Separated ly:run-translator into
2165         smaller pieces.
2166
2167         * lily/score-engraver.cc, lily/score-performer.cc,
2168         scm/define-context-properties.scm: Make paper/midi output
2169         accessable as a context property.
2170
2171         * lily/score-translator.cc, lily/score-context.cc: Removed.
2172
2173 2006-07-07  Guido Amoruso  <guidonte@katamail.com>
2174
2175         * scm/ps-to-png.scm (Module): 
2176         * scm/framework-tex.scm (Module): 
2177         * scm/framework-ps.scm (Module): 
2178         * scm/backend-library.scm (Module): 
2179         * scm/framework-ps.scm: invoke gs with "-dDEVICEWIDTHPOINTS" and
2180         "dDEVICEHEIGHTPOINTS".
2181
2182 2006-07-04  Graham Percival  <gpermus@gmail.com>
2183
2184         * Documentation/user/ various: general improvements to
2185         "working with lilypond files" section.
2186
2187 2006-07-03  Erik Sandberg  <mandolaerik@gmail.com>
2188
2189         * lily/sequential-iterator.cc: Change the default get_music_list
2190         to read elements-callback music property
2191
2192         * scm/define-music-types.scm, scm/music-functions.scm: Cleaner
2193         processing of multimeasure rests. Softcoded
2194         sequential-music-iterator.
2195
2196         * lily/sequential-music-iterator.cc: Removed.
2197
2198 2006-06-28  Graham Percival  <gpermus@gmail.com>
2199
2200         * Documentation/user/basic-notation.itely: clarify \repeatTie.
2201
2202 2006-06-27  Erik Sandberg  <mandolaerik@gmail.com>
2203
2204         * lily/parser.yy: Wrap non-post-events in EventChords before
2205         assigning them to identifiers.
2206
2207 2006-06-27  Mats Bengtsson  <mabe@s3.kth.se>
2208
2209         * lily/bar-line.cc (compound_barline): Fix parenthesis error,
2210         gives correct vertical placement of \bar ":" in all staff
2211         sizes. Thanks Martial!
2212
2213 2006-06-26  Graham Percival  <gpermus@gmail.com>
2214
2215         * Documentation/user/invoking.itely : minor update from mailist.
2216
2217 2006-06-26  Erik Sandberg  <mandolaerik@gmail.com>
2218
2219         * lily/ various: Introduce stream events of types Prepare,
2220         OneTimeStep, CreateContext, AnnounceNewContext, RemoveContext,
2221         ChangeContext, SetProperty, RevertProperty, Override and Revert.
2222
2223         * lily/global-context*.cc: Time is now -inf before iteration
2224         starts.
2225
2226         * lily/include/context.hh: Removed unique_, init_
2227
2228         * Documentation/topdocs/NEWS: Make the feathered beam example
2229         avoid triggering a bug.
2230
2231 2006-06-24  Graham Percival  <gpermus@gmail.com>
2232
2233         * Documentation/user/ various: small additions from mailist.
2234
2235 2006-06-22  Mats Bengtsson  <mabe@s3.kth.se>
2236
2237         * ly/performer-init.ly: Add some missing links in the context
2238         hierarchy for MIDI output. There are probably some more missing!
2239
2240 2006-06-21  Graham Percival  <gpermus@gmail.com>
2241
2242         * Documentation/user/ various: minor spelling fixes;
2243         thanks Dave Luttinen!
2244
2245         * Documentation/user/ various: small clarifications;
2246         thanks Anthony Youngman!
2247
2248 2006-06-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
2249
2250         * po/fr.po: add \n appropriately.
2251
2252         * lily/lexer.ll: remove ? from version-seen?  
2253
2254 2006-06-19  John Mandereau  <john.mandereau@free.fr>
2255
2256         * po/fr.po; update translation, by Jean-Charles Malahieude and
2257         John Mandereau.
2258
2259 2006-06-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
2260
2261         * THANKS: add Markus Schneider.
2262
2263         * lily/tab-staff-symbol-engraver.cc: derive from Engraver, not
2264         Staff_symbol_engraver
2265
2266         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): don't
2267         replace staff_engraver
2268
2269         * lily/staff-symbol-engraver.cc (stop_spanner): announce end of
2270         spanner.
2271
2272         * lily/staff-collecting-engraver.cc
2273         (acknowledge_end_staff_symbol): new function
2274
2275         * lily/volta-engraver.cc (acknowledge_end_staff_symbol): new function. 
2276
2277         * lily/staff-collecting-engraver.cc
2278         (acknowledge_end_staff_symbol): new function.
2279
2280         * lily/main.cc: switch on relocation by default.
2281
2282 2006-06-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
2283
2284         * lily/spacing-spanner.cc (musical_column_spacing): set
2285         compound_fixed_note_space to 0.0. Document why.
2286
2287         * lily/simple-spacer.cc (is_sane): also have a kludge for numeric
2288         range of inverse_hooke_
2289         (Simple_spacer): init completely.
2290         (fits): const
2291         (get_line_configuration): don't use cols.resize(); it introduces
2292         initialized data.
2293
2294         * scm/framework-ps.scm (dump-page): add setstrokeadjust. 
2295
2296         * ps/music-drawing-routines.ps: remove selectfont L1 hack.
2297
2298         * lily/beaming-pattern.cc (best_splitpoint_index): urg, 2nd
2299         try. Divide by beatlength.
2300
2301         * input/regression/beaming-ternary-metrum.ly: update doc.
2302         add beatLength hack.
2303
2304         * scm/music-functions.scm (make-time-signature-set): add
2305         standard-beat-grouping. 
2306
2307 2006-06-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
2308
2309         * input/regression/tie-whole.ly: new file.
2310
2311         * lily/tie-formatting-problem.cc (set_column_chord_outline): don't
2312         cross center of note head in case of invisible stem. 
2313
2314 2006-06-16  Graham Percival  <gpermus@gmail.com>
2315
2316         * Documentation/user/ various: small fixes from mailist.
2317
2318 2006-06-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
2319
2320         * lily/breathing-sign.cc (offset_callback): idem.
2321
2322         * lily/align-interface.cc (align_to_fixed_distance): remove
2323         hungarian suffix.
2324
2325         * lily/beaming-pattern.cc (count_factor_twos): oops. We want
2326         x%2==0.
2327
2328 2006-06-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
2329
2330         * VERSION (PACKAGE_NAME): release 2.9.9
2331
2332         * ly/lilypond-book-preamble.ly: add \version
2333
2334 2006-06-14  Han-Wen Nienhuys  <hanwen@lilypond.org>
2335
2336         * scripts/lilypond-book.py (PREAMBLE_LY): include
2337         lilypond-book-preamble.ly
2338
2339         * lily/stem.cc (get_beaming): return max of 0 and
2340         scm_ilength. Fixes slurring from/to beams.
2341
2342         * ly/lilypond-book-preamble.ly: new file.
2343
2344         * lily/slur.cc: add inspect-index feature.
2345
2346 2006-06-13  Graham Percival  <gpermus@gmail.com>
2347
2348         * Documentation/user/tutorial.itely: trivial fix.
2349
2350 2006-06-13  Erik Sandberg  <mandolaerik@gmail.com>
2351
2352         * lily/parser.yy, scm/ly-syntax-constructors.scm: Produce almost
2353         all non-event music in the parser via MAKE_SYNTAX.
2354
2355         * lily/parser-scheme.cc: Add ly:parser-error function
2356
2357         * scm/paper.scm: fix typo
2358
2359 2006-06-13  Han-Wen Nienhuys  <hanwen@lilypond.org>
2360
2361         * THANKS: add RT.
2362
2363         * lily/font-config.cc (init_fontconfig): add warning if cache_file
2364         is null.
2365
2366         * buildscripts/output-distance.py (test_compare_signatures):
2367         timing routines.
2368         (read_signature_file): use new signature format.
2369
2370         * scm/stencil.scm (write-system-signature): simpler signature
2371         format.
2372
2373         * lily/stem.cc (calc_stem_end_position): calc quantized-positions
2374         for beamed case. 
2375
2376         * lily/note-spacing.cc (stem_dir_correction): don't inspect
2377         stem_end_position, but estimate instead. 
2378
2379         * lily/tuplet-bracket.cc (calc_positions): look at
2380         stem-end-position for tuplet bracket slope. Fixes sloped tuplet
2381         brackets narrower than beams. 
2382
2383         * lily/lexer.ll: set version-seen? even if version is
2384         INVALID. 
2385
2386         * lily/rest.cc (y_offset_callback): bugfix: decide position
2387         override based on scm_is_number(). Fixes \rest on center staff
2388         line. 
2389
2390         * lily/beaming-pattern.cc (best_splitpoint_index): fix beaming
2391         patterns for 16th triplets.
2392
2393 2006-06-10  Graham Percival  <gpermus@gmail.com>
2394
2395         * Documentation/user/ page.itely, global.itely: editing
2396         and reorg.
2397
2398         * Documentation/user/ various: findex -> funindex.
2399
2400 2006-06-10  Erik Sandberg  <mandolaerik@gmail.com>
2401
2402         * lily/time-scaled-music-iterator.cc: Use tupletSpannerDuration to
2403         insert extra tuplet events.
2404
2405 2006-06-10  Graham Percival  <gpermus@gmail.com>
2406
2407         * Documentation/user/programming-interfaces.itely: add
2408         info from NEWS.
2409
2410         * python/convertrules.py: add annotatefoo -> annotate-foo
2411         rules.
2412
2413         * Documentation/user/global.itely: start editing.
2414
2415         * Documentation/user/page.itely: major editing, new spacing
2416         docs.
2417
2418 2006-06-10  Han-Wen Nienhuys  <hanwen@lilypond.org>
2419
2420         * scm/define-markup-commands.scm (wordwrap-markups): use
2421         output-def 'line-width if undefined.
2422
2423         * HACKING: trim outdated info.
2424
2425 2006-06-09  Mats Bengtsson  <mabe@s3.kth.se>
2426
2427         * scm/define-grobs.scm (all-grob-descriptions): Add
2428         line-spanner-interface to all grobs that already have
2429         text-spanner-interface or dynamic-text-spanner-interface
2430
2431         * scm/page.scm: Rename annotate{headers,systems,page}->
2432         annotate-*
2433
2434         * input/regression/page-spacing.ly,
2435         input/regression/page-layout-manual-position.ly: idem
2436
2437 2006-06-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
2438
2439         * lily/line-spanner.cc: cleanup property list.
2440
2441         * scripts/lilypond-book.py (find_toplevel_snippets): don't use
2442         generator expressions (2.3 compat). 
2443
2444 2006-06-09  Mats Bengtsson  <mabe@s3.kth.se>
2445
2446         * lily/vertical-align-engraver.cc: Make sure that the
2447         align{Above,Below}Context properties are included in the automatic
2448         documentation.
2449
2450 2006-06-08  Joe Neeman  <joeneeman@gmail.com>
2451
2452         * scm/paper-system.scm (paper-system-annotate): also annotate the
2453         estimated pure-Y-extent
2454
2455         * scm/define-grobs.scm: add pure-Y-extent and pure-Y-offset functions
2456
2457         * lily/system.cc (break_into_pieces): set the estimated height
2458         of each child system
2459
2460         * lily/stem.cc (pure_height): new pure-Y-extent callback
2461
2462         * lily/staff-symbol-referencer.cc (callback): don't destroy
2463         the staff-position property
2464
2465         * lily/hara-kiri-group-spanner.cc (request_suicide): split
2466         consider_suicide into two functions
2467
2468         * lily/constrained-breaking.cc (resize): use the new pure
2469         callbacks to estimate the height of a system
2470
2471         * lily/axis-group-interface.cc (pure_group_height): new
2472         side-effect-free VerticalAxisGroup height-callback
2473
2474         * lily/align-interface.cc (get_extents_aligned_translates):
2475         split align_elements_to_extents into two functions
2476         (get_pure_child_y_translation): new function
2477
2478         * lily/grob.cc: new functions for pure-Y-extent and pure-Y-offset
2479
2480         * lily/item.cc: new functions pure_is_visible and spanned_rank_iv
2481
2482         * lily/paper-score.cc: cache break_indices and columns
2483
2484         * lily/side-position-interface.cc: new pure-Y-extent callbacks
2485         
2486 2006-06-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
2487
2488         * lily/font-config.cc (init_fontconfig): do the init if
2489         cache_file, but don't look at cache_file.
2490
2491         * input/regression/quote-tie.ly: new file.
2492
2493         * lily/tie-engraver.cc (struct Head_event_tuple): add end_moment_
2494         to Head_event_tuple, so we deal gracefully with ties on
2495         cue-endings.
2496
2497         * lily/pango-font.cc (pango_item_string_stencil): type correctness
2498         for FcChar8*
2499
2500 2006-06-08  Graham Percival  <gpermus@gmail.com>
2501
2502         * input/test/ smart-transpose.ly, reverse-music.ly:
2503         \applyMusic to music functions update, thanks Michael!
2504
2505 2006-06-07  Graham Percival  <gpermus@gmail.com>
2506
2507         * input/test/ add-staccato.ly, add-text-script.ly,
2508         unfold-all-repeats.ly, music-box.ly: \applyMusic to
2509         music functions update, thanks to Michael Meixner.
2510
2511         * Documentation/user/music-glossary.tely: small fix
2512         from Francisco.
2513
2514         * Documentation/user/ various: minor additions from mailist.
2515
2516         * Documentation/user/lilypond.tely, basic-notation.itely:
2517         small test of @funindex.  (works here)
2518
2519         * input/test/font-table.ly: reduce size to partially
2520         de-ugly version in manual.
2521
2522         * Documentation/user/page.itely: new file (split former
2523         "global issues" into "page settings" and "non-musical
2524         output".
2525
2526         * Documentation/user/ various: fix @ref{}s to match
2527         new chapter names (above).
2528
2529 2006-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2530
2531         * SConstruct (LILYPONDPREFIX): Bootstrap fix.
2532
2533 2006-06-06  Graham Percival  <gpermus@gmail.com>
2534
2535         * Documentation/user/advanced-notation.itely: add example
2536         for segno/coda on barline.
2537
2538         * tex/texinfo.tex: merge from upstream.
2539
2540 2006-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
2541
2542         * scripts/lilypond-book.py (process_snippets): Argument fix.
2543
2544         * SConstruct:
2545         * buildscripts/builder.py:
2546         * lily/SConscript: 
2547         * mf/SConscript: 
2548         * Documentation/user/SConscript:  More SCons fixes.
2549
2550 2006-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2551
2552         * lily/font-config.cc (init_fontconfig): Only initialize if
2553         global cache_file is found.
2554
2555 2006-06-06  Erik Sandberg  <mandolaerik@gmail.com>
2556
2557         * ly/music-functions-init.ly: Updated \overrideProperty to use the
2558         new \applyOutput.
2559
2560 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
2561
2562         * VERSION (PACKAGE_NAME): release 2.9.8
2563
2564         * lily/ledger-line-engraver.cc (stop_translation_timestep): new
2565         function. Delay ledger modifying ledgered grobs to
2566         stop_translation_timestep(), to ensure that we're ledgering
2567         according to the new spanner.
2568         (acknowledge_staff_symbol): don't check for non-NULL
2569         staff_sym->get_bound()
2570
2571         * lily/staff-symbol-engraver.cc (start_spanner): set left bound on
2572         creation.
2573
2574         * Documentation/pictures/GNUmakefile (XPM_FILES): src-wildcard for
2575         pictures too.
2576
2577         * GNUmakefile.in (dist-toplevel-txt-files): dist aclocal.m4
2578         directly from srcdir/stepmake/aclocal.m4
2579         
2580         * Documentation/misc/GNUmakefile (TEXTS): use src-wildcard for
2581         disting MISC files.
2582
2583         * lily/simple-spacer.cc (get_column_desc): desc -> description.
2584
2585 2006-06-06  Joe Neeman  <joeneeman@gmail.com>
2586
2587         * lily/simple-spacer.cc (get_line_configuration): add
2588         keep-inside-line rods
2589         (struct Column_desc): add constructor
2590         (struct Rod_desc): add constructor
2591         (get_line_forces): check for forced page breaks here too
2592
2593         * lily/instrument-name-engraver.cc (acknowledge_axis_group): prevent
2594         support/elements cycles between InstrumentNames and AxisGroups
2595
2596 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
2597
2598         * config.make.in (METAFONT): remove MAKEINFO_VERSION
2599
2600         * stepmake/stepmake/topdocs-targets.make (make-txt-files): define
2601         make-txt-files target.
2602
2603         * stepmake/stepmake/toplevel-targets.make (do-top-doc): use
2604         make-txt-files target.
2605
2606         * configure.in (LINK_GXX_STATICALLY): $srcdir for readlink.py
2607
2608         * stepmake/stepmake/generic-vars.make (distdir): create dist in
2609         top-build-dir.
2610
2611 2006-06-06  Jürgen Reuter  <reuter@ipd.uka.de>
2612
2613         * Documentation/user/instrument-notation.itely,
2614         input/regression/breathing-sign-ancient.ly,
2615         input/test/divisiones.ly: Removed redundant property settings for
2616         vaticana contexts.
2617
2618         * ly/gregorian-init.ly: Rewrote \versus and \responsum in order to
2619         fix lyrics alignment problems.  They are implemented now as scheme
2620         functions that add the appropriate unicode char to the first lyric
2621         event rather than adding a separate lyric event.  Minor edit of
2622         comments.
2623
2624 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
2625
2626         * GNUmakefile.in (dist-toplevel-txt-files): new target. Don't
2627         pollute src dir with built .txt files, but install directly from
2628         Documentation/topdocs/out/
2629
2630         * buildscripts/output-distance.py
2631         (ComparisonData.create_html_result_page): put version/directories
2632         in table header.
2633
2634         * Documentation/topdocs/NEWS.tely (Top): document spacing section
2635         feature.
2636
2637         * configure.in (LINK_GXX_STATICALLY): use readlink.py to resolve links.
2638         Patch by Karl Hammar
2639         
2640         * buildscripts/readlink.py: add  file.
2641         Patch by Karl Hammar
2642
2643 2006-06-06  Joe Neeman  <joeneeman@gmail.com>
2644
2645         * lily/tuplet-number.cc (print): prevent stencil from being
2646         garbage collected.
2647
2648 2006-06-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
2649
2650         * scm/stencil.scm (write-system-signature): explicitly 
2651         -well, superfluously- close output port.
2652
2653         * buildscripts/output-distance.py (main): oops. Add extra argument.
2654
2655 2006-06-05  Graham Percival  <gpermus@gmail.com>
2656
2657         * Documentation/user/music-glossary.tely: clarified example
2658         from Francisco Vila, thanks!
2659
2660 2006-06-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
2661
2662         * input/regression/spacing-section.ly: new file.
2663
2664         * lily/input.cc (programming_error): new function.
2665
2666         * lily/spacing-engraver.cc (try_music): new function. Accept
2667         spacing-section-event
2668
2669         * lily/spacing-spanner.cc (set_springs): take slices of all
2670         columns for spacing.
2671
2672         * lily/include/paper-column.hh (class Paper_column): add
2673         Paper_column::compare.
2674
2675         * ly/spanners-init.ly (newSpacingSection): add newSpacingSection.
2676
2677         * scm/define-music-types.scm (music-descriptions): add
2678         SpacingSectionEvent
2679
2680         * lily/music-iterator.cc (report_event): use programming_error for
2681         sending non-event error.
2682
2683         * lily/input.cc (programming_error): new function
2684
2685         * buildscripts/output-distance.py (main): use compare-XXX for
2686         compare files.
2687         (main): --threshold option, default at 0.30
2688
2689         * output-distance.py (main): add --threshold option.
2690
2691 2006-06-04  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2692
2693         * scm/paper-system.scm (paper-system-annotate): fix problem when
2694         annotating an empty system
2695
2696 2006-06-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
2697
2698         * GNUmakefile.in: reinstate old web tar/copying.
2699
2700 2006-06-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
2701
2702         * lily/lyric-combine-music-iterator.cc (find_voice): return 0 if
2703         nothing changes. (Erik S) 
2704
2705         * lily/percent-repeat-iterator.cc (get_music_list): fix repeat
2706         count. (Erik S)
2707
2708 2006-05-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2709
2710         * scm/define-markup-commands.scm (whiteout): do not force
2711         foreground color of argument markup to black.
2712
2713         * scm/stencil.scm (annotate-y-interval): put arrow dimension at
2714         the left of the arrow, instead of below the arrow name, so that,
2715         when two little arrows are vertically stacked, their dimensions
2716         and name should not overlap. Add a color key parameter.
2717
2718         * scm/paper-system.scm (paper-system-annotate): Annotate
2719         next-space+next-padding instead of next-space. Annotate space
2720         between next-padding and next-space+padding, respectively, and
2721         following system extent and refpoint-Y-extent. Use colors.
2722
2723         * scm/page.scm (annotate-page): translate annotations slightly to
2724         the right.
2725
2726 2006-06-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
2727
2728         * lily/figured-bass-position-engraver.cc (acknowledge_end_slur):
2729         fix for x-staff slurs. Thanks Joe!
2730
2731         * buildscripts/output-distance.py
2732         (SystemLink.output_expression_change_count): keep track of changed
2733         details, and dump in details html page.
2734  
2735         * input/regression/figured-bass-staff.ly: add note about setting
2736         properties in Staff context.
2737
2738         * lily/figured-bass-position-engraver.cc (acknowledge_slur):
2739         add slurs and ties to support too.
2740
2741         * buildscripts/output-distance.py (main): set dest_dir
2742         argument. Add --max-count option.
2743
2744 2006-06-02  Jürgen Reuter  <reuter@ipd.uka.de>
2745
2746         * ly/gregorian-init.ly: Converted to utf-8.  Added memorable
2747         shortcuts for special unicode chars that are useful in chant
2748         notation.  Revised exisiting and added new comments.
2749
2750 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
2751
2752         * make/mutopia-rules.make: remove duplicate recipe.
2753
2754 2006-06-02  Werner Lemberg  <wl@gnu.org>
2755
2756         * tex/texinfo.cnf: Fix typo (\euro -> \minus).
2757         Add support for U+0132 (IJ) and U+0133 (ij).
2758
2759 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
2760
2761         * buildscripts/output-distance.py (FileLink): new class. collect
2762         info systems from one .ly file. 
2763         (FileLink.link_files_for_html): further tweaks.
2764
2765 2006-06-02  Graham Percival  <gpermus@gmail.com>
2766
2767         * tex/texinfo.tex: partial fix for @funindex.
2768
2769         * Documentation/user/macros.tely: uncomment @funindex (doesn't
2770         break anything).
2771
2772 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
2773
2774         * make/mutopia-vars.make (ly_examples): replace .ly.txt with .ly
2775
2776         * tex/texinfo.tex (sectionheading, q.v.): call \quoteexpand for
2777         @example too. Backportme.
2778
2779 2006-06-02  Graham Percival  <gpermus@gmail.com>
2780
2781         * tex/texinfo.cnf: added UTF-8 support for texinfo; patch
2782         from Werner Lemberg.
2783
2784 2006-06-02  Paco (Francisco Vila)  <fravd@ya.com>
2785
2786         * Documentation/user/music-glossary.tely: additional spanish
2787         updates and a lyrics fix in an example.
2788
2789 2006-06-02  Jürgen Reuter  <reuter@ipd.uka.de>
2790
2791         * scm/define-grob-properties.scm: Previous patch contained
2792         spurious line from another patch not yet committed.  Fixed.
2793
2794         * scm/define-grob-properties.scm: Add missing doc strings for
2795         ancient notation.
2796
2797 2006-06-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
2798
2799         * buildscripts/output-distance.py
2800         (ComparisonData.write_text_result_page): separate the scores, sort
2801         by geo_score.
2802
2803         * scm/framework-eps.scm (output-classic-framework): start at 1 for
2804         system signatures.
2805
2806         * buildscripts/output-distance.py (me_path): use argv[0] for
2807         sys.path extension
2808         (ComparisonData.img_cell): use colored borders.
2809
2810         * scm/stencil.scm (write-system-signature): escape newlines too.
2811         (write-system-signature): use (1,-1) interval for empty interval
2812
2813 2006-01-01  Graham Percival  <gpermus@gmail.com>
2814
2815         * Documentation/user/music-glossary.tely: Spanish updates
2816         from Francisco Vila.
2817
2818         * Documentation/user/lilypond-book.itely: addition from
2819         Vaclav Smilauer.
2820
2821         * Documentation/user/ various: edits, small additions
2822         from mailist, etc.
2823
2824 2006-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2825
2826         * GNUmakefile.in (tree-lib-prefix-current):
2827         (tree-share-prefix-current): Use version number in tree, add
2828         `current' symlinks.
2829
2830 2006-06-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
2831
2832         * GNUmakefile.in: write VERSION, again.
2833
2834         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
2835         $(outdir)/%.ly $(outdir)/%.ps): dump sigs for normal files too.
2836
2837         * stepmake/aclocal.m4: robuster version detection.
2838
2839         * buildscripts/output-distance.py
2840         (ComparisonData.create_html_result_page): copy only if file
2841         exists, fixup src paths.
2842
2843         * stepmake/bin/add-html-footer.py (built): junk gulp_file()
2844
2845 2006-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2846
2847         * stepmake/aclocal.m4: Robustification for (gcc) version detection.
2848         Another datarootdir reto.
2849
2850         * cygwin/postinstall-lilypond.sh: Do not fail if info docs aren't
2851         available.  This should be moved to postinstall-lilypond-doc.
2852
2853 2006-05-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
2854
2855         * GNUmakefile.in: simplify local-WWW-post. 
2856         remove -type l from find.
2857
2858         * buildscripts/output-distance.py (ComparisonData.compare_trees):
2859         fixes. Don't follow symlinks.
2860         (ComparisonData.create_html_result_page): remove previous results.
2861         insert ../python in path.
2862
2863         * scripts/lilypond-book.py (PREAMBLE_LY): spacing fixes.
2864
2865 2006-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
2866
2867         * config.make.in (datadir): Add datarootdir to silence autoconf.
2868
2869         * stepmake/aclocal.m4: Update for autoconf-2.59d.
2870
2871 2006-05-31  Erlend Aasland  <erlenda@gmail.com>
2872
2873         * dynamic-engraver.cc: fix bug (dynamics collide with accidentals)
2874
2875         * scm/output-ps.scm (repeat-slash): fix a bug that made repeat
2876         slash beams too wide.
2877
2878 2006-05-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
2879
2880         * VERSION: release 2.9.7
2881         
2882 2006-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2883
2884         * lily/relocate.cc (read_relocation_dir): Do not blindly
2885         dereference DIR.
2886
2887 2006-05-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
2888
2889         * lily/parser.yy: replace THIS by PARSER
2890
2891         * Documentation/index.html.in: add link to test-results.html page.
2892
2893         * Documentation/topdocs/NEWS.tely (Top): update NEWS entry.
2894
2895         * scm/translation-functions.scm (format-bass-figure): translate
2896         digits over 10 to the left
2897
2898         * scm/define-markup-commands.scm (translate-scaled): new markup.
2899
2900         * mf/feta-nummer-code.mf (code): overshoot the topright tip of the
2901         7 glyph. 
2902
2903         * ly/engraver-init.ly: add Figured_bass_engraver
2904
2905         * lily/engraver-group.cc (acknowledge_grobs): use start/stop drul.
2906
2907         * lily/figured-bass-engraver.cc (clear_spanners): use everywhere.
2908
2909         * lily/score-engraver.cc (announce_grob): only note START announces.
2910
2911         * lily/include/engraver-group.hh (Translator_group):
2912         acknowledge_hash_table_ is now drul.
2913
2914         * lily/engraver.cc (announce_end_grob): new method.
2915
2916         * lily/include/grob-info.hh (class Grob_info): add start_end_ member.
2917
2918         * lily/translator-dispatch-list.cc (create): take start_end argument.
2919
2920         * lily/include/translator.hh (TRANSLATOR_DECLARATIONS): change
2921         acknowledge_static_array_ to drul
2922
2923         * lily/include/translator.icc (ADD_END_ACKNOWLEDGER): new macro.
2924
2925         * scm/define-grob-interfaces.scm
2926         (bass-figure-alignment-interface): add bass-figure-alignment-interface
2927
2928         * scm/define-grobs.scm (all-grob-descriptions): add
2929         BassFigureAlignmentPositioning
2930
2931         * ly/Welcome-to-LilyPond-MacOS.ly: include in LilyPond, so version
2932         number stays up to date. Backportme.
2933
2934 2006-05-30  Mats Bengtsson  <mabe@s3.kth.se>
2935
2936         * Documentation/user/basic-notation.itely (Bar lines): Document
2937         the "||:" bar type. 
2938
2939 2006-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2940
2941         * buildscripts/builder.py: Remove --ly option/target from mf-to-table.
2942
2943         * scripts/lilypond-book.py: Bugfix: do not blindly attempt
2944         .../current hack if LILYPONDPREFIX is fine.  Fixes `scons doc'
2945         build.
2946
2947         * Resurrect `scons lily' build.
2948
2949         * SConstruct (symlink_tree): Bugfix: link
2950         music-drawing-routines.ps to file iso directory.
2951
2952         * lily/SConscript: Remove kpath-guile from LIBS.
2953
2954         * SConstruct (libdir_package_version): Typo.
2955         (configure): Comment-out fontforge for lack of fontforge.pc .
2956         Also add libdir* to environment.
2957
2958 2006-05-30  Graham Percival  <gpermus@gmail.com>
2959
2960         * Documentation/user/ various: minor additions from mailist and
2961         editing.
2962
2963 2006-05-30  Paco <fravd@ya.com>
2964
2965         * Documentation/user/music-glossary.tely: numerous corrections and
2966         some new translations.
2967
2968 2006-05-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
2969
2970         * BackportmeStart.
2971         
2972         * buildscripts/output-distance.py
2973         (ComparisonData.create_html_result_page): new routine: summarise
2974         results in HTML page with images. 
2975         (ComparisonData.create_text_result_page): create summary text files too.
2976
2977         * GNUmakefile.in (web-ext): package .signature files too. They
2978         compress well. 
2979
2980         * scm/stencil.scm (write-system-signature): typo.
2981
2982         * GNUmakefile.in: create web-root/VERSION to help upload scripts.
2983
2984         * scm/stencil.scm (write-system-signature): better escaping.
2985         only write signature for music systems, not for markup systems.
2986
2987         * scm/framework-ps.scm (output-framework): dump-signatures support
2988         for plain output.
2989
2990         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): add -ddump-signatures.
2991
2992         * scm/framework-ps.scm (write-preamble): redefine mark_URI to nop
2993         for -dno-point-and-click
2994
2995         * lily/grob.cc (get_print_stencil): don't read
2996         point_and_click_global to determine whether to set grob-cause.
2997
2998 2006-05-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
2999
3000         * buildscripts/output-distance.py (main): new function.
3001         (ComparisonData): new class.
3002
3003         * lily/ledger-line-engraver.cc (acknowledge_staff_symbol): be more
3004         careful with generating new LedgerLineSpanners.
3005
3006         * lily/ledger-line-spanner.cc (set_spacing_rods): suicide if no staff.
3007
3008         * ly/engraver-init.ly: remove Ledger_line_engraver from Voice
3009         context. This fixes double ledger lines in output. 
3010
3011         * lily/system.cc (get_paper_system): remove 3 layer limit.
3012
3013         * buildscripts/output-distance.py (SystemLink.distance): new
3014         file. Compare signatures.
3015
3016         * python/safeeval.py (SafeEval.visitUnarySub): new file.
3017
3018         * lily/grob-array.cc (remove_duplicates): rename from
3019         uniq(). Sort before calling uniq() so it actually works.
3020
3021 2006-05-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
3022
3023         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): strip
3024         \version from lilypond file snippet.
3025         (Lilypond_file_snippet.ly): oops. typo.
3026         (find_toplevel_snippets): urgh. again.
3027
3028         * lily/system.cc (get_paper_systems): uniq all_elements_ , to
3029         prevent duplicated broken items in output.
3030
3031         * scm/framework-eps.scm (output-classic-framework): only dump if
3032         dump-signatures is set.
3033
3034         * scm/lily.scm (define-scheme-options): add dump-signatures option.
3035
3036         * scm/stencil.scm (write-system-signature): new routine: write
3037         python parseable signature of a separate paper system.
3038         BackportmeEnd.
3039         
3040 2006-05-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
3041
3042         * lily/stanza-number-engraver.cc (process_music): use is_markup()
3043         iso is_string().
3044         include header.
3045
3046 2006-05-25  Erik Sandberg  <mandolaerik@gmail.com>
3047
3048         * translator-group.cc: send music events to engravers in
3049         non-bottom contexts.
3050
3051         * tuplet-engraver.cc: process tuplet brackets in correct order.
3052
3053 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
3054
3055         * stepmake/aclocal.m4: STEPMAKE_PYTHON(): clear cached value since
3056         arg 2 might point us to a new binary (patch by Karl Hammar)
3057         
3058 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
3059
3060         * VERSION (PACKAGE_NAME): release 2.9.6
3061
3062         * Documentation/topdocs/NEWS.tely (Top): trim explanation. 
3063
3064         * Documentation/user/*.itely: 2nd
3065         attempt: replace funindex -> findex globally.
3066
3067 2006-05-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3068
3069         * input/no-notation/display-lily-tests.ly: fix \applyOutput
3070         test. Add \break, \pageBreak, \pageTurn, etc, tests.
3071
3072         * scm/define-music-display-methods.scm: display methods for
3073         breaks. Fix \applyOutput.
3074
3075 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
3076
3077         * Documentation/user/macros.itexi: comment out funindex expansion. 
3078
3079         * Documentation/user/music-glossary.tely: junk \oldaddlyrics
3080         everywhere.
3081
3082         * GNUmakefile.in: fix wildcarding for scrips/out/ links. Thanks
3083         Karl Hammar. Backportme.
3084  
3085         * Documentation/user/advanced-notation.itely (Balloon help): idem.
3086
3087         * Documentation/user/changing-defaults.itely (Creating contexts): idem.
3088
3089         * Documentation/user/programming-interface.itely (Running a
3090         function on all layout objects): idem.
3091
3092         * Documentation/user/introduction.itely (Automated engraving):
3093         update \applyOutput syntax
3094
3095         * lily/lyric-combine-music-iterator.cc (start_new_syllable):
3096         remove debugging hook.
3097
3098         * configure.in (LINK_GXX_STATICALLY): use "" to allow $
3099         expansion. 
3100
3101         * Documentation/user/GNUmakefile (TEXI2DVI_FLAGS): add -E.
3102
3103         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
3104         TEXI2DVI_FLAGS to texi2dvi invocation. 
3105
3106 2006-05-24  Erik Sandberg  <mandolaerik@gmail.com>
3107
3108         * lily/chord-tremolo-*.cc: Reworked how \repeat "tremolo"
3109         works. More work is done by iterator now, and engraver has been
3110         very much simplified.
3111
3112         * lily/translator-group.cc: try_music is now invoked through a
3113         listener
3114
3115         * lily/*-iterator.cc: Massive cleanups. Junked
3116         try_music_in_children globally. Renamed try_music to report_event,
3117         and made that method descend to a bottom context automatically.
3118
3119         * lily/event-iterator.cc: New file.
3120
3121         * lily/output-property-iterator.cc,
3122         lily/old-lyric-combine-music-iterator.cc: Removed.
3123
3124         * python/convert-rules.py: Modified the syntax for \applyOutput.
3125
3126 2006-05-23  Graham Percival  <gpermus@gmail.com>
3127
3128         * stepmake/stepmake/texinfo-rules.make: added -E, allows pdf doc
3129         creation.
3130
3131         * Documentation/user/ various: stuff that might have helped
3132         to fix the pdf creation, plus some minor doc additions.
3133
3134         * Documentation/user/changing-defaults.itely: remove @b from
3135         @b{ @internasref{foo}}; this breaks texi2dvi -E.
3136
3137 2006-05-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
3138
3139         * lily/beaming-pattern.cc (beamify): deal with negative start
3140         moments for beaming patterns.
3141
3142 2006-05-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
3143
3144         * lily/beaming-info.cc (beamify): new function: read beatLength
3145         and beatGrouping from context. 
3146
3147         * input/regression/beam-beat-grouping.ly (Module): new file.
3148
3149         * input/regression/beam-unconnected-beamlets.ly (Module): new file.
3150
3151         * lily/beam.cc (get_beam_segments): generate events for
3152         max_connect_ case too.
3153         (get_beam_segments): read Stem::max-beam-connect.
3154
3155         * input/regression/beam-single-stem.ly: new file.
3156
3157         * lily/stem.cc (set_beaming): use #f as signaling value for
3158         beamcount 0.
3159
3160         * lily/beam-engraver.cc (typeset_beam): set right bound if unset.
3161
3162         * lily/beam.cc (set_beaming): read clip-edges property.
3163         (calc_direction): don't suicide for single stem.
3164
3165         * lily/beaming-info.cc (best_splitpoint_index): take bool*
3166         argument, remove 1<<15 hack. Remove clip_edges() 
3167
3168         * lily/hairpin.cc (print): only do padding for nonmusical bounds
3169
3170 2006-05-21  Graham Percival  <gpermus@gmail.com>
3171
3172         * Documentation/user/basic-notation.itely: reorg.
3173
3174         * Documentation/user/ various: minor fixes.
3175
3176 2006-05-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
3177
3178         * lily/stencil-expression.cc (register_stencil_head): opps, append
3179         to cdr of static SCM object.
3180
3181 2006-05-19  Graham Percival  <gpermus@gmail.com>
3182
3183         * Documentation/user/README.txt, lilypond.tely, macros.itexi:
3184         update framework for command index.  DOC WRITERS: use @funindex
3185         instead of @cindex @code{}.
3186
3187         * Documentation/user/ various: replace @cindex @code{} => @funindex
3188
3189 2006-05-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
3190
3191         * lily/beam.cc (set_stem_lengths): trigger 'beaming callback, in
3192         case positions is set manually. 
3193
3194 2006-05-18  Erik Sandberg  <mandolaerik@gmail.com>
3195         
3196         * scm/ly-syntax-constructors.scm: New file. Converted a few syntax
3197         rules to Scheme.
3198
3199 2006-05-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
3200
3201         * Documentation/user/changing-defaults.itely (Contexts explained):
3202         use absolute dimension for @image.
3203
3204         * Documentation/user/GNUmakefile (OUT_PNG_IMAGES): generate PNG
3205         out image for illustration too.
3206         ($(outdir)/%.png): add more png <-> eps rules. 
3207
3208 2006-05-17  Graham Percival  <gpermus@gmail.com>
3209
3210         * Documentation/user/ various: remove trailing whitespace, cosmetic
3211         change to reduce changes produced by diff.
3212
3213 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
3214
3215         * lily/main.cc (do_chroot_jail): correctness tweak.
3216
3217         * python/lilylib.py (system): import subprocess in system () only.
3218
3219         * scripts/*.py: use TARGET_PYTHON iso PYTHON. Backportme.
3220
3221         * make/substitute.make (ATVARIABLES): add TARGET_PYTHON as subst
3222         variable. Backportme.
3223
3224 2006-05-17  Erik Sandberg  <mandolaerik@gmail.com>
3225         
3226         * lily/parser.yy: Change all syntax rules of type Music to SCM type
3227
3228 2006-05-17  Werner Lemberg  <wl@gnu.org>
3229
3230         * lily/lexer.ll (init_signature_has_table): Add
3231         `scm-scm-music-music'.
3232
3233         * lily/parser.yy (MUSIC_FUNCTION_SCM_SCM_MUSIC_MUSIC): New token.
3234         (Generic_prefix_music_scm): Add rule for it.
3235
3236         * lily/quote-iterator.cc (Quote_iterator::process): Handle
3237         `quoted-transposition' property.
3238
3239         * ly/music-functions-init.ly (transposedCueDuring): New function.
3240
3241         * scm/define-music-properties.scm (all-music-properties): Updated.
3242
3243         * Documenation/topdocs/NEWS.itely: Document it.
3244
3245 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
3246
3247         * python/lilylib.py (system): move import subprocess to system()
3248         definition. 
3249
3250         * python/convertrules.py (conv): fix convert-ly rules for 2.9.4
3251
3252         * VERSION (PATCH_LEVEL): release 2.9.5
3253         
3254         * Documentation/topdocs/INSTALL.texi (Top): update versions and
3255         build instructions. 
3256
3257         * ly/engraver-init.ly: switch on hairpinToBarline by default.
3258
3259 2006-05-16  Graham Percival  <gpermus@gmail.com>
3260
3261         * Documentation/user/basic-notation.itely: editing from Dave, thanks!
3262
3263         * Documentation/user/ various: minor fixes.
3264
3265 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
3266
3267         * Documentation/topdocs/NEWS.tely (Top): add hairpinToBarline feature.
3268
3269 2006-05-16  Mats Bengtsson  <mabe@s3.kth.se>
3270
3271         * Documentation/user/advanced-notation.itely (Instrument names):
3272         Modified obsolete instruction on how to move instrument names away
3273         from the staves. Hmm, at second thought the bug probably has been
3274         solved, so the full bug description should probably be removed.
3275
3276 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
3277
3278         * lily/dynamic-engraver.cc (typeset_all): hang ending on
3279         currentCommandColumn. 
3280
3281         * lily/hairpin.cc (print): also add padding for non-neighbor
3282         hairpin bounds.
3283
3284         * scm/define-context-properties.scm
3285         (all-user-translation-properties): add hairpinToBarline
3286
3287         * input/regression/hairpin-to-barline.ly: new file.
3288
3289         * lily/context.cc (internal_send_stream_event): thinko fix.
3290
3291         * lily/tie.cc (set_default_control_points): robustness fix.
3292
3293         * python/musicxml.py (Part.interpret): don't complain about
3294         incomplete measures.
3295
3296         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): only add
3297         new music if last_event_chord() returned None.
3298
3299         * python/musicxml.py (Part.interpret): skip back over chord notes.
3300
3301 2006-05-16  Erik Sandberg  <mandolaerik@gmail.com>
3302         
3303         * lily/percent-repeat-engraver.cc, lily/parser.yy,
3304         lily/define-music-types.cc, lily/percent-repeat-iterator.cc,
3305         lily/slash-repeat-engraver.cc,
3306         lily/include/percent-repeat-iterator.hh: Rework percent repeats:
3307         iterator sends PercentEvents
3308
3309         * lily/time-scaled-music-iterator.cc, lily/tuplet-engraver.cc:
3310         rework tuplets: send start/stop events to engraver
3311
3312         * lily/context.cc, lily/music.cc, lily/context-scheme.cc: Add
3313         dispatchers event-source and events-below to Context
3314         
3315 2006-05-15  Graham Percival  <gpermus@gmail.com>
3316
3317         * Documentation/user/README.txt: update info for doc writers.
3318
3319         * Documentation/user/programming-interface.itely: integrate
3320         Nicolas' fixes for chapter rewrite.
3321
3322         * Documentation/user/ various: minor fixes.
3323
3324 2006-05-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
3325
3326         * lily/clef-engraver.cc: cleanup.
3327
3328         * Documentation/user/GNUmakefile: dist context-example.eps too.
3329
3330         * lily/key-engraver.cc (create_key): use
3331         explicitKeySignatureVisibility for cancellation too. 
3332
3333         * lily/font-config.cc (init_fontconfig): don't close file if
3334         f==NULL. 
3335
3336 2006-05-15  Erlend Aasland  <erlenda@gmail.com>
3337
3338         * Documentation/topdocs/NEWS.tely: niente and rotation news
3339
3340 2006-05-14  Erlend Aasland  <erlenda@gmail.com>
3341
3342         * lily/include/stencil.hh
3343         * lily/stencil.cc (rotate): new function. Makes it possible
3344         to rotate a stencil around a given offset.
3345
3346         * lily/grob.cc (get_print_stencil): add rotation support
3347
3348         * lily/stencil-interpret.cc (interpret_stencil_expression):
3349         add rotation support
3350
3351         * lily/stencil-scheme.cc (ly:stencil-rotate): new function
3352
3353         * scm/define-grob-properties.scm: add 'rotation property
3354
3355         * scm/define-markup-commands.scm: add rotate markup command
3356         
3357         * scm/output-ps.scm: add rotation support in PostScript backend
3358
3359         * scm/output-svg.scm: add rotation support in SVG backend
3360
3361 2006-05-13  Graham Percival  <gpermus@gmail.com>
3362
3363         * Documentation/user/music-glossary.itely: French correction.
3364
3365         * Documentation/user/programming-interface.itely: major
3366         new docs, some reorg, some info from Nicolas.
3367
3368         * Documentation/user/ various: small fixes.
3369
3370 2006-05-12  Mats Bengtsson  <mabe@s3.kth.se>
3371
3372         * Documentation/user/programming-interface.itely (Markup
3373         programmer interface): Remove duplicate text.
3374
3375 2006-05-12  Graham Percival  <gpermus@gmail.com>
3376
3377         * Documentation/user/context-example.eps: new file.
3378
3379         * Documentation/user/changing-defaults.itely: set up file to
3380         use eps image.
3381
3382         * Documentation/user/programming-interface.itely: changes
3383         from mailist.
3384
3385 2006-05-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
3386
3387         * configure.in (LINK_GXX_STATICALLY): python 2.4 req.
3388
3389 2006-05-11  Graham Percival  <gpermus@gmail.com>
3390
3391         * Documentation/user/programming-interface.itely: first round of
3392         editing and merging emails from Nicolas.
3393
3394         * Documentation/user/scheme-tutorial: minor edit.
3395
3396 2006-05-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
3397
3398         * python/musicxml.py (Xml_node.__init__): _attribute_dict stores
3399         XML attributes.
3400         (Xml_node.message): use it.
3401
3402         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): 
3403         oops. Add duration argument.
3404
3405 2006-05-10  Joe Neeman  <joeneeman@gmail.com>
3406
3407         * lily/paper-column-engraver.cc (make_columns):
3408         * scm/define-grobs.scm: Revert my previous change and set the default
3409         in define-grobs.scm instead.
3410
3411 2006-05-09  Graham Percival  <gpermus@gmail.com>
3412         
3413         * Documentation/user/changing-defaults.itely: general editing,
3414         info about \set and \override.
3415
3416         * Documentation/user/tweaking.itely, advanced-notation.itely:
3417         fixes from Dave Luttinen, thanks!
3418
3419 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
3420
3421         * lily/paper-column-engraver.cc (make_columns): By default, a column
3422         needs to be breakable.
3423
3424 2006-05-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
3425
3426         * scripts/musicxml2ly.py (musicxml_clef_to_lily): use new
3427         Attributes methods
3428         (musicxml_time_to_lily): idem
3429         (musicxml_key_to_lily): idem
3430         (instrument_drumtype_dict): dict for supported drumtypes.
3431         (LilyPondVoiceBuilder.__init__): new class: sanely keep track of
3432         moments and pending mm rests
3433         (musicxml_voice_to_lily_voice): rewrite to use LilyPondVoiceBuilder
3434         (musicxml_voice_to_lily_voice): strip KeyChangeEvents for drums.
3435         (musicxml_voice_to_lily_voice): add mode change.
3436         (option_parser): lxml.etree (http://codespeak.net/lxml/) for more
3437         speed and less memory usage (factor 5 to 10).
3438         (convert): write -defs.ly  and driver file separately so people
3439         can script their own part extraction.
3440
3441         * python/musicxml.py (minidom_demarshal_node): new function:
3442         separate minidom handling.
3443         (lxml_demarshal_node): new function: support lxml.etree too.
3444         (Xml_node.message): new function: verbose error message, with XML
3445         path to offending node.
3446         (Attributes.get_measure_length): sane interface to MusicXML attributes.
3447         (Part_list.generate_id_instrument_dict): new method: collect
3448         instrument names, to be able to set drum_type.
3449         (Part.interpret): handle underfull measures
3450         (Part.interpret): assign instrument names.
3451
3452         * python/musicexp.py (Output_printer.close): new method
3453         (MusicWrapper.print_ly): new class: support other modes,
3454         eg. \drummode
3455         (BarCheck.print_ly): new class. Support bar checks, with comments
3456         and fancy barchecks. 
3457         (NoteEvent.__init__): also set drum_type for drum notes.
3458         (MultiMeasureRest.lisp_expression): dump mm rests.
3459
3460         * lily/paper-column-engraver.cc (stop_translation_timestep): set
3461         line-break-permission if forbidBreak is not set.
3462
3463 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
3464
3465         * scm/define-context-properties.scm:
3466         * scm/define-grob-properties.scm:
3467         * scm/define-grobs.scm:
3468         * scm/define-music-display-methods.scm:
3469         * scm/define-music-properties.scm:
3470         * scm/define-music-types.scm:
3471         * scm/music-functions.scm:
3472         * ly/declarations-init.ly:
3473         * lily/include/constrained-breaking.hh:
3474         * lily/system.cc:
3475         * lily/spaceable-grob.cc:
3476         * lily/simple-spacer.cc:
3477         * lily/paper-score.cc:
3478         * lily/paper-column.cc:
3479         * lily/paper-column-engraver.cc:
3480         * lily/item.cc:
3481         * lily/gourlay-breaking.cc:
3482         * lily/constrained-breaking.cc:
3483         * python/convertrules.py:
3484         Change "penalty", "page-penalty" and "breakable" to "line-break-penalty",
3485         "page-break-penalty" and "line-break-permission".
3486         Add "page-break-permission", "page-turn-permission" and "page-turn-penalty".
3487         Replace BreakEvent with LineBreakEvent, PageBreakEvent and PageTurnEvent.
3488
3489         * lily/bar-engraver.cc:
3490         * lily/beam-engraver.cc:
3491         * lily/forbid-break-engraver.cc:
3492         * lily/ligature-engraver.cc:
3493         * lily/paper-column-engraver.cc:
3494         * lily/percent-repeat-engraver.cc:
3495         * lily/score-engraver.cc:
3496         * lily/score-engraver.hh:
3497         * lily/paper-column-engraver.hh:
3498         Inter-engraver communication regarding line breaks is done through context
3499         properties (Score.forbidBreak) instead of function calls.
3500
3501 2006-05-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
3502
3503         * VERSION (PACKAGE_NAME): release 2.9.4
3504
3505 2006-05-08  Graham Percival  <gpermus@gmail.com>
3506
3507         * Documentation/user/working.itely: proofreading from Dave
3508         Luttinen, thanks.
3509
3510         * Doucmentation/user/README.txt: updated with manual style info.
3511
3512         * Documentation/user/ various: trim linewidth to 78 chars.
3513
3514 2006-05-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
3515
3516         * scm/define-grob-properties.scm (all-internal-grob-properties):
3517         remove chord-tremolo property.
3518
3519         * lily/beam.cc (get_beam_segments): don't use stem position as
3520         base for broken ends.
3521
3522 2006-05-06  Graham Percival  <gpermus@gmail.com>
3523
3524         * Documentation/user/putting.itely: proofreading from Dave
3525         Luttinen, thanks!
3526
3527         * Documentation/user/ various: more reorg and clarifications.
3528
3529 2006-05-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
3530
3531         * scm/lily.scm (TEX_STRING_HASHLIMIT): move from framework-texstr.scm.
3532
3533         * ly/music-functions-init.ly: new function featherDurations
3534
3535         * lily/beam.cc: read grow-direction for feathered beaming.
3536
3537         * Documentation/topdocs/NEWS.tely (Top): typo.
3538
3539 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
3540
3541         * lily/include/beam.hh (struct Beam_stem_segment): add gapped_ for
3542         tremolo beams.
3543
3544 2006-05-05  Erik Sandberg  <mandolaerik@gmail.com>
3545         * lily/context.cc, lily/global-context.cc: Added 'unique' member,
3546         used by music streams.
3547
3548         * lily/dispatcher.cc, lily/dispatcher-scheme.cc,
3549         lily/stream-event.cc, lily/stream-event-scheme.cc,
3550         lily/listener.cc, lily/scheme-listener.cc,
3551         lily/scheme-listener-scheme.cc, lily/include/dispatcher.hh,
3552         lily/include/stream-event.hh, lily/include/listener.hh,
3553         lily/include/scheme-listener.hh, scm/define-event-classes.scm:
3554         Created data structures for music streams.
3555         
3556 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
3557
3558         * lily/beam.cc (get_beam_segments): new function. Reorganise the
3559         construction of a beam. 
3560         (print): rewrite. 
3561
3562         * flower/include/std-vector.hh (default_compare): use only one comparison.
3563
3564         * scm/define-markup-commands.scm (note-by-number): remove debug display.
3565         (note-by-number): further attachment fixes.
3566
3567         * scm/lily-library.scm (ordered-cons): new function.
3568         (interval-index): new function
3569
3570         * lily/note-head-scheme.cc (LY_DEFINE): new file.
3571
3572         * lily/note-head.cc (get_stem_attachment): new function.
3573
3574         * scm/define-markup-commands.scm (note-by-number): read 'style
3575         property. 
3576
3577         * input/regression/markup-note.ly: show note-head style option.
3578
3579         * mf/feta-bolletjes.mf (overdone_heads): fix attachment points for
3580         triangle head.
3581
3582 2006-05-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
3583
3584         * mf/GNUmakefile (NCSB_OTFS): remove old ncsb detection further.
3585
3586         * configure.in (LINK_GXX_STATICALLY): fix for ncsb detection.
3587
3588         * lily/include/constrained-breaking.hh: GCC 4 fix.
3589
3590 2006-05-04  Joe Neeman  <joeneeman@gmail.com>
3591
3592         * lily/simple-spacer.cc: Remove class Simple_spacer_wrapper.
3593         Replace it with functions get_line_forces and get_line_configuration.
3594         (class Simple_spacer): Make data private.
3595         Rewrite compression algorithm to be faster and simpler.
3596
3597         * lily/simple-spacer-scheme.cc (ly_solve_rod_and_spring_problem):
3598         * lily/gourlay-breaking.cc (solve):
3599         * lily/constrained_breaking.cc (space_line):
3600         Change it to the new simple-spacer code.
3601
3602         * lily/paper-score.cc (get_paper_systems):
3603         (Paper_score):
3604         (process):
3605         Delay breaking the systems until they are requested.
3606         (find_break_indices):
3607         Use vsize for indices.
3608         (calc_breaking):
3609         Move the "Calculating line breaks" message here.
3610
3611         * lily/system.cc (pre_processing):
3612         Move the "Calculating line breaks" message away from here.
3613         (break_into_pieces):
3614         Allow multiple calls to this function in sequence (with touching-but-
3615         not-overlapping breakpoints).
3616
3617         * lily/constrained-breaking.cc:
3618         Replace most of the get_XXXX functions with get_line_details.
3619         Only calculate the force for each line. Calculate configurations only
3620         for the lines we will actually use.
3621         Replace cols_ with lines_.
3622
3623 2006-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3624
3625         * mf/GNUmakefile (depth): remove FC_FIND.
3626
3627         * config.make.in (NCSB_SOURCE_FILES): subst NCSB_SOURCE_FILES
3628
3629         * configure.in (LINK_GXX_STATICALLY): call fc-match from within configure.
3630
3631         * scm/framework-ps.scm (write-preamble): new function.
3632         (write-preamble): load mac fonts via fondu, even if gs-font-load
3633         is set.
3634
3635 2006-05-03  Werner Lemberg  <wl@gnu.org>
3636
3637         * mf/GNUmakefile (FC_FIND): Fix typo.
3638
3639 2006-05-03  Erlend Aasland  <erlenda@gmail.com>
3640
3641         * stepmake/stepmake/generic-targets.make (cvs-clean): also remove out-www dirs.
3642
3643 2006-05-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
3644
3645         * stepmake/aclocal.m4: run python-config for crosscompiling
3646         flags. 
3647
3648         * scripts/lilypond-book.py (Lilypond_file_snippet.my_system): add
3649         -f png for HTML, TEXINFO formats. 
3650
3651         * input/tutorial/lbook-html-test.html: new file.
3652
3653         * lily/include/tie-formatting-problem.hh (class
3654         Tie_formatting_problem): index Chord_outline_map by Tuple2 for
3655         [column, direction]. This fixes laissez vibrer ties.
3656  
3657         * flower/include/tuple.hh (struct Tuple2): new file.
3658
3659         * mf/GNUmakefile (FC_FIND): new function. Find ncsb using
3660         $(FCMATCH), only if $(NCSB_DIR) not set. 
3661
3662         * configure.in (LINK_GXX_STATICALLY): only warn if $NCSB_DIR set.
3663
3664         * config.make.in (DOCUMENTATION): set FCMATCH.  
3665
3666         * autogen.sh (srcdir): don't set --with-ncsb-dir. 
3667
3668 2006-05-03  Graham Percival  <gpermus@gmail.com>
3669
3670         * Documentation/user/ various: final round of reorg.
3671
3672         * Documentation/user/instrument-notation.itely: some more
3673         fixes from Eduardo, thanks!
3674
3675 2006-05-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
3676
3677         * VERSION (PACKAGE_NAME): release 2.9.3
3678
3679         * flower/file-path.cc (is_dir): canonicalize file name before stat'ing.
3680
3681         * lily/relocate.cc (framework_relocation): remove old relocation stuff.
3682
3683 2006-05-01  Mats Bengtsson  <mabe@s3.kth.se>
3684
3685         * scm/define-grob-properties.scm (all-user-grob-properties):
3686         Correct typo, thanks to Eduardo.
3687
3688 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
3689
3690         * scripts/GNUmakefile (SEXECUTABLES): remove lilypond-ps2png.scm
3691
3692         * buildscripts/lilypond-words.py (F): indent fix.
3693
3694         * input/regression/tie-arpeggio-collision.ly: new file.
3695
3696         * lily/tie-formatting-problem.cc (set_column_chord_outline): new
3697         function: store outlines per column rank.
3698
3699         * lily/include/tie-configuration.hh (class Tie_configuration): add
3700         column_ranks_ to specification and configuration, to distinguish
3701         between ties for different heads in arpegiated chords.
3702
3703         * lily/relocate.cc (framework_relocation): use INSTALLER_PREFIX.
3704
3705         * *.py: more 4 space indents.
3706
3707         * autogen.sh (conf_flags): set sensible default for with-ncsb-dir
3708
3709 2006-05-01  Joe Neeman  <joeneeman@gmail.com>
3710
3711         * scm/lily-library.scm: Fix guile 1.6 compatibility in inf? and nan?
3712
3713 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
3714
3715         * buildscripts/pfx2ttf.fontforge (err): create OTF files.
3716
3717         * scripts/abc2ly.py (dump_score): indent of 4 for python code. 
3718
3719         * configure.in (LINK_GXX_STATICALLY): remove locate() call.
3720
3721 2006-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3722
3723         * python/convertrules.py (conv): indent 4 for python files.
3724
3725 2006-04-29  Mats Bengtsson  <mabe@s3.kth.se>
3726
3727         * Documentation/user/changing-defaults.itely (Creating contexts):
3728         Clarify \new semantics.
3729
3730 2006-04-28  Graham Percival  <gpermus@gmail.com>
3731
3732         * Documentation/user/ various: major new sections in the
3733         Learning manual, slight reorg elsewhere.
3734
3735 2006-04-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
3736
3737         * mf/GNUmakefile (MFTRACE_FLAGS): add $(outdir) to $(ENCODING_FILE) 
3738
3739         * scm/framework-ps.scm (output-framework): remove PageMedia
3740
3741 2006-04-27  Graham Percival  <gpermus@gmail.com>
3742
3743         * Documentation/user/ tweaks.itely, working.itely: new
3744         files, being more advanced "learning manual" chapters.
3745
3746         * Documentation/user/ tutorial, putting, lilypond: reorg.
3747
3748 2006-04-26  Graham Percival  <gpermus@gmail.com>
3749
3750         * input/regression/lyric-combine-polyphonic.ly: fixed test
3751         (no more "can't find context `one'" error).
3752
3753 2006-04-25  Joe Neeman <joeneeman@gmail.com>
3754
3755         * lily/stem-tremolo.cc (print): fix whole note tremolo placement
3756
3757         * input/regression/stem-tremolo.ly: add 2 more whole note examples
3758         
3759 2006-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3760
3761         * lily/relocate.cc (read_relocation_dir): new function.
3762
3763 2006-04-26  Graham Percival  <gpermus@gmail.com>
3764
3765         * Documentation/user/instrument-notation.itely: a few more fixes
3766         from Eduardo, thanks!
3767
3768         * Documentation/user/README.txt: new file; contains info on
3769         style that used to be in lilypond.tely.
3770
3771         * Documentation/user/ various: first round of doc reorg.
3772
3773         * Documentation/user/baer-flat-bw.png: remove alpha bit from
3774         graphic; this probably causes problems on some pdf
3775         viewers, notably Adobe Acrobat.
3776
3777 2006-04-24  Graham Percival  <gpermus@gmail.com>
3778
3779         * Documentation/user/instrument-notation.itely: many alterations
3780         to Vocal music, from Eduardo Viera.
3781
3782 2006-04-23  Graham Percival  <gpermus@gmail.com>
3783
3784         * Documentation/user/instrument-notation.itely: fix \new
3785         instead of \context problem.
3786
3787 2006-04-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3788
3789         * lily/relocate.cc (expand_environment_variables): new function.
3790         (read_line): id.
3791         (read_relocation_file): id.
3792
3793         * scm/stencil.scm (eps-file->stencil): fix EPS PS embedding code 
3794
3795 2006-04-21  Erlend Aasland  <erlenda@gmail.com>
3796
3797         * ly/engraver-init.ly: remove old comments from TabVoice
3798
3799 2006-04-20  Graham Percival  <gpermus@gmail.com>
3800
3801         * Documentation/user/instrument-notation.itely: added Erlend's
3802         latest doc patch, thanks!
3803
3804 2006-04-19  Erlend Aasland <erlenda@gmail.com>
3805
3806         * lily/include/slur.hh:
3807         * lily/slur.cc:
3808         * lily/phrasing-slur-engraver.cc:
3809         * lily/slur-engraver.cc: Fix 'cut & paste' code by merging
3810         acknowledge_extra_object () from Phrasing_slur_engraver:: and
3811         Slur_engraver:: and putting it in
3812         Slur::auxiliary_acknowledge_extra_object ().
3813
3814         * ps/music-drawing-routines.ps (draw_dashed_slur): fix another bug
3815
3816         * lily/note-collision.cc: fix a comment
3817
3818 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
3819
3820         * stepmake/bin/add-html-footer.py: fix footer position in
3821         generated html files: before </body> and </html> tags.
3822
3823 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
3824
3825         * scripts/GNUmakefile: revert last "fix", which rather broke make.
3826         Earlier successive `make' commands finally compiled ok.
3827
3828         * Documentation/topdocs/INSTALL.texi: require mftrace 1.1.19.
3829
3830 2006-04-18  Erlend Aasland <erlenda@gmail.com>
3831
3832         * lily/include/stem-tremolo.hh:
3833         * lily/stem-tremolo.cc: move rotated_box () to Lookup:: and update
3834         callers.
3835
3836         * lily/lookup.cc:
3837         * lily/include/lookup.hh: add rotated_box ()
3838
3839 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
3840
3841         * scripts/GNUmakefile: bugfix: run help2man only after scripts have 
3842         been generated. Fixes "can't get `--help'" bug after make clean.
3843
3844         * THANKS: alphabetize contributors.
3845
3846 2006-04-17  Graham Percival  <gpermus@gmail.com>
3847
3848         * Documentation/user/instrument-notation.itely: added Erlend's
3849         tabs and banjo doc patch.  Thanks!
3850
3851 2006-04-17  Erlend Aasland  <erlenda@gmail.com>
3852
3853         * scm/define-grobs.scm: fix stem-attachment for tablature note heads.
3854
3855         * ps/music-drawing-routines.ps (draw_dashed_line): fix dash pattern bug.
3856
3857         * scm/output-lib.scm: add some more predefined string tunings.
3858
3859         * Documentation/user/instrument-notation.itely: and doc them.
3860
3861 2006-04-16  Jürgen Reuter  <reuter@ipd.uka.de>
3862
3863         * ly/engraver.ly: Remove obsolete comments.
3864
3865         * ly/gregorian-init.ly: Define default layout block.
3866
3867         * input/puer-fragment.ly: Updated and extended.
3868
3869 2006-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
3870
3871         * lily/lily-parser-scheme.cc: Use them to fix --output=DIR/BASE
3872         pdf conversion behaviour.
3873
3874         * flower/file-name.cc (dir_name)
3875         (get_working_directory): Move from relocate.cc.
3876
3877         * lily/relocate.cc (setup_paths): Remove rogue stat calls.
3878         
3879         * lily/relocate.cc: Encapsulate sys/stat.h in
3880         HAVE_STAT_H.
3881
3882 2006-04-14  Graham Percival  <gpermus@gmail.com>
3883
3884         * Documentation/user/ various: small updates from Cameron
3885         and Juergen, thanks!
3886
3887         * Documentation/user/ various: small updates of my own.
3888
3889         * THANKS: 2.7 -> 2.8.
3890
3891 2006-04-11  Graham Percival  <gpermus@gmail.com>
3892
3893         * scm/define-context-properties.scm: typo.
3894
3895         * Documentation/user/ : many more small updates.
3896
3897 2006-04-13  Jürgen Reuter  <reuter@ipd.uka.de>
3898
3899         * scm/define-music-types.scm: disposed "docme".
3900
3901 2006-04-11  Erlend Aasland  <erlenda@gmail.com>
3902
3903         * lily/hairpin.cc: make niente circles a bit smaller.
3904
3905 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
3906
3907         * mf/GNUmakefile: remove redundant mftrace check. Also remove
3908         get-pfa and get-*-fonts targets.
3909
3910 2006-04-10  Graham Percival  <gpermus@gmail.com>
3911
3912         * THANKS, Documentation/user/ basic-notation, advanced-notation,
3913         music-glossary, programming-interface: more minor fixes
3914         from mailist.
3915
3916         * scm/define-grob-properties.scm: clarified direction, thanks Mats!
3917
3918         * scm/define-context-properties.scm: another old \property update.
3919         This time tested for compiling!
3920
3921 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
3922
3923         * mf/GNUmakefile: fix for mftrace version >= 1.2.0
3924
3925 2006-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3926
3927         * scm/define-context-properties.scm (all-user-translation-properties): 
3928         * Documentation/user/global.itely (Page formatting): Compile fix.
3929
3930 2006-04-09  Mats Bengtsson  <mabe@s3.kth.se>
3931
3932         * Documentation/user/advanced-notation.itely (Polymetric
3933         notation): Update the example to use the "+" symbol and add link
3934         to input/test/compound-time.ly.
3935
3936 2006-04-08  Graham Percival  <gpermus@gmail.com>
3937
3938         * scm/define-grob-properties.scm: clarify docs for #'direction.
3939
3940         * scm/define-context-properties.scm: update old \property override.
3941
3942         * Documentation/user/ advanced-notation, global, lilypond-book:
3943         more minor doc updates.
3944
3945 2006-04-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
3946
3947         * lily/parser.yy (Generic_prefix_music_scm): append lists, not objects.
3948
3949         * scm/backend-library.scm (search-gs): oops.
3950
3951 2006-04-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
3952
3953         * scripts/lilypond-book.py (output): use base, not filename for href.
3954
3955         * scm/backend-library.scm: only look for gs.
3956
3957         * scripts/lilypond-book.py (output): fix printfilename.
3958
3959         * lily/parser.yy (music_function_musicless_prefix): fold together
3960         definitions of signature (SCM*) (Music|post_event|chord_body_element)
3961
3962         * lily/slur.cc (print): only set font-size if not set yet.
3963
3964         * lily/slur-configuration.cc (add_score): improved layout of debug
3965         scoring output.
3966
3967 2006-04-05  David Feuer  <David.Feuer@gmail.com>
3968
3969         * music-drawing-routines.ps (draw_round_box): removed testing artifact.
3970         (draw_circle): Hopefully fixed regression.
3971         Improved documentation for several procedures.
3972         
3973 2006-03-04  Werner Lemberg  <wl@gnu.org>
3974
3975         * ly/engraver-init.ly (\Score): Add beam-event to quotedEventTypes.
3976
3977 2006-04-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
3978
3979         * scripts/musicxml2ly.py (bindir): add dynamic
3980         relocation. 
3981
3982 2006-04-04  Graham Percival  <gpermus@gmail.com>
3983
3984         * Documentation/user/ basic-notation, advanced-notation, putting,
3985         instrument-notation, invoking, lilypond, THANKS: another ream of small
3986         fixes from the Doc Helpers.
3987
3988 2006-04-03  David Feuer  <David.Feuer@gmail.com>
3989
3990         * music-drawing-routines.ps: remove superfluous gsave/grestore pairs.
3991
3992         * lilyponddefs.ps (set-ps-scale-to-lily-scale): Fixed code duplication.
3993
3994         * Cleaned up interfaces between PostScript and Scheme, and moved
3995         computations from PostScript to Scheme:
3996
3997         * music-drawing-routines.ps
3998         (*SF, stroke_and_fill): new procedures.  Replaced stroke and fill
3999         with stroke_and_fill throughout.
4000         (euclidean_length, print_letter, draw_box): Deleted unused
4001         procedures.  If someone needs draw_box, implement it using
4002         draw_round_box; don't duplicate code.
4003         (print_glyphs, draw_round_box, draw_polygon, draw_repeat_slash):
4004         Refactored/cleaned up interfaces.
4005         (mark_URI): Moved.
4006
4007         * output-ps.scm: reordered arguments to PostScript functions to
4008         match new interfaces
4009         (glyph-string): Rewrote glyph-string.
4010         (grob-cause): Replaced string-append with format.
4011         (repeat-slash): Rewrote to do computation here.
4012         (round-filled-box): Rewrote to do computation here.
4013
4014 2006-04-04  Erlend Aasland  <erlenda@gmail.com>
4015
4016         * stepmake/stepmake/generic-targets.make: add cvs-clean target
4017
4018         * stepmake/stepmake/toplevel- targets.make: print help info about
4019         cvs-clean
4020
4021 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
4022
4023         * input/regression/hairpin-circled.ly: new file
4024
4025 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
4026
4027         * lily/hairpin.cc (print): add support for circled tip
4028
4029         * scm/define-grob-properties.scm: add circled-tip parameter
4030
4031         * scm/define-grobs.scm: init circled-tip to false
4032         
4033 2006-04-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
4034
4035         * scm/music-functions.scm (quote-substitute): set
4036         iterators-ctor. 
4037
4038 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
4039
4040         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): set
4041         BSTINPUTS. 
4042
4043         * Documentation/topdocs/AUTHORS.texi (Top): add David Feuer.
4044
4045         * scm/output-ps.scm (glyph-string): revert cid selectfont.
4046
4047 2006-03-31  David Feuer  <david.feuer@gmail.com>
4048         
4049         * scm/framework-ps.scm:
4050         
4051         * scm/output-ps.scm: glyph-string now produces smaller, more
4052         readable, and probably faster PostScript.  Several findfont
4053         scalefont setfont instances changed to selectfont
4054         Hacked-up string-appends changed to formats.
4055
4056         * ps/music-drawing-routines.ps: add print_letter, print_glyphs.
4057         
4058 2006-03-30  Graham Percival  <gpermus@gmail.com>
4059
4060         * scm/lily-library.scm: make "no version" warning message more polite.
4061
4062         * lily/music.cc: add double quotes to failed octave check.
4063
4064         * Documentation/user/ advanced-notation, changing-defaults,
4065         instrument-notation, invoking, music-glossary: whole bunch of minor
4066         fixes from mailist.
4067
4068 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
4069
4070         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): use
4071         $(buildscriptdir) iso. depth.
4072
4073         * VERSION (PACKAGE_NAME): release 2.9.1
4074
4075 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
4076
4077         * lily/pango-font.cc (pango_item_string_stencil): more robustness.
4078
4079         * VERSION (PATCH_LEVEL): bump version number.
4080
4081         * flower/include/guile-compatibility.hh (scm_from_uint32): add
4082         scm_from_uint32 ()
4083
4084         * lily/pango-font.cc (pango_item_string_stencil): use
4085         scm_from_uint32 ()
4086
4087         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
4088         $(outdir)/emmentaler-%.svg): remove canary.
4089
4090         * lily/pango-font.cc (pango_item_string_stencil): only use uXXX
4091         glyphnames if we have a ttf font.
4092
4093 2006-03-30  Mats Bengtsson  <mabe@s3.kth.se>
4094
4095         * Documentation/user/advanced-notation.itely (Font selection):
4096         Corrected reference to the font-family-override.ly example.
4097
4098 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
4099         
4100         * lily/chord-tremolo-engraver.cc (acknowledge_stem): set the
4101         stem-tremolo object in the stem (or else the stem might not be
4102         long enough).
4103
4104 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
4105
4106         * lily/ttf.cc (print_trailer): only print existing glyphs.
4107
4108 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
4109
4110         * lily/stem-tremolo.cc (print): for whole notes (and breves, etc.)
4111         position the tremolo based on the position of the notehead.
4112
4113         * input/regression/stem-tremolo.ly: add example of unbeamed eighth
4114         notes and update the texidoc line with the new positioning rules.
4115         
4116 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
4117
4118         * lily/ttf.cc (print_trailer): don't always use uXXX glyphname.
4119
4120         * scripts/lilypond-book.py (Module): set default for linewidth if
4121         preamble not found.
4122
4123 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
4124
4125         * VERSION (PACKAGE_NAME): release 2.9.0.
4126
4127         * input/regression/stem-tremolo-position.ly: new file.
4128
4129         * lily/stem-tremolo.cc: remove Stem_tremolo::dim_callback
4130
4131 2006-03-28  Joe Neeman  <joeneeman@gmail.com>
4132
4133         * lily/stem-tremolo.cc (print): position
4134         the tremolo depending only on the end of the stem
4135         and not on the notehead
4136         (raw_stencil): center, on the middle staff line, the
4137         flag that is closest to the end of the stem (previously
4138         the bottom flag)
4139         (calc_width): add this callback to shorten a tremolo when
4140         it is beamed or it is stemup with a flag
4141         (style): add this callback to make a tremolo rectangular when
4142         it is beamed or it is stemup with a flag
4143         (rotated_box): this is like Lookup::beam but makes a rotated
4144         rectangle instead of a parallelogram
4145
4146         * lily/stem.cc (calc_stem_info): make sure the stem
4147         is long enough to fit the tremolo
4148         (calc-length): reduce the length of tremolo stems since the
4149         tremolo code is now capable of better positioning
4150
4151         * scm/define-grobs.scm: make calc_width the default beam-width
4152         callback for stem-tremolo and add the style callback
4153                 
4154 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
4155
4156         * lily/tuplet-bracket.cc (calc_control_points): handle suicide
4157         case. 
4158
4159 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
4160
4161         * lily/ttf.cc (make_index_to_charcode_map): restore old
4162         cmap. 
4163
4164 2006-03-28  Werner Lemberg  <wl@gnu.org>
4165
4166         * lily/pango-font.cc (get_unicode_name): Fix `uXXXXX' glyph names.
4167
4168 2006-03-28  Graham Percival  <gpermus@gmail.com>
4169
4170         * THANKS: update for 2.9, add section for Documentation helpers.
4171
4172         * Documentation/topdocs/NEWS.tely: compile fix.
4173
4174         * Documentation/user/ basic-notation, global, advanced-notation,
4175         examples.itely: minor fixes from mailist.
4176
4177 2006-03-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
4178
4179         * mf/feta-bolletjes.mf: match width of solfa notes with normal
4180         note heads. 
4181
4182         * lily/ttf.cc (print_trailer): use it.
4183
4184         * lily/pango-font.cc (get_unicode_name): new function.
4185
4186         * lily/ttf.cc (make_index_to_charcode_map): move function from
4187         open-type-font.cc
4188         (print_trailer): substitute uniXXXX name if applicable. 
4189
4190         * lily/pango-font.cc (get_index_to_charcode_map): new function.
4191         (pango_item_string_stencil): use it to generate uniXXXX names.
4192
4193         * mf/feta-bolletjes.mf (overdone_heads): add small style (ugly)
4194         note heads, for uniform widths in shape note output.
4195         (overdone_heads): hmm. remove them again.
4196
4197         * scripts/lilypond-book.py (output): add links to filenames.
4198
4199         * Documentation/topdocs/INSTALL.texi (Top): update versions.
4200
4201         * lily/note-collision.cc (get_clash_groups): only consider when
4202         Note_column::dir <> CENTER. 
4203
4204         * scripts/lilypond-book.py (get_option_parser): init output_name
4205         to ''. 
4206
4207 2006-03-24  Graham Percival  <gpermus@gmail.com>
4208
4209         * Documentation/topdocs/NEWS.tely: add @end itemize
4210
4211         * Documentation/user/ global, advanced-notation: minor
4212         stuff from mailist.
4213
4214 2006-03-23  Graham Percival  <gpermus@gmail.com>
4215
4216         * Documentation/user/ lilypond.tely, music-glossary,
4217         preface: housekeeping; 2005->2006, remove "notes for 2.6"
4218
4219 2006-03-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
4220
4221         * mf/GNUmakefile: don't install .enc files.
4222
4223         * Documentation/topdocs/NEWS.tely: clear for 2.9 cycle.
4224
4225         * VERSION (PATCH_LEVEL): bump to 2.9.0
4226
4227 2006-03-22  Graham Percival  <gpermus@gmail.com>
4228
4229         * Documentation/user/advanced-notation.itely: minor fixes
4230         from mailist.
4231
4232 2006-03-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
4233
4234         * Documentation/topdocs/AUTHORS.texi (Top): add Joe Neeman.
4235
4236         * branch lilypond_2_8
4237
4238 2006-03-22  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
4239
4240         * scripts/lilypond-book.py (samefile): new function, for windoze
4241         compatibility.
4242
4243 2006-03-21  Graham Percival  <gpermus@gmail.com>
4244
4245         * ly/engraver-init.ly: add info about StaffGroup.
4246
4247 2006-03-21  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
4248
4249         * input/regression/stem-direction-context.ly: idem.
4250
4251         * Documentation/topdocs/NEWS.tely (Top): fix interpolation example.
4252
4253         * THANKS: add Mats.
4254
4255         * input/regression/page-layout-twopass.ly: comment out \markup so
4256         tweak-file is left.
4257
4258         * lily/instrument-name-engraver.cc (finalize): add to instrument
4259         name global System. This also fixes chopped instrument names, but
4260         doesn't crash when there are slurs/beams.
4261
4262         * lily/slur-configuration.cc (add_score): disallow negative slur
4263         scores.
4264         
4265 2006-03-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4266
4267         * scm/framework-ps.scm (dump-stencil-as-EPS): remove debugging code.
4268
4269         * lily/instrument-name-engraver.cc (process_music): kludge: add
4270         InstrumentName spanner to axis group of left bound. Fixes chopped
4271         off instrument names in EPS images.
4272
4273         * input/regression/lyric-hyphen-retain.ly: elaborate explanation.
4274
4275         * scripts/abc2ly.py (option_parser): update to 2.7.40
4276
4277 2006-03-20  Graham Percival  <gpermus@gmail.com>
4278
4279         * THANKS: move small doc contributors to SUGGESTIONS.
4280
4281         * Documentation/user/ basic-notation, advanced-notation,
4282         global: small changes from mailist.
4283
4284 2006-03-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4285
4286         * Documentation/user/advanced-notation.itely (Text marks): update
4287         for new rehearsalMarkAlignSymbol convention.
4288
4289         * VERSION (PATCH_LEVEL): bump version.
4290
4291         * input/test/instrument-name-align.ly: new file.
4292
4293         * scm/define-markup-commands.scm (hcenter-in): add hcenter-in.
4294
4295         * input/test/instrument-name-align.ly: new file. Document how to
4296         align instrument names.
4297
4298         * lily/mark-engraver.cc: remove properties.
4299
4300         * scm/define-context-properties.scm
4301         (all-user-translation-properties): remove align symbol properties
4302         for barnumber/reh. mark.
4303
4304         * lily/break-align-interface.cc (self_align_callback): new
4305         interface, new function. Look at complete alignment. This handles
4306         tunable break alignments in case break-align-symbols are missing.
4307
4308         * lily/bar-number-engraver.cc (acknowledge_break_alignment): new function
4309
4310         * lily/mark-engraver.cc (acknowledge_break_alignment): new function.
4311
4312         * python/convertrules.py (conv): mark/bar number alignment rule.
4313
4314         * lily/break-align-interface.cc (calc_positioning_done): also
4315         store offset from last visible break-alignment to its
4316         neighbor. This makes alignment on non-visible objects more reliable.
4317
4318         * po/lilypond.pot (Module): ran po-replace.
4319
4320         * input/regression/tie-single-manual.ly (Module): new file.
4321
4322         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
4323         look at has_manual_position_.
4324         (from_ties): set has_manual_position_ if tie has staff-position set.
4325
4326         * lily/tuplet-bracket.cc (calc_positions): idem.
4327
4328         * lily/tuplet-number.cc (print): don't print tupletnumber if it
4329         doesn't span time.
4330
4331 2006-03-19  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4332
4333         * scm/define-markup-commands.scm (smallCaps): new markup command
4334         for turning a text to small caps using smaller font size and upper
4335         casing.
4336
4337 2006-03-17  Graham Percival  <gpermus@gmail.com>
4338
4339         * Documentation/user/ examples, instrument-notation,
4340         advnaced-notation: minor fixes from mailist.
4341
4342 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4343
4344         * Documentation/user/tutorial.itely (First steps): change example
4345         to verbatim.  
4346
4347 2006-03-17  Graham Percival  <gpermus@gmail.com>
4348
4349         * Documentation/user/ examples, advanced: minor changes from mailist.
4350
4351         * THANKS: add Geoff Horton, for documentation stuff.
4352
4353 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4354
4355         * python/lilylib.py (system): revert have_select kludge.
4356
4357         * Documentation/user/tutorial.itely (Commenting input files):
4358         update version numbers in doc. 
4359
4360         * scm/define-grob-interfaces.scm (multi-measure-interface): add
4361         bound-padding to multi-measure-interface
4362
4363 2006-03-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4364
4365         * input/test/engraver-example.ily: update version number.
4366
4367         * VERSION (PACKAGE_NAME): release 2.7.39
4368
4369         * lily/note-spacing.cc (get_spacing): heighten threshold where
4370         accidentals/arpeggios influence previous spacing fully.
4371
4372         * lily/rest.cc (y_offset_callback): only use direction if
4373         staff-position wasn't set before.
4374
4375         * lily/bar-number-engraver.cc: add support for
4376         barNumberAlignSymbol. 
4377         add ADD_ACKNOWLEDGER() call for break_aligned. Fixes bar-number-breathe
4378
4379         * lily/pointer-group-interface.cc (set_ordered): new function. 
4380         (add_unordered_grob): new function.
4381
4382         * lily/grob-array.cc (Grob_array): grob-arrays are always assumed
4383         to ordered, unless the opposite has been proved.  This fixes
4384         random reordering of large object groups across linebreaks,
4385         eg. beams.
4386
4387         * lily/main.cc (do_chroot_jail): printf format fix.
4388
4389         * lily/tie-formatting-problem.cc (generate_configuration):
4390         multiply y-shift for dot with direction.
4391  
4392         * scm/define-markup-commands.scm (note-by-number): put (magstep
4393         size) in y-attach too.
4394
4395         * Documentation/topdocs/NEWS.tely (Top): show override.
4396
4397         * scm/define-grobs.scm (all-grob-descriptions): reinstate neutral
4398         direction for stems.
4399         
4400 2006-03-15  Graham Percival  <gpermus@gmail.com>
4401
4402         * Documentation/user/ changing-defaults, global: minor
4403         fixes from mailist.
4404
4405 2006-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4406
4407         * lily/lexer.ll (Lily_lexer): bump required version to 2.7.38
4408
4409         * lily/spacing-spanner.cc (musical_column_spacing): crude fix for
4410         breakable items after uniformly stretched notes.
4411
4412         * lily/tie-formatting-problem.cc (set_chord_outline): initialize
4413         outline with outer edge of note heads. This prevents infinity
4414         problems with tied whole notes.
4415
4416         * scripts/lilypond-book.py (do_file): use os.popen
4417
4418         * python/convertrules.py (conv): add rule for Stem #'beamed-*
4419
4420 2006-03-14 Erik Sandberg  <mandolaerik@gmail.com>
4421
4422         * Documentation/user/invoking.itely: Add ragged-right to bug report
4423         guidelines.
4424
4425 2006-03-14  Graham Percival  <gpermus@gmail.com>
4426
4427         * Documentation/user/global.itely: small fix from mailist.
4428
4429 2006-03-14  Mats Bengtsson  <mabe@s3.kth.se>
4430
4431         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use the
4432         file descriptor returned by tempfile.mkstemp() when writing
4433         to tmpfile and closing it. Solves problem with unlink(tmpfile)
4434         on mingw.
4435
4436 2006-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
4437
4438         * po/fi.po: newline bugfix.
4439
4440 2006-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
4441
4442         * scm/paper.scm (paper-alist): Rounding fixes.
4443
4444 2006-03-13  Graham Percival  <gpermus@gmail.com>
4445
4446         * Documentation/user/ changing-defaults, instrument-notation,
4447         tutorial: small fixes from mailist, mostly from Mats.  Thanks!
4448
4449 2006-03-13 Heikki Junes  <hjunes@cc.hut.fi>
4450
4451         * po/fi.po: update.
4452
4453 2006-03-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4454
4455         * stepmake/bin/add-html-footer.py (mail_address_url): don't add
4456         mailto: to http:// 
4457
4458         * python/lilylib.py (print_environment): move ps_page_count to
4459         lilypond-book.py
4460
4461 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4462
4463         * Documentation/user/music-glossary.tely (G clef): fix clef alignments.
4464
4465         * scm/framework-ps.scm (embed-document): new function. Use to
4466         embed PFA files.
4467
4468         * ly/engraver-init.ly: init rehearsalMarkAlignSymbol to staff-bar.
4469
4470 2006-03-12  Mats Bengtsson  <mabe@s3.kth.se>
4471
4472         * Documentation/user/instrument-notation.itely (Setting simple
4473         songs): Added \book{...} around the full example, so the separate
4474         markups are included in the printed example. 
4475
4476 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4477
4478         * scripts/lilypond-book.py (get_latex_textwidth): explicitly close
4479         tmphandle.
4480
4481         * python/lilylib.py (system): rewrite system() using
4482         subprocess. Remove >& redirection trickery.
4483
4484 2006-03-11  Graham Percival  <gpermus@gmail.com>
4485
4486         * Documentation/user/ changing-defaults, global, scheme-tutorial,
4487         notation-appendices.itely: minor fixes from mailist.
4488
4489 2006-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4490
4491         * Documentation/user/GNUmakefile ($(outdir)/lilypond.html):
4492         unsplit man also needs images.
4493
4494         * tex/texinfo.tex (sectionheading, q.v.): relax after \char'15.
4495
4496         * VERSION (PACKAGE_NAME): 2.7.38 released.
4497
4498 2006-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4499
4500         * scripts/lilypond-book.py (get_latex_textwidth): look for latex
4501         log in output dir.
4502
4503 2006-03-08  Johannes Schindelin  <Johannes.Schindelin@gmx.de>
4504
4505         * lily/audio-column.cc, lily/score-performer.cc: MIDI output now
4506         respects the Score.skipTypesetting property.
4507         
4508 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4509
4510         * scm/framework-ps.scm (ps-embed-cff): no Setup section in
4511         Prolog. No %%EOF after CFF file.
4512
4513 2006-03-08  Joe Neeman  <joeneeman@gmail.com>
4514         
4515         * lily/constrained-breaking.cc (get_max_systems): used to return a
4516         much too big value
4517         (combine_demerits): use pointers to reduce copying data
4518         (calc_subproblem): idem
4519         (get_page_penalty): add page turn penalties
4520         
4521 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4522
4523         * Documentation/user/invoking.itely (Invoking lilypond): better
4524         explanation of -e usage.
4525
4526         * lily/main.cc (main_with_guile): don't append to
4527         init_scheme_code_string
4528
4529         * tex/texinfo.tex (sectionheading, q.v.): don't center @image.
4530
4531         * Documentation/user/invoking.itely: add note about MacOS X scripts.
4532
4533         * scripts/convert-ly.py (do_options): don't print help for
4534         --show-rules rule.
4535
4536         * tex/texinfo.tex: patch texinfo.tex to leave single quotes in
4537         @code and @example. Update from texinfo.tex from CVS.
4538
4539 2006-03-08  Graham Percival  <gpermus@gmail.com>
4540
4541         * Documentation/user/scheme-tutorial.itely: clarifies distances
4542         measured in staff-spaces.
4543
4544 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4545
4546         * lily/slur.cc (outside_slur_callback): only calculate offsets if
4547         consider[k] is true.
4548
4549         * scm/output-ps.scm (grob-cause): put numbers to ~$ (Thanks Johannes!)
4550
4551         * lily/spacing-basic.cc (standard_breakable_column_spacing): also
4552         consider columns that have originals.  Unifies spacing for mm
4553         rests around line breaks.
4554
4555         * lily/multi-measure-rest.cc (set_spacing_rods): read bound-padding.
4556         (set_text_rods): idem.
4557         (calculate_spacing_rods): new function: share code between
4558         set_text_rods and set_spacing_rods.
4559         (set_text_rods): take extents of bounds into account.  
4560
4561 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4562
4563         * Documentation/user/basic-notation.itely (Writing music in
4564         parallel): don't use relative.
4565
4566 2006-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4567
4568         * ly/music-functions-init.ly (Module): add shiftDurations
4569
4570         * ly/drumpitch-init.ly (drumPitchNames): add tamtam.
4571
4572         * scm/paper.scm (paper-alist): no decimals for Ax paper sizes. 
4573
4574         * ly/engraver-init.ly: init vocalName to nil.
4575
4576 2006-03-05 Erik Sandberg  <mandolaerik@gmail.com>
4577
4578         * scm/music-functions.scm (music->make-music): bugfix,
4579         KeyChangeEvents are now handled correctly.
4580
4581         * scripts/lilypond-book.py: Add --debug option.
4582
4583 2006-03-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4584
4585         * python/lilylib.py: add tempfile.
4586
4587 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4588
4589         * VERSION (PACKAGE_NAME): release 2.7.37
4590
4591         * python/lilylib.py (ps_page_count): remove make_ps_images().
4592         (ps_page_count): remove mkdir_p
4593         (system): remove cleanup_temp.
4594         (exit): remove lilypond_version_(check)
4595         (error_log): remove pseudo_filter_p
4596         remove read_pipe
4597         remove cp_to_dir
4598         remove identify
4599
4600         * scripts/lilypond-book.py (Lilypond_snippet.compose_ly): don't
4601         use __main__
4602
4603         * lily/accidental-engraver.cc (make_standard_accidental): only add
4604         support for side-axis is X_AXIS. Fixes text-spacing-accidental.ly
4605
4606         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
4607         $(outdir)/emmentaler-%.svg): rewrite without functions; too many
4608         Make incompatibilities.
4609
4610         * scm/output-ps.scm (grob-cause): replace backslashes by /
4611         (glyph-string): use ~$ for less decimals for glyph-string and grob-cause.
4612
4613 2006-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4614
4615         * cygwin/GNUmakefile: Install fixes.
4616
4617         * scripts/GNUmakefile (SEXECUTABLES): Install fix: remove mup2ly.
4618
4619         * lily/note-head.cc (head::get_balltype): Compile fix.
4620
4621         * flower/file-name.cc (dos_to_posix): Flower string fix.
4622
4623 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4624
4625         * python/lilylib.py: pychecker cleanups.
4626
4627         * scripts/lilypond-book.py
4628         (Lilypond_snippet.output_print_filename): pychecker cleanups
4629
4630         * scripts/midi2ly.py (Key.dump): pychecker cleanups.
4631
4632         * python/lilylib.py (underscore): remove identify() , warranty()
4633
4634         * ps/music-drawing-routines.ps: change Border routine for GSView
4635         compatibility.
4636
4637         * lily/stem.cc (height): use quantize-positions.  This triggers
4638         set_stem_lengths, so scripts on beamed stems are handled correctly.
4639
4640         * lily/side-position-interface.cc (aligned_side): check if edges
4641         of script are inside staff. Fixes accent of edge of the staff.
4642
4643         * input/regression/staccato-pos.ly: more examples.
4644
4645         * stepmake/aclocal.m4 (depth): fix bashism.
4646
4647         * lily/lyric-combine-music-iterator.cc: move from
4648         new-lyric-combine-iterator.cc
4649         (process): add pending_grace_lyric_ member to delay lyrics on
4650         grace notes.
4651
4652         * lily/system-start-text.cc (print): suicide if we don't have any
4653         elements. Fixes hara kiri'd instrument names.
4654
4655         * scripts/mup2ly.py (Module): remove.
4656
4657 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4658
4659         * Documentation/user/global.itely (A single music expression):
4660         close @lilypond properly
4661
4662         * lily/volta-bracket.cc (modify_edge_height): change from
4663         after_line_breaking_callback. Suicide last bracket if appropriate.
4664  
4665         * python/lilylib.py: strip getopt support
4666
4667         * scripts/etf2ly.py (do_options): use optparse
4668
4669         * scripts/midi2ly.py: optparse, strip lilylib copy. 
4670
4671         * scripts/abc2ly.py (voices): use optparse.
4672
4673         * stepmake/stepmake/generic-vars.make: new function absdir.
4674
4675         * scripts/convert-ly.py (bindir): use optparse, argv[0] relocation.
4676
4677         * scripts/lilypond-book.py (find_file): use global_options for
4678         include path
4679
4680         * scm/ps-to-png.scm (ps-page-count): prevent null characters
4681         entering C code.
4682
4683 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4684
4685         * python/lilylib.py (get_global_option): ughness for extracting
4686         global options from lilylib.
4687         (NonDentedHeadingFormatter.format_heading): move from musicxml2ly
4688
4689         * scripts/lilypond-book.py (get_option_parser): use optparse for
4690         option handling.  Put options in global_options variable.
4691
4692 2006-02-28  Heikki Junes  <hjunes@cc.hut.fi>
4693
4694         * Documentation/index.html.in: clarify.
4695
4696 2006-02-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4697
4698         * scm/layout-page-layout.scm (write-page-breaks): add a
4699         music-system-heights property to the page layout output.
4700
4701         * scm/page.scm (make-page-stencil): take footer into account when
4702         computing the 'space-left page property
4703         (annotate-space-left): take footer into account when annonating
4704         space left.
4705
4706 2006-02-28  Graham Percival  <gpermus@gmail.com>
4707
4708         * Documentation/user/ advanced-notation, global: more (final)
4709         docs for music expressions, removed special fermatas.
4710
4711 2006-02-27  Graham Percival  <gpermus@gmail.com>
4712
4713         * Documentation/user/ basic-notation, global: minor changes
4714         from mailist.
4715
4716 2006-02-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4717
4718         * scm/framework-ps.scm:         
4719         * scm/lily-library.scm (nan?, inf?): Move guile 1.6 compatibility
4720         layer for inf? and nan? from framework-ps to lily-library.
4721
4722 2006-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4723
4724         * mf/GNUmakefile ($(outdir)/emmentaler-$(1).otf
4725         $(outdir)/emmentaler-$(1).svg): remove backslashes from define endef.
4726
4727         * buildscripts/substitute-encoding.py (Module): remove file.
4728
4729         * mf/GNUmakefile: more PFA strippage.
4730
4731         * mf/aybabtu.pe.in (i): remove PFAaybabtu generation
4732
4733         * buildscripts/gen-emmentaler-scripts.py (i): remove PFAemmentaler
4734         generation
4735
4736         * scm/framework-ps.scm: remove font name munging.
4737
4738         * Documentation/topdocs/INSTALL.texi (Top): bump GS requirement.
4739
4740 2006-02-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4741
4742         * scm/markup.scm (define-markup-command): change
4743         def-markup-command to define-markup-command
4744
4745         * scm/music-functions.scm (define-music-function): change
4746         def-music-function to define-music-function.
4747
4748         * python/convertrules.py (conv): rules for def-music-function
4749         and def-markup-commands
4750
4751         * Documentation/user/programming-interface.itely,
4752         input/no-notation/display-lily-tests.ly,
4753         input/regression/lily-in-scheme.ly,
4754         input/regression/markup-user.ly,
4755         input/regression/music-function.ly, input/regression/tie-chord.ly,
4756         scm/fret-diagrams.scm, ly/music-functions-init.ly,
4757         ly/gregorian-init.ly: use new macro names (define-music-function,
4758         define-markup-command).
4759
4760 2006-02-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4761
4762         * scripts/lilypond-book.py (main): write Makefile dependencies file. 
4763         (output): add comments to lp-book latex output.
4764
4765         * GNUmakefile.in (footifymail): use gmane address for webpage bug
4766         address.
4767
4768 2006-02-23  Graham Percival  <gpermus@gmail.com>
4769
4770         * Documentation/user/ tutorial, global: minor changes.
4771
4772 2006-02-23  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4773
4774         * mf/GNUmakefile: add '\' in multi-line "define ... endef"
4775         blocks (for make 3.80)
4776
4777         * scm/parser-ly-from-scheme.scm (ly:parse-string-result): add
4778         \notemode so that user should not have to explicitely type it.
4779
4780         * scm/define-music-display-methods.scm: various
4781         fixes (ApplyOutputEvent, ApplyContext; \new, \context and derived
4782         constructs)
4783
4784         * input/no-notation/display-lily-tests.ly: new tests for
4785         \applyOutput and \applyContext
4786
4787 2006-02-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4788
4789         * lily/constrained-breaking.cc: patch by Joe Neeman: "I have
4790         changed it slightly so that the number of systems returned by
4791         solve () will be the same as the last value passed to resize
4792         (). I've also added more documentation, removed casts, fixed style
4793         problems and put in some recovery if constraints aren't satisfied."
4794
4795 2006-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4796
4797         * elisp/lilypond-mode.el (count-matches-as-number): New funtion
4798         for emacs < 22 compatibility.
4799         (count-rexp): Use it.
4800         (LilyPond-string-current-midi, LilyPond-string-all-midi): Remove
4801         substring juggling (Milan Zamazal).
4802
4803 2006-02-23  Graham Percival  <gpermus@gmail.com>
4804
4805         * Documentation/user/ basic-notation, advanced-notation,
4806         global.itely, invoking.itely, tutorial,itely:
4807         minor fixes from mailist.
4808
4809         * scm/define-markup-commands.scm: improve docs of \filled-box.
4810
4811 2006-02-23  Heikki Junes  <hjunes@cc.hut.fi>
4812
4813         * Documentation/index.html.in: changes concern the previous release.
4814
4815         * input/regression/+.ly: cultivate typographical terminology.
4816
4817 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4818
4819         * scm/define-grob-interfaces.scm (parentheses-interface): add
4820         padding to parentheses-interface.
4821
4822         * Documentation/user/GNUmakefile: remove $(CROSS) support from
4823         Documentation/user/GNUmakefile. Use --disable-documentation for that.
4824
4825         * VERSION (PATCH_LEVEL): release 2.7.36
4826
4827         * lily/slur.cc: add avoid-slur (ugh.)
4828         
4829         * lily/slur-configuration.cc (fit_factor): oops, skip point if
4830         intersection gets smaller. This fixes slurs over extreme points.
4831
4832         * lily/melody-engraver.cc (stop_translation_timestep): ignore
4833         stems with neutral-direction set.
4834
4835         * lily/piano-pedal-engraver.cc (create_text_grobs): idem.
4836
4837         * lily/open-type-font.cc (load_table): format error.
4838
4839         * lily/change-iterator.cc (process): format fix.
4840
4841         * flower/include/international.hh (_f): idem.
4842
4843         * flower/include/std-string.hh: add format printf attribute.
4844
4845         * scm/define-grobs.scm (all-grob-descriptions): height of all
4846         PedalLineSpanner is Y-extent property. Fixes pedal-ped.ly
4847
4848         * lily/ambitus-engraver.cc (finalize): use grob_array. This fixes
4849         ambitus lines.
4850
4851         * input/regression/beam-cross-staff-slope.ly: remove decrescendo.
4852
4853 2006-02-22 Erik Sandberg  <mandolaerik@gmail.com>
4854
4855         * input/regression/: upgraded syntax for some files.
4856
4857         * THANKS: Add bughunters.
4858
4859 2006-02-22  Graham Percival  <gpermus@gmail.com>
4860
4861         * Documentation/user/ invoking.itely, advanced-notation.itely,
4862         global.itely: long-awaited "let's make chapter 10 not suck"
4863         update.  Rearrange chapter 10; now called "global issues",
4864         addresses file structure, etc.  Some info from other files
4865         moved into global.itely.
4866
4867 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4868
4869         * lily/accidental-engraver.cc (acknowledge_rhythmic_head): also
4870         catch trill-span-event notes.
4871
4872         * Documentation/user/examples.itely (Ancient notation templates): typo.
4873         (Jazz combo): typo.
4874
4875         * scripts/lilypond-book.py (main): scrap invokes_lilypond(). 
4876
4877         * Documentation/user/basic-notation.itely (Ties): document \repeatTie.
4878
4879         * Documentation/topdocs/NEWS.tely (Top): document \repeatTie.
4880
4881         * scm/define-music-types.scm (music-descriptions): add RepeatTieEvent
4882
4883         * lily/repeat-tie-engraver.cc (acknowledge_note_head): new file. cut & paste
4884         froum Laissez_vibrer_engraver.
4885
4886         * ly/declarations-init.ly (repeatTie): add \repeatTie
4887
4888         * scm/define-grobs.scm (all-grob-descriptions): add RepeatTie, RepeatTieColumn
4889
4890         * scm/define-grob-properties.scm (all-user-grob-properties): add
4891         head-direction property.
4892
4893         * lily/tie-formatting-problem.cc (from_semi_ties): rename from
4894         from_lv_ties. Take head direction argument.
4895
4896         * lily/semi-tie-column.cc: rename from
4897         laissez-vibrer-tie-column.cc. Rename class too.
4898
4899         * lily/semi-tie.cc: rename from laissez-vibrer-tie.cc. Rename
4900         class too.
4901
4902         * lily/paper-score.cc (find_break_indices): move from Break_algorithm.
4903
4904         * lily/break-algorithm.cc (find_break_indices): remove linewidth <
4905         0 case.
4906         (find_breaks): idem.
4907
4908 2006-02-21  Graham Percival  <gpermus@gmail.com>
4909
4910         * Documentation/user/advanced-notation.itely: fixed make-moment]
4911         example.
4912
4913         * Documentation/user/basic-notation.itely: more clarification to
4914         transpose.
4915
4916 2006-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4917
4918         * lily/include/constrained-breaking.hh (class
4919         Constrained_breaking): new file.
4920
4921         * lily/constrained-breaking.cc (resize): new file.
4922
4923         * lily/gourlay-breaking.cc (do_solve): ragged-last iso raggedlast
4924
4925         * Documentation/user/advanced-notation.itely (Clusters): insert
4926         end ignore too.
4927
4928         * lily/tie-column.cc (calc_positioning_done): support for
4929         tie-score debugging
4930
4931         * lily/tie-formatting-problem.cc
4932         (generate_extremal_tie_variations): factor out.
4933         (score_ties_configuration): annotate all tie 
4934         (print_ties_configuration): new routine.
4935         (generate_configuration): nudge extremal ties outside of the head
4936         Y extents.
4937         (score_ties_configuration): oops. convert to staff-space before
4938         determining position symmetry.
4939
4940 2006-02-20  Graham Percival  <gpermus@gmail.com>
4941
4942         * Documentation/user/*-notation.itely: misc minor editing,
4943         shifting doc sections around.
4944
4945         * Documentation/user/*-notation-itely, global.itely,
4946         changing-defaults.itely: added new stuff from NEWS.
4947
4948 2006-02-20  Heikki Junes  <hjunes@cc.hut.fi>
4949
4950         * po/fi.po: update.
4951
4952 2006-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4953
4954         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): don't run
4955         lilypond --verbose for lp-book.
4956
4957         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
4958         $(outdir)/%.ly $(outdir)/%.ps): use $(srcdir) iso $(shell pwd).
4959
4960         * make/lysdoc-rules.make ($(outdir)/collated-files.tely): use
4961         $(buildscript-dir) iso. absolute depth.
4962
4963         * buildscripts/genicon.py (dir): thinko.
4964
4965         * Documentation/pictures/GNUmakefile ($(outdir)/%.ico): typo.
4966
4967 2006-02-19 Erik Sandberg  <mandolaerik@gmail.com>
4968
4969         * scm/output-lib.scm: swap darkcyan/darkyellow
4970
4971         * THANKS: Add bughunters.
4972
4973 2006-02-19  Graham Percival  <gpermus@gmail.com>
4974
4975         * Documentation/user/programming-interfaces.itely: fixed example.
4976
4977         * Documentation/user/instrument-notation.itely: fix @{ @}.
4978
4979         * scm/script.scm: add avoid-slur for \open.
4980
4981 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4982
4983         * lily/tie-formatting-problem.cc (score_configuration): use
4984         sliding score for min-length. 
4985
4986         * Documentation/pictures/GNUmakefile (local-dist): loose the rule
4987         spaghetti for icons.
4988
4989         * buildscripts/genicon.py (program_name): new file.
4990
4991         * lily/tie-formatting-problem.cc (set_chord_outline): put dots
4992         in outline too.  
4993         (generate_configuration): for small ties, also look for collisions
4994         at Y + DIR*h + DELTA_Y.
4995         (get_variations): consider variation for dot positions too.
4996
4997         * lily/side-position-interface.cc (aligned_side): take abs for
4998         quantized rounded position. Fixes tenuto below staff.
4999
5000         * scm/stencil.scm (annotate-y-interval): robustify: print nan/inf
5001         markers when necessary.
5002
5003         * lily/program-option.cc (internal_set_option): add
5004         strict_infinity_checking option.
5005
5006         * scm/output-lib.scm (cyan): swap yellow and cyan.
5007
5008 2006-02-19  Graham Percival  <gpermus@gmail.com>
5009
5010         * darwin.patch: trivial linenumber update.
5011
5012         * Documentation/user/ {various}: `\context foo = named' changed
5013         to `\new foo = "name"' in docs.
5014
5015 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5016
5017         * scm/stencil.scm (annotate-y-interval): use it.
5018
5019         * scm/lily-library.scm (interval-sane?): new function.
5020
5021         * buildscripts/mf-to-table.py (Char_metric.__init__): remove
5022         tfm_checksum stuff.
5023
5024         * lily/tie-formatting-problem.cc (from_lv_ties): add heads for
5025         common refpoint.
5026
5027         * flower/include/std-vector.hh (iterof): add iterof macro.
5028
5029         * lily/enclosing-bracket.cc (width): new function.
5030
5031         * lily/align-interface.cc (align_elements_to_extents): reinstate
5032         warning.
5033
5034 2006-02-18  Heikki Junes  <hjunes@cc.hut.fi>
5035
5036         * Documentation/index.html.in: fix spelling: thankyous.
5037
5038 2006-02-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5039
5040         * lily/lyric-hyphen.cc: typo.
5041
5042 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5043
5044         * stepmake/stepmake/c++-rules.make ($(outdir)/%.cc
5045         $(outdir)/%.hh): generate h and c in one rule; otherwise -jX
5046         builds don't work. 
5047
5048         * VERSION: release 2.7.35
5049
5050         * lily/beam.cc (get_default_dir): oops. Take abs () for
5051         extremes[DOWN].
5052         (get_default_dir): use extreme position criterion only in absence
5053         of forced stem directions.
5054
5055         * VERSION (PATCH_LEVEL): bump VERSION.
5056
5057         * mf/GNUmakefile: explicit rules for emmentaler/aybabtu
5058         dependencies. Necessary for -jX builds.  
5059
5060 2006-02-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5061
5062         * lily/relocate.cc (setup_paths): Yet another const fix.
5063
5064 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5065
5066         * configure.in (HOST_ARCH): determine HOST_ARCH in configure.
5067
5068         * lily/relocate.cc (setup_paths): oops.
5069
5070 2006-02-17  Heikki Junes  <hjunes@cc.hut.fi>
5071
5072         * Documentation/index.html.in: order links: html before PDF.
5073
5074 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5075
5076         * lily/tie-column-format.cc (Module): remove.
5077
5078         * lily/relocate.cc (setup_paths): GCC 4.2 fixes: const correctness.
5079
5080         * lily/text-spanner.cc (print): idem.
5081
5082         * lily/dynamic-text-spanner.cc (print): only print line if longer
5083         than dash-period.
5084
5085         * lily/auto-change-iterator.cc (change_to): formatting.
5086
5087         * lily/beam.cc (get_default_dir): take extreme note head as input
5088         for stem direction.
5089
5090         * lily/tie.cc (get_default_dir): only look directions for visible
5091         stems. 
5092
5093         * lily/side-position-interface.cc (aligned_side): oops. Don't
5094         mutiply with direction. This fixes quantized (staccato, tenuto)
5095         scripts below notes.
5096
5097         * lily/lyric-hyphen.cc (set_spacing_rods): oops. Multiply with
5098         direction. Fixes c-lyrics-center-align.ly
5099
5100 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
5101
5102         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Add copy
5103         constructor.
5104
5105         * lily/std-string.cc:
5106         * lily/include/std-vector.hh (split_string): Move and rename from
5107         lily/include/misc.hh, lily/misc.cc.  Update callers.
5108
5109 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5110
5111         * lily/include/pango-font.hh: HAVE_PANGO_FT2 iso. HAVE_PANGO_16
5112
5113 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
5114
5115         * flower/test-file.cc: New file.
5116
5117         * stepmake/stepmake/test-vars.make (TEST_MODULE_LIBES): Fixes for
5118         libraries.
5119
5120         * flower/GNUmakefile (TEST_MODULE_LIBS): Link to flower lib.
5121
5122 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5123
5124         * flower/include/file-storage.hh: remove file.
5125
5126         * lily/include/midi-item.hh (class Midi_track): idem.
5127
5128         * lily/include/source.hh (class Sources): idem.
5129
5130         * lily/include/performance.hh (class Performance): use vector
5131         iso. Cons<>
5132
5133         * flower/include/cons.hh (class Cons): remove file.
5134
5135         * flower/include/flower-proto.hh: remove template cruft.
5136
5137         * lily/include/font-metric.hh: use size_t not vsize for indices.
5138
5139         * flower/include/flower-proto.hh (Module): remove std-vector.hh
5140         from proto.
5141
5142         * lily/include/all-font-metrics.hh: use HAVE_PANGO_FT2
5143
5144         * lily/include/paper-book.hh (class Paper_book):
5145         make get_system_specs() public.
5146
5147         * scm/layout-page-layout.scm (optimal-page-breaks): only consider
5148         the force=10000 case if we don't have a current-best. 
5149
5150         * lily/tuplet-bracket.cc (get_bounds): don't do (size() - 1) for
5151         vsize 
5152
5153         * flower/include/flower-proto.hh: remove outdated templates.
5154
5155         * scm/page.scm: use annotate-spacing
5156
5157 2006-02-15  Graham Percival  <gpermus@gmail.com>
5158
5159         * scm/translation-functions.scm: circle patch from Erlend, thanks!
5160
5161         * THANKS: moved Erlend Aasland to contributors.
5162
5163 2006-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5164
5165         * config.hh.in: remove HAVE_PANGO_16
5166
5167         * lily/tuplet-bracket.cc (calc_positions): multiply with
5168         staff-space for beam case. This fixes tuplets+beams on scaled
5169         staves.
5170
5171         * config.hh.in: remove all Kpathsea related defines.
5172
5173         * lily/dot-column.cc (side_position): reach stem via dots->
5174         head->stem. Inspect all stems for dot collisions. 
5175
5176         * lily/dot-column-engraver.cc (class Dot_column_engraver): excise
5177         stem handling.
5178
5179         * lily/bar-number-engraver.cc (process_music): document function
5180         of whichBar.
5181
5182         * lily/score.cc (default_rendering): add pscore, not systems
5183         themselves.
5184
5185         * lily/paper-book.cc (get_system_specs): separate generation of
5186         titles and systems.
5187
5188         * flower/include/std-vector.hh: don't include config.hh
5189
5190 2006-02-15  Jan Nieuwenhuizen  <janneke@gnu.org>
5191
5192         * flower/include/std-vector.hh: Better wrapper compatibility with
5193         std::vector.
5194
5195         * flower/include/flower-proto.hh: Remove cheap forward declaration
5196         attempts.
5197
5198         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): Bugfix.
5199
5200 2006-02-14  Graham Percival  <gpermus@gmail.com>
5201
5202         * Documentation/user/invoking.itely: add warning about command line.
5203
5204 2006-02-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5205
5206         * lily/include/lily-proto.hh: add Prob, rm Page.
5207
5208         * flower/include/std-vector.hh (VPOS): use 64 bit-proof version.
5209
5210         * VERSION: release 2.7.34
5211
5212         * lily/relocate.cc (framework_relocation): show canary if
5213         GHOSTSCRIPT_VERSION undefined.
5214
5215         * GNUmakefile.in: remove $(VERSION) symlink.
5216
5217         * lily/relocate.cc (setup_paths): add + 
5218
5219 2006-02-13  Heikki Junes  <hjunes@cc.hut.fi>
5220
5221         * Documentation/index.html.in: specify sizes for all big HTML pages.
5222
5223 2006-02-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5224
5225         * config.hh.in: remove @FRAMEWORKDIR@
5226
5227         * lily/system-start-text.cc (get_stencil): new file: separate out
5228         system-start-delimiter text support.
5229
5230         * input/**ly: replace \context with \new where appropriate.
5231         
5232         * THANKS: add Don.
5233
5234         * lily/slur-scoring.cc (get_base_attachments): use
5235         robust_relative_extent. This fixes problems with empty paper-columns. 
5236
5237 2006-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5238
5239         * Documentation/topdocs/NEWS.tely (Top): document \new syntax.
5240
5241         * scm/define-music-properties.scm (all-music-properties):
5242         create-new property.
5243
5244         * lily/context-specced-music-iterator.cc (construct_children):
5245         inspect 'create-new property iso. magical $uniqueContextId context
5246         id.
5247
5248         * lily/parser.yy (optional_id): allow \new "Bar" = "foo" too.
5249
5250         * lily/context-key-manager.cc (Module): new file. Encapsulate
5251         object key generation.
5252
5253         * lily/include/context-key-manager.hh (Module): new file.
5254
5255 2006-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5256
5257         * scm/define-grobs.scm (all-grob-descriptions): center instrument
5258         names vertically
5259
5260         * configure.in (LINK_GXX_STATICALLY): strip -DSTRING_UTILS_INLINED
5261         options.
5262         (reloc_b): excise --enable-framework-dir
5263
5264         * lily/relocate.cc (framework_relocation): use getenv
5265         LILYPOND_GS_VERSION or -DGHOSTSCRIPT_VERSION to set GS version.
5266
5267 2006-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
5268
5269         * flower/include/std-string.hh: 
5270         * flower/include/std-vector.hh: Finish std:: conversion; move
5271         flower extensions from std:: namespace.  Update users.
5272
5273         * lily/include/lily-proto.hh: Replace Link_array__*_ macros by
5274         their expansion to vector<*>.  Update users.
5275
5276 2006-02-10  Graham Percival  <gpermus@gmail.com>
5277
5278         * Documentation/user/invoking.itely: add example to File structure.
5279
5280         * Documentation/user/ instrument-notation.itely, cheatsheet.itely,
5281         examples.itely, putting.itely: {\new|\context} Lyrics \lyricsto.
5282
5283 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5284
5285         * ly/paper-defaults.ly: typo.
5286
5287         * lily/parenthesis-engraver.cc (acknowledge_grob): don't do
5288         set_parent() for parentheses. This will make it show up in bbox
5289         calculations.
5290
5291         * scm/output-lib.scm (parentheses-item::print): rewrite, using
5292         ly:grob-common* functions.
5293
5294         * lily/grob-scheme.cc (LY_DEFINE):
5295         ly:grob-common-refpoint-of-array: new function 
5296         ly:grob-common-refpoint: new function 
5297         ly:grob-relative-coordinate: new function 
5298
5299         * lily/instrument-name-engraver.cc (process_music): use
5300         Text_interface::is_markup(). This fixes \markup on instrument names.  
5301
5302         * scm/define-grobs.scm (all-grob-descriptions): set line-thickness
5303         for ties and slurs.
5304
5305         * lily/slur.cc (print): idem.
5306
5307         * lily/tie.cc: add line-thickness for ties. 
5308
5309 2006-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
5310
5311         * scm/output-svg.scm: Document diversion from GNU coding standards
5312         as a workaround for a bug in Microsoft Internet Explorer.
5313
5314 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5315
5316         * lily/instrument-name-engraver.cc (process_music): use
5317         is_markup() iso. is_string()
5318
5319         * Documentation/user/changing-defaults.itely (Module): add menu entry.
5320
5321         * lily/percent-repeat-engraver.cc (process_music): only look at
5322         main_part_ for % repeats.
5323
5324         * lily/stem-tremolo.cc (get_beam_translation): new function.
5325         (calc_slope): new function.
5326         (height): don't use real slope.
5327
5328 2006-02-10  Jürgen Reuter  <reuter@ipd.uka.de>
5329
5330         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: add
5331         new connect-to-neighbor, control-points and staff-padding
5332         properties to make ligature brackets showing up again.
5333
5334 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5335
5336         * VERSION: release 2.7.33
5337
5338         * lily/relocate.cc (prefix_relocation): oops. One TOPLEVEL_VERSION
5339         too many.
5340
5341         * Documentation/user/changing-defaults.itely (Difficult tweaks):
5342         remove applyOutput example.
5343         (Objects connected to the input): document \tweak, \parenthesize
5344
5345         * lily/relocate.cc (prefix_relocation): allow "current"
5346         iso. TOPLEVEL_VERSION for share/lilypond/ suffix. This makes
5347         changing VERSION in a lily tree less painful.
5348
5349         * input/regression/parenthesize.ly: new file. 
5350
5351         * scm/output-lib.scm (parenthesize-element): new function.
5352
5353         * scm/define-grobs.scm (all-grob-descriptions): add ParenthesesItem.
5354
5355         * lily/parenthesis-engraver.cc (acknowledge_grob): new file.
5356
5357         * lily/accidental-engraver.cc (make_standard_accidental): reroute
5358         cause: accidentals are caused by note heads, not note events. 
5359
5360 2006-02-08  Graham Percival  <gpermus@gmail.com>
5361
5362         * darwin.patch: small patch from Erlend, thanks!
5363
5364         * Documentation/user/basic-notation.itely: add stem-neutral example.
5365
5366         * Documentation/user/putting.itely: clarifications.
5367
5368 2006-02-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5369
5370         * Documentation/topdocs/NEWS.tely (Top): remove internal cleanup
5371         note, add more guidelines to what should go into NEWS.
5372
5373         * input/sakura-sakura.ly: document how to override font.
5374
5375         * input/regression/font-family-override.ly:  doc -dshow-available-fonts
5376
5377 2006-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5378
5379         * lily/midi-item.cc (to_string): truncate time sig at 255 beats.
5380
5381 2006-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
5382
5383         * scripts/convert-ly.py (lilypond_version_re_str): Move from
5384         convertrules.  Add explicit grouping, needed for python2.2.
5385
5386 2006-02-07  Jan Nieuwenhuizen  <janneke@gnu.org>
5387
5388         * Documentation/topdocs/NEWS.tely (Top): Mention code cleanup.
5389
5390 2006-02-07  Graham Percival  <gpermus@gmail.com>
5391
5392         * Documentation/user/global.itely: fix line-width in (text) docs.
5393
5394         * Documentation/user/lilypond-book.itely: same.
5395
5396 2006-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5397
5398         * VERSION (PACKAGE_NAME): release 2.7.32
5399
5400         * Documentation/topdocs/NEWS.tely (Top): document new variable
5401         naming.
5402
5403         * flower/include/array.icc (Message): remove file.
5404
5405         * flower/include/std-vector.hh: make sure vsize and VPOS are
5406         defined for binary_search_bounds().
5407
5408         * flower/std-string.cc (std): add to_string(long unsigned).
5409
5410         * configure.in (gui_b): excise std_string option.
5411         (gui_b): excise std_vector option.
5412
5413         * flower/string.cc (Module): excise flower array & string
5414
5415         * flower/include/std-string.hh: excise flower string.
5416
5417         * {ly,lily,scm}/*: use dashes in \paper and \layout variables
5418
5419         * python/convertrules.py (lilypond_version_re_str): require
5420         only numbers and dots in \version string.
5421
5422 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5423
5424         * lily/system-start-delimiter.cc (print): allow style = text too.
5425
5426         * lily/system-start-delimiter-engraver.cc
5427         (acknowledge_system_start_text): new function, also add add to
5428         support of system-start-text (instrument names). This fixes
5429         instrument names on piano staves.
5430
5431         * lily/instrument-name-engraver.cc: rewrite. Use
5432         system-start-delimiter approach. This save memory and cpu.
5433
5434         * scm/define-grobs.scm (all-grob-descriptions): remove
5435         instrument-name from break-alignment.
5436
5437         * mf/GNUmakefile ($(NCSB_TTFS)): depend on pfx2ttf script too.
5438
5439 2006-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5440
5441         * stepmake/stepmake/generic-vars.make (LOOP): Add PLUS to keep -j
5442         jobserver going.
5443
5444         * configure.in (std_vector): On by default.
5445
5446         * lily/include/font-metric.hh:
5447         * lily/include/tfm-reader.hh: 
5448         * lily/include/spanner.hh: Use unsigned for indices and sizes.
5449         Update users.
5450
5451         * Documentation/user/changing-defaults.itely: Fix link v2.5, out-www.
5452
5453 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5454
5455         * VERSION (PACKAGE_NAME): 2.7.31
5456
5457         * scm/framework-ps.scm (dump-stencil-as-EPS): don't hardcode left
5458         EPS edge at 0, but take minimum with left-overshoot. This fixes
5459         cut off system start delims. 
5460
5461         * lily/instrument-name-engraver.cc (stop_translation_timestep):
5462         hack: add to axis group if not added yet. This fixes hara kiri'd
5463         piano staves.
5464
5465         * lily/hara-kiri-group-spanner.cc
5466         (force_hara_kiri_in_y_parent_callback): fix signatures.
5467
5468         * lily/hairpin.cc (print): check next hairpin to see whether or
5469         not to be continuing.
5470
5471 2006-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
5472
5473         * Remove trailing whitespace from makefiles.
5474         
5475         * flower/include/std-vector.hh: Add binary_search_bounds workaround
5476         for earlier gcc.
5477
5478         * .cvsignore: Add out*, out-www, config-*.  Remove lots of cruft.
5479
5480         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Workaround.
5481
5482         * config.hh.in (HAVE_STL_DATA_METHOD): Add.
5483
5484         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): New function.
5485
5486         * configure.in: Use it.
5487
5488 2006-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5489
5490         * scm/music-functions.scm (pitch-of-note): new function.
5491
5492         * ly/music-functions-init.ly: add \octave and \addquote
5493
5494         * lily/parser.yy (music_function_chord_body): softcode \octave.
5495         (lilypond_header): softcode \addquote
5496
5497 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5498
5499         * flower/include/std-vector.hh[STD_VECTOR]: Do not include
5500         array.hh, parray.hh at all.  Getting ready to flip the
5501         configure default.
5502
5503         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
5504
5505         * lily/source-file.cc (file::get_line): Help binary_search_bounds
5506         a bit.
5507
5508         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
5509
5510 2006-02-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5511
5512         * flower/include/array.hh: typo. 
5513
5514 2006-02-02  Graham Percival  <gpermus@gmail.com>
5515
5516         * Documentation/user/advanced-notation.itely: doc "\#" in text.
5517
5518 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5519
5520         * flower/include/pqueue.hh: Derive from std::vector.
5521
5522         * flower/include/parray.hh: Conform to std::vector interface.
5523         Update users.
5524
5525 2006-02-02  Graham Percival  <gpermus@gmail.com>
5526
5527         * Documentation/topdocs/NEWS.itely: grammar fix from Laura.
5528
5529 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5530
5531         * flower/file-path.cc (is_file): remove if 0 section.
5532
5533         * buildscripts/pfx2ttf.fontforge (err): robustness fix for
5534         selecting afii61352.
5535
5536 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5537
5538         * flower/include/std-vector.hh (boundary): Oops, reverse.
5539
5540         * flower/string-convert.cc (convert::unsigned_string): Bugfix:
5541         remove superfluous `d'.
5542
5543         * flower/include/std-vector.hh (boundary, top): Detach from class.
5544         Remove empty vector shell.
5545
5546         * flower/include/array.hh (reverse, swap): Detach from class.
5547         Update users.
5548         
5549         * flower/include/std-vector.hh
5550         * flower/include/array.hh (concat): Globally change to insert ().
5551
5552         
5553         * flower/include/std-vector.hh
5554         * flower/include/parray.hh
5555         * flower/include/array.hh (elem, elem_ref): Globally replace by
5556         at ().
5557
5558 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5559
5560         * Documentation/topdocs/NEWS.tely (Top): use ly: prefix for members.
5561
5562         * python/convertrules.py (FatalConversionError.sub_cxx_id):
5563         anticipate on identifier substitutions.
5564
5565 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5566
5567         * flower/include/std-vector.hh (insert): Remove, replace by
5568         std::vector interface.  Update callers.
5569
5570         * flower/include/array.icc (insert): Change signature to
5571         match std::vector interface.
5572         
5573         * flower/include/array.icc (vector_sort): Bugfix.
5574
5575 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5576
5577         * lily/parser.yy (output_def_head_with_mode_switch): new
5578         production. Result: dashes and underscores may be used in the
5579         \paper block.
5580
5581         * lily/lexer.ll: add DASHED_WORD.  Accept in INITIAL mode.
5582
5583         * python/convertrules.py (conv): oops. One slash too much.
5584
5585 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5586
5587         * flower/include/std-vector.hh (sort): Remove, replace by
5588         ::vector_sort.  Update callers.
5589
5590         * flower/include/std-vector.hh (slice): Remove.  Update callers.
5591         (sort): Bugfix.
5592
5593         * flower/test-std.cc (vector_sort): New test.
5594
5595 2006-02-01  Graham Percival  <gpermus@gmail.com>
5596
5597         * Documentation/user/putting.itely: fixes from Erik.
5598
5599 2006-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
5600
5601         * flower/test-std.cc: Add simple unit test for vector migration.
5602
5603         * stepmake/stepmake/test*: Unit test support.
5604
5605         * flower/include/std-vector.hh (del): Remove.  Use erase (),
5606         update callers.
5607
5608         * flower/include/array.hh (begin, end): Add.
5609         (del, get): Remove.
5610
5611 2006-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5612
5613         * lily/include/lily-guile-macros.hh (MAKE_SCHEME_CALLBACK): use
5614         std::string not String. 
5615
5616         * lily/context-def.cc (path_to_acceptable_context): use INT_MAX
5617         iso UINT_MAX.
5618
5619         * lily/prob.cc (Prob): copy type_ too.
5620
5621         * lily/lily-guile.cc (mangle_cxx_identifier): new
5622         function. Class_bla::foo_bar_[px] ->
5623         ly:class-bla::foo-bar[?!]. Changes throughout
5624
5625 2006-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5626
5627         * flower/include/guile-compatibility.hh (scm_from_unsigned): add scm_from_unsigned().
5628
5629         * lily/beam.cc (calc_direction): take dir from visible stem in
5630         degenerate case.
5631
5632 2006-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
5633
5634         * lily/melody-spanner.cc (spanner::calc_neutral_stem_direction):
5635         Fix -1, >=0 boundary checks for unsigned vsize.
5636
5637         * lily/separating-group-spanner.cc (spanner::find_rods): Fix >=0
5638         loop for unsigned vsize.
5639
5640         * configure.in (--enable-std-vector): New option.
5641         (--enable-std-string): On by default.
5642
5643         * flower/include/std-vector.hh: New file.  Enable switch to
5644         std::vector, update client code.
5645
5646 2006-01-30  Graham Percival  <gpermus@gmail.com>
5647
5648         * scm/document-translation.scm: clarify "this context is also
5649         known as".  Thanks, Werner!
5650
5651         * Documentation/user/putting.itely: small fixes from Don Blaheta.
5652
5653         * Documentation/user/invoking.itely: small fix from Don.
5654
5655 2006-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5656
5657         * scm/lily.scm (define-scheme-options): rename option
5658         preview-include-book-title to book-title-preview
5659         (define-scheme-options): move force-eps-font-include (from paper
5660         block) to eps-font-include -d option.
5661
5662         * VERSION (PATCH_LEVEL): release 2.7.30
5663
5664         * input/bach-schenker.ly (staffPiano): new file.
5665
5666         * buildscripts/pfx2ttf.fontforge: remove No. glyph from TTF file.
5667
5668         * Documentation/topdocs/NEWS.tely (Top): simplify NEWS entry, add
5669         credits to Nicolas.
5670
5671         * scm/define-markup-commands.scm (epsfile): add scaling to \epsfile.
5672
5673         * ps/lilyponddefs.ps: remove start-system, stop-system,
5674         start-page fluff. This saves putting { } code on the stack, fixing
5675         stack overflows when including EPS files.
5676
5677 2006-01-29  Graham Percival  <gpermus@gmail.com>
5678
5679         * Documentation/user/putting.itely: minor fixes (comments on -devel).
5680
5681 2006-01-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5682
5683         * Documentation/topdocs/NEWS.tely (Top): add \parallelMusic news.
5684
5685 2006-01-28  Graham Percival  <gpermus@gmail.com>
5686
5687         * Documentation/user/putting.itely: minor fixes (mostly tab->space).
5688
5689 2006-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5690
5691         * input/mutopia/claop.py: Update.
5692
5693 2006-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5694
5695         * input/regression/completion-heads.ly (texidoc): fix.
5696
5697         * lily/staff-symbol-referencer.cc (on_staff_line): idem.
5698
5699         * lily/tie-formatting-problem.cc
5700         (set_ties_config_standard_directions): use abs iso fabs for ints.
5701
5702         * Documentation/topdocs/INSTALL.texi (Top): document ncsb requirement.
5703
5704         * mf/feta-bolletjes.mf (overdone_heads): solfa_noteheight, a
5705         little less than noteheight, to prevent overlaps in chords.
5706
5707         * lily/note-collision.cc (check_meshing_chords): wipe upper FA
5708         head, and fudge stem-attachment.
5709
5710         * scm/lily-library.scm (not): define hash-for-each for guile 1.6
5711
5712         * lily/slur-scoring.cc (get_best_curve): handle opt_idx < 0 case.
5713
5714 2006-01-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5715
5716         * lily/main.cc (main): Debugging aid: catch exceptions.
5717
5718         * flower/std-string.cc (to_string): Robustification.  Fixes midi
5719         output with std::string.
5720
5721 2006-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5722
5723         * Documentation/topdocs/INSTALL.texi (Top): remove libkpathsea notes.
5724
5725 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
5726
5727         * Fix -DSTRING_UTILS_INLINED.
5728
5729 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5730
5731         * VERSION (PATCH_LEVEL): release 2.7.29
5732
5733         * lily/relocate.cc (setup_paths): mingw uses std string too.
5734
5735         * lily/*.cc: various fixes for substr(ARG).
5736
5737         * lily/sustain-pedal.cc (print): 
5738
5739         * flower/file-name.cc (slashify): use std strings.
5740
5741         * flower/string-convert.cc: remove publib.h
5742
5743         * scm/define-markup-commands.scm (verbatim-file): new markup
5744         command \verbatim-file
5745
5746         * Documentation/topdocs/NEWS.tely: fixup URLs
5747
5748         * input/regression/alignment-vertical-manual-setting.ly (Module):
5749         new file.
5750
5751         * lily/align-interface.cc (align_elements_to_extents): overwrite
5752         translations with numbers in alignment-offsets from left bound
5753
5754         * scm/page.scm (make-page-stencil): read X-offset from paper-system.
5755         (page-translate-systems): new function: take into account Y-offset.
5756
5757         * Documentation/topdocs/NEWS.tely (Top): document new features.
5758
5759         * input/regression/page-layout-manual-position.ly (Module): new
5760         file.
5761
5762 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
5763
5764         * flower/file-path.cc (path::parse_path): Oops.
5765
5766         * Finish std::string interface.  For now, use std:: marker
5767         throughout for easy s/r.
5768
5769 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5770
5771         * Documentation/user/putting.itely (Score is a single musical
5772         expression): typo.
5773         (Score is a single musical expression): more typos.
5774
5775         * scm/page.scm (annotate-space-left): thinko.
5776         (annotate-page): more thinkos.
5777
5778 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5779
5780         * scm/layout-page-layout.scm (write-page-breaks): record tweaks
5781         for different \score blocks separately.
5782         (post-process-pages): put write-page-layout into paper block.
5783
5784         * lily/output-def.cc (get_parser): new file.
5785
5786         * lily/output-def-scheme.cc (LY_DEFINE): ly:output-def-parser, new
5787         file.
5788
5789         * lily/include/output-def.hh (class Output_def): add parser_ member.
5790
5791         * input/regression/page-layout-twopass.ly (Module): new file.
5792
5793         * scm/lily.scm: remove cpp hack.
5794
5795         * lily/lyric-engraver.cc (get_voice_to_lyrics): use NPOS everywhere.
5796
5797 2006-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5798
5799         * GNUmakefile.in (c-clean): New target.
5800
5801         * flower/include/std-string.hh: String/std::string compatibility:
5802         Use NPOS for `not found' (iso -1), use ssize for length () and pos
5803         type.
5804
5805         * flower/rational.cc: 
5806         * flower/include/rational.hh: 
5807
5808         * flower/offset.cc: 
5809         * flower/include/offset.hh: 
5810
5811         * flower/interval.cc: 
5812         * flower/include/interval.hh: 
5813
5814         * flower/string-convert.cc: 
5815         * flower/include/string-convert.hh: Use std::string [interface].
5816         Update callers.
5817
5818 2006-01-25  Heikki Junes  <hjunes@cc.hut.fi>
5819
5820         * Documentation/index.html.in: clean up.
5821
5822 2006-01-25  Graham Percival  <gpermus@gmail.com>
5823
5824         * Documentation/user/putting.itely: another new untested doc section.
5825
5826 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5827
5828         * scm/layout-page-layout.scm (write-page-breaks): write
5829         \spacingTweaks #ALIST. Handle grace timing.
5830
5831         * scm/: more imports.
5832
5833         * scm/page.scm (make-page): add footer/header.
5834         (annotate-space-left): revise: only take page argument.
5835         (layout->page-init): new function.
5836
5837         * scm/layout-page-layout.scm (write-page-breaks): preliminary
5838         version of the system/spacing/linebreak hack writing to the output
5839
5840         * lily/prob-scheme.cc (LY_DEFINE): take optional 'key val args in
5841         ly:make-prob.
5842
5843         * lily/grob-scheme.cc (LY_DEFINE): ly:spanner-get-bound ->
5844         ly:spanner-bound
5845
5846 2006-01-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5847
5848         * scm/stencil.scm (annotate-y-interval): move from layout-page-layout.scm
5849
5850         * scm/paper-system.scm (paper-system-annotate): new file. Handle paper-system.
5851
5852         * scm/layout-page-layout.scm (optimal-page-breaks): move all page
5853         handling to page.scm
5854
5855         * lily/prob-scheme.cc (LY_DEFINE): new file.
5856         (LY_DEFINE): functions ly:make-prob , ly:prob-type? , ly:prob-(set-)property(!)
5857
5858         * lily/music-scheme.cc (LY_DEFINE): rewrite get/set property using
5859         prob functions.
5860
5861         * lily/music.cc (derived_mark): derive Music from Prob.
5862
5863         * lily/paper-system.cc (LY_DEFINE): derive from Prob.
5864
5865         * lily/prob.cc (Module): Implement Prob (Property Object), object
5866         with shared and r/w property alists.  
5867
5868         * lily/include/prob.hh (Module): new file. Declare Prob.
5869
5870         * flower/string.cc: remove is_empty().
5871
5872         * flower/include/string.hh (class String): remove String:: qualifier.
5873
5874         * buildscripts/analyse-cxx-log.py: new file. Read compile log to
5875         substitute appropriate functions.
5876
5877         * flower/include/string.hh (class String): remove to_str0 and
5878         is_empty(). S&R everywhere.
5879
5880 2006-01-23  Graham Percival  <gpermus@gmail.com>
5881
5882         * Documentation/user/basic-notation.itely: add hairpin
5883         after-linebreak tweak to commonprop.
5884
5885         * Documentation/user/putting.itely: added two new sections.
5886
5887 2006-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5888
5889         * flower/international.cc: 
5890         * flower/include/international.hh: 
5891
5892         * flower/getopt-long.cc: 
5893         * flower/include/getopt-long.hh: Use std::string [interface].
5894         Update callers.
5895
5896         * flower/include/std-string.hh: Oops, bugfix for --disable-std-string.
5897
5898         * stepmake/stepmake/executable-rules.make: Add dependency on
5899         module libraries.
5900
5901 2006-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5902
5903         * flower/file-path.cc: 
5904         * flower/include/file-path.hh: Use std::string [interface].
5905         Update callers.
5906
5907         * flower/direction.cc: 
5908         * flower/axis.cc: Unused.  Remove.
5909
5910         * configure.in (--enable-std-string): New option.
5911
5912         * flower/std-string.cc: 
5913         * flower/include/std-string.hh: New file.
5914
5915         * flower/file-name.cc[STD_STRING]:
5916         * flower/include/file-name.hh[STD_STRING]: Use it.  Update callers.
5917
5918 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5919
5920         * scm/output-svg.scm (placebox): no GNU coding standards in SVG output. 
5921
5922         * scm/define-markup-commands.scm (with-dimensions):
5923         with-dimensions markup command.
5924
5925         * input/test/font-table.ly: use it.
5926
5927         * lily/open-type-font.cc (glyph_list): new function.
5928
5929         * lily/open-type-font-scheme.cc (LY_DEFINE): ly:otf-glyph-list function.
5930
5931         * lily/ttf.cc: remove ly:font-glyph-list scheme function
5932
5933 2006-01-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5934
5935         * ly/music-functions-init.ly (parallelMusic): new music function
5936         for parallel music entry.
5937
5938         * scm/define-music-properties.scm (all-music-properties): new
5939         'void music property
5940
5941         * scm/music-functions.scm (ly:music-message): make public, to be
5942         used in music function definitions
5943
5944         * scm/lily-library.scm (collect-music-for-book): discard music
5945         when the 'void property is set.
5946
5947 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5948
5949         * lily/ttf.cc (LY_DEFINE): store name before destroying face.
5950
5951         * mf/GNUmakefile: idem.
5952
5953         * buildscripts/mf-to-table.py (help): excise fetaXXlist.ly support.
5954
5955         * stepmake/bin/install.py (dest): Only chmod/chown just created directories
5956
5957         * Documentation/user/notation-appendices.itely (The Feta font):
5958         use it.
5959
5960         * input/test/font-table.ly: new file. Generate font table within lily.
5961
5962         * Documentation/user/notation-appendices.itely (The Feta font):
5963         use new font-table.ly file. 
5964
5965         * stepmake/stepmake/install-out-targets.make
5966         (local-install-outfiles): only create directory if
5967         $(INSTALLATION_OUT_DIR) is defined. This fixes install on Gentoo.
5968
5969 2006-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5970
5971         * lily/ttf.cc (LY_DEFINE): new function ly:font-glyph-list.
5972
5973         * VERSION (PACKAGE_NAME): release 2.7.28
5974
5975         * scm/framework-ps.scm (write-preamble): use it to pick exactly
5976         the right font from a Mac dfont.
5977         (write-preamble): don't forget directory, only look at files.
5978
5979         This fixes problems with TTF files in dfonts that don't match
5980         their PostScript names.
5981          
5982         * lily/ttf.cc (LY_DEFINE): ly:ttf-ps-name: new routine to extract
5983         PS name from TTF font.
5984
5985         * input/regression/tie-manual.ly: document new feature.
5986
5987         * Documentation/topdocs/NEWS.tely (Top): add tie NEWS.
5988
5989         * VERSION (MY_PATCH_LEVEL): bump to .28
5990
5991         * Documentation/user/basic-notation.itely (Ties): add tie examples
5992         refs.
5993
5994         * lily/tie-formatting-problem.cc (score_ties_configuration):
5995         symmetry penalties for outer ties.
5996
5997 2006-01-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5998
5999         * lily/tie-formatting-problem.cc (generate_configuration) 
6000         (set_manual_tie_configuration): skip non-pair manual
6001         tie-configuration, so you can set individual ties as
6002
6003           #'tie-configuration = #'((7 . 1) #t (-3 . 1))
6004
6005         * input/regression/tie-chord.ly: use generateTiePattern to
6006         simplify file.
6007
6008         * lily/tie-formatting-problem.cc (peak_around): new function.
6009         (score_configuration): use sliding criterion for staff line collisions. 
6010         (score_configuration): idem for dot collisions.
6011         (generate_configuration): use separate stem_gap for gap to stem.
6012
6013         * lily/include/tie-formatting-problem.hh (struct Tie_details):
6014         separate penalty factors for x and y distance.
6015         (struct Tie_details): separate penalties for tip and center line collisions.
6016
6017 2006-01-19 Han-Wen Nienhuys  <hanwen@xs4all.nl>
6018
6019         * lily/tie-formatting-problem.cc (generate_configuration): make
6020         large ties avoid stafflines in the horizontal section.
6021         (score_configuration): use softcoded penalties
6022         (score_aptitude): idem.
6023
6024         * lily/tie-helper.cc (from_grob): softcode tie details
6025
6026         * lily/staff-symbol-referencer.cc (on_staff_line): new function
6027
6028         * lily/staff-symbol-referencer.cc (on_line): rename from
6029         on_staffline 
6030
6031 2006-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6032
6033         * ly/music-functions-init.ly: remove duplicate tag.
6034
6035         * lily/include/*.hh: GCC 4.1 fixes.
6036
6037 006-01-16  Erlend Aasland  <erlenda@gmail.com>
6038
6039         * Documentation/user/global.itely: fix typos; @bugs -> @refbugs
6040
6041         * scm/define-music-types.scm: fix bug in desc. string
6042         for OverrideProperty
6043
6044 2006-01-15 Erik Sandberg  <mandolaerik@gmail.com>
6045
6046         * scripts/lilypond-book.py: bugfix
6047
6048         * scm/define-music-types.scm: fix typos.
6049
6050 2006-01-14  Graham Percival  <gpermus@gmail.com>
6051
6052         * Documentation/user/ basic-notation.itely, global.itely,
6053         advanced-notation.itely, instrument-notation.itely: small
6054         additions (bugs and commonly tweaked properties).
6055
6056 2006-01-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6057
6058         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): generic
6059         detection of mingw build.
6060         (MINGW_BUILD): opps.
6061
6062 2006-01-12  Jan Nieuwenhuizen  <janneke@gnu.org>
6063
6064         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Add
6065         i686-mingw32.
6066
6067 2006-01-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6068
6069         * scm/music-functions.scm (skip->rest): add skip->rest
6070
6071 2006-01-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6072
6073         * lily/font-config.cc (init_fontconfig): call FcConfigBuildFonts()
6074         explicitly.
6075
6076         * lily/font-config-scheme.cc (LY_DEFINE): also display font and
6077         config dirs. Aids debugging. 
6078         (display_config): also display config files.
6079
6080 2006-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6081
6082         * VERSION: release 2.7.27
6083
6084         * lily/bar-line.cc (calc_bar_size): inspect staff->extent (Y_AXIS)
6085         for determining bar size.
6086
6087         * lily/staff-symbol.cc (print): place lines at distance line-positions
6088
6089         * scm/define-grob-properties.scm (all-user-grob-properties): add
6090         line-positions.
6091
6092         * lily/staff-symbol.cc (height): new function.
6093
6094         * input/regression/staff-line-positions.ly:  new file.
6095
6096 2006-01-06  Graham Percival  <gpermus@gmail.com>
6097
6098         * input/test/add-staccato.ly: remove reference to old file.
6099
6100 2006-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6101
6102         * scripts/lilypond-book.py (invokes_lilypond): allow . in path to
6103         lilypond binary too.
6104
6105 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6106
6107         * make/mutopia-rules.make (Module): use LILYPOND_BINARY
6108
6109 2006-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6110
6111         * scripts/midi2ly.py: Bugfix: Declare datadir.
6112
6113         * make/ly-rules.make:
6114         * make/mutopia-rules.make: Use LILYPOND_BINARY (WAS: LILYPOND, but
6115         that seems to be gone). Fixes make web.
6116
6117         * The grand 2005-2006 replace.
6118
6119         * VERSION (MY_PATCH_LEVEL): Stay on .26 for now.
6120
6121 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6122
6123         * make/lilypond-vars.make: set LILYPOND_BINARY variable
6124         (LILYPOND_BOOK_LILYPOND_FLAGS): new variable
6125         LILYPOND_BOOK_LILYPOND_FLAGS to hold system dependent settings,
6126         like -dgs-font-load.
6127
6128         * Documentation/user/GNUmakefile ($(outdir)/interfaces.itexi):
6129         remove absolute path to lilypond binary.
6130         
6131 2006-01-05 Pedro Kroeger    <kroeger@pedrokroeger.net>
6132
6133         * configure.in (NCSB_DIR): fix --with-ncsb-dir option.
6134
6135 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6136
6137         * make/lilypond-vars.make: support LILYPOND_EXTERNAL_BINARY variable.
6138
6139         * mf/GNUmakefile: remove broken dvips map symlink.
6140
6141 2006-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6142
6143         * lily/main.cc: 
6144         * configure.in: Cosmetic fixes.
6145
6146 2006-01-04  Mats Bengtsson  <mabe@s3.kth.se>
6147
6148         * Documentation/user/music-glossary.tely (Pitch names): Added
6149         Spanish pitch names and durations, thanks to Ernesto Gancedo
6150
6151 2006-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6152
6153         * scm/lily.scm (define-scheme-options): use quasi-quote for option
6154         init. Fixes verbose printing of .scm files.
6155
6156         * stepmake/aclocal.m4: add spaces before - options.
6157         
6158 2006-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
6159
6160         * lily/relocate.cc (setup_paths): Bugfix: do not store result
6161         of path search in local block variable.
6162
6163 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6164
6165         * configure.in (NCSB_DIR): --enable-ncsb-dir
6166         (LINK_GXX_STATICALLY): denko.
6167
6168         * mf/GNUmakefile ($(NCSB_TTFS)): NCSB_DIR iso. NCSB_PATH. 
6169
6170         * configure.in (LINK_GXX_STATICALLY): --enable-ncsb-path option. 
6171         use locate to find c059033l.pfb. 
6172         
6173 2006-01-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6174
6175         * lily/tie-formatting-problem.cc
6176         (problem::generate_base_chord_configuration): Use my_round (was
6177         round).
6178
6179         * lily/source-file.cc (file::get_counts)[!HAVE_MBRTOWC]: Bugfix,
6180         do not invoke mbrtowc.
6181
6182         * lily/relocate.cc (setup_paths): Add more debugging verbosity.
6183
6184 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6185
6186         * scm/lily.scm (lilypond-all): oops. remove debugging hack.
6187
6188 2005-01-02  Heikki Junes  <hjunes@cc.hut.fi>
6189
6190         * Documentation/user/invoking.itely (svg): revise.
6191
6192 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6193
6194         * lily/lexer.ll: use sourcefilename iso. renameinput.
6195
6196 2006-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6197
6198         * mf/GNUmakefile ($(NCSB_TTFS)): revise rule. Create
6199         <PostScriptName>.ttf instead of c059XXXttf.
6200
6201         * lily/program-option.cc (LY_DEFINE): special support for
6202         --verbose, so it works before option init too.
6203  
6204         * mf/GNUmakefile (local-install): oops.
6205
6206         * lily/lyric-hyphen.cc (print): oops.
6207
6208         * buildscripts/pfx2ttf.fontforge: new file.
6209         
6210         * mf/GNUmakefile (NCSB_PATH): add vars for NCSB.
6211         ($(outdir)/%.ttf): new rule. 
6212
6213         * scm/define-grobs.scm (all-grob-descriptions): add font-interface
6214         to LyricHyphen.
6215
6216         * lily/lyric-hyphen.cc (print): multiply hyphen height by
6217         font-size
6218
6219 2005-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6220
6221         * VERSION: release 2.7.26
6222         
6223         * mf/GNUmakefile (install-fc-cache): remove old font.cache-1 files.
6224
6225 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6226
6227         * lily/font-config.cc (init_fontconfig): verbosity.
6228
6229         * THANKS: add Muziekacademie Lede. 
6230
6231         * scripts/musicxml2ly.py (print_voice_definitions): new function 
6232         (print_score_setup): new function
6233         (convert): read part definition to output staves properly.
6234
6235         * python/musicxml.py (Measure.get_notes): new class. Wrap lists of
6236         Music_xml notes.
6237
6238         * python/musicexp.py (Output_printer.__init__): use _ in data
6239         members.
6240         (Output_printer.unformatted_output): new function: no formatting,
6241         but count braces.
6242         (Duration.get_length): remove isinstance() checks for
6243         Output_printer everywhere.
6244
6245         * input/regression/lyrics-bar.ly (texidoc): add
6246         Separating_line_group_engraver.
6247
6248 2005-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
6249
6250         * lily/relocate.cc (framework_relocation): New function,
6251         factored from set_relocation ().
6252         (prefix_relocation): Rename from set_relocation ().
6253         (setup_paths): Use it.
6254
6255 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6256
6257         * scm/*.scm: use LEFT/RIGHT/UP/DOWN etc. iso. magical
6258         numbers. Patch by Erlend Aasland.
6259
6260 2005-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6261
6262         * lily/font-config.cc (init_fontconfig): print warning if cache
6263         file is not existant.
6264
6265         * lily/main.cc: don't use #ifdef but #if
6266
6267 2005-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6268
6269         * lily/grob-property.cc (internal_set_property): don't abort on
6270         calculation-in-progress.
6271
6272         * lily/beam.cc (get_default_dir): robustness: don't divide by zero.
6273
6274         * lily/tuplet-bracket.cc (calc_control_points): oops: typo. Read
6275         connect-to-neighbor property not connect-to-other
6276
6277         * lily/program-option.cc (LY_DEFINE): remove Protected_scm global variable.
6278         (LY_DEFINE): oops. don't forget protection.
6279
6280         * flower/parse-afm.cc (Module): strip AFM handling completely.
6281
6282         * lily/stencil-expression.cc: idem.
6283
6284         * lily/grob-interface-scheme.cc (LY_DEFINE): idem.
6285
6286         * lily/function-documentation.cc (ly_add_function_documentation):
6287         use static member iso. Protected_scm
6288
6289         * lily/main.cc: use ifdef ARGV0_RELOCATION iso. MINGW
6290
6291         * config.make.in (prefix): remove HAVE_KPATHSEA_SO
6292
6293 2005-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6294
6295         * lily/relocate.cc (set_env_dir): New function.
6296         (set_relocation): Use it to fix setting PANGO_PREFIX.
6297
6298 2005-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6299
6300         * input/regression/stem-direction-context.ly: remove rest.
6301
6302         * lily/melody-engraver.cc (process_music): restart for bar lines.
6303         (acknowledge_slur): restart for slurs.
6304
6305 2005-12-27  Heikki Junes  <hjunes@cc.hut.fi>
6306
6307         * Documentation/user/invoking.itely: describe how to view SVG 
6308         output using Inkscape which replace embedded fonts with OTF fonts.
6309
6310 2005-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6311
6312         * lily/relocate.cc (set_relocation): set PANGO_PREFIX
6313
6314 2005-12-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6315
6316         * lily/melody-engraver.cc (class Melody_engraver): Remove lying
6317         comment.
6318
6319 2005-12-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6320
6321         * VERSION (PACKAGE_NAME): release 2.7.25
6322
6323         * Documentation/topdocs/NEWS.tely (Top): document new feature.
6324
6325         * input/regression/stem-direction-context.ly: new file.
6326
6327         * lily/relocate.cc (set_relocation): add PANGO_PREFIX
6328
6329         * lily/melody-engraver.cc (acknowledge_stem): restart MelodyItem
6330         on rest.
6331
6332         * ly/engraver-init.ly: add Melody_engraver
6333
6334         * lily/beam.cc (calc_direction): use default-direction
6335         iso. get_default_direction()
6336
6337         * scm/define-grob-properties.scm (all-user-grob-properties): add
6338         default-direction property.
6339
6340         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem.
6341
6342         * lily/stem.cc (calc_default_direction): remove
6343         Stem::get_default_direction, use default-direction with callback
6344         instead.
6345
6346         * lily/melody-spanner.cc (calc_neutral_stem_direction): 
6347
6348         * lily/melody-engraver.cc: new file. Acknowledge stems for
6349         interpolated stem directions. 
6350
6351         * lily/melody-spanner.cc: new file. Interpolate stem directions.
6352
6353         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem
6354
6355         * lily/slur-configuration.cc (fit_factor): more robust check for
6356         point in curve X-extent.
6357
6358         * lily/slur.cc (outside_slur_callback): return offset_scm, not 0.
6359         (outside_slur_callback): check for 'outside avoidance.
6360
6361         * lily/slur-configuration.cc (score_extra_encompass): don't use
6362         bound->column() == avoid->column() for checking extents, as this
6363         doesn't work for accidentals. 
6364
6365         * lily/slur-engraver.cc (acknowledge_extra_object): remove
6366         DynamicText hardcoding.
6367
6368         * lily/slur-scoring.cc (enumerate_attachments): robustness: don't
6369         crash if bound stem is NULL
6370
6371         * lily/piano-pedal-performer.cc: patch by MWD for enabling piano
6372         pedals.
6373
6374 2005-12-22  Graham Percival  <gpermus@gmail.com>
6375
6376         * scm/define-markup-commands.scm: typo.  @code{\raise}
6377         => @code{\\raise}.
6378
6379         * darwin.patch: now used again, includes a
6380         required patch from fink.
6381
6382 2005-12-21  Heikki Junes  <hjunes@cc.hut.fi>
6383
6384         * po/TODO: mention gtranslator along with kbabel.
6385         * po/fi.po: update translations.
6386
6387 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6388
6389         * lily/relocate.cc (setup_paths): Bugfix.
6390
6391 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6392
6393         * lily/slur-configuration.cc (score_extra_encompass): don't use
6394         "avoid" choice for avoid-slur.
6395
6396         * stepmake/bin/install.py (dest): don't create existing dir.
6397
6398 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6399
6400         * stepmake/bin/install.py: Remove file before copying.
6401
6402         * config.make.in: 
6403         * stepmake/aclocal.m4: Do not substitute INSTALL.
6404
6405 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6406
6407         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
6408         depend on link-tree.
6409
6410         * lily/relocate.cc (setup_paths): only check path for non-absolute
6411         dir without directory part.
6412
6413         * flower/file-name.cc (is_absolute):  new method.
6414         (is_absolute): check root_ too.
6415
6416 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6417
6418         * lily/relocate.cc (setup_paths) [__MINGW32__]: Comment-out broken
6419         relocation code.  Oops, don't comment out too much.
6420
6421         * stepmake/stepmake/generic-vars.make (INSTALL): Assign INSTALL_PY
6422         iso itself.
6423
6424         * lily/relocate.cc [HAVE_GETTEXT]: Include libintl.h.  Fixes mingw
6425         compile.
6426
6427 2005-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
6428
6429         * .cvsignore: Add install-sh.
6430
6431         * autogen.sh (srcdir): Typo.
6432
6433 2005-12-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6434
6435         * autogen.sh (srcdir): urg. Touch install-sh.
6436
6437         * stepmake/bin/install-sh (Module): remove.
6438
6439         * stepmake/stepmake/generic-vars.make (INSTALL): add $(INSTALL).
6440
6441         * lily/include/relocate.hh: new file.
6442
6443         * lily/relocate.cc: new file. Contain relocation logic.
6444
6445         * lily/main.cc (setup_paths): fix: LILYPOND_RELOCATE_PREFIX.
6446         (main): read LILYPOND_VERBOSE as the first thing.
6447
6448         * stepmake/aclocal.m4: remove INSTALL variable.
6449
6450         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
6451         separate target for making font symlinks.
6452         (documentation-dir): use $(if $(findstring )) for switching off
6453         Documentation.
6454
6455         * stepmake/stepmake/help2man-vars.make (OUT_DIST_FILES): only do
6456         something if DOCUMENTATION is no.
6457
6458 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6459
6460         * VERSION: release 2.7.24
6461
6462         * lily/script-column-engraver.cc (stop_translation_timestep):
6463         delay adding to script-column.
6464
6465         * lily/tuplet-bracket.cc (print): suicide if no control-points. 
6466
6467         * python/convertrules.py (conv): rule for number-visibility
6468
6469         * lily/slur-configuration.cc (score_extra_encompass): different
6470         distance measure for avoid and inside avoidance.
6471         (score_extra_encompass): use 1/(distance+eps) as penalty.
6472
6473         * lily/slur-scoring.cc (generate_avoid_offsets): use 'inside
6474         encompass objects for generating slur curves.
6475
6476         * lily/slur.cc: use details iso. slur-details property.
6477
6478         * input/regression/slur-tuplet.ly: new file.
6479
6480         * lily/slur-engraver.cc (acknowledge_tuplet_number): new function.  
6481
6482         * flower/include/offset.hh (class Offset): new operator /=
6483
6484         * lily/tuplet-number.cc (print): new file, new interface.
6485
6486         * scm/define-grob-properties.scm (all-user-grob-properties):
6487         remove number-visibility property.
6488
6489         * lily/tuplet-bracket.cc (calc_control_points): new function
6490         (calc_connect_to_neighbors): new function.
6491         (print): remove text handling for tuplet numberdef.
6492
6493         * lily/tuplet-engraver.cc (struct Tuplet_description): create
6494         TupletNumbers too. 
6495
6496         * lily/lily-guile.cc (robust_scm2booldrul): new function
6497
6498         * scm/define-grobs.scm (all-grob-descriptions): new grob TupletNumber
6499
6500         * lily/tuplet-bracket.cc (calc_position_and_height): use
6501         staff-padding to control whether tuplet brackets are over staves.
6502
6503         * lily/grob.cc (suicide): clear dim_caches_.
6504
6505         * lily/dimension-cache.cc (clear): new function.
6506
6507         * lily/grob.cc (extent): swap order of min-extent and extent
6508         calculations. This fixes hara kiri staves. 
6509
6510 2005-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6511
6512         * lily/main.cc: Nitpick: relocation is not based on path, but on
6513         directory (location).
6514
6515 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6516
6517         * lily/main.cc (setup_paths): read LILYPOND_RELOCATE_PREFIX
6518
6519         * stepmake/stepmake/install-targets.make (local-uninstall): idem.
6520
6521         * stepmake/stepmake/install-out-targets.make (local-install-outfiles): idem.
6522
6523         * stepmake/stepmake/help2man-targets.make (install-help2man): idem.
6524
6525         * stepmake/stepmake/generic-vars.make (Module): idem.
6526
6527         * stepmake/stepmake/executable-targets.make (default): use it.
6528
6529         * stepmake/bin/install.py (create_dir): new file. Replace install-sh.
6530
6531         * make/GNUmakefile: don't install make rules.
6532
6533         * lily/main.cc (setup_paths): don't inspect $PATH for argv0 with
6534         slashes.
6535         (prepend_env_path): more verbosity.
6536
6537 2005-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6538
6539         * GNUmakefile.in: add dir argument for find command.
6540
6541         * lily/parser.yy (bass_figure): set_spot() for bass figures. This
6542         fixes weird line numbers for point & click.
6543
6544         * lily/source-file.cc (get_counts): init line/column/char counts.
6545
6546 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6547
6548         * lily/main.cc: remove ARGV0_RELOCATION, instead use --relocate.
6549
6550 2005-12-16  Graham Percival  <gpermus@gmail.com>
6551
6552         * Documentation/user/basic-notation.itely, advanced-notation.itely:
6553         minor fixes from Fredric.  Thanks!
6554
6555 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6556
6557         * ly/music-functions-init.ly: add \bar and \clef music function 
6558
6559         * lily/lily-lexer.cc: idem.
6560
6561         * lily/parser.yy (FIXME): remove BAR and CLEF.
6562
6563 2005-12-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6564
6565         * Documentation/topdocs/NEWS.tely (Top): doc string argument change.
6566
6567         * lily/parser.yy (Generic_prefix_music_scm): allow strings as
6568         function arguments too
6569
6570         * lily/main.cc (set_relocation): new function.
6571
6572         * scripts/musicxml2ly.py (convert): add \version
6573
6574         * lily/tie.cc: remove get_default_attachments()
6575
6576         * VERSION (PACKAGE_NAME): release 2.7.23
6577         
6578         * lily/chord-tremolo-engraver.cc (acknowledge_stem): use
6579         ultimate_music_cause(). This fixes core dumps in unfold-all-repeats.ly
6580
6581         * Documentation/topdocs/NEWS.tely (Top): document new feature.
6582
6583         * lily/tie-formatting-problem.cc (score_ties): new function
6584         (get_variations): new function. Try flipping dirs for collisions.
6585         (generate_optimal_chord_configuration): new function. 1-opt search
6586         for better configuration.
6587
6588         * lily/tie-configuration.cc: new file.
6589
6590         * lily/tie.cc: junk Tie::get_configuration()
6591
6592         * lily/tie-formatting-problem.cc (score_ties_aptitude): new function.
6593         (score_ties_configuration): new function.
6594         (generate_ties_configuration): new function.
6595         (generate_base_chord_configuration): new function.
6596         (set_ties_config_standard_directions): Move body from tie-column-format.cc 
6597         (set_manual_tie_configuration): Move body from tie-column-format.cc 
6598
6599         * input/regression/tie-dot.ly: new file.
6600
6601         * lily/tie-formatting-problem.cc (score_configuration): score
6602         tie/dot collisions.
6603
6604         * lily/tie-helper.cc (get_transformed_bezier): new function
6605
6606         * Documentation/topdocs/NEWS.tely (Top): strip out-www.
6607
6608         * stepmake/stepmake/python-module-vars.make (SHARED_FLAGS): use
6609         -undefined suppress iso. -framework Python 
6610
6611         * scm/define-grobs.scm (all-grob-descriptions): set
6612         springs-and-rods (thanks Joe Neeman!)
6613
6614 2005-12-12  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6615
6616         * input/no-notation/display-lily-tests.ly (test): 
6617         * scm/display-lily.scm (tag->lily-string): the syntax for tags has
6618         changed from \tag #'(a b) to \tag #'a \tag #'b
6619
6620 2005-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6621
6622         * Documentation/topdocs/NEWS.tely: strip out-www.
6623
6624         * lily/include/grob-interface.hh: include lily-guile.hh not libguile.h
6625
6626         * config.make.in (AR): add AR and RANLIB
6627
6628         * flower/libc-extension.cc: include cassert
6629
6630         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): more robust
6631         darwin check.
6632
6633 2005-12-11  Graham Percival  <gpermus@gmail.com>
6634
6635         * stepmake/stepmake/generic-vars.make: define DARWIN_BUILD.
6636
6637         * stepmake/stepmake/python-modules-vars.make: define
6638         SHARED_FLAGS for OSX.  Thanks Johannes Schindelin!
6639
6640         * THANKS: added Johannes Schindelin.
6641
6642 2005-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6643
6644         * python/midi.c (pymidi_parse): use memcmp() iso. strcmp().
6645
6646         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
6647         Span_arpeggio_engraver, add Tweak_engraver to Score context. 
6648
6649         * lily/parser.yy: reorganize file layout.
6650
6651         * ly/music-functions-init.ly: add tweak music function.
6652
6653         * lily/grob-info.cc (ultimate_music_cause): new function:
6654         recursively lookup causes. 
6655
6656         * lily/parser.yy (chord_body_element): allow music functions for
6657         post-events, allow music functions for chord elements. 
6658  
6659         * lily/font-config-scheme.cc (display_fontset): add cast.
6660
6661         * python/convertrules.py (FatalConversionError.sub_syms): \tag
6662         #'(a b) -> \tag #'a \tag #'b rule.
6663
6664         * python/musicexp.py (Output_printer.dump_version): new function
6665
6666 2005-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6667
6668         * lily/parser.yy (FIXME): remove \tag
6669         (FIXME): remove tag_music() function.
6670
6671         * lily/lily-lexer.cc: remove \tag
6672
6673         * ly/music-functions-init.ly: define music-function "tag"
6674
6675         * lily/parser.yy (chord_body_element): allow tags in chord bodies.
6676
6677 2005-12-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6678
6679         * VERSION (PATCH_LEVEL): release 2.7.22
6680
6681         * input/regression/lyric-hyphen-retain.ly: renew.
6682
6683         * scm/define-grobs.scm (all-grob-descriptions): add LyricSpace
6684         grob
6685
6686         * lily/lyric-hyphen.cc (set_spacing_rods): use minimum-distance
6687         iso. minimum-length property for rods.
6688
6689         * lily/hyphen-engraver.cc (acknowledge_lyric_syllable): create
6690         LyricSpace item to keep lyrics spaced apart.
6691
6692         * ly/engraver-init.ly: remove Separating_line_group_engraver
6693
6694         * Documentation/user/music-glossary.tely: do setfilename before
6695         music-glossary.
6696
6697 2005-12-07  Heikki Junes  <hjunes@cc.hut.fi>
6698
6699         * Documentation/user/lilypond-book.itely: use `,´ after xref:
6700         See xref documentation, for example.
6701
6702 2005-12-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6703
6704         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): use
6705         pending_skip iso. ly_voice[-1]
6706         (main): add if __main__ for debugging.
6707
6708         * python/musicxml.py (Accidental.__init__): new class.
6709
6710         * scripts/musicxml2ly.py (progress): new function
6711         (musicxml_key_to_lily): don't barf on modeless keys.
6712         (create_skip_music): new function.
6713         (musicxml_spanner_to_lily_event): new function. Handle beams too.
6714         (musicxml_note_to_lily_main_event): new function.
6715
6716         * python/musicexp.py (Music.__init__): add comment field.
6717         (NestedMusic.append): new routine.
6718         (SequentialMusic.print_ly): print comment.
6719         (ArpeggioEvent.ly_expression): new class
6720         (BeamEvent.ly_expression): new class
6721         (NoteEvent.__init__): support for cautionary/forced accs.
6722
6723         * lily/lookup.cc (slur): normal order for array loop.
6724
6725         * scm/framework-ps.scm (dump-stencil-as-EPS): set left X of bbox
6726         to 0.0.
6727
6728         * ly/engraver-init.ly: set bar-size, so bar-lines aren't
6729         collapsed.
6730
6731 2005-12-06 Erik Sandberg  <mandolaerik@gmail.com>
6732
6733         * scm/music-functions.scm: Make phrasing slurs follow voice direction
6734
6735         * scripts/lilypond-book.py: Introduce option
6736             --preserve-line-breaks, for usage with srcltx
6737
6738 2005-12-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6739
6740         * scm/output-lib.scm (print-circled-text-callback): draw circle
6741         around text using make-circle-markup.
6742
6743         * Documentation/user/*: strip out-www from file names.
6744
6745 2005-12-05  Heikki Junes  <hjunes@cc.hut.fi>
6746
6747         * Documentation/user/lilypond.tely (direntry): remove empty lines;
6748         fixes invalid info entry issue with makeinfo 4.8 in debian sid.
6749
6750 2005-12-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6751
6752         * Documentation/user/GNUmakefile: idem.
6753
6754         * Documentation/user/macros.itexi: strip out-www
6755
6756         * python/rational.py: python 2.3 compat.
6757
6758         * VERSION (PATCH_LEVEL): release 2.7.21
6759
6760         * scripts/musicxml2ly.py (NonDentedHeadingFormatter.format_headi):
6761         option formatting, lilypond style.
6762
6763         * python/musicexp.py: grab from Ikebana: a library for composing
6764         ly music expressions. 
6765         (Output_printer): class for advanced .ly printing.
6766         (eg. tupletting) 
6767
6768         * python/musicxml.py: new file. Read MusicXML MiniDOM tree, and
6769         convert to pythonesque structure.
6770
6771         * python/rational.py: PD rational number class.
6772
6773         * Documentation/user/converters.itely (Invoking musicxml2ly):  new node.
6774
6775 2005-12-04  Erik Sandberg  <mandolaerik@gmail.com>
6776
6777         * lily/part-combine-iterator.cc: Minor bugfix
6778         
6779         * THANKS: Update bughunters
6780
6781 2005-12-02  Werner Lemberg  <wl@gnu.org>
6782
6783         * mf/README: Document process for proper mf2pt1 conversion.
6784
6785         * mf/feta-beugel.mf (draw_brace): Fix path to assure clean
6786         overlapping.
6787
6788         * mf/feta-harmonica.mf: Removed.  Unused.
6789
6790 2005-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6791
6792         * scripts/lilypond-book.py (do_file): fix thinkos.
6793
6794 2005-12-01  Jan Nieuwenhuizen  <janneke@gnu.org>
6795
6796         * lily/GNUmakefile ($(outdir)/FlexLexer.h):
6797         ($(outdir)/parser.cc): 
6798         ($(outdir)/lexer.cc): Bugfix: depend on config.h.
6799
6800 2005-11-30  Pedro Kröger  <kroeger@pedrokroeger.net>
6801
6802         * ly/titling-init.ly (tagline): it should be a space between
6803         "Music engraving by LilyPond" and the version number.
6804
6805 2005-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6806
6807         * VERSION (PACKAGE_NAME): release 2.7.20
6808
6809 2005-11-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6810
6811         * scm/define-markup-commands.scm (pad-to-box): new markup command.
6812
6813         * scm/define-grobs.scm (all-grob-descriptions): set thickness to
6814         1.0.
6815         (all-grob-descriptions): don't shift RehearsalMark arbitrarily.
6816
6817 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6818
6819         * configure.in (LINK_GXX_STATICALLY): remove kpathsea checks.
6820
6821         * kpath-guile/: remove directory
6822
6823         * scm/kpathsea.scm (ly:kpathsea-expand-variable): new
6824         file. Encapsulate kpathsea using commandline tools.
6825
6826         * lily/all-font-metrics.cc (kpathsea_find_file): use (scm
6827         kpathsea) module.
6828
6829 2005-11-29  Mats Bengtsson  <mabe@s3.kth.se>
6830
6831         * Documentation/user/advanced-notation.itely (Setting automatic
6832         beam behavior): Correct a few typos. Thanks to David Bobroff.
6833
6834         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use
6835         \usepackage instead of \RequirePackage. Thanks to Bernard Hurley.
6836
6837 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6838
6839         * scripts/*.py: gmane address for bugs.
6840
6841 2005-11-28 Pal Benko <benkop@freestart.hu>
6842         
6843         * make/ly-rules.make: add -f switch to mv
6844
6845         * scm/output-libs.scm: add new bar symbol "." for punctus divisionis
6846
6847         * lily/bar-line.cc: interpret it
6848
6849 2005-11-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6850
6851         * configure.in (--disable-documentation): New switch.
6852
6853         * GNUmakefile.in: Use it.
6854
6855         * stepmake/aclocal.m4: Use AC_ARG_ENABLE for kpatsea.
6856
6857 2005-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6858
6859         * scripts/lilypond-book.py (do_file): search chunks for
6860         \\begin{document}
6861
6862         * GNUmakefile.in: add copy step in between so we can lose the
6863         out-www directories.
6864
6865 2005-11-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6866
6867         * lily/pango-font.cc (pango_item_string_stencil): put
6868         geometry.width into glyph-string too.
6869
6870 2005-11-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6871
6872         * scm/define-music-display-methods.scm (RevertProperty):
6873         (OverrideProperty): Use grob-property-path property, a list of
6874         symbols, instead of grob-property, which used to be a single
6875         symbol.
6876         (BassFigureEvent): a figure can be a plain number, not necessarily a
6877         markup.
6878
6879 2005-11-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6880
6881         * VERSION: release 2.7.19
6882         
6883         * lily/figured-bass-engraver.cc (process_music): check
6884         figuredBassCenterContinuations first.
6885
6886         * scm/translation-functions.scm (format-bass-figure): make double
6887         sharp larger. 
6888
6889         * lily/mark-engraver.cc: read rehearsalMarkAlignSymbol to
6890         determine X-parent.
6891
6892         * lily/system-start-delimiter-engraver.cc: move from
6893         Nested_system_start_delimiter_engraver, rename
6894         Nested_system_start_delimiter_engraver ->
6895         System_start_delimiter_engraver.
6896
6897         * lily/nested-system-start-delimiter-engraver.cc (from_list): read
6898         bracket type from hierarchy.
6899
6900 2005-11-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6901
6902         * lily/rest.cc (y_offset_callback): read staff-position.
6903
6904         * scm/define-grob-properties.scm (all-user-grob-properties): don't
6905         mark after-line-breaking-callback as internal.
6906
6907         * lily/self-aligment-interface.cc: remove self-[XY]-offset.
6908
6909 2005-11-25  Werner Lemberg  <wl@gnu.org>
6910
6911         * mf/feta-banier.mf ("d3"): Make `flare' equal to `staff_space'.
6912
6913 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6914
6915         * stepmake/bin/add-html-footer.py (do_file): add google
6916
6917         * lily/staff-symbol-engraver.cc (process_music): bugfix: stop
6918         staff if first_start_ is true.
6919
6920 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6921
6922         * scripts/midi2ly.py (split_track): add __repr__ members.
6923         (track_first_item): only return Item if not None. This fixes a
6924         problem when dumping a track that starts with an empty channel.
6925
6926         * python/midi.c: doc module.
6927
6928 2005-11-22  Mats Bengtsson  <mabe@s3.kth.se>
6929
6930         * Documentation/user/global.itely (Creating MIDI files): Fix
6931         compilation problem.
6932
6933 2005-11-22  Graham Percival  <gpermus@gmail.com>
6934
6935         * Documentation/user/basic-notation.itely: clarify dynamic
6936         padding text.
6937
6938         * Documentation/user/advanced-notation.itely: add unicode
6939         escape control example, whatever that is.  :)
6940
6941         * Documentation/user/global.itely: added "removing dynamics
6942         from MIDI" code.
6943
6944 2005-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6945
6946         * VERSION (PATCH_LEVEL): release 2.7.18
6947
6948         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): replace
6949         System_start_delimiter_engraver by
6950         Nested_system_start_delimiter_engraver.
6951
6952         * lily/nested-system-start-delimiter-engraver.cc (struct
6953         Bracket_nesting_node): new class.
6954         (struct Bracket_nesting_group): new class
6955         (struct Bracket_nesting_staff): new class.
6956         (process_music): create hierarchy of grobs. This allows separate
6957         tuning of different SSDs. 
6958
6959         * scm/define-grobs.scm (all-grob-descriptions): new Grob SystemStartSquare
6960         (all-grob-descriptions): remove old NestedSystemStartDelimiter.
6961
6962 2005-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6963
6964         * lily/side-position-interface.cc (aligned_side): multiply
6965         staff_radius by 2.
6966
6967         * lily/script-engraver.cc (make_script_from_event): allow setting
6968         values to '()
6969
6970 2005-11-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6971
6972         * lily/system-start-delimiter.cc (line_bracket): don't shorten height.
6973
6974         * scm/define-grobs.scm (all-grob-descriptions): new grob
6975         NestedSystemStartDelimiter.
6976
6977         * input/regression/system-start-heavy-bar.ly: new file.
6978
6979         * lily/nested-system-start-delimiter-engraver.cc: new file.
6980
6981         * lily/nested-system-start-delimiter.cc: new file.
6982
6983         * input/regression/system-start-nesting.ly: new file.
6984
6985         * scm/define-grobs.scm (all-grob-descriptions): use X side
6986         positioning for positioning braces for nested contexts.
6987
6988         * lily/system-start-delimiter.cc (print): don't divide extent by
6989         staff_space.
6990         (print): use style iso. glyph.
6991         (staff_bracket): translate glyph inside routine already.
6992
6993 2005-11-18  Michael Welsh Duggan <md5i@cs.cmu.edu>
6994
6995         * lily/vaticana-ligature-engraver.cc: fixed 2 typos in glyph
6996         names.
6997
6998 2005-11-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6999
7000         * scm/define-context-properties.scm
7001         (all-user-translation-properties): rename figuredBassFormatter
7002         from newFiguredBassFormatter.
7003
7004         * scm/define-grobs.scm (all-grob-descriptions): move from NewBassFigure
7005
7006         * lily/figured-bass-engraver.cc: move from new-figured-bass-engraver.cc
7007
7008         * lily/stem.cc (calc_stem_info): trigger beaming calculation.
7009
7010         * lily/beam.cc (calc_beaming): new function.
7011         (calc_shorten): new function.
7012
7013         * THANKS: add Edward Neeman.
7014
7015         * input/regression/accidental-clef-change.ly: new file.
7016
7017         * lily/note-collision.cc (check_meshing_chords): don't merge fa heads.
7018
7019         * scm/define-grobs.scm (all-grob-descriptions): add Y-offset property.
7020
7021         * lily/clef-engraver.cc (inspect_clef_properties): reset
7022         localKeySignature for clef changes.
7023
7024 2005-11-17  Mats Bengtsson  <mabe@s3.kth.se>
7025
7026         * python/midi.c: PyMIDINIT_FUNC isn't defined in Python < 2.3 
7027         add dummy definition that works in Linux and add information in
7028         INSTALL.texi on the specific Python requirements for Cygwin/Mingw.
7029
7030         * Documentation/user/changing-defaults.itely (Modifying context
7031         plug-ins): Add index for \with.
7032
7033         * Documentation/user/music-glossary.tely (dal segno): Updated
7034         example to version >=2.6.
7035
7036 2005-11-16  Mats Bengtsson  <mabe@s3.kth.se>
7037
7038         * Documentation/user/instrument-notation.itely (Printing chord
7039         names): Reorder \chordmode and \repeat in one example.
7040
7041 2005-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7042
7043         * VERSION: release 2.7.17
7044         
7045         * Documentation/topdocs/NEWS.tely (Top): add note about
7046         refactoring.
7047
7048         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
7049         new function. Search region of 3 positions for best tie.
7050         (score_configuration): new function.
7051         (score_aptitude): new function.
7052         (generate_configuration): new function.
7053         (get_configuration): new function.
7054         (Tie_formatting_problem): new function
7055
7056         * input/regression/page-top-space.ly: a6 for page-top-space demo. 
7057
7058         * stepmake/aclocal.m4: use $(if ) for config-FOOF.make
7059
7060         * THANKS: add Eduardo Vieira & Ralph Little
7061
7062         * mf/feta-bolletjes.mf (solfa_quarter_width): make solfa heads
7063         narrower.
7064
7065         * lily/include/tie-formatting-problem.hh (class
7066         Tie_formatting_problem): add Tie_details to
7067         Tie_formatting_problem. Update calling conventions.
7068
7069         * stepmake/aclocal.m4: oops. Include $CONFIGFILE.make, not
7070         config.make.
7071
7072         * Documentation/user/lilypond.tely: remove musedata2ly entry.
7073
7074 2005-11-16  Jürgen Reuter  <reuter@ipd.uka.de>
7075
7076         * lily/ligature-engraver.cc, lily/include/ligature-engraver.hh,
7077         scm/define-context-properties.scm: Maintenance bugfix: make
7078         ligature brackets work again by removing obsolete ligature
7079         primitive callback push/pop.
7080
7081         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: do
7082         not call Tuplet_bracket::calc_direction.  Removed obsolete gap
7083         value.
7084
7085 2005-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
7086
7087         * stepmake/aclocal.m4 (depth): Explain why absolute directory is
7088         used and do not call it a path.
7089         (FLEXLEXER_FILE): Rename from FLEXLEXER_PATH and add file name.
7090
7091 2005-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7092
7093         * lily/include/tie-formatting-problem.hh (class
7094         Tie_formatting_problem): new file.
7095
7096         * lily/tie-formatting-problem.cc (common_x_refpoint): new file.
7097
7098         * Documentation/misc/ChangeLog-2.3:  new file.
7099
7100         * lily/audio-staff.cc (output): degarianize.
7101
7102 2005-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
7103
7104         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.pyc):
7105         Unset PYTHONOPTIMIZE.  Fixes install if set.
7106
7107 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7108
7109         * python/convertrules.py (conv): add warning about drums. 
7110
7111         * make/stepmake.make: include toplevel-version.make after config.make.
7112
7113         * stepmake/aclocal.m4 (depth): make sure $srcdir is absolute.
7114         also allow python2.4
7115
7116         * config.make.in (configure-srcdir): remove GXX GCC vars.
7117
7118         * stepmake/aclocal.m4: don't do non-srcdir build with
7119         symlinks. Use inclusion, so the src directory name can be changed.
7120
7121 2005-11-13  Jan Nieuwenhuizen  <janneke@gnu.org>
7122
7123         * make/mutopia-vars.make:
7124         * make/ly-vars.make: Use src-wildcard iso wildcard for source
7125         files.
7126
7127 2005-11-13  Werner Lemberg  <wl@gnu.org>
7128
7129         * mf/feta-arrow.mf: For all glyphs, don't mirror `currentpicture'
7130         but the affected path.  This ensures that the (overlapping) outlines
7131         have the same direction, which is a necessary prerequisite for
7132         FontForge's algorithm to remove overlaps.
7133         Formatting.
7134
7135         * mf/feta-haak.mf: Formatting.
7136         (draw_bracket): Slightly modify outline to avoid an unnecessary
7137         corner.
7138         Don't use ad-hoc values for `leave_angle' and `tip_angle' but derive
7139         them from the affected paths.
7140
7141 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7142
7143         * mf/README: remove xpm / accordion notes.
7144
7145         * lily/tie-column-format.cc (set_chord_outline): add dots into
7146         skyline extents. This fixes tie formatting if the left head has dots.
7147
7148         * lily/tie.cc (get_configuration): only shift tie by a whole staff
7149         space inside the staff.
7150         (get_configuration): shift another position if necessary in case
7151         of left head tie  
7152
7153 2005-11-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7154
7155         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): use
7156         buildscript-dir iso. $(depth)/buildscripts.
7157
7158         * tex/GNUmakefile (local-uninstall): remove
7159         music-drawing-routines.ps juggling.
7160
7161         * stepmake/stepmake/install-targets.make (local-install-files):
7162         prepend src-dir to install targets.
7163
7164         * lily/system-start-delimiter-engraver.cc
7165         (acknowledge_system_start_delimiter): use
7166         add_offset_callback(). This fixes translation of nested
7167         staffgroups.
7168
7169         * lily/grob-closure.cc (add_offset_callback): only encaps in
7170         simple_closure if it's a procedure.
7171         
7172         * lily/span-bar.cc (calc_glyph_name): read glyph-name, not glyph
7173         from bar-line.
7174
7175         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
7176         remove-empty where pertinent.
7177
7178 2005-11-12  Graham Percival  <gpermus@gmail.com>
7179
7180         * Documentation/user/instrument-notation.itely: added
7181         Cameron Horsburgh's multiple stanzas docs.  Thanks!
7182
7183 2005-11-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7184
7185         * lily/GNUmakefile
7186         ($(top-build-dir)/Documentation/pictures/$(outbase)/lilypond.ico):
7187         make picture in builddir, not srcdir.
7188
7189 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7190
7191         * VERSION: release 2.7.16
7192         
7193         * scripts/lilypond-book.py (main): use commands.mkarg () to quote
7194         shell arguments. 
7195
7196 2005-11-10  Mats Bengtsson  <mabe@s3.kth.se>
7197
7198         * Documentation/user/examples.itely (Piano templates): Minor
7199         modification to the Piano centered lyrics example.
7200
7201 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7202
7203         * scripts/lilypond-invoke-editor.scm (run-browser): look at
7204         $BROWSER.
7205
7206         * Documentation/user/point-and-click.itely: simplify p&c
7207         instruction: don't configure firefox. Put lilypond-invoke-editor
7208         in front of the browser.
7209
7210         * scripts/lilypond-invoke-editor.scm (run-editor): new function.
7211         (run-browser): new function.
7212
7213         * lily/parser.yy (Lily_lexer): recognize Book
7214
7215         * lily/book.cc (clone): new function
7216
7217         * lily/parser.yy (book_body): allow BOOK_IDENTIFIER.
7218
7219 2005-11-10  Jürgen Reuter  <reuter@ipd.uka.de>
7220
7221         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc:
7222         Maintenance bugfix: reduce number of font related warnings by
7223         updating naming conventions for glyph-name.
7224
7225 2005-11-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7226
7227         * scm/define-grobs.scm (all-grob-descriptions): add
7228         rhythmic-grob-interface to TabNoteHead.
7229
7230         * scm/layout-beam.scm (check-quant-callbacks): remove
7231         set_stem_lengths()
7232
7233 2005-11-08  Jürgen Reuter  <reuter@ipd.uka.de>
7234
7235         * ly/gregorian-init.ly (divisiones): Maintenance bugfix: vertical
7236         alignment of centered divisiones.
7237
7238         * scm/scripts.scm (articulations): Maintenance bugfix:
7239         follow-into-staff -> quantize-position.
7240
7241         * lily/vaticana-ligature-engraver.cc (transform_heads): Bugfix:
7242         plica head in porrectus deminutus.
7243
7244 2005-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7245
7246         * make/lilypond.fedora.spec.in (Group): add %clean section.
7247
7248         * lily/tuplet-bracket.cc (print): change check: remove bracket if
7249         less then 1/5th of total length.  
7250         (print): use gap too.  Fixes tupletUp-single-bracket.ly
7251
7252         * scm/music-functions.scm (glue-mm-rest-texts): also put other
7253         events into EventChord. This fixes textspanners on mm rests. Fixes
7254         spanner-rest.ly
7255
7256         * lily/side-position-interface.cc (get_axis): read side-axis
7257         (set_axis): set side-axis.
7258
7259         * scm/define-grobs.scm (all-grob-descriptions): add side-axis
7260         properties everywhere.
7261
7262         * lily/spacing-spanner.cc (breakable_column_spacing): add
7263         average-spacing-wishes. Take maximum if not set.
7264         (musical_column_spacing): idem. Fixes: spacing-keysig-note.ly
7265
7266         * scm/define-grobs.scm (all-grob-descriptions): add
7267         average-spacing-wishes.
7268
7269         * lily/grob-closure.cc (add_offset_callback): bugfix: properly add
7270         offset callbacks. This fixes alignment for Fingering objects.
7271
7272         * scm/define-grobs.scm (all-grob-descriptions): tiny bit less
7273         space for key - timesig combination. 
7274
7275         * input/regression/script-stem-tremolo.ly (Module): new file.
7276
7277         * scm/define-grobs.scm (all-grob-descriptions): decrease distance
7278         to key sig.
7279
7280         * lily/dynamic-engraver.cc (acknowledge_stem_tremolo): new function.
7281         Fixes: c-tremolo-script.ly.
7282         
7283         * lily/text-engraver.cc (acknowledge_stem_tremolo): new function.
7284
7285         * lily/script-engraver.cc (acknowledge_stem_tremolo): new function.
7286         
7287         * scm/define-grobs.scm (all-grob-descriptions): remove
7288         self-X-offset. Fixes alignment of octavate-8.
7289
7290         * scripts/lilypond-book.py (datadir): look in
7291         LILYPONDPREFIX/share/lilypond/current/
7292
7293         * GNUmakefile.in: symlink current to <VERSION>. 
7294
7295 2005-11-07  Pedro Kroger  <kroeger@pedrokroeger.net>
7296
7297         * lily/main.cc: eps listed as a backend.
7298
7299 2005-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7300
7301         * scm/lily-library.scm (print-music-as-book): quote $defaultpaper.
7302
7303 2005-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7304
7305         * lily/include/score.hh (class Score): remove texts_ member.
7306
7307         * lily/beam.cc (set_stem_lengths): force direction callback.
7308         (print): read quantized-positions, so we can force
7309         Beam::set_stem_lengths to occur.
7310         (rest_collision_callback): use common X parent. 
7311
7312 2005-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
7313
7314         * flower/file-path.cc (find): Bugfix: Return name of file found.
7315
7316         * lily/main.cc (setup_paths): Bugfix for argv0 logic.
7317         (setup_paths)[__CYGWIN__ || __MINGW32__]: Normalize argv0.
7318         (setup_paths)[__MINGW32__]: Also look for argv0 + .exe.
7319
7320 2005-11-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7321
7322         * flower/offset.cc: idem.
7323
7324         * mf/*.mf: update email address.
7325
7326         * lily/font-config-scheme.cc:  new file.
7327
7328         * GNUmakefile.in (SUBDIRS): remove debian/ directory.
7329
7330         * lily/*:  cs.uu.nl -> xs4all.nl
7331
7332         * VERSION (PATCH_LEVEL): release 2.7.15
7333
7334         * make/lilypond.mandrake.spec.in (Module): remove Mandrake & Suse
7335         spec files.
7336
7337         * make/lilypond.fedora.spec.in: add %{libdir}/lilypond/
7338
7339 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7340
7341         * GNUmakefile.in: bugfix: encapsulate mkdir && cd in parens.   
7342
7343         * lily/staff-performer.cc (process_music): add audio
7344         elements. This makes MIDI instrument changes work once again.
7345
7346         * lily/main.cc (LY_DEFINE): add gmane address.
7347
7348         * lily/beam.cc: remove calc_positions()
7349
7350         * lily/include/grob.hh (class Grob): move pscore, dim_cache_,
7351         original_ in private scope.
7352         (class Grob): drop pscore_ pointer, change to output_def pointer.
7353         (class Grob): cleanup class definition.
7354
7355         * ly/spanners-init.ly (assertBeamQuant): use make-simple-closure.
7356
7357 2005-11-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7358
7359         * lily/main.cc (setup_paths)[__MINGW32__]: Do not assume argv0 is
7360         absolute.  Better diagnostics.
7361
7362         * GNUmakefile.in: Add bin/ to tree and populate with some links.
7363         This makes lilypond run from the build directory using argv0
7364         relocation (without any --prefix or LILYPONDPREFIX setting).
7365
7366 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7367
7368         * Documentation/topdocs/NEWS.tely (Top): document new backend design.
7369
7370         * scm/define-grobs.scm: purge self-[XY]-offset variables, replace
7371         with simple-closure.
7372
7373         * lily/self-aligment-interface.cc (set_align_self): new function
7374         (set_center_parent): new function.
7375
7376         * lily/side-position-interface.cc (set_axis): new function.
7377
7378         * lily/new-fingering-engraver.cc (position_scripts): use drul for
7379         generic code. 
7380
7381         * scm/define-grob-properties.scm (all-user-grob-properties):
7382         remove [XY]-offset-callbacks add [YX]-offset
7383         
7384 2005-11-02  Mats Bengtsson  <mabe@s3.kth.se>
7385
7386         * scm/define-grobs.scm (all-grob-descriptions): Added space-alist
7387         entry for time signatures after breathing signs. Bug report by
7388         Scott Russell.
7389
7390 2005-11-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7391
7392         * lily/main.cc (setup_paths)[!__MINGW32__]: Bugfix: if argv0 is
7393         not absolute, make it absolute using PATH.
7394
7395 2005-10-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7396
7397         * python/midi.c (initmidi): Fix type for mingw.
7398
7399 2005-10-27  Jan Nieuwenhuizen  <janneke@gnu.org>
7400
7401         * stepmake/stepmake/compile-vars.make (SHARED_FLAGS): Support mingw.
7402
7403         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Detect mingw
7404         cross compiling.
7405
7406         * stepmake/aclocal.m4: Support python cross compiling.
7407
7408         * stepmake/stepmake/python-module-vars.make (SHARED_MODULE_SUFFIX):
7409         Add mingw section.
7410
7411 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7412
7413         * scm/output-lib.scm (chain-grob-member-functions): replace
7414         chained-callback.cc
7415
7416         * lily/chained-callback.cc (Module): remove file.
7417
7418         * lily/rest-collision.cc (force_shift_callback_rest): change to
7419         chained callback.
7420
7421         * lily/rest.cc (y_offset_callback): merge function of 3 callbacks. 
7422
7423         * lily/grob.cc (y_parent_positioning): remove axis argument from
7424         parent_positioning callbacks.
7425         (Grob): junk init code
7426         (get_offset): use generic property callbacks for
7427         X-offset, Y-offset. Remove Grob::{add,has}_offset_callback.
7428         (axis_parent_positioning): new function
7429         (axis_offset_symbol): new function
7430         (chain_offset_callback): new function
7431         (add_offset_callback): new function
7432
7433         * lily/beam.cc (rest_collision_callback): change signature; this
7434         is now a chained callback.
7435
7436         * lily/include/dimension-cache.hh (class Dimension_cache): remove
7437         callback administration.
7438
7439         * lily/simple-closure.cc: new file. Smob type that allows "grob
7440         member functions",
7441
7442             (ly:make-simple-closure FUNC A B)
7443
7444         is evaluated as (FUNC grob A B). This allows chaining of callbacks
7445         in various ways.
7446
7447         * lily/slur-engraver.cc (acknowledge_extra_object): use chained
7448         callbacks.
7449
7450         * lily/slur.cc (outside_slur_callback): take 2 arguments.
7451
7452         * lily/rest.cc (polyphonic_offset_callback): remove.
7453
7454         * lily/script-engraver.cc (try_music): remove bool* argument.
7455
7456         * scm/script.scm (default-script-alist): set quantize-position
7457         appropriately.
7458
7459         * lily/script-engraver.cc: remove follow_into_staff_ special coding. 
7460
7461         * lily/side-position-interface.cc (aligned_side): move staff
7462         position quantization from
7463         Side_position_interface::quantised_position().
7464         (quantised_position): remove
7465         
7466 2005-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7467
7468         * input/regression/beam-quant-standard.ly: reindent, set
7469         debug-beam-quanting to #t.
7470
7471         * lily/beam-concave.cc (calc_concaveness): set concaveness to
7472         10000 if this is a "hard" concave beam.
7473
7474         * lily/beam.cc (calc_least_squares_positions): change from
7475         calc_least_squares_dy
7476         (set_stem_lengths): this is now a chained callback.
7477
7478         * lily/context-property.cc (execute_general_pushpop_property):
7479         bugfix override with procedure should have effect.
7480
7481         * scm/define-grob-properties.scm (all-internal-grob-properties):
7482         remove position-callbacks.
7483
7484         * scm/define-grobs.scm (all-grob-descriptions): use
7485         ly:make-callback-chain for positions property.
7486
7487         * scm/layout-beam.scm (check-quant-callbacks): return list of
7488         chained callbacks.
7489
7490         * scm/lily.scm (type-p-name-alist): add callback-chain
7491
7492         * lily/lily-guile.cc (type_check_assignment): type check failure
7493         is warning not message.
7494
7495         * lily/grob-property.cc (try_callback): walk callback chain if
7496         appropriate.
7497
7498         * lily/chained-callback.cc: new file. new smob type.
7499
7500         * lily/lily-guile.cc (procedure_arity): new function.
7501
7502 2005-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7503
7504         * Documentation/topdocs/INSTALL.texi (Top): add perl flex bison.
7505
7506 2005-10-25  John Mandereau  <john.mandereau@free.fr>
7507  
7508         * Documentation/user/instrument-notation.itely (Figured bass):
7509         describe new features
7510
7511 2005-10-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7512
7513         * lily/beam.cc (calc_least_squares_dy): use property callback.
7514
7515         * lily/beam-concave.cc (calc_concaveness): use property callback.
7516
7517         * ly/paper-defaults.ly: move fixed dimensions from paper.scm 
7518
7519 2005-10-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7520
7521         * HACKING: Update.
7522
7523 2005-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7524
7525         * scm/layout-page-layout.scm (page-headfoot): annotate
7526         pagetopspace too.
7527
7528         * scm/stencil.scm (dimension-arrows): shorten arrowed lines a bit. 
7529
7530         * scm/layout-page-layout.scm (annotate-y-interval): y-annotation
7531         doesn't take y-space.
7532
7533         * scm/paper.scm (paper-alist): fix A7 dimensions. 
7534
7535 2005-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7536
7537         * stepmake/stepmake/generic-vars.make (DIST_FILES): Fix
7538         src-wildcard, remove $(wildcard).
7539
7540         * po/GNUmakefile (PO_FILES): 
7541         * ps/GNUmakefile (PS_FILES): 
7542         * tex/GNUmakefile (TEX_FILES): 
7543         * cygwin/GNUmakefile (POSTINSTALLS):
7544         * vim/GNUmakefile (EXTRA_DIST_FILES): Bugfix: [etags sr?] missed
7545         some wildcard calls.
7546
7547 2005-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7548
7549         * THANKS: add Thomas Bushnell.
7550
7551 2005-10-23  Jan Nieuwenhuizen  <janneke@gnu.org>
7552
7553         * scm/lily.scm: Remove horrendous running-from-gui? kludge.
7554         (lilypond-main): Redirect to gui-main if 'gui is set.
7555
7556         * scripts/midi2ly.py (datadir): Add libdir iso datadir to path,
7557         for alternative installations kludging s/share/lib/g
7558         LILYPONDPREFIX. 
7559
7560         * SConstruct (libdir_package_version): Define.
7561
7562         * python/SConscript: 
7563         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install binary .so
7564         module in libdir.  
7565
7566 2005-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7567
7568         * lily/main.cc: clarify --safe.
7569
7570 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7571
7572         * VERSION: release 2.7.14
7573         
7574         * Documentation/user/*.itely: remove minimumVerticalExtent.
7575
7576         * scm/define-grobs.scm (all-grob-descriptions): remove
7577         RemoveEmptyVerticalGroup
7578
7579         * lily/hara-kiri-engraver.cc (get_spanner): create VerticalAxisGroup.
7580
7581         * lily/include/lily-guile.hh (GUILE_ELLIPSIS): define to get clean
7582         compile on MOSX
7583
7584         * python/convertrules.py (conv): add rules.
7585
7586         * lily/grob.cc: remove is_empty()
7587
7588         * lily/grob-property.cc: remove add_to_list_property().
7589
7590         * scripts/convert-ly.py (datadir): add prefix switching hack to
7591         .py too.
7592
7593         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily (cresc): remove
7594         space-function tweak.
7595
7596         * lily/grob.cc: remove X-extent-callback / Y-extent-callback.
7597
7598         * scm/define-grob-properties.scm (all-user-grob-properties):
7599         remove callback property.
7600
7601         * lily/include/grob.hh (class Grob): remove property_callbacks_
7602         member. Properties of procedure type are assumed to be callbacks.
7603
7604         * lily/ligature-engraver.cc (override_stencil_callback):
7605         rewrite. Use noteHeadLigaturePrimitive as source.
7606
7607         * scm/define-grob-properties.scm (all-internal-grob-properties):
7608         remove ligature-primitive-callback
7609
7610         * lily/include/dimension-cache.hh (class Dimension_cache): make
7611         class, with Grob as friend.
7612
7613         * lily/grob.cc: remove set_extent_callback(), set_extent() and
7614         has_extent_callback()
7615
7616         * scm/translation-functions.scm (format-new-bass-figure): read
7617         figuredBassPlusDirection
7618
7619         * scm/define-context-properties.scm
7620         (all-user-translation-properties): add figuredBassPlusDirection.
7621
7622         * lily/staff-spacing.cc (next_notes_correction): oops. Init wishes.
7623
7624         * lily/align-interface.cc (set_ordered): new function.
7625
7626         * lily/grob.cc (flush_extent_cache): rewrite.
7627
7628         * lily/dimension-cache.cc (Dimension_cache): cache extent as
7629         Interval pointer directly.
7630
7631         * lily/main.cc (setup_paths): insert extra / .
7632         (setup_paths): junk cff entry.
7633
7634         * lily/font-config.cc (init_fontconfig): only add type1 / otf
7635         directories.
7636
7637         * lily/axis-group-engraver.cc (finalize): remove
7638         extraVerticalExtent, minimumVerticalExtent verticalExtent.
7639
7640         * lily/grob.cc (Grob): don't set extent from ctor.
7641         (extent): use property callbacks. 
7642
7643         * lily/axis-group-interface.cc: remove set_axes() function.
7644
7645         * lily/grob-property.cc (del_property): new function.
7646
7647 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7648
7649         * lily/font-config.cc (init_fontconfig): resurrect mf/out/ check.
7650         
7651 2005-10-20  Jan Nieuwenhuizen  <janneke@gnu.org>
7652
7653         * stepmake/stepmake/script-vars.make (PYTHON_SCRIPTS_IN): Oops.  Add.
7654
7655 2005-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7656
7657         * mf/SConscript: Updates.
7658
7659         * lily/GNUmakefile (OUT_DIST_FILES): Bugfix.
7660
7661         * stepmake/stepmake/*:
7662         * */GNUmakefile:
7663         * config.make.in:
7664         * GNUmakefile.in:
7665         * stepmake/aclocal.m4: Friendlier --srcdir build, allowing `make'
7666         from any directory in build-dir.  Cleanups.
7667
7668         * make/srcdir.make.in: Remove.
7669
7670         * lily/main.cc (setup_paths): Fix and document build-dir hack.
7671
7672         * SConstruct (CheckYYCurrentBuffer): Use TryCompile (there is no
7673         main).
7674
7675         * lily/SConscript: Remove ttftools.
7676
7677         * SConstruct: Resurrect.
7678
7679 2005-10-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7680
7681         * lily/tuplet-bracket.cc (print): use dy iso. positions[RIGHT] for
7682         Y coordinate. 
7683
7684         * lily/paper-book.cc (add_score_title): put Paper_score title into
7685         systems_ list.
7686
7687         * scm/translation-functions.scm (format-new-bass-figure): also
7688         allow plus in combination with _
7689
7690 2005-10-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7691
7692         * VERSION: 2.7.13 released.
7693
7694         * lily/note-collision.cc (check_meshing_chords): don't wipe
7695         stencil, merely set transparent.
7696
7697         * Documentation/topdocs/NEWS.tely (Top): mention John Mandereau. 
7698         (Top): document #'callbacks.
7699         (Top): document nested \override.
7700
7701         * input/regression/figured-bass.ly: update for slash and pluses.
7702
7703         * input/regression/figured-bass-continuation-forbid.ly (Module):
7704         new file.
7705
7706         * scm/translation-functions.scm (format-new-bass-figure): use
7707         slashed-digit if diminished is set.
7708         (format-new-bass-figure): add + if 'augmented is set.
7709
7710         * scm/define-markup-commands.scm (slashed-digit): new command slashed-digit.
7711
7712         * input/test/piano-staff-distance.ly: remove file.
7713
7714         * Documentation/user/advanced-notation.itely (Formatting cue
7715         notes): use length-fraction for making stems/beams smaller.
7716
7717         * lily/parser.yy (bass_figure): accept \+ \! and / as figured bass
7718         modifications.
7719
7720         * lily/new-figured-bass-engraver.cc: new property
7721         centerFiguredBassContinuations
7722
7723         * Documentation/user/changing-defaults.itely (Difficult tweaks):
7724         use callbacks.
7725
7726         * lily/context-property.cc (execute_general_pushpop_property):
7727         robustness checks.
7728
7729         * input/regression/override-nest.ly: new file.
7730
7731         * python/convertrules.py (FatalConversionError.subber): conversion
7732         rule for #'callbacks
7733
7734         * input/regression/override-nest.ly: new function.
7735
7736         * lily/parser.yy (music_property_def): allow \override #'a #'b =
7737         #c too. 
7738
7739         * lily/context-property.cc (lookup_nested_property): new function.
7740         (evict_from_alist): new function.
7741         (general_pushpop_property): new function.
7742         (execute_general_pushpop_property): rewrite. Support nested
7743         properties too.
7744
7745 2005-10-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7746
7747         * lily/beam.cc: use length-fraction too.
7748
7749         * scm/define-grob-properties.scm (all-user-grob-properties):
7750         remove property flag-width-function
7751         (all-user-grob-properties): remove space-function.
7752
7753         * scm/layout-beam.scm: remove flag-width-function.
7754
7755         * lily/beam.cc: remove flag-width-function
7756
7757         * scm/layout-beam.scm: remove beam dir functions.
7758
7759         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): use length-fraction.
7760
7761         * lily/stem.cc (calc_length): multiply with length_fraction. Makes
7762         for easier grace tweaks.
7763
7764         * lily/beam.cc: remove dir-function.
7765
7766         * lily/system.cc (pre_processing): use callback to trigger spacing procedures.
7767
7768         * lily/grob.cc: remove spacing-procedure.
7769
7770         * lily/note-head.cc (calc_stem_attachment): new function.
7771         (internal_print): use callback to get glyph-name.
7772
7773         * lily/grob-property.cc (get_interfaces): new function.
7774
7775         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-interfaces
7776
7777         * lily/stem.cc (calc_stem_end_position): new function.
7778         (calc_length): new function.
7779         document details for stem.
7780         remove Stem::get_direction()
7781
7782         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-set-callback! 
7783
7784         * lily/grob-property.cc (set_callback): new function.
7785
7786         * lily/script-engraver.cc (make_script_from_event): don't trigger callback.
7787
7788         * lily/item-scheme.cc: new file.
7789
7790         * lily/bar-line.cc (before_line_breaking): remove function.
7791         remove bar-size-procedure, break-glyph-function
7792
7793         * lily/clef-engraver.cc (set_glyph): use glyph iso. glyph-name
7794
7795         * lily/clef.cc (before_line_breaking): change to calc_glyph_name.
7796
7797         * lily/system-start-delimiter.cc (print): suicide from
7798         here. Remove after_line_breaking_callback.
7799
7800         * lily/script-interface.cc (calc_direction): use callback for direction.
7801
7802         * lily/side-position-interface.cc (aligned_side): don't use
7803         Side_position_interface::get_direction directly. Use callback. 
7804
7805         * lily/grob.cc (get_stencil): simplify: use callback mechanism to
7806         calculate stencil.
7807         (get_print_stencil): rename from get_stencil: create stencil with
7808         transparency, color and cause. 
7809
7810         * scm/define-grobs.scm: change print-function to stencil callback everywhere.
7811
7812         * python/convertrules.py (conv): insert temporary warning rule.
7813
7814         * lily/multi-measure-rest.cc (set_text_rods): use stencil directly.
7815
7816         * lily/grob-property.cc (try_callback): remove marker if applicable.
7817
7818         * lily/grob.cc: elucidate doc about after/before-line-breaking
7819
7820         * lily/slur-scoring.cc (enumerate_attachments): robustness fix.
7821
7822         * lily/stem.cc (height): idem.
7823
7824         * lily/stem-tremolo.cc: idem.
7825
7826         * lily/slur.cc (height): don't use get_uncached_stencil()
7827
7828         * lily/rest.cc (y_offset_callback): use offset callback
7829         iso. after-line-breaking callback.
7830
7831         * lily/grob.cc: change after/before-line-breaking-callback to
7832         after/before-line-breaking dummy properties.
7833
7834         * lily/include/grob.hh: remove Grob_status.
7835
7836         * scm/define-context-properties.scm
7837         (all-user-translation-properties): remove verticalAlignmentChildCallback
7838
7839         * lily/tuplet-bracket.cc: use positions property iso. left,right-position.
7840         (calc_direction): use callback
7841         (calc_positions): use callback.
7842
7843         * lily/tie.cc (calc_direction): use callback. Only call parent
7844         positioning for more than one tie.
7845
7846         * lily/tie-column.cc (calc_positioning_done): use callback
7847
7848         * lily/slur-scoring.cc (calc_control_points): use callback
7849
7850         * lily/slur.cc (calc_direction): use callback.
7851
7852         * lily/note-collision.cc (force_shift_callback): remove.
7853
7854         * lily/dot-column.cc (force_shift_callback): remove. Use
7855         other_axis_parent_positioning.
7856
7857         * lily/grob.cc (other_axis_parent_positioning): new function.
7858         (same_axis_parent_positioning): new function
7859
7860         * lily/align-interface.cc (alignment_callback): remove function.
7861
7862         * lily/note-collision.cc (calc_positioning_done): use callback.
7863
7864         * lily/laissez-vibrer-tie.cc (calc_control_points): use callback.
7865         (calc_direction): idem.
7866         remove print function.
7867
7868         * lily/laissez-vibrer-tie-column.cc (calc_positioning_done): use callback.
7869
7870         * lily/dot-column.cc (calc_positioning_done): use callback.
7871
7872         * lily/break-align-interface.cc (calc_positioning_done): use callback.
7873
7874         * lily/beam.cc (calc_direction): use pseudo-property for beam
7875         direction callback.
7876         (calc_positions): use callback 
7877
7878         * lily/align-interface.cc (calc_positioning_done): use
7879         callback. Fold fixed  distance and normal alignment in one function.
7880
7881         * lily/stem.cc (calc_stem_end_position): use callback.
7882         (calc_positioning_done): idem.
7883         (calc_direction): idem.
7884         (calc_stem_end_position): idem
7885         (calc_stem_info): idem.
7886
7887         * lily/grob-property.cc (get_property_data): new function: 
7888         (try_callback): new function.
7889
7890         * scm/define-grob-properties.scm (all-user-grob-properties): doc
7891         callbacks property.
7892
7893         * lily/break-align-interface.cc: remove Break_align_interface::alignment_callback.
7894
7895 2005-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7896
7897         * lily/tie.cc (get_position): robustness fix. Don't crash if a
7898         tie
7899         has no heads.
7900         
7901         * lily/include/*.hh (Module): compile fixes.
7902
7903 2005-10-14  Heikki Junes <hjunes@cc.hut.fi>
7904
7905         * elisp/lilypond-font-lock.el, elisp/lilypond-indent.el: Avoid nil 
7906         as an argument for char-syntax: use (char-syntax (or nil 0)) 
7907         instead of (char-syntax nil), thanks to Milan Zamazal.
7908
7909 2005-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7910
7911         * make/lilypond.fedora.spec.in (Group): add lilypond-internals to
7912         dist.
7913
7914         * lily/tuplet-bracket.cc: check columns of bounds, not bounds
7915         themselves.
7916
7917 2005-10-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7918
7919         * flower/include/virtual-methods.hh (VIRTUAL_COPY_CONSTRUCTOR):
7920         add class_name() method.
7921
7922         * lily/music-scheme.cc: remove ly:music-name.
7923
7924 2005-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7925
7926         * cygwin/postinstall-lilypond.sh: Remove cruft.
7927
7928         * cygwin/postremove-lilypond.sh: Remove.
7929
7930         * cygwin/GNUmakefile (default): Remove postremove rules.
7931
7932 2005-10-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7933
7934         * ly/titling-init.ly (evenHeaderMarkup): use space in header on
7935         even header too.
7936         
7937         * scm/define-markup-commands.scm (wordwrap-string): bugfix for
7938         MacOS 9 users.
7939
7940         * lily/hara-kiri-group-spanner.cc (consider_suicide): only
7941         consider break index for broken spanner.
7942
7943         * scm/define-markup-commands.scm (wordwrap-string): remove \r
7944         characters from string before splitting.
7945
7946 2005-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7947
7948         * scm/framework-ps.scm (output-preview-framework): use
7949         is-book-title to determine whether to chop off the booktitle.
7950
7951         * lily/paper-book.cc (systems): init from book-title-properties
7952         (add_score_title): init score-title-properties.
7953
7954         * ly/paper-defaults.ly: add {score,book}-title-properties.
7955
7956         * scm/document-backend.scm (lookup-interface): error message if
7957         using unknown interface.
7958
7959         * lily/volta-bracket.cc (after_line_breaking): new function. Set
7960         edge-height.
7961
7962         * lily/horizontal-bracket.cc (make_enclosing_bracket): rename from
7963         make_bracket.
7964         (make_bracket): new function.
7965
7966         * scm/lily.scm (define-scheme-options): add paper-size option.
7967
7968         * ly/declarations-init.ly (laissezVibrer): get paper size from
7969         -dpaper-size
7970
7971         * scm/translation-functions.scm: use \fontsize for changing the
7972         fontsize.
7973
7974         * scm/define-grobs.scm (all-grob-descriptions): set
7975         between-length-limit to 1.0
7976
7977         * lily/tie-helper.cc: add between_length_limit_ detail property.
7978
7979         * mf/feta-bolletjes.mf: typos.
7980
7981         * lily/note-head.cc (internal_print): don't shadow idx
7982         parameter. This fixes wrong attachment for do shape heads.
7983
7984 2005-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7985
7986         * scm/parser-ly-from-scheme.scm: rename from ly-from-scheme.scm
7987
7988         * scm/parser-clef.scm (supported-clefs): rename from clef.scm
7989
7990         * scm/layout-slur.scm: rename from slur.scm
7991
7992         * scm/layout-page-layout.scm: rename from page-layout.scm
7993
7994         * scm/layout-beam.scm: rename from beam.scm
7995
7996         * scm/define-grob-interfaces.scm (bass-figure-interface): add
7997         bass-figure-interface
7998
7999         * lily/new-figured-bass-engraver.cc (process_music): add
8000         implicitBassFigures property.
8001         
8002         * scm/define-markup-commands.scm (pad-x): new markup.
8003
8004         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set
8005         minimumVerticalExtent on FiguredBass context.
8006
8007         * lily/figured-bass-continuation.cc (center_on_figures): kludge in
8008         case the continuation crosses a line break.
8009
8010 2005-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
8011
8012         * flower/file-name.cc (dos_to_posix)[__CYGWIN__]: Return
8013         unconverted value if cygwin_conv_to_posix_path () fails.  Fixes
8014         absolute file name bug.  
8015
8016 2005-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8017
8018         * VERSION (PACKAGE_NAME): release 2.7.12
8019
8020         * input/regression/figured-bass-continuation-center.ly: new file.
8021
8022         * input/regression/beam-outside-beamlets.ly: new file.
8023
8024         * lily/beam.cc (set_beaming): don't clip edges.
8025         (connect_beams): don't clip edges.
8026
8027         * lily/beaming-info.cc (clip_edges): new function.
8028
8029         * lily/enclosing-bracket.cc (struct Enclosing_bracket): new file.
8030
8031         * Documentation/user/instrument-notation.itely (Figured bass):
8032         demonstrate extenders, update seealso links.
8033
8034         * scm/titling.scm (marked-up-headfoot): change tagline
8035         handling. tagline = ##f will blank the tagline as well.
8036
8037 2005-10-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8038
8039         * Documentation/topdocs/NEWS.tely: add entry for Figured bass.
8040
8041         * lily/new-figured-bass-engraver.cc (struct
8042         New_figured_bass_engraver): add new_music_found_ member.
8043
8044         * lily/lilypond-version.cc (Lilypond_version): deal with
8045         incorrectly formatted version strings. 
8046
8047         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): switch on
8048         New_figured_bass_engraver by default.
8049
8050         * lily/ttf.cc (print_trailer): only define glyph names when
8051         FT_Face has FT_FACE_FLAG_GLYPH_NAMES
8052
8053 2005-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8054
8055         * lily/horizontal-bracket.cc (make_bracket): new function.
8056
8057         * scm/define-grobs.scm (all-grob-descriptions): new grobs
8058         NewBassFigure, BassFigureBracket, BassFigureContinuation,
8059         BassFigureLine, BassFigureAlignment
8060
8061         * lily/new-figured-bass-engraver.cc (process_music): new file.
8062
8063         * lily/figured-bass-continuation.cc: new file.
8064
8065         * lily/include/horizontal-bracket.hh (struct Horizontal_bracket):
8066         new file.
8067
8068 2005-10-04  Mats Bengtsson  <mabe@s3.kth.se>
8069
8070         * scripts/lilypond-book.py: Bug fix, put the quote around the
8071         actual score for LaTeX documents.
8072
8073         * scm/define-grobs.scm (all-grob-descriptions): Change
8074         collapse-height of the SystemStartBracket grob to 5.0, 
8075         so the bracket disappears for single stave score lines (similarly
8076         to SystemStartBraces). 
8077
8078         * Documentation/user/advanced-notation.itely (Polymetric
8079         notation): Clarify the use of compressMusic.
8080
8081         * Documentation/user/basic-notation.itely (Grace notes): Clarify
8082         that the grace spacer note in other staves need the same duration
8083         and document the stroke-style property.
8084
8085 2005-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8086
8087         * Documentation/user/global.itely (Vertical spacing): document
8088         alignment-extra-space and fixed-alignment-extra-space.
8089
8090         * Documentation/topdocs/NEWS.tely (Top): add entry.
8091
8092         * input/regression/alignment-vertical-spacing.ly: new file.
8093
8094         * python/convertrules.py (conv): add rule.
8095
8096         * ly/music-functions-init.ly: rename outputProperty to overrideProperty
8097
8098         * lily/align-interface.cc (stretch_after_break): new
8099         function. Read fixed-alignment-extra-space property.
8100         (align_elements_to_extents): read alignment-extra-space property.
8101
8102         * lily/lily-guile.cc (robust_scm2dir): new function.
8103
8104         * scm/page-layout.scm (page-headfoot): annotate headsep and footsep.
8105         (annotate-space-left): new function. Annotate space left on page. 
8106         (annotate-y-interval): new function.
8107         (paper-system-annotate-last): new function. Annotate bottom-space.
8108
8109         * mf/feta-beugel.mf (y): 
8110
8111 2005-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8112
8113         * VERSION (PACKAGE_NAME):  release 2.7.11
8114
8115         * scm/lily-library.scm (interval-translate): new function
8116         (interval-center): new function. 
8117
8118         * scm/page-layout.scm (paper-system-annotate): new function. Add
8119         arrows for dimensions.
8120  
8121         * scm/stencil.scm (dimension-arrows): new function.
8122
8123         * Documentation/user/global.itely (Vertical spacing): mention annotatespacing
8124
8125         * input/regression/page-spacing.ly: add annotatespacing
8126
8127         * lily/paper-system-scheme.cc (LY_DEFINE): remove ly:paper-system-{extent,stencil}
8128         (LY_DEFINE): new function ly:paper-system-set-property!
8129
8130         * Documentation/user/global.itely (Paper size): explain how to add
8131         sizes.
8132
8133         * scm/paper.scm (paper-alist): rename tabloid paper to 11x17 to
8134         correspond to GS's definition.
8135
8136         * lily/tuplet-bracket.cc (after_line_breaking): suicide empty
8137         tuplet bracket.
8138         (print): only connect to next bracket if the next one is alive.
8139         (print): set padding to 0.0 if the bound is a breakable
8140         column. This makes tupletFullLength brackets reach up to the staff
8141         line if it doesn't connect to the next line.
8142
8143 2005-09-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8144
8145         * lily/bar-number-engraver.cc: correct docs.
8146
8147         * scm/output-lib.scm (first-bar-number-invisible): rename from
8148         default-bar-number-visibility
8149
8150 2005-09-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8151
8152         * scm/define-music-properties.scm (all-music-properties): remove
8153         predicate property.
8154
8155 2005-09-28  Heikki Junes  <hjunes@cc.hut.fi>
8156
8157         * po/fi.po: refresh.
8158
8159 2005-09-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8160
8161         * input/regression/hara-kiri-pianostaff.ly (disappear): remove
8162         superfluous s1.
8163         (disappear): bugfix.
8164
8165         * lily/stem-tremolo.cc (raw_stencil): read slope property.
8166
8167         * lily/include/paper-system.hh (class Paper_system): remove
8168         staff_extents_ member.
8169
8170         * lily/paper-system-scheme.cc (LY_DEFINE): remove.
8171
8172         * lily/include/paper-system.hh (class Paper_system): remove
8173         number_ variable. Remove is_title_. Remove break_before_penalty_
8174
8175         * lily/paper-book.cc (systems): use 'number property iso. number_
8176         member.
8177
8178         * lily/paper-system-scheme.cc: remove ly:paper-system-break-before-penalty
8179         remove ly:paper-system-number.
8180
8181         * scm/lily-library.scm (paper-system-title?): new function.
8182
8183         * lily/book.cc (process): bugfix: flip ?: cases. 
8184
8185         * Documentation/user/changing-defaults.itely (Difficult tweaks):
8186         add outputProperty.
8187
8188         * ly/music-functions-init.ly: add outputProperty music function.
8189
8190         * scm/paper.scm (set-paper-dimension-variables): add pagetopspace
8191
8192         * scm/page-layout.scm (ly:optimal-page-breaks): read next-space
8193         and next-padding.
8194         (optimal-page-breaks): rename from ly:optimal-page-breaks.
8195
8196         * lily/paper-system-scheme.cc (LY_DEFINE): new function.
8197
8198         * lily/paper-system.cc (internal_get_property): new function.
8199
8200         * Documentation/user/global.itely (Vertical spacing): refer to
8201         page-spacing.ly
8202
8203         * scm/page-layout.scm (ly:optimal-page-breaks): add support for
8204         pagetopspace
8205
8206         * input/regression/page-spacing.ly: new file.
8207
8208         * input/regression/page-top-space.ly: new file.
8209
8210         * lily/spacing-spanner.cc: cmath -> math.h
8211
8212         * lily/paper-system.cc (read_left_bound): new function. Read
8213         line-break-system-details from left bound to determine extents.
8214  
8215         * Documentation/user/programming-interface.itely (Using LilyPond
8216         syntax inside Scheme): change applyxxx -> applyXxx.
8217
8218         * ly/music-functions-init.ly: add outputProperty music function.
8219
8220         * lily/parser.yy (Generic_prefix_music_scm): add scm-scm-scm signature.
8221
8222         * lily/grob-scheme.cc (LY_DEFINE): add ! to ly:grob-suicide! name.
8223
8224         * python/convertrules.py (conv): rule
8225
8226         * ly/music-functions-init.ly: applyxxx -> applyXxx
8227
8228         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): alias
8229         TabVoice to Voice.
8230
8231 2005-09-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8232
8233         * flower/include/real.hh: include <math.h> iso. <cmath>
8234
8235         * flower/include/offset.hh: include real.hh
8236
8237 2005-09-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8238
8239         * Documentation/user/changing-defaults.itely (Difficult tweaks):
8240         fix example, now that 'interfaces is no longer directly available.
8241
8242         * lily/book.cc (process): don't crash if paper == NULL.
8243
8244         * po/fr.po: update.
8245
8246 2005-09-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8247
8248         * scm/define-music-types.scm (music-descriptions): set length and
8249         start-callback for QuoteMusic
8250
8251 2005-09-15  Mats Bengtsson  <mabe@s3.kth.se>
8252
8253         * lily/tie.cc (get_configuration): Replace fabs -> abs for integer
8254         arguments. Fixes compilation error with gcc 3.3.
8255
8256 2005-09-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8257
8258         * VERSION: release 2.7.10
8259
8260         * stepmake/stepmake/python-module-rules.make
8261         ($(outdir)/%$(SHARED_MODULE_SUFFIX)): SHARED_FLAGS at the end.  
8262
8263         * lily/*.cc: remove <cmath> everywhere. <cmath> is included from
8264         real.hh
8265
8266 2005-09-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8267
8268         * stepmake/stepmake/c++-vars.make (#EXTRA_CXXFLAGS): don't add
8269         -Werror. Otherwise GCC barfs over various optimizations.
8270
8271         * scm/define-grob-properties.scm (all-internal-grob-properties):
8272         add note-head property
8273
8274         * Documentation/user/instrument-notation.itely (Laissez vibrer
8275         ties): new node.
8276
8277         * input/regression/laissez-vibrer-ties.ly: new file.
8278
8279         * lily/laissez-vibrer-engraver.cc: new file.    
8280
8281         * lily/include/tie-column-format.hh: new file.
8282
8283         * lily/tie-column-format.cc: new file. 
8284
8285         * lily/tie-column.cc (set_manual_tie_configuration): new function.
8286
8287         * lily/laissez-vibrer-tie.cc: new file.
8288
8289         * lily/include/laissez-vibrer-tie.hh: new file.
8290
8291         * ly/engraver-init.ly: add Laissez_vibrer_engraver
8292
8293         * ly/declarations-init.ly (laissezVibrer): add \laissezVibrer
8294
8295         * scm/define-grobs.scm (all-grob-descriptions): add
8296         LaissezVibrerTie, LaissezVibrerTieColumn
8297
8298         * lily/tie-column.cc (set_tie_config_directions): new function
8299         (final_shape_adjustment): new function.
8300         (shift_small_ties): new function.
8301
8302         * scm/define-music-types.scm (music-descriptions): add LaissezVibrerEvent
8303
8304         * lily/include/tie.hh (struct Tie_details): add x_gap_
8305         (struct Tie_configuration): add head_position_
8306
8307         * lily/tie-column.cc (set_chord_outline): new function.
8308
8309         * mf/cmr.enc.in:  remove file.
8310
8311 2005-09-11  Graham Percival  <gpermus@gmail.com>
8312
8313         * Documentation/user/examples.itely: typo fix.  Thanks, Matevž
8314
8315 2005-09-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8316
8317         * mf/feta-banier.mf: make vertical stem 1/2 stemthickness wide to
8318         reduce aliasing effects.
8319
8320         * lily/tie-column.cc (set_chord_outlines): bugfix: insert complete
8321         box in skyline.
8322
8323 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8324
8325         * lily/tie.cc (get_configuration): don't crash if left_dot is NULL.
8326
8327         * flower/include/real.hh: std::fabs too.
8328
8329 2005-09-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8330
8331         * Documentation/user/lilypond.tely: Spell Baßtuba in UTF-8 (Werner). 
8332
8333         * lily, flower: Include C++ iso C headers.  Import namespace std
8334         throughout.
8335
8336         * lily/side-position-interface.cc: 
8337         * lily/scm-hash.cc: 
8338         * lily/note-head.cc: 
8339         * lily/include/includable-lexer.hh: 
8340         * flower/include/string-data.icc: Remove using std::*.
8341
8342         * lily, flower: Include C++ iso C headers.  Import namespace std
8343         throughout.
8344
8345         * lily/side-position-interface.cc: 
8346         * lily/scm-hash.cc: 
8347         * lily/note-head.cc: 
8348         * lily/include/includable-lexer.hh: 
8349         * flower/include/string-data.icc: Remove using std::*.
8350
8351         * Documentation/user/instrument-notation.itely (Entering lyrics):
8352         Multiple latin-1->utf-8 conversion fix.
8353
8354         * Documentation/user/*tely: Update Emacs cookie to utf-8.
8355
8356 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8357
8358         * lily/tie.cc (get_configuration): also avoid dots for non-space
8359         situations.
8360
8361 2005-09-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8362
8363         * Documentation/user/instrument-notation.itely: Bugfix.
8364
8365 2005-09-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8366
8367         * tex/GNUmakefile: don't install texinfo.tex
8368
8369         * tex/ : cleanup: remove unused files.
8370
8371         * lily/general-scheme.cc: remove my_{isinf,isnan}.
8372
8373         * flower/include/real.hh: using std::{isnan,isinf}
8374         
8375         * VERSION (PATCH_LEVEL): release 2.7.9
8376
8377 2005-09-05  Graham Percival  <gpermus@gmail.com>
8378
8379         * Documentation/user/ instrument-notation.itely,
8380         advanced-notation.itely: minor tweaks.
8381
8382         * input/test/script-chart.ly: add item padding.
8383
8384 2005-09-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8385
8386         * flower/offset.cc: use math.h iso. <cmath>
8387
8388         * scm/ps-to-png.scm (make-ps-images): use png16m again, for sake
8389         of IE users.
8390
8391         * scm/framework-eps.scm (dump-stencils-as-EPSes): cleanup.
8392         (widen-left-stencil-edges): new function. Fix alignment problems
8393         with LaTeX includegraphics.
8394
8395         * lily/text-interface.cc (interpret_markup): use abort().
8396
8397 2005-09-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8398
8399         * input/regression/tie-chord.ly (testLong): add a chord in 4ths
8400
8401         * lily/tie.cc (get_configuration): update bezier shape as we
8402         change Y positions.
8403         (get_configuration): don't move large ties if we're outside of the
8404         staff.
8405
8406 2005-09-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8407
8408         * scm/define-markup-commands.scm (strut): swap X and Y dims.
8409         
8410 2005-09-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8411
8412         * .cvsignore: Add auto-generated configure files and then some.
8413
8414 2005-09-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8415
8416         * scm/define-grobs.scm (DynamicLineSpanner): Add
8417         X-extent-callback.  Fixes hairpin-slur collision.
8418
8419 2005-08-31  Graham Percival  <gpermus@gmail.com>
8420
8421         * Documentation/user/advanced-notation.itely,
8422         basic-notation.itely: minor changes.
8423
8424 2005-08-31  Mats Bengtsson  <mabe@s3.kth.se>
8425
8426         * scm/framework-eps.scm (dump-stencils-as-EPSes): Insert a
8427         \linebreak between each .eps file if \betweenLilyPondSystem is
8428         undefined. 
8429
8430         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
8431         music): Document the \linebreak
8432
8433         * Documentation/user/lilypond-book.itely,
8434         input/tutorial/lbook-latex-test.tex,
8435         Documentation/user/examples.itely: Remove \usepackage{graphics}
8436
8437 2005-08-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8438
8439         * mf/aybabtu.pe.in (i): don't merge alphabet into aybabtu.
8440
8441         * lily/ly-module.cc (make_stand_in_procs_weak): 1.6.4 and earlier
8442         compat bugfix.
8443
8444         * scripts/lilypond-book.py (PREAMBLE_LY): define
8445         inside-lilypond-book
8446         (modify_preamble): new function. Insert \RequirePackage{graphics}
8447         when no {graphics found in preamble.  
8448
8449 2005-08030  Graham Percival  <gpermus@gmail.com>
8450
8451         * Documentation/user/basic-notation.itely, global.itely,
8452         tutorial.itely: misc small changes.
8453
8454 2005-08-30  Jan Nieuwenhuizen  <janneke@gnu.org>
8455
8456         * stepmake/aclocal.m4: Include MY_PATCH_LEVEL in config.make's
8457         VERSION.
8458
8459 2005-08-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8460
8461         * lily/tie-column.cc (new_directions): put Tie down on center
8462         staff line. 
8463
8464         * lily/script-interface.cc (before_line_breaking): use
8465         Grob::programming_error
8466
8467         * scm/ps-to-png.scm (make-ps-images): use pngalpha device.
8468
8469         * scripts/lilypond-book.py (get_latex_textwidth): oops. Take [0]
8470         of splitext.
8471
8472 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8473
8474         * VERSION (PACKAGE_NAME): VERSION release 2.7.8
8475
8476 2005-08-29  Werner Lemberg  <wl@gnu.org>
8477
8478         * mf/GNUmakefile: Add `-f' flag to `rm' command while removing
8479         the `*.scale.pfa' files to avoid warnings.
8480
8481 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8482
8483         * lily/tempo-performer.cc (process_music): idem.
8484
8485         * lily/midi-def.cc (get_tempo): Rational to int conversion bug.
8486
8487 2005-08-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8488
8489         * Documentation/user/advanced-notation.itely (Text markup): not a
8490         fragment.
8491
8492         * lily/midi-item.cc (to_string): use to_int() iso. int cast.
8493
8494         * lily/staff-performer.cc (initialize): add tempo/name to
8495         audio_staff_
8496
8497
8498 2005-08-26  Graham Percival  <gpermus@gmail.com>
8499
8500         * Documentation/user/advanced.itely: add text-only example.
8501
8502         * Documentation/user/invoking.itely: add index entries for
8503         convert-ly.
8504
8505         * Documentation/user/ tutorial.itely, basic-notation.itely:
8506         small fixes suggested by Steve D.  Thanks!
8507
8508 2005-08-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8509
8510         * input/regression/markup-bidi-pango.ly: new file.
8511
8512         * lily/pango-font.cc (pango_item_string_stencil): make Mingw code
8513         standard. Remove #ifdef. Remove memleak.
8514         (text_stencil): use text_dir to decide how to composite items.
8515         (text_stencil): determine uniform text direction for the entire
8516         string.
8517
8518         * scripts/lilypond-book.py (output_name): remove
8519         latex_filter_cmd. Non-portable to non-Unix systems. 
8520         (get_latex_textwidth): use File.write and os.unlink() instead.
8521
8522         * THANKS: add Vicente & Trevor.
8523
8524         * lily/grob.cc (discretionary_processing): look up origin for
8525         programming_error too. 
8526
8527         * input/regression/tie-broken.ly: new file.
8528
8529         * lily/tie-column.cc (set_chord_outlines): set outline for line
8530         break case too.
8531         
8532 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8533
8534         * lily/pango-font.cc (text_stencil): don't translate glyphs in
8535         unscaled transform, just translate stencils.
8536
8537         * ly/performer-init.ly: init timing to #t.  Fixes bar checks in
8538         MIDI.
8539
8540         * scm/define-markup-commands.scm (wordwrap-string): use
8541         text-direction
8542         (wordwrap-stencils): idem.
8543         (line): idem.
8544         (fill-line): idem.
8545         (wordwrap-stencils): translate last line to right for
8546         text-direction = LEFT.
8547
8548         * scm/define-grob-properties.scm (all-user-grob-properties): add
8549         text-direction.
8550
8551 2005-08-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8552
8553         * lily/lily-parser.cc (Lily_parser): also copy output_basename_
8554         when copying a Lily_parser object.
8555
8556 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8557
8558         * scm/define-markup-commands.scm (null): add null markup.
8559
8560 2005-08-25  Mats Bengtsson  <mabe@s3.kth.se>
8561
8562         * lily/item.cc: Add documentation of center-invisible
8563
8564 2005-08-24  Graham Percival  <gpermus@gmail.com>
8565
8566         * Documentation/user/advanced-notation.itely: add info about
8567         raising text.
8568
8569         * Documentation/user/programming-interface.itely: fix example
8570         involving raised text.
8571
8572 2005-08-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8573
8574         * lily/beam.cc (print): fix X start/end points of isolated
8575         beamlets.
8576
8577         * scm/output-ps.scm (grob-cause): escape spaces in URLs.
8578
8579         * lily/multi-measure-rest.cc (set_text_rods): new function.
8580
8581         * lily/vertical-align-engraver.cc (process_music): call
8582         Align_interface::set_axis(). This forces #'elements to be ordered,
8583         preventing random vertical reordering of staves.
8584
8585         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
8586         add avoid-slur property. 
8587
8588         * Documentation/user/basic-notation.itely (Measure repeats): add
8589         countPercentRepeats example.
8590
8591         * Documentation/user/advanced-notation.itely (Other text markup
8592         issues): remove remark about normal-font.  We have \normal-text
8593
8594         * input/regression/tie-chord.ly: add note about remaining bugs.
8595
8596         * lily/tie.cc (print): try Tie_column::set_directions () if
8597         control-points not yet defined.
8598
8599 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8600
8601         * lily/system-start-delimiter.cc (staff_brace): don't remove brace
8602         extent. This fixes braces falling out of the EPS bbox.
8603
8604         * mf/feta-beugel.mf (braces_per_font): make brace glyph align
8605         exactly to bbox.
8606
8607 2005-08-23  Graham Percival  <gpermus@gmail.com>
8608
8609         * {various} : change #up->#UP and #down->#DOWN.
8610
8611         * ly/titling-init.ly: Spacing fix when using printallheaders=##t.
8612
8613         * Documentation/user/advanced-notation.itely: clarify
8614         what objects handles text on a multimeasure rest.
8615
8616 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8617
8618         * VERSION (PATCH_LEVEL): release 2.7.7
8619
8620 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8621
8622         * make/lilypond-vars.make: set -dgs-font-load for "make web" 
8623
8624         * Documentation/topdocs/INSTALL.texi (Top): add GS bugfix requirement.
8625
8626         * input/regression/*.ly: formatting clean-up. Default layout
8627         before music expression.
8628
8629         * input/mutopia/R.Schumann/GNUmakefile (examples): switch off
8630         romanze28-2 example.
8631
8632         * scm/ps-to-png.scm: remove dir-re function.
8633         (make-ps-images): generate page names, instead of globbing them.
8634         This brings down LilyPond memory usage for make web by a factor
8635         10. 
8636
8637         * scripts/lilypond-book.py (Lilypond_snippet.png_is_outdated):
8638         don't use glob. With 3000 files, globbing
8639         Documentation/user/out-www/ can take too much time. 
8640         
8641         * lily/lily-guile.cc (gulp_file_to_string): take size argument.
8642
8643         * lily/general-scheme.cc (LY_DEFINE): take optional size argument.
8644
8645         * input/regression/tie-manual.ly: new file
8646
8647         * input/regression/tie-chord.ly: update.
8648
8649         * flower/include/interval.hh (struct Interval_t): 
8650
8651         * lily/tie.cc (distance): new function 
8652         (height): new function.
8653         (init): new function
8654         (Tie_details): new struct.
8655
8656         * lily/skyline.cc (skyline_height): new function.
8657
8658         * lily/tie-column.cc (set_chord_outlines): new function.
8659         (new_directions): read tie-configuration
8660
8661         * lily/skyline.cc: fix ASCII art.
8662         
8663 2005-08-22  Mats Bengtsson  <mabe@s3.kth.se>
8664
8665         * python/convertrules.py (string_or_scheme): Fix spelling error
8666
8667 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8668         
8669         * lily/tie-column.cc (set_directions): set directions only once.
8670         (add_configuration): new function.
8671
8672         * lily/tie.cc (set_control_points): new function
8673
8674         * lily/tie-column.cc (new_directions): new function.
8675
8676         * ly/music-functions-init.ly: set 'pitch property
8677         iso. trill-pitch. This makes \relative work with \pitchedTrill
8678
8679         * lily/tie.cc (get_configuration): new function. Don't generate
8680         control points, rather, generate configuration.
8681         remove head-pair property.
8682
8683         * lily/include/tie.hh (struct Tie_configuration): new struct.
8684
8685 2005-08-22  Heikki Junes  <hjunes@cc.hut.fi>
8686
8687         * Documentation/topdocs/NEWS.tely: clarify.
8688
8689 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8690
8691         * lily/tie.cc: remove minimum-length
8692
8693         * scm/define-grob-properties.scm (all-user-grob-properties):
8694         remove staffline-clearance, y-offset 
8695
8696         * input/regression/tie-dots.ly (Module): remove.
8697
8698         * lily/tie.cc (get_control_points): rewrite. Put short ties in
8699         staff-spaces, make long ties cross staff lines. Avoid flags and dots.
8700
8701         * input/regression/tie-single.ly: new file.
8702
8703 2005-08-21  Graham Percival  <gpermus@gmail.com>
8704
8705         * ly/bagpipe.ly: fix compile problem.
8706
8707 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8708
8709         * lily/midi-item.cc (name): new method.
8710
8711         * lily/staff-performer.cc (acknowledge_audio_element): use
8712         signature of baseclass.
8713
8714         * lily/engraver-group.cc (do_announces): move recursion call out
8715         of while loop. 
8716
8717         * lily/drum-note-performer.cc (class Drum_note_performer): use
8718         process_music everywhere.
8719
8720         * ly/performer-init.ly: add default children everywhere.
8721
8722         * lily/paper-book.cc (output): call paper-book-write-midis
8723         directly: always write MIDI, even if no \layout {} block. 
8724
8725 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8726
8727         * VERSION (PACKAGE_NAME): release 2.7.6
8728
8729         * lily/percent-repeat-engraver.cc (try_music): don't print warning
8730         about not being able to handle repeat.
8731
8732 2005-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
8733
8734         * Documentation/user/examples.itely (Piano templates):
8735         * lily/include/performer-group.hh: Remove last traces of
8736         Performer_group_performer.  Fixes make web.
8737
8738 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8739
8740         * Documentation/user/examples.itely (Piano templates): change
8741         Engraver_group_engraver -> Engraver_group
8742
8743         * lily/ly-module.cc (make_stand_in_procs_weak): only kludge if
8744         scm_stand_in_procs is not weak_any.
8745
8746         * lily/volta-bracket.cc (print): don't use strcmp().
8747
8748         * lily/volta-engraver.cc (process_music): use
8749         Text_interface::is_markup() for setting the 'text property of the
8750         volta bracket.
8751
8752         * input/mutopia/claop.py (accents): update syntax to 2.6
8753
8754         * scm/define-context-properties.scm
8755         (all-user-translation-properties): add countPercentRepeats.
8756
8757         * Documentation/user/basic-notation.itely (Measure repeats): add
8758         isolated percent example.
8759
8760 2005-08-18  Graham Percival  <gpermus@gmail.com>
8761
8762         * input/ {various}: change direction #1, #-1 to
8763         #up/#down or \fooUp, \fooDown.
8764
8765         * Documentation/user/music-glossary.tely: #-1 to #down.
8766
8767         * ly/bagpipe.ly, engraver-init.ly, property-init.ly: #1
8768         to #up, #-1 to #down.
8769
8770 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8771
8772         * lily/include/engraver-group.hh: rename.
8773
8774         * lily/include/performer-group.hh: rename.
8775
8776 2005-08-18  Mats Bengtsson  <mabe@s3.kth.se>
8777
8778         * input/test/script-abbreviations.ly: Removed some old LaTeX
8779         left overs.
8780
8781 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8782
8783         * python/convertrules.py (conv): inside-slur -> avoid-slur.
8784         Remove functions.  Remove if 1: constructs, reindent.
8785
8786         * scripts/convert-ly.py (add_version): Add functions from
8787         convertrules.py
8788
8789         * scm/script.scm (default-script-alist):
8790         s/priority/script-priority.  Fixes script stacking.  Backportme.
8791         (Fermata): Very low priority.
8792
8793 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8794
8795         * input/regression/*.ly: remove superfluous \score blocks. Reindent.
8796
8797         * input/regression/slur-script.ly: remove padding tweaks. Add
8798         comment strings.
8799
8800         * lily/note-spacing.cc (get_spacing): remove kludge for EOL wide
8801         time sigs and related stuff.
8802
8803         * scm/define-grob-properties.scm (all-user-grob-properties): add
8804         @code{} tags to property description.
8805
8806         * lily/include/line-group-group-engraver.hh (Module): remove file.
8807
8808         * python/convertrules.py (conv): add rule for
8809         Engraver_group_engraver -> Engraver_group.
8810
8811         * lily/include/performer-group-performer.hh: analogous.
8812
8813         * lily/include/engraver-group-engraver.hh: rename to Engraver_group.
8814
8815         * lily/context-def.cc (instantiate): check for
8816         Engraver_group_engraver and Performer_group_performer not
8817         Engraver/Performer. Fixes crashes when doing \with { \consists .. }
8818  
8819 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8820
8821         * input/les-nereides.ly: Remove three fingering tweaks, update
8822         remaining one.
8823
8824         * input/regression/slur-script-inside.ly: Update, fix doc.
8825
8826         * scm/script.scm: Update to avoid-slur.
8827
8828         * scm/define-grob-properties.scm (avoid-slur): New property.
8829
8830         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
8831         * lily/slur-engraver.cc (acknowledge_extra_object): Invoke
8832         outside_slur_callback if avoid-slur != #'inside.
8833
8834         * scm/define-grobs.scm (Fingering, Textscript): No
8835         inside-slur/outside-slur preference.
8836         (DynamicLineSpanner): Always outside slur.
8837
8838         * input/regression/slur-script.ly: More tests.
8839
8840 2005-08-17  Graham Percival  <gpermus@gmail.com>
8841
8842         * Documentation/user/lilypond-book: fix notime entry.
8843
8844         * Documentation/user/advanced-notation.itely: add info on
8845         getting an I rehearsal mark.
8846
8847         * Documentation/user/putting.itely: reinstate "I", re-enforce
8848         the fact that \override numbers are the result of
8849         experimentation and personal taste.
8850
8851         * Documentation/user/invoking.itely: update convert-ly bugs.
8852
8853 2005-08-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8854
8855         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set timing
8856         to #t.
8857
8858         * lily/timing-translator.cc (initialize): don't initialize timing.
8859
8860         * input/regression/stem-spacing.ly (Module): remove file.
8861
8862         * input/regression/spacing-stick-out.ly: specify Score context for
8863         \override
8864
8865         * input/regression/clefs.ly: remove spurious {}s 
8866
8867 2005-08-17  Heikki Junes  <hjunes@cc.hut.fi>
8868
8869         * Documentation/topdocs/NEWS.tely,
8870         input/regression/repeat-percent-count.ly: clarify a bit.
8871
8872 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8873
8874         * input/no-notation/display-lily-tests.ly: delete
8875         display-lily-init call.
8876
8877         * ly/music-functions-init.ly (displayLilyMusic): move
8878         display-lily-init call at top level, so that the user should not
8879         have to call it.
8880
8881         * scm/define-music-display-methods.scm (note-name->lily-string):
8882         retrieve note names directly from pitchnames using new function `rassoc'.
8883         (display-lily-init): note names list construction removed.
8884
8885 2005-08-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8886
8887         * THANKS: spello.
8888
8889         * lily/lily-parser.cc (get_header): copy module, instead of
8890         returning it.
8891
8892         * Documentation/topdocs/NEWS.tely (Top): add entry for percent
8893         counters.
8894
8895         * Documentation/user/basic-notation.itely (Measure repeats): add
8896         links to Counter grobs.
8897
8898         * scm/define-grobs.scm (all-grob-descriptions): add
8899         DoublePercentRepeatCounter
8900         (all-grob-descriptions): add PercentRepeatCounter
8901
8902         * lily/percent-repeat-engraver.cc (class Percent_repeat_engraver):
8903         also create counter grobs.
8904
8905         * lily/separation-item.cc (extremal_break_aligned_grob): don't
8906         return grob without space-alist.
8907
8908         * input/proportional.ly: tune staff-padding.
8909
8910         * input/regression/repeat-percent-count.ly: new file. 
8911
8912 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8913
8914         * input/no-notation/display-lily-tests.ly: moved from
8915         input/regression/ to input/no-notation. Be sure to call
8916         `display-lily-init' before trying to use the display function.
8917
8918 2005-08-16  Mats Bengtsson  <mabe@s3.kth.se>
8919
8920         * scripts/lilypond-book.py (option_definitions): Don't localize
8921         the empty string. Fixes bug when --psfonts was used with
8922         non-English locale.
8923
8924 2005-08-15  Graham Percival  <gpermus@gmail.com>
8925
8926         * lily/tuplet-bracket.cc: simple build fix.
8927
8928         * Documentation/user/putting.itely: use "we" instead of "I".
8929
8930         * Documentation/user/basic-notation.itely: cautionary accidentals
8931         work with naturals, too.
8932
8933 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8934
8935         * lily/tuplet-bracket.cc (calc_position_and_height): add
8936         staff-padding support.
8937
8938         * input/proportional.ly: set staff-padding.
8939         
8940         * VERSION (PATCH_LEVEL): release 2.7.5
8941
8942         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): text formatting
8943         fixes. Remove tweaks.
8944
8945         * input/regression/tuplet-slope.ly: add a test case.
8946
8947         * lily/tuplet-bracket.cc (calc_position_and_height): revert
8948         erroneous fix. Add spanner bounds to offset array with relative X
8949         positions.
8950
8951         * ly/engraver-init.ly: add Rest_engraver only once.
8952
8953         * scm/define-music-display-methods.scm (KeyChangeEvent): only do
8954         (*parser*) lookup if (*parser*) != #f.
8955
8956 2005-08-15  Jan Nieuwenhuizen  <janneke@gnu.org>
8957
8958         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
8959         Cut-and paste update.
8960
8961         * input/regression/slur-script.ly: Add example of reverting
8962         inside-slur for fingering.
8963
8964         * scm/define-grobs.scm (DynamicLineSpanner, Fingering,
8965         TextScript): Explicitly set inside-slur #f, forcing these out of slur.
8966
8967         * lily/slur-engraver.cc (acknowledge_extra_object): Only invoke
8968         outside_slur_callback if inside-slur == #f (as opposed to unset).
8969
8970 2005-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
8971
8972         * tex/GNUmakefile (INSTALLATION_FILES): Remove enc symlink setup,
8973         encoding files are already removed.
8974
8975 2005-08-15  Mats Bengtsson  <mabe@s3.kth.se>
8976
8977         * Documentation/user/advanced-notation.itely (Instrument names):
8978         Document a workaround for instrument names that collide with
8979         system start braces/brackets.
8980
8981 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8982
8983         * lily/rest-collision.cc (do_shift): spello.
8984
8985         * input/proportional.ly: use #'used property. Set break-overshoot
8986         property.
8987
8988         * mf/feta-arrow.mf: center on arrow tip center, iso. tip edge.
8989
8990         * lily/paper-column.cc: add #'used property
8991
8992         * lily/mark-engraver.cc (stop_translation_timestep): set grob
8993         array for staves found.
8994
8995         * lily/metronome-engraver.cc (stop_translation_timestep): set grob
8996         array for stavesFound.
8997
8998         * lily/staff-spacing.cc (next_note_correction): add fixed and
8999         space to calling convention. This fixes spacing of accidentals
9000         after barlines.
9001
9002         * input/regression/spacing-accidental-stretch.ly: add barline -
9003         accidental case.
9004
9005         * scm/framework-ps.scm (page-header): add version number to
9006         creator
9007         (eps-header): idem.
9008
9009         * mf/feta-bolletjes.mf: swap d0 and u0 fa heads.
9010         
9011 2005-08-13  Graham Percival  <gpermus@gmail.com>
9012
9013         * Documentation/user/global.itely: add "fit as much as
9014         possible onto this page" example (Vertical spacing).
9015
9016 2005-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9017
9018         * *: Nitpick run.
9019
9020         * buildscripts/fixcc.py: Fixes.
9021
9022 2005-08-12  Graham Percival  <gpermus@gmail.com>
9023
9024         * Documentation/user/advanced-notation.itely: add markup
9025         example to Text spanners.
9026
9027 2005-08-12  Mats Bengtsson  <mabe@s3.kth.se>
9028
9029         * Documentation/user/basic-notation.itely (Ties): Add example of
9030         tying a tremolo to a chord. Thanks to Steve Doonan. 
9031
9032         * lily/tie-engraver.cc: Add tieWaitForNote to the list of read
9033         properties and move tieMelismaBusy to the list of written
9034         properties. 
9035
9036 2005-08-12  Heikki Junes  <hjunes@cc.hut.fi>
9037
9038         * po/TODO: suggest to use a dedicated tool like kbabel.
9039
9040         * po/fi.po: update using kbabel.
9041
9042 2005-08-12  Jan Nieuwenhuizen  <janneke@gnu.org>
9043
9044         * *: Remove obsolete files.  Nitpick run.
9045
9046         * lily/lily-guile.cc (parse_symbol_list): Bugfix.
9047
9048 2005-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9049
9050         * mf/GNUmakefile (get-*-fonts): Rename from get-*-pfa.  Copy SVG
9051         too.
9052
9053         * Documentation/topdocs/NEWS.tely (Top): Add slur script feature.
9054
9055         * lily/lily-guile.cc (parse_symbol_list): Rewrite.  Grok multiple
9056         whitespace as symbol separator.
9057
9058         * lily/side-position-interface.cc: Add slur-padding.
9059
9060         * input/regression/slur-script.ly: Fixed.  Backportme?  This is
9061         quite a large fix, and it never worked in a stable release; so not
9062         really a regression.
9063
9064         * lily/phrasing-slur-engraver.cc (class Phrasing_slur_engraver):
9065         Update cut and paste code from Slur_engraver.
9066
9067         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
9068         Add.
9069
9070         * scm/define-grobs.scm (DynamicLineSpanner): Add
9071         dynamic-line-spanner-interface.
9072         (DynamicLineSpanner, TextScript, Fingering): Add slur-padding.
9073
9074 2005-08-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9075
9076         * lily/slur-engraver.cc (acknowledge_extra_object): Bugfix: use
9077         to_boolean () so that non-set 'inside-slur means false.
9078
9079         * lily/slur.cc (outside_slur_callback): Bugfixes: make sure that
9080         slur has control-points.  Skip script without direction.  Always
9081         do_shift if script inside slur, even if slur not contained in
9082         script y-extent.  Increment k in loop.
9083
9084 2005-08-11  Mats Bengtsson  <mabe@s3.kth.se>
9085
9086         * scm/define-markup-commands.scm: Improved regexp to search for
9087         EPS bounding boxes and corrected call to ly:warning.
9088
9089 2005-08-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9090
9091         * Documentation/user/programming-interface.itely (Displaying music
9092         expressions): doc for \displayLilyMusic. Also some precisions in
9093         "Markup construction in Scheme"
9094
9095 2005-08-10  Mats Bengtsson  <mabe@s3.kth.se>
9096
9097         * scm/define-markup-commands.scm (normal-text): Added 2 new
9098         markup commands, \normal-text and \medium (the latter thanks to
9099         Bruce Fairchild). 
9100
9101 2005-08-08  Graham Percival  <gpermus@gmail.com>
9102
9103         * Documentation/user/programming-interface.itely: fix @{ @}.
9104
9105         * scm/define-markup-commands.scm: add linewidth info to
9106         \justify and \wordwrap, add "upright is the opposite of italic".
9107
9108         * Documentation/user/advanced-notation.itely: shaped->shape,
9109         add (cons (markup "foo")) type of example to text markup,
9110         reword multi-measure rests section.
9111
9112         * lily/note-heads-engraver.cc: changed Shaped->Shape in a
9113         comment.  No actual code was touched.
9114
9115         * Documentation/user/invoking.itely: add more info about
9116         \include.  Thanks, Bruce!
9117
9118         * THANKS: add Bruce Fairchild, alphabetise.
9119
9120         * Documentation/user/global.itely: document \score{\header{}}
9121         behavior.
9122
9123         * Documentation/user/basic-notation.itely: reword multi-measure
9124         rest discussion in Rests.
9125
9126 2005-08-08  Mats Bengtsson  <mabe@s3.kth.se>
9127
9128         * Documentation/user/programming-interface.itely (Markup
9129         construction in Scheme): Corrected example and tried to clarify
9130         the implicit \line in the table.
9131
9132 2005-08-07  Graham Percival  <gpermus@gmail.com>
9133
9134         * Documentation/user/instrument-notation.itely: moved
9135         some bagpipe info back into the bagpipe section.  Somehow
9136         it ended up in the "other vocal issues" section?!  :o_O
9137
9138 2005-08-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9139
9140         * scm/framework-ps.scm (dir-join): Rename from path-join (joins
9141         directories, not paths).
9142
9143 2005-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9144
9145         * scm/framework-ps.scm (munge-lily-font-name): Bugfix: Munge only
9146         plain emmentaler/aybabtu.  Backportme.
9147
9148         * lily/tuplet-bracket.cc (calc_position_and_height): Bugfix:
9149         missing dir correction.
9150
9151 2005-08-05  Graham Percival  <gperlist@shaw.ca>
9152
9153         * scm/define-markup-commands: fix reversed justify/wordwrap
9154         doc strings.
9155
9156 2005-08-05  Jürgen Reuter  <reuter@ipd.uka.de>
9157
9158         * lily/ligature-engaver.cc, lily/coherent-ligature-engaver.cc,
9159         lily/gregorian-ligature-engaver.cc,
9160         lily/include/ligature-engraver.hh,
9161         lily/include/coherent-ligature-engraver.hh,
9162         lily/include/gregorian-ligature-engraver.hh: make these classes
9163         truely abstract.  This should fix some internal oddities such as
9164         duplicate as well as dead translator/property declarations, and
9165         also some dead code.
9166
9167         * lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc:
9168         bugfix: avoid message "junking empty ligature" on ligature
9169         brackets by collecting dummy grobs.
9170
9171 2005-08-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9172
9173         * lily/tuplet-bracket.cc (print): default right overshoot to 0.0
9174
9175         * input/proportional.ly (staffKind): bugfix.
9176         (staffKind): updates by Trevor Baca.
9177
9178         * scm/define-grobs.scm (all-grob-descriptions): remove arrows as
9179         default layout. 
9180
9181         * lily/tuplet-bracket.cc (print): check whether edge-text is a
9182         pair.
9183
9184         * lily/beam.cc (rest_collision_callback): call position_beam() if
9185         necessary.
9186
9187         * VERSION: release 2.7.4
9188
9189         * input/regression/spacing-uniform-stretching.ly: new file.
9190
9191         * lily/spacing-loose-columns.cc (set_loose_columns): use robust_relative_extent().
9192
9193         * Documentation/topdocs/NEWS.tely (Top): add Nicolas as
9194         contributor.
9195
9196         * lily/include/ly-module.hh: define MODULE_GC_KLUDGE globally.
9197
9198         * input/proportional.ly: new file.
9199
9200         * lily/tuplet-bracket.cc (after_line_breaking): don't suicide if
9201         columns is empty
9202
9203         * lily/tuplet-engraver.cc (finalize): new function. Reset right
9204         bounds to currentCommandColumn for the last step.
9205         (start_translation_timestep): if tupletFullLength is set, set
9206         bound to Paper Column
9207
9208         * input/regression/tuplet-full-length.ly (indent): new file.
9209
9210         * lily/spacing-loose-columns.cc (set_loose_columns): space a whole
9211         clique of loose columns, eg. a set of grace notes in strict
9212         notespacing.
9213
9214         * input/regression/spacing-strict-spacing-grace.ly: new file.
9215
9216         * lily/key-signature-interface.cc: change property name to
9217         alteration-alist
9218
9219         * lily/key-engraver.cc (read_event): read keyAlterationOrder, not
9220         keyAccidentalOrder
9221
9222         * python/convertrules.py (conv): keyAccidentalOrder ->
9223         keyAlterationOrder
9224
9225         * lily/key-engraver.cc (create_key): always print a cancellation
9226         for going to C-major/A-minor, regardless of printKeyCancellation.
9227         (create_key): remove typecheck for visibility. This fixes key
9228         signature not being printed.
9229
9230         * lily/spacing-determine-loose-columns.cc: new file.
9231
9232         * input/regression/spacing-strict-notespacing.ly: new file.
9233
9234         * lily/spacing-spanner.cc (generate_springs): rename from
9235         do_measure. 
9236         (generate_pair_spacing): new function.
9237         (init, generate_pair_spacing): set between-cols for floating
9238         nonmusical columns.
9239
9240         * lily/spaceable-grob.cc (get_spring): new function. 
9241
9242         * lily/tuplet-bracket.cc (print): on the left, the overshoot is
9243         relative to the right edge of the prefatory matter.
9244
9245         * lily/beam.cc (print): read break-overshoot to determine where to
9246         stop/start broken beams.
9247
9248         * input/regression/spanner-break-overshoot.ly: new file.
9249
9250 2005-08-04  Graham Percival  <gperlist@shaw.ca>
9251
9252         * ly/bagpipe.ly: updated.
9253
9254         * Documentat/user/instrument.itely: un-comment out bagpipe example.
9255
9256 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9257
9258         * lily/dynamic-engraver.cc (acknowledge_slur): add slur to
9259         support: now (de)crescs avoid slurs as well.
9260
9261         * Documentation/user/instrument-notation.itely (Bagpipe example):
9262         comment out non-functioning bagpipe example.
9263         (Bagpipe definitions): idem.
9264
9265         * Documentation/topdocs/NEWS.tely (Top): add uniform-stretching example.
9266         (Top): add proportionalNotationDuration example.
9267
9268         * input/regression/spacing-proportional.ly: new file.
9269
9270         * lily/tuplet-bracket.cc (parallel_beam): broken bracket never is
9271         synched to a beam.
9272
9273         * lily/beam.cc (shift_region_to_valid): divide by zero fix. This
9274         fixes beams with a single stem (eg. beams across linebreaks.)
9275
9276         * lily/parser.yy (simple_string): allow \new STRING_IDENTIFIER.
9277
9278         * flower/rational.cc (operator +): prevent overflow. This fixes
9279         heavily nested tuplets.
9280
9281         * lily/auto-beam-engraver.cc (derived_mark): new method. Yes. We
9282         have to protect even those unlikely to be corrupted data members.  
9283
9284 2005-08-04  Graham Percival  <gperlist@shaw.ca>
9285
9286         * ly/bagpipe.ly: new file.
9287
9288         * THANKS: added Sven Axelsson.
9289
9290 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9291
9292         * lily/spacing-engraver.cc (stop_translation_timestep): directly
9293         copy proportionalNotationDuration into currentMusicalColumn if
9294         set.
9295
9296         * lily/spacing-spanner.cc (musical_column_spacing): if
9297         uniform-stretching set, fixed space is 0.0
9298
9299         * input/regression/spacing-multi-tuplet.ly: show
9300         uniform-stretching property.
9301
9302         * lily/spacing-spanner.cc (effective_shortest_duration): new function.
9303
9304         * lily/include/spacing-spanner.hh (class Spacing_spanner): new file.
9305         (struct Spacing_options): new struct.
9306
9307         * lily/spacing-basic.cc: new file.
9308
9309         * lily/spacing-spanner.cc (note_spacing): remove outdated code:
9310         delta_t doesn't have to be smaller than shortest_playing_len
9311
9312 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9313
9314         * input/regression/markup-arrows.ly:  new file.
9315
9316         * lily/tuplet-bracket.cc: document new behavior.
9317
9318         * input/regression/tuplet-broken.ly: new file. Demonstrate tuplets
9319         with line breaks.
9320
9321         * scm/define-markup-commands.scm (arrow-head): arrow-head markup command.
9322
9323         * scm/define-grobs.scm (all-grob-descriptions): set arrows as
9324         default 
9325
9326         * lily/tuplet-bracket.cc: add edge-text property.
9327         add break-overshoot.
9328         (print): read break-overshoot.
9329         (print): read edge-text, add stencils.
9330
9331         * mf/feta-arrow.mf: new file.
9332
9333         * mf/feta-generic.mf: add feta-arrow.
9334
9335 2005-08-03  Mats Bengtsson  <mabe@s3.kth.se>
9336
9337         * Documentation/user/lilypond-book.itely (An example of a
9338         musicological document): Added flag -o to dvips for people who use
9339         the default setting in teTeX where output is sent to the printer. 
9340
9341         * Documentation/user/global.itely (Vertical spacing): Added
9342         reference to the Axis_group_engraver which documents the *Extent
9343         properties.
9344
9345 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9346
9347         * Documentation/user/basic-notation.itely (Tuplets): add note
9348         about nested tuplets. Remove BUG. 
9349
9350         * input/regression/tuplet-nest.ly: update: remove manual hack. 
9351
9352         * lily/tuplet-bracket.cc (print): use robust_scm2drul
9353         (print): manually call print() for subtuplets.
9354         (calc_position_and_height): add subtuplets to the
9355         support. Vertically shift outer tuplet 
9356
9357         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): set
9358         remove-first for Lyrics, ChordNames and FiguredBass
9359
9360         * scm/define-grob-properties.scm (all-internal-grob-properties):
9361         use ly:grob-array? iso. grob-list?
9362         (all-internal-grob-properties): add tuplets grob-array.
9363
9364         * lily/tuplet-bracket.cc (add_tuplet_bracket):
9365         new function
9366
9367 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9368
9369         * input/test/time-signature-staff.ly: new file.
9370
9371         * ly/declarations-init.ly (center): escape to Scheme. Fixes
9372         spurious #<Music FingerEvent> errors. Backportme.
9373
9374 2005-08-03  Mats Bengtsson  <mabe@s3.kth.se>
9375
9376         * Documentation/user/programming-interface.itely (Markup
9377         construction in Scheme): Corrected markup syntax in the
9378         translation table.
9379
9380 2005-08-03  Graham Percival  <gperlist@shaw.ca>
9381
9382         * Documentation/user/instrument-notation.itely: small update
9383         to bagpipe notation docs; thanks Sven!
9384
9385         * Documentation/user/basic-notation.itely: add link about trills.
9386
9387 2005-08-02  Graham Percival  <gperlist@shaw.ca>
9388
9389         * Documentation/user/music-glossary: remove accidentally committed
9390         fink patch.
9391
9392 2005-08-02  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
9393
9394         * lily/lily-parser.cc (get_header): new function. Enable multiple
9395         \header definitions.
9396
9397         * lily/parser.yy (lilypond_header_body): use get_header.
9398
9399         * ly/init.ly:
9400         * scm/lily-library.scm (print-score-with-defaults): renamed
9401         $globalheader to $defaultheader
9402             
9403         * Documentation/user/global.itely (Creating titles): added short
9404         explanation that multiple headers are useable.
9405
9406
9407 2005-08-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9408
9409         * lily/module-scheme.cc (LY_DEFINE): new file. 
9410
9411         * Documentation/user/advanced-notation.itely (Font selection): add
9412         doco for make-pango-font-tree.
9413
9414 2005-07-31  Graham Percival  <gperlist@shaw.ca>
9415
9416         * Documentation/user/music-glossary: more languages
9417         for tenuto.
9418
9419         * Docuemntation/user/instrument-notation.itely: minor
9420         update for bagpipe example.
9421
9422 2005-07-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9423
9424         * input/regression/+.ly (TODO): add some text.
9425
9426 2005-07-28  Graham Percival  <gperlist@shaw.ca>
9427
9428         * Documentation/user/invoking.itely: \score begins with music.
9429
9430         * Documentation/user/ basic-notation.itely,
9431         instrument-notation.itely: minor changes.
9432
9433         * Documentation/user/music-glossary.itely: began tenuto entry.
9434
9435 2005-07-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9436
9437         * scm/output-socket.scm (bezier-sandwich): add bezier-sandwich
9438
9439         * mf/feta-bolletjes.mf: swap up and down for aiken heads.
9440
9441 2005-07-27  Graham Percival  <gperlist@shaw.ca>
9442
9443         * Documentation/user/examples.itely: remove bagpipe template.
9444
9445         * Documentation/user/instrument-notation.itely: add bagpipe
9446         section, maybe fix quotes in lyrics.  I hate text encoding.
9447         Clarify chord durations, more bagpipe stuff.
9448
9449 2005-07-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9450  
9451         * lily/accidental-engraver.cc: formatting fixes.
9452
9453         * lily/spacing-spanner.cc (prune_loose_columns): right-items is a
9454         grob-array.
9455
9456         * lily/arpeggio.cc (print): suicide arpeggio for single notehead.
9457
9458         * lily/note-column.cc (arpeggio): new function.
9459
9460         * lily/note-spacing.cc (get_spacing): also take arpeggio into
9461         account for spacing.
9462
9463 2005-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9464
9465         * lily/main.cc (sane_setenv)[!ARGV0_RELOCATION]: Also define.
9466         (setup_guile_env): Use it instead of nonstandard setenv.  Fixes
9467         mingw build.
9468         
9469 2005-07-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9470
9471         * scm/lily.scm (lilypond-all): clear anonymous modules after
9472         processing files.
9473
9474 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9475
9476         * flower/include/guile-compatibility.hh (SCM_I_CONSP): add
9477         SCM_I_CONSP
9478
9479         * VERSION: 2.7.3 released
9480
9481         * Documentation/user/invoking.itely (Invoking lilypond): add
9482         LILYPOND_GC_YIELD documentation.
9483
9484         * lily/*: cleanups: use scm_from_int iso. scm_int2num. Idem for
9485         scm_from_real / scm_make_real.
9486
9487         * lily/main.cc (setup_guile_env): new function. Set GC min_yields
9488         higher. This increases memory footprint, but provides overall
9489         speedup of 15 to 20%. 
9490
9491         * lily/include/translator.hh (class Translator): remove
9492         PRECOMPUTED_VIRTUAL everywhere.
9493
9494         * lily/include/lily-guile.hh: inline scm_c[ad]r, scm_is_pair.
9495
9496         * lily/context.cc (now_mom): non-recursive now_mom() 
9497
9498         * lily/include/profile.hh: new file.
9499
9500         * lily/profile.cc: new file.
9501
9502         * lily/grob.cc (Grob::Grob): look properties up directly.
9503
9504         * lily/open-type-font.cc (get_indexed_char): cache index -> bbox
9505         lookups.
9506
9507         * lily/include/box.hh (class Box): smob Box type.
9508
9509         * lily/smobs.cc (protect_smob): O(1) GC (un)protection.
9510
9511         * lily/include/smobs.hh (DECLARE_BASE_SMOBS): add methods
9512         protect() and unprotect(). Use throughout.
9513
9514 2005-07-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9515
9516         * Documentation/topdocs/NEWS.tely: new item for \displayLilyMusic
9517
9518         * scm/define-music-display-methods.scm (markup->lily-string):
9519         markup elements can also be strings (without simple-markup
9520         appended)
9521
9522 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9523
9524         * lily/context.cc (where_defined): also assign value in
9525         where_defined().
9526
9527         * lily/bezier.cc (get_other_coordinate): use curve_coordinate
9528         (curve_coordinate): new function
9529
9530         * lily/simple-spacer.cc (add_columns): only add rods between
9531         column i and begin/end if keep-inside-line is set (this repleces
9532         allow-outside-line as default)
9533
9534 2005-07-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9535
9536         * lily/tuplet-engraver.cc (start_translation_timestep): only read
9537         tupletSpannerDuration if applicable.
9538
9539         * lily/font-size-engraver.cc (process_music): read fontSize only
9540         once per timestep.
9541
9542         * lily/engraver*cc: use throughout.
9543         
9544         * lily/include/translator.icc (ADD_ACKNOWLEDGER): new macro.
9545
9546         * lily/translator.cc (add_acknowledger): new file. Directly jump
9547         into an Engraver::acknowledge_xxx () method based on a grobs
9548         interface-list.
9549
9550         * lily/include/translator-dispatch-list.hh (class
9551         Engraver_dispatch_list): new struct, new file.
9552
9553         * scm/define-context-properties.scm
9554         (all-internal-translation-properties): remove acceptHashTable,
9555         acknowledgeHashTable
9556
9557         * lily/translator-group.cc (mark_smob): idem for acceptHashTable.
9558
9559         * lily/engraver-group-engraver.cc (Engraver_group_engraver):
9560         change acknowledgeHashTable to C++ member. 
9561
9562         * lily/rest-collision.cc (do_shift): use extract_grob_set().
9563
9564 2005-07-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9565
9566         * scm/display-lily.scm: new file. Define a `display-lily-music'
9567         function, that displays the music expression given as an argument,
9568         using LilyPond notation.
9569
9570         * scm/define-music-display-methods.scm: new file. Implementation
9571         of display methods for each music type.
9572
9573         * ly/music-functions-init.ly (displayLilyMusic): new function for
9574         displaying music with LilyPond notation.
9575
9576         * input/regression/display-lily-tests.ly: new regression test file
9577         for `display-lily-music'.
9578
9579         * scm/markup.scm: remove obsolete debugging code (for printing
9580         markups with LilyPond notation).
9581
9582         * scm/define-music-types.scm (music-name-to-property-table):
9583         * scm/clef.scm (supported-clefs): export, in order to be accessible
9584         from the (scm display-lily) module.
9585
9586 2005-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
9587
9588         * Documentation/topdocs/NEWS.tely (Top): Typo.
9589
9590 2005-07-22  Heikki Junes  <hjunes@cc.hut.fi>
9591
9592         * Documentation/index.html.in, Documentation/texinfo.css,
9593           stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
9594           Documentation/bibliography/index.html.in,
9595           Documentation/bibliography/html-long.bst: revert css-width patch,
9596           it does not work with IE6.
9597
9598 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9599
9600         * Documentation/texinfo.css: revert 760px hack. 
9601
9602         * VERSION: release 2.7.2
9603
9604         * Documentation/topdocs/NEWS.tely (Top): mention barNumberCheck
9605
9606         * Documentation/user/basic-notation.itely (Barnumber check): add
9607         section.
9608
9609         * scm/music-functions.scm (skip-to-last): new function. Show only
9610         last showLastLength part of the \score.
9611
9612         * lily/moment-scheme.cc (LY_DEFINE): new function ly:moment-sub
9613
9614         * python/convertrules.py (conv): add ly:x-moment rule
9615
9616         * lily/moment-scheme.cc (LY_DEFINE): rename ly:X-moment  -> ly:moment-X
9617
9618         * Documentation/topdocs/NEWS.tely (Top): add new feature.
9619
9620         * Documentation/user/instrument-notation.itely (Flexibility in
9621         alignment): options in subsections.
9622
9623         * lily/lyric-engraver.cc (process_music): don't typeset text for _
9624         syllable text. Instead, assume that the previous lyric text is a
9625         melismated text.
9626
9627         * Documentation/index.html.in: revert 800x600 change.
9628
9629 2005-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9630
9631         * lily/main.cc (main): Remove invalid handle kludge.
9632
9633         * scm/lily.scm (running-from-gui?): WINDOWS: check -dgui.
9634         (lambda): add gui define.
9635
9636 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9637
9638         * Documentation/topdocs/NEWS.tely (Top): add note about Musica ficta.
9639
9640         * Documentation/user/instrument-notation.itely (Musica ficta
9641         accidentals): add section Musica ficta accidentals
9642
9643         * lily/accidental-engraver.cc (make_suggested_accidental): new
9644         function.
9645         (make_standard_accidental): move into new function.
9646         (create_accidental): new function.
9647
9648         * scm/define-grobs.scm (all-grob-descriptions): new Grob
9649         AccidentalSuggestion
9650
9651         * lily/output-def-scheme.cc (LY_DEFINE): take default  argument.
9652
9653         * lily/output-def.cc (lookup_variable): return SCM_UNDEFINED if
9654         undefined.
9655
9656         * Documentation/user/global.itely (Page formatting): document
9657         horizontalshift.
9658
9659         * scm/page-layout.scm (default-page-music-height):
9660         horizontalshift: new variable, shift all systems by
9661         horizontalshift to the right, to make space for instrument names.
9662
9663         * scm/paper.scm (set-paper-dimension-variables): add horizontalshift
9664
9665         * lily/input-scheme.cc (LY_DEFINE): take format commands.
9666
9667 2005-07-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9668
9669         * lily/note-column.cc (dir): idem.
9670
9671         * lily/spacing-spanner.cc (Module): idem.
9672
9673         * lily/script-column.cc (before_line_breaking): use extract_grob_set()
9674
9675         * lily/include/paper-column.hh (class Paper_column): add
9676         non-static get_rank() member.
9677
9678         * VERSION: release 2.7.1
9679         
9680         * scm/framework-null.scm: new file, used for benchmarking.
9681
9682 2005-07-20  Heikki Junes  <hjunes@cc.hut.fi>
9683
9684         * Documentation/topdocs/INSTALL.texi, configure.in: fix
9685         version dependencies for fontforge and gs.
9686
9687         * Documentation/index.html.in, Documentation/texinfo.css,
9688         stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
9689         Documentation/bibliography/index.html.in, 
9690         Documentation/bibliography/html-long.bst: optimize width of
9691         html for a 800x600 screen (width:760), increases printability
9692         when 'fit to page' is not set and readability in wide screens.
9693
9694         * stepmake/bin/add-html-footer.py: add missing </p>.
9695
9696 2005-07-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9697
9698         * scm/define-markup-commands.scm (beam): use polygon in beam
9699         command.
9700
9701         * lily/grob-pq-engraver.cc (stop_translation_timestep): save up
9702         all acknowledged grobs, and do potentially expensive merge and
9703         write in one go.
9704
9705         * buildscripts/mf-to-table.py (write_fontlist): enforce noBreak.
9706
9707         * configure.in (reloc_b): add --enable-static-gxx to statically
9708         link to libstdc++
9709
9710         * lily/GNUmakefile (static-gxx-libs): new target
9711         static-gxx-libs. Create symlink to libstdc++.a
9712
9713         * lily/new-lyric-combine-music-iterator.cc: rename to
9714         Lyric_combine_music_iterator
9715
9716         * lily/lyric-combine-music-iterator.cc
9717         (Old_lyric_combine_music_iterator): rename to
9718         Old_lyric_combine_music_iterator
9719
9720         * lily/*-engraver.cc (various): remove double use of
9721         PRECOMPUTED_VIRTUAL function: only use
9722         start_translation_timestep() and stop_translation_timestep(), not
9723         both.
9724
9725         * lily/break-substitution.cc (fast_substitute_grob_array): do
9726         fast_substitute_grob_array for all unordered grob_arrays.
9727         (substitute_grob): return Grob *. Saves packing/unpacking SCMs.
9728         (substitute_grob_array): optimize.
9729
9730         * lily/align-interface.cc (set_axis): set ordered_ for 'elements
9731
9732         * lily/include/grob-array.hh (class Grob_array): ordered_ member.
9733
9734         * lily/parser.yy: revert $globalheader patch.
9735         
9736         * lily/include/translator.icc
9737         (IMPLEMENT_FETCH_PRECOMPUTABLE_METHODS): directly jump into
9738         Translator methods, without _static helper.
9739  
9740         * lily/grob-smob.cc (derived_mark): rename from
9741         do_derived_mark(). Return void.
9742
9743         * scm/define-context-properties.scm
9744         (all-internal-translation-properties): remove tweakCount/tweakRank.
9745
9746         * scm/output-lib.scm (begin-of-line-invisible): use vectors for
9747         predefined break-visibilities.
9748
9749         * lily/item.cc (handle_prebroken_dependencies): use a vector of 3
9750         booleans for break-visibility.
9751
9752         * Documentation/topdocs/NEWS.tely (Top): add note about engravers.
9753
9754         * python/convertrules.py (conv): rule for Timing_translator. 
9755
9756         * lily/include/translator.icc: new file. 
9757
9758         * lily/paper-column-engraver.cc (process_music): new
9759         file. Separate Paper_column factory from Score_engraver.
9760
9761         * lily/vertically-spaced-context-engraver.cc: administer
9762         spaceable-staves property of System.
9763
9764         * lily/translator-group-ctors.cc: new file.
9765
9766         * lily/context-property.cc (make_grob_from_properties): construct
9767         the right Grob class programmatically, looking at the class entry
9768         for the meta property.
9769
9770         * lily/break-align-engraver.cc (stop_translation_timestep): call
9771         Break_align_interface::add_element() directly.
9772
9773         * lily/context.cc (measure_position): measure_position() is now a
9774         normal function.
9775
9776         * lily/include/translator.hh (class Translator): rename
9777         process_acknowledged_grobs() to process_acknowledged() and move to
9778         Translator.
9779
9780         * scm/define-grobs.scm (all-grob-descriptions): add a 'class meta
9781         field for each grob description.
9782
9783         * lily/include/translator-group.hh (class Translator_group):
9784         change to base class. Separate class from Translator. This gets
9785         rid of virtual inheritance for Engravers/Performers.
9786
9787         * lily/staff-performer.cc (class Staff_performer): derive
9788         Staff_performer from Performer, not Performer_group_performer 
9789
9790         * Lily/translator-group.cc (precomputed_recurse_over_translators):
9791         new function.
9792         (precompute_method_bindings): new function. Precompute lists of
9793         Translators, so we only call methods (process_music,
9794         start_translation_timestep, etc.) for Translators needing
9795         it. Also: dispose of pointer-to-member-function calls.
9796
9797         * lily/engraver-group-engraver.cc: remove engraver_each,
9798         recurse_down_engravers ()
9799
9800         * lily/note-head.cc (internal_print): only call
9801         glyph-name-procedure if style != default. 
9802
9803 2005-07-16  Graham Percival  <gperlist@shaw.ca>
9804
9805         * ly/titling-init.ly: add printallheaders option.
9806
9807         * Documentation/user/global.itely: document printallheaders.
9808
9809 2005-07-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9810
9811         * lily/system.cc (do_derived_mark): don't mark from object_alist_
9812         anymore, but do it centrally.  
9813
9814         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
9815         hammer hack.
9816
9817         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-object
9818
9819         * scm/output-lib.scm: remove hammer-print-function.
9820
9821         * lily/include/pointer-group-interface.hh (extract_grob_set): new
9822         macro. Declare a Link_array<Grob> and fill it from a grob.
9823         (extract_item_set): idem for item.
9824
9825         * lily/break-substitution.cc: add header.
9826         (fast_substitute_grob_array): rewrite for Grob_arrays.
9827         (substitute_grob_array): idem.
9828
9829         * lily/group-interface.cc (add_thing): remove file.
9830
9831         * flower/include/parray.hh (class Link_array): slice() is const.
9832
9833         * lily/include/grob-array.hh: new file.
9834
9835         * lily/grob-array.cc (spanner): new file.
9836
9837         * lily/beam-quanting.cc (fill): read details property from beam.
9838
9839         * lily/beam.cc: support details property.
9840
9841         * total speedups below: approx 10%.
9842
9843         * lily/include/beam.hh: new struct, softcode beam quanting parameters
9844
9845         * lily/include/grob.hh (class Grob): add interfaces_ member.
9846
9847         * lily/bezier.cc (init_polynomial_cache): new function: cache
9848         binom(3,j) t^j (1-t)^{3-j}
9849         (curve_point): opps, actually use the cache for t^j , (1-t)^j! 
9850
9851         * lily/*.cc: substitution throughout.
9852
9853         * lily/grob-property.cc (internal_get_object): new routine.
9854         (internal_set_object): idem. Store grob refrences in separate
9855         alist. This saves processing time, since properties aren't
9856         break-substituted, and the per grob namespace is smaller, both for
9857         grobs and non-grob properties.
9858
9859         * scm/define-grob-properties.scm (all-internal-grob-properties):
9860         remove center-element.
9861
9862         * lily/grob.cc: remove tweak-count, tweak-rank.
9863
9864 2005-07-15  Graham Percival  <gperlist@shaw.ca>
9865
9866         * Documentation/user/lilypond-book.itely: fixes example.
9867
9868 2005-07-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9869
9870         * Documentation/user/global.itely (Creating titles):    
9871         * Documentation/user/examples.itely (All headers): change the
9872         place of \header in \score blocks (after music block) to make
9873         examples compile (cf. changes on parser.yy on 2005-07-10)
9874
9875 2005-07-13  Graham Percival  <gperlist@shaw.ca>
9876
9877         * python/convertrules.py: add exc -> ecc rule.
9878
9879         * scripts/convert-ly.py: add location of convertrules.py
9880         in a comment.
9881
9882         * Documentation/user/changing-defaults.itely: fix language.
9883
9884 2005-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
9885
9886         * lily/lily-parser-scheme.cc (LY_DEFINE): Guile 1.6 fix.
9887
9888 2005-07-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9889
9890         * scm/output-socket.scm (grob-bbox): don't use inf? 
9891
9892         * flower/include/rational.hh: add operator bool() 
9893
9894         * scm/define-music-types.scm (music-descriptions): remove
9895         internal-class-name properties.
9896
9897         * lily/include/event.hh: remove file.
9898
9899         * lily/include/music-constructor.hh: remove file.
9900
9901         * lily/parser.yy (Lily_lexer): check EVENT_IDENTIFIER using 'event
9902         in 'types property.
9903
9904         * lily/music.cc (duration_length_callback): new function.
9905
9906         * lily/event.cc: remove file.
9907
9908         * lily/music-constructor.cc: remove file.
9909
9910         * lily/music-scheme.cc (LY_DEFINE): rename to ly:make-music
9911
9912         * lily/context.cc (get_grob_key): nop if use_object_keys not set.
9913         (get_context_key): idem.
9914
9915         * scm/lily.scm (lambda): new option object-keys (default to #f)
9916
9917         * scm/output-svg.scm (utf-8-string): rename  from utf8-string.
9918
9919         * scm/output-gnome.scm: remove beam routine.
9920
9921         * scm/output-ps.scm (scm): idem.
9922
9923         * scm/output-svg.scm: remove beam.
9924
9925         * ps/music-drawing-routines.ps: remove draw_beam.
9926
9927         * lily/lookup.cc (beam): use round_filled_polygon() for beam.
9928
9929         * flower/include/guile-compatibility.hh (scm_from_locale_string):
9930         add scm_from_locale_string compatibility glue. 
9931
9932 2005-07-13  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
9933
9934         * scripts/lilypond-book.py: Prevent occuring error when
9935         'lilypond-book --output=foo/ somefile.ly' is executed multiple
9936         times and target file shoud be overwritten.  (Error message said
9937         'input file and output file is same'.)
9938
9939 2005-07-13  Graham Percival  <gperlist@shaw.ca>
9940
9941         * input/regression/slur-extreme.ly,
9942         input/regression/slur-scoring.ly, lily/slur-configuration.cc,
9943         lily/slur.cc, mf/feta-din-code.mf, mf/feta-timesig.mf,
9944         mf/parmesan-heads.mf, scm/define-grob-properties.scm: Change
9945         "excentricity" to "eccentricity".
9946
9947         * Documentation/user/converters.itely: fix URL for Noteedit and
9948         Rosegarden.
9949
9950         * THANKS: added Yoshinobu Ishizaki.
9951
9952 2005-07-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9953
9954         * scm/define-markup-commands.scm (justify-field): add. 
9955
9956         * scm/define-grobs.scm (all-grob-descriptions): decrease font size.
9957
9958 2005-07-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9959
9960         * lily/lookup.cc (filled_box): express filled_box with
9961         round_filled_box
9962
9963         * scm/midi.scm (paper-book-write-midis): new function. Write all
9964         performances in numbered MIDI files.
9965
9966         * lily/performance-scheme.cc (LY_DEFINE): new file.
9967         (LY_DEFINE): new function ly:performance-write.
9968
9969         * lily/lily-parser-scheme.cc (LY_DEFINE): ly:parser-output-name:
9970         new function.
9971         (LY_DEFINE): change name ly:parser-define -> ly:parser-define!
9972
9973         * scm/framework-*.scm: use port arguments throughout.
9974
9975         * lily/include/lily-guile.hh: rename ly_c_X_p -> ly_is_X
9976
9977         * lily/paper-outputter.cc (Paper_outputter): take port argument.
9978
9979         * lily/paper-outputter-scheme.cc (LY_DEFINE): take port argument.
9980
9981         * scm/framework-texstr.scm (output-framework): 
9982
9983         * input/regression/repeat-fold.ly (texidoc): remove TeX strings.
9984
9985         * scm/output-lib.scm (tablature-stem-attachment-function):
9986         tablature stem attachment fix. 
9987
9988 2005-07-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9989
9990         * lily/bezier.cc: hardcode binomial coefficients of order 3.
9991
9992         * lily/include/music-wrapper.hh: remove Music_wrapper as Music subtype.
9993
9994         * scm/define-music-types.scm (music-descriptions): don't use
9995         Music_wrapper type.
9996
9997         * lily/paper-column.cc (print): print moment too.
9998
9999         * scripts/mup2ly.py (cp_to_dir): remove 1.5.2 compat glue.  
10000         remove compatibility cruft.
10001
10002         * lily/parser.yy (score_body): \score can only begin with Music. 
10003
10004         * lily/score-scheme.cc (LY_DEFINE): rename scorify to
10005         make-score. Take music argument only. Move parser interaction to
10006         Scheme.
10007
10008         * scm/lily-library.scm (scorify-music): new function.
10009
10010         * python/lilylib.py (datadir): remove 2.1 compat kludge.
10011         (datadir): remove resource import.
10012         (print_environment): remove get_bbox()
10013         (cp_to_dir): remove pre 1.5.2 compat glue.
10014
10015 2005-07-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10016
10017         * lily/include/simple-spacer.hh (Module): idem.
10018
10019         * lily/include/spring.hh (struct Spring): store inverse
10020         strength. This prevents division by zero.
10021
10022         * VERSION: release 2.7.0
10023         
10024         * lily/include/music.hh (class Music): remove Music::duration_log()
10025
10026         * lily/stem-engraver.cc (make_stem): take duration log from event.
10027
10028         * lily/chord-tremolo-engraver.cc: don't ack note-head-interface.
10029
10030 2005-07-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10031
10032         * scm/lily.scm (ly:load): load autochange.scm
10033
10034         * Documentation/user/tutorial.itely (Running LilyPond for the
10035         first time): remove reference to DVI/TeX
10036
10037         * scm/define-markup-commands.scm (text): add \text markup command.
10038
10039         * configure.in (reloc_b): bump requirement to Python 2.2.
10040
10041         * lily/include/dots.hh (class Dots): make has_interface() static.
10042
10043         * python/convertrules.py (conv): add rule for ly:grob-default-font
10044
10045         * scm/define-grobs.scm (all-grob-descriptions): reorganize in
10046         alphabetical order.
10047
10048         * input/regression/trill-spanner-pitched.ly: new file.
10049
10050         * lily/font-interface-scheme.cc (LY_DEFINE): function
10051         ly:grob-default-font (changed from get-default-font).
10052
10053         * lily/axis-group-interface-scheme.cc (LY_DEFINE): new file.
10054
10055         * lily/note-head.cc (internal_print): if style is not a symbol,
10056         set style to 'default. 
10057         (internal_print): no style suffix if glyph-name-procedure not
10058         set. Default to quarter head.
10059
10060         * scm/define-grobs.scm (Module): new grob TrillPitchHead.
10061
10062         * scm/define-music-properties.scm (all-music-properties): add trill-pitch.
10063
10064         * ly/music-functions-init.ly: \pitchedTrill
10065
10066         * lily/pitched-trill-engraver.cc (acknowledge_grob): new file.
10067
10068         * ly/Welcome_to_LilyPond.ly: update to 2.6.0
10069
10070         * lily/trill-spanner-engraver.cc (finalize): rename req -> event
10071
10072         * scm/define-markup-commands.scm (pad-markup): pad-markup command.
10073
10074         * po/fr.po: update
10075
10076         * po/de.po: update.
10077
10078 2005-07-06  Graham Percival  <gperlist@shaw.ca>
10079
10080         * Documentation/user/changing-defaults.itely: add link
10081         to grob-iterface.
10082
10083         * Documentation/user/advanced-notation.itely: add material
10084         to Setting automatic beam behaviour.  Thanks, Joe!
10085
10086         * Documentation/user/lilypond.itely: change encoding to utf-8.
10087
10088 2005-07-01  Mats Bengtsson  <mabe@s3.kth.se>
10089
10090         * Documentation/user/advanced-notation.itely (Setting automatic
10091         beam behavior): Correct the documentation of
10092         revert-auto-beam-setting (backportme)
10093
10094 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10095
10096         * lily/ly-module.cc (ly_make_anonymous_module): define
10097         %module-public-interface of module. 
10098
10099         * lily/lily-parser.cc (print_smob): allow printing of parser smob
10100         without lexer.
10101
10102 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10103
10104         * input/regression/fret-diagrams.ly: stretch example.
10105
10106 2005-06-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10107
10108         * cygwin/GNUmakefile ($(outdir)/%.sh): Bugfix: use TAB (Bertalan
10109         Fodor).
10110
10111 2005-06-30  Graham Percival  <gperlist@shaw.ca>
10112
10113         * Documentation/topdocs/AUTHORS.texi: update personal web address.
10114
10115         * Documentation/user/examples.itely, lilypond-book.itely:
10116         change \RequirePackage to \usepackage.
10117
10118         * Documentation/user/global.itely: document copyright and tagline.
10119
10120 2005-06-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10121
10122         * Documentation/user/basic-notation.itely (Transpose): remove link
10123         to nonexistent UntransposableMusic.
10124
10125         * scm/output-svg.scm: remove old definitions.
10126
10127         * scripts/lilypond-book.py (do_file): search for kpsewhich before
10128         invoking.
10129
10130         * python/lilylib.py (search_exe_path): new function.
10131
10132 2005-06-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10133
10134         * python/lilylib.py (mkdir_p): remove setup_environment()
10135         (backportme)
10136
10137         * buildscripts/mutopia-index.py (headertext): trim text.
10138
10139         * Documentation/topdocs/NEWS.tely (Top): refresh.
10140
10141         * scm/define-markup-commands.scm (wordwrap-string): new function:
10142         split string in paras and words.
10143         (wordwrap-markups): new function.
10144         (wordwrap-stencils): new function. 
10145         (justify): use it.
10146         (wordwrap): use it.
10147         (wordwrap-string): use it
10148         (justify-string): use it.
10149
10150         * scm/lily-library.scm (regexp-split): new function.
10151
10152         * scm/define-markup-commands.scm: remove encoded-simple. 
10153         remove font-markup.
10154         (fontsize): remove old version  of fontsize.
10155         (wordwrap): new markup function. Wrap into paragraphs.
10156
10157         * VERSION: Branch lilypond_2_6
10158         (MINOR_VERSION): go to 2.7.0
10159
10160 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10161
10162         * po/zh_TW.po: update from translation project.
10163
10164 2005-06-28  Graham Percival  <gperlist@shaw.ca>
10165
10166         * scm/midi.scm: compile fix.
10167
10168 2005-06-28  Mats Bengtsson  <mabe@s3.kth.se>
10169
10170         * scripts/lilypond-book.py : Fix embarrassing bug in my previous
10171         patch. Now, the tempfile module is loaded too, not only used.
10172
10173 2005-06-28  Stephen Charles McCarthy  <stecmccarthy@hotpop.com>
10174
10175         * scm/midi.scm: changed midi volumes in absolute-volume-alist from
10176         0.05 - 1.00 to 0.25 - 1.00
10177
10178         * scm/midi.scm: moved the default-instrument-equalizer procedure
10179         to just under the insturment-equalizer-alist it takes as an
10180         argument.
10181
10182 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10183
10184         * Documentation/user/advanced-notation.itely (Font selection):
10185         remove CMR note.
10186
10187         * scm/framework-ps.scm (write-preamble): ly:warning iso. ly:warn 
10188
10189 2005-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10190
10191         * THANKS: Add UTF-8 marker.
10192
10193         * Documentation/user/point-and-click.itely (http): Update: use
10194         lilypond-invoke-editor.  Fix: instruct to use user.js.
10195
10196 2005-06-27  Graham Percival  <gperlist@shaw.ca>
10197
10198         * ly/titling-init.ly: implements printpagenumber, increases
10199         space between dedication and title (to avoid collisions with
10200         "g" and "q" in dedication), and nicer logic about copyright
10201         and instrument fields being printed on the first page.
10202         Thanks Vincent!
10203
10204         * Documentation/user/global.itely: document printpagenumber.
10205
10206 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10207
10208         * Documentation/topdocs/NEWS.tely: Update to 2.6.
10209
10210 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10211
10212         * THANKS: update to 2.6
10213
10214         * VERSION: 2.6.0 released.
10215
10216 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10217
10218         * cygwin/GNUmakefile (OUT_POSTREMOVES): Reinclude install script
10219         rule, errorneously removed probably because of misleading comment.
10220
10221 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10222
10223         * python/lilylib.py (datadir): py2exe comments.
10224
10225         * Documentation/topdocs/INSTALL.texi (Top): remove EC fonts requirement.
10226
10227         * configure.in (reloc_b): make fontconfig REQUIRED.
10228
10229 2005-06-27  Heikki Junes <hjunes@cc.hut.fi>
10230
10231         * po/fi.po: add latest translations.
10232
10233 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10234
10235         * ChangeLog: recode utf-8
10236
10237         * Documentation/pictures/lilypond.xpm (Module): edited photo as
10238         logo.
10239
10240         * Documentation/user/examples.itely (Module): 2.4.0 -> 2.6.0
10241
10242         * input/*.ly (Module): 2.4 -> 2.6 grand convert-ly s/r. 
10243
10244         * python/convertrules.py (do_conversion): don't print program_name
10245         from within a module
10246
10247         * configure.in (reloc_b): bump fontforge requirement to 20050624.
10248
10249         * python/convertrules.py (conv): add 2.6.0 dummy rule.
10250
10251 2005-06-23  Graham Percival  <gperlist@shaw.ca>
10252
10253         * Documentation/user/lilypond-book.itely,
10254         Documentation/user/examples.itely: add \RequirePackage{graphics}.
10255
10256         * ly/titling.ly: checks printfirstpagenumber, adds meter, and
10257         fixes baseline-skip.  Thanks Vincent!
10258
10259         * Documentation/user/advanced-notation.itely, global.itely:
10260         moved "Selecting font sizes" to global, since it deals with
10261         notation font size, not text fonts.
10262
10263 2005-06-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10264
10265         * buildscripts/gen-emmentaler-scripts.py (notice): add GPL notice
10266         to fonts.
10267
10268 2005-06-23  Mats Bengtsson  <mabe@s3.kth.se>
10269
10270         * scripts/lilypond-book.py (LATEX_DOCUMENT): More or less ugly
10271         workaround since /dev/stdin doesn't work on Cygwin. Using a
10272         temporary file in the current directory since latex doesn't
10273         understand the path name to the default TMP in Cygwin (at least on
10274         win XP).
10275         
10276         * Documentation/user/global.itely (Creating titles): Correct
10277         misprint in example. Thanks to Rob Vlasaty.
10278
10279 2005-06-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10280
10281         * VERSION (PATCH_LEVEL): release 2.5.32
10282
10283         * lily/lily-parser-scheme.cc (LY_DEFINE): don't set 'parser
10284         variable in lily module
10285
10286         * scm/framework-ps.scm (output-classic-framework): error message
10287         regarding the classic framework.
10288
10289         * Documentation/user/henle-flat-gray.png (Module): new file.
10290
10291         * Documentation/user/baer-flat-gray.png (Module): new file.
10292
10293         * scm/output-lib.scm (fret-number-tablature-format): vcenter and
10294         whiteout for markups.
10295
10296         * buildscripts/substitute-encoding.py (note_glyph): include _ in
10297         regex too. This fixes change clef appearance in PDF. 
10298
10299         * ttftool/include/*: remove.
10300
10301         * configure.in (reloc_b): remove TTFTOOL_ENDIAN
10302
10303         * config.make.in (WINDRES): remove TTFTOOL_ENDIAN.
10304
10305         * lily/GNUmakefile (MODULE_INCLUDES): remove ttftool
10306
10307         * ttftool/*: remove ttftool subdirectory.
10308
10309         * GNUmakefile.in (SUBDIRS): remove ttftool subdirectory.
10310
10311         * lily/ttf.cc (print_header): new file. Convert to type42, using
10312         FreeType to parse the TTF. 
10313
10314         * ttftool/parse.c (readPostTable): ugh. Kludge: nglyphs in maxp
10315         and post table may differ. Pass around post_nglyphs as well.
10316
10317 2005-06-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10318
10319         * ly/music-functions-init.ly (musicMap): new music function
10320         musicMap. 
10321         
10322 2005-06-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10323
10324         * make/mutopia-rules.make: anti-alias-factor = 2
10325
10326         * scm/ps-to-png.scm (make-ps-images): cleanup multipage vs. single
10327         page switch.
10328
10329         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): set
10330         anti-alias-factor for lilypond-book runs.
10331
10332         * scm/ps-to-png.scm (scale-down-image): new function.
10333         (my-system): new function.
10334         (make-ps-images): blow up GS resolution by anti-alias-factor,
10335         scale down image by anti-alias-factor.  This improves appearance
10336         of bitmaps
10337         (make-ps-images): remove showpage. Fixes spurious empty png at
10338         end.
10339
10340         * scm/framework-ps.scm (write-preamble): downcase filename before
10341         string-matching. Should fix .TTF files (as opposed to ttf files)  
10342
10343         * Documentation/user/tutorial.itely (Running LilyPond for the
10344         first time): separate subsections for windows, macos and unix.  
10345
10346         * Documentation/user/invoking.itely (Updating files with
10347         convert-ly): add MacOS X note.
10348
10349 2005-06-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10350
10351         * Documentation/user/introduction.itely (Engraving): don't include
10352         file optical-spacing, add directly.
10353
10354         * lily/paper-outputter.cc (file): open file in binary mode. This
10355         fixes OTF embedding on windows.
10356
10357 2005-06-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10358
10359         * scm/framework-ps.scm (write-preamble): remove debugging output.
10360
10361         * mf/aybabtu.pe.in (i): don't generate aybabtu.cff
10362
10363         * mf/GNUmakefile ($(outdir)/fonts.cache-1): create font cache for
10364         outdir.
10365         (install-fc-cache): install font cache in installation directories.
10366
10367 2005-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10368
10369         * scm/editor.scm (editor-command-template-alist): Use char iso
10370         column, except for Emacs.
10371         (get-editor-command): Substitute char too (Bertalan Fodor).
10372
10373 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10374
10375         * scm/ps-to-png.scm (make-ps-images): Use ~S instead of single
10376         quoted ~s.  This should fix PNG output on Windows; single quotes
10377         are regular characters on Windows.
10378
10379 2005-06-16  Graham Percival  <gperlist@shaw.ca>
10380
10381         * Documentation/user/basic-notation.itely: include ChoirStaff
10382         in System start delimiters.
10383
10384         * Documentation/user/putting.itely: new doc section on
10385         fixing overlapping notation.
10386
10387 2005-06-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10388
10389         * Documentation/user/global.itely (Paper size): \paper is in
10390         \book, not \score.
10391
10392         * make/mutopia-rules.make: -ddelete-intermediate-files
10393
10394         * ly/engraver-init.ly: make Staff default child of ChoirStaff.
10395
10396 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10397
10398         * ChangeLog: Recode utf-8.
10399
10400         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install .so module in
10401         datadir with .py modules.
10402
10403 2005-06-15  Heikki Junes  <hjunes@cc.hut.fi>
10404
10405         * Documentation/user/basic-notation.itely (Ties): add tieDashed.
10406
10407 2005-06-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10408
10409         * make/mutopia-rules.make: switch off ps, p&c for lilypond runs.
10410         
10411         * scm/framework-ps.scm (write-preamble): remove status check.
10412
10413         * Documentation/user/invoking.itely (Updating files with
10414         convert-ly): remove -o option.
10415
10416         * VERSION (PACKAGE_NAME): release 2.5.31
10417
10418         * scm/framework-ps.scm (write-preamble): use ly:system.
10419         (write-preamble): verbosity.
10420
10421         * scripts/convert-ly.py: cleanup. Use lilylib. Use convertrules.
10422
10423         * python/convertrules.py: new file. Store conversion rules
10424         separately.
10425
10426 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10427
10428         * scm/backend-library.scm (postprocess-output): remove debugging gobs.
10429
10430 2005-06-14  Mats Bengtsson  <mabe@s3.kth.se>
10431
10432         * Documentation/topdocs/NEWS.tely (Top): Corrected name of
10433         \musicDisplay 
10434
10435         * Documentation/user/instrument-notation.itely (More stanzas): Add
10436         reference to StanzaNumber.
10437
10438 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10439
10440         * THANKS: separate section for website translators.
10441
10442 2005-06-14  Graham Percival  <gperlist@shaw.ca>
10443
10444         * Documentation/topdocs/INSTALL.texi: update vim info;
10445         thanks Simon Bailey!
10446
10447         * Documentation/user/advanced-notation.itely: included
10448         color names.
10449
10450         * Documentation/user/advanced-notation.itely,
10451         Documentation/usr/notation-appendices.itely: moved
10452         color names into an appendix.
10453
10454 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10455         
10456         * lily/program-option.cc (LY_DEFINE): new function ly_add_option.
10457
10458         * scm/lily.scm (lambda): initialize program options from here.
10459
10460         * scm/framework-*.scm: add header info.
10461
10462         * lily/main.cc (parse_argv): only set output format to pdf if no
10463         other format specified.
10464
10465         * scm/backend-library.scm (postprocess-output): process
10466         'delete-intermediate-files after running convert-to-*. This fixes
10467         PNG generation when 'delete-intermediate-files is set.
10468         
10469 2005-06-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10470
10471         * buildscripts/mutopia-index.py (list_item): thinko. Fixes png
10472         links on website. 
10473
10474 2005-06-13  Graham Percival  <gperlist@shaw.ca>
10475
10476         * Documentation/topdocs/INSTALL.texi,
10477         Documentation/user/lilypond-book.itely: typos.
10478
10479 2005-06-12  Pal Benko  <benkop@freestart.hu>
10480
10481         * elisp/lilypond-mode.el (LilyPond-command-alist: 2PS): space
10482         added between program name and switch; -b changed to -f not
10483         to generate pdf
10484
10485 2005-06-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10486
10487         * elisp/lilypond-mode.el (LilyPond-command-alist): remove 2midi
10488         (LilyPond-command-alist): use -f ps (thanks to Pal Benko)
10489
10490         * input/sakura-sakura.ly: add \midi.
10491
10492         * buildscripts/mutopia-index.py (find): use /usr/bin/find
10493         iso. python find. 
10494
10495         * ttftool/test.c (main): cosmetics.
10496
10497         * ttftool/util.c (surely_lseek): use stdio FILE's for I/O 
10498
10499         * ttftool/test.c: new file. If compiled with -DTEST_TTFTOOL,
10500         create a ttf2ps binary.
10501
10502         * scm/ps-to-png.scm (make-ps-images): fix rename-page-1 functionality.
10503
10504         * scm/backend-library.scm (postscript->png): set rename-page-1 to
10505         true.
10506
10507 2005-06-11  Graham Percival <gperlist@shaw.ca>
10508
10509         * Documentation/user/lilypond-book.itely: add warning about
10510         the font warnings in dvips.
10511
10512 2005-06-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10513
10514         * THANKS: typo
10515
10516         * mf/GNUmakefile ($(outdir)/$(redhat-package)): Fedora-4 url.
10517
10518         * GNUmakefile.in: remove links for .map, .enc
10519         don't fail if out/ doesn't exist yet.
10520
10521 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10522
10523         * ttftool/util.c (surely_read): return nbytes
10524
10525         * stepmake/bin/text2html.py (txt2html): add utf-8 marker. 
10526
10527         * VERSION (PACKAGE_NAME): release 2.5.30
10528
10529         * flower/string-convert.cc (precision_string): >? fix.
10530
10531         * scm/ps-to-png.scm (make-ps-images): search-gs for multipage too.
10532         (make-ps-images): add verbose -q too.
10533
10534         * lily/default-actions.cc (Module): new file. default
10535         {book,score}-print functions.
10536
10537         * scm/ly-from-scheme.scm (ly:parse-string-result): use new setup:
10538         pass results via parseStringResult, lookup via ly:parser-lookup.  
10539
10540         * lily/lily-parser.cc (Lily_parser): only clone lexer in
10541         constructors.
10542         (parse_file): encapsulate do_yyparse() in scm_set_current_module()
10543         (parse_string): idem.
10544
10545         * ly/spanners-init.ly (assertBeamQuant): don't use #{ #} in init.
10546
10547         * lily/main.cc (main_with_guile): copy be_verbose_global into
10548         ly_set_option()
10549
10550 2005-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10551
10552         * scm/backend-library.scm (postscript->pdf):
10553         * scm/ps-to-png.scm (make-ps-images): Do not use gs -q switch in
10554         verbose mode.  Search for several names of gs executable.
10555
10556 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10557
10558         * lily/ly-module.cc (ly_make_anonymous_module): call make-module
10559         directly. This fixes a massive memory leak, provided you use CVS
10560         GUILE.
10561
10562 2005-06-10  Erik Sandberg  <ersa9195@student.uu.se>
10563
10564         * ly/property-init.ly: Added tieDashed.
10565
10566         * THANKS: Added some bughunters for 2.5.
10567
10568 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10569
10570         * lily/program-option.cc: add debug-gc option.
10571
10572         * lily/include/lily-guile-macros.hh: don't protect exported module
10573         objects.
10574
10575         * lily/include/lily-parser.hh (class Lily_parser): remove beam_check().
10576
10577         * scm/backend-library.scm (postscript->pdf): use
10578         delete-intermediate-files iso. running-from-gui? 
10579
10580         * ttftool/util.c (surely_read): robustness. Allow read() to return
10581         less bytes than requested, as per posix standards.
10582
10583         * lily/pfb.cc (LY_DEFINE): set ttf_verbosity from ttf-verbosity
10584         program option.
10585
10586         * ttftool/include/ttftool.h ("C"): rename verbosity to
10587         ttf_verbosity. Add to public interface.
10588
10589         * scm/music-functions.scm (unfold-repeats): remove debugging display.
10590
10591         * lily/program-option.cc: rename from scm-option.cc
10592
10593         * lily/scm-option.cc (LY_DEFINE): handle no-foobar option setting.
10594         (get_help_string): Print pretty help string.
10595
10596         * scripts/lilypond-book.py (PREAMBLE_LY): add no-point-and-click
10597         to snippet preamble.
10598
10599         * lily/scm-option.cc: remove command-line-settings option. Fold
10600         all command-line options plus default settings in a generic
10601         interface. 
10602
10603         * flower/getopt-long.cc (table_string): indent 2nd lines of help
10604         texts too.
10605
10606 2005-06-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10607
10608         * flower/file-name.cc: Bugfix: only append DIRSEP if BASE_
10609         or EXT_ components non-empty.
10610
10611 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
10612
10613         * scm/lily.scm (running-from-gui?): Export.
10614
10615         * lily/lily-parser-scheme.cc (ly:parse-file): Use it to generate
10616         output in .ly source directory.
10617
10618 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10619
10620         * ttftool/util.c (surely_lseek): more verbosity.
10621
10622         * lily/include/lily-proto.hh: add Context_def. This fixes FC4
10623         compile.
10624
10625         * lily/parser.yy (Repeated_music): remove >? 
10626
10627         * scm/backend-library.scm (postscript->pdf): Support for
10628         -dgs-font-load=1
10629
10630         * scm/framework-ps.scm (write-preamble): make font loading
10631         switchable to GS via --define-default gs-font-load=1
10632
10633 2005-06-09  Graham Percival  <gperlist@shaw.ca>
10634
10635         * Documentation/user/global.itely: added \layout docs.
10636
10637 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10638
10639         * lily/lily-parser-scheme.cc: add unistd.h
10640
10641 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10642
10643         * scm/editor.scm: add char argument.
10644
10645         * scripts/lilypond-invoke-editor.scm (dissect-uri): add char. 
10646
10647         * ttftool/util.c (syserror): use errno for better error reporting.
10648
10649         * lily/source-file.cc (get_counts): new function. Calc column,
10650         line and char count in one go.
10651
10652         * lily/binary-source-file.cc (quote_input): rename to quote_input
10653
10654         * lily/input.cc (set): new function.
10655
10656 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
10657
10658         * flower/file-path.cc (find): Bugfix.  Append rather than prepend
10659         directory part of file name to search directory.
10660
10661         * lily/lily-parser-scheme.cc (ly:parse-file): Prepend cwd to
10662         search path and chdir to DIR if --outname=DIR used.
10663
10664         * lily/main.cc (prepend_env_path): Bugfix: Check directory
10665         existence before appending original path.
10666
10667 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10668
10669         * ttftool/parse.c (readNamingTable): verbosity for "bad TTF
10670         file" massage.
10671
10672         * Documentation/user/GNUmakefile (TEXINPUTS): set TEXINPUTS so our
10673         texinfo.tex is always used.
10674         
10675 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10676
10677         * flower/include/axis.hh: rename from axes.hh
10678
10679         * lily/include/text-interface.hh (Module): rename from text-item.hh
10680
10681         * VERSION (PATCH_LEVEL): release 2.5.29
10682
10683         * ttftool/parse.c (readNamingTable): handle Apple/8bit encoding too.
10684
10685         * scm/framework-ps.scm (font-file-as-ps-string): new function.
10686         (handle-macfont): new function. Call fondu for Native mac fonts.
10687
10688         * scm/define-markup-commands.scm (fill-line): handle text-widths =
10689         '() case.
10690
10691 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10692
10693         * scm/ps-to-png.scm (make-ps-images): Bugfix: `Pages: 1\n' is not
10694         multi-page.  Fix .eps regular expression.
10695
10696 2005-06-07  Graham Percival  <gperlist@shaw.ca>
10697
10698         * Documentation/user/putting.itely: add info on modifying templates.
10699
10700         * Documentation/user/lilypond.itely, converters.itely, invoking.itely:
10701         misc small changes.
10702
10703 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10704
10705         * scm/ps-to-png.scm (make-ps-images): no paper size for multi-page.
10706
10707         * scripts/lilypond-ps2png.scm
10708
10709         * VERSION (PACKAGE_NAME): release 2.5.28
10710
10711 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10712
10713         * lily/main.cc (prepend_env_path): Do not append /, that does not
10714         work.  Localedir lives in datadir, not in prefix.
10715
10716         * scm/framework-ps.scm (write-preamble): Remove load-font-via-GS
10717         hack for windows.
10718
10719         * flower/include/file-cookie.hh: Compile fix.
10720
10721 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10722
10723         * ly/engraver-init.ly: add \defaultchild to InnerStaffGroup. 
10724
10725         * scm/ps-to-png.scm (gulp-port): rename from read. Don't redefine
10726         system primitives.
10727         (gulp-port): using read-string!/partial. We don't want to read an
10728         entire PS file  (GUILE 1.6 limits strings to 16M) 
10729
10730         * scm/define-grobs.scm (all-grob-descriptions): remove arch-*
10731         properties. Add font-interface. 
10732
10733         * scm/define-grob-properties.scm (all-user-grob-properties):
10734         remove old bracket properties.
10735
10736         * scm/x11-color.scm: reformat. 
10737
10738         * lily/ledger-line-engraver.cc (acknowledge_grob): create new
10739         LedgerLineSpanner if new StaffSymbol is found. 
10740
10741         * lily/staff-symbol-engraver.cc (acknowledge_grob): also set
10742         staff-symbol for finishing staff. 
10743
10744         * lily/GNUmakefile (OUT_DIST_FILES): don't dist Flex output
10745
10746         * scm/output-svg.scm (setcolor): implement (re)setcolor with <g>
10747         change black to currentColor everywhere. This fixes color support
10748         in SVG.
10749
10750 2005-06-06  Carl Sorensen  <carldsorensen@comcast.net>
10751
10752         * input/regression/fret-diagrams.ly: new file to test fret diagram
10753         capability
10754
10755         * scm/output-tex.scm: remove white-dot and white-text
10756
10757         * scm/output-ps.scm: remove white-dot and white-text
10758
10759         * scm/fret-diagrams.scm (sans-serif-stencil-white): removed -- 
10760         using ly:stencil-in-color instead
10761         (draw-dots) : remove call to white-dot
10762
10763 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10764
10765         * flower/memory-stream.cc (Memory_out_stream): remove fopencookie
10766         support.
10767
10768         * ttftool/ttfps.c: use lily_cookie functions everywhere. 
10769
10770         * flower/include/file-cookie.hh: new file. lily_cookie extension 
10771
10772         * flower/file-cookie.cc: new file. lily_cookie extension.
10773         
10774 2005-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10775
10776         * scm/editor.scm (editor-command-template-alist): Add syn
10777         editor (Jaap [de Vos]).
10778
10779 2005-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10780
10781         * scripts/lilypond-ps2png.scm:
10782         * scm/ps-to-png.scm: New file.
10783
10784         * scm/backend-library.scm (postscript->png): Use it.
10785
10786         * scripts/lilypond-ps-to-png.py: Remove file.
10787
10788         * python/lilylib.py (get_bbox, make_ps_images): Remove.
10789
10790 2005-06-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10791
10792         * lily/auto-beam-engraver.cc (acknowledge_grob): remove dead code.
10793
10794         * scm/auto-beam.scm (default-auto-beam-check): only forbid beam
10795         start on grace moment. Fixes autobeam-grace.ly.
10796
10797         * lily/auto-beam-engraver.cc (process_acknowledged_grobs): don't
10798         process anything unless we're at the end of a pending beam. Fixes
10799         syncopated 8ths beamed across a beat.
10800
10801 2005-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10802
10803         * scm/editor.scm (editor-command-template-alist): Start emacs if
10804         emacslient fails.
10805
10806         * lily/main.cc (setup_localisation): Listen to LILYPOND_LOCALEDIR.
10807
10808         * flower/file-path.cc (is_file, is_dir): Export.
10809
10810         * lily/main.cc (prepend_env_path, set_env_file): Use them.
10811
10812 2005-06-02  Mats Bengtsson  <mabe@s3.kth.se>
10813
10814         * lily/easy-notation.cc: Added include cctype to correct
10815         compilation error.
10816
10817 2005-06-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10818
10819         * scm/backend-library.scm (postscript->pdf): set resolution to
10820         1200, so bitmap fonts aren't that ugly. 
10821
10822         * Documentation/topdocs/NEWS.tely (Top): add entry about font family.
10823
10824         * lily/dynamic-engraver.cc (acknowledge_grob): only center on
10825         parent if we have a notehead. Fixes incorrect offsets when
10826         Paper_column is very wide in the X direction.
10827
10828         * input/regression/font-family-override.ly (Module): new file.
10829
10830         * scm/font.scm (make-pango-font-tree): new function.
10831
10832         * lily/beam.cc (before_line_breaking): remove warning about less
10833         than 2 visible stems. We still get a warning when there is only
10834         one stem.
10835
10836 2005-06-01  Werner Lemberg  <wl@gnu.org>
10837
10838         * buildscripts/substitute-encoding.py: Handle PFAemmentaler-xx.pfa
10839         correctly.
10840
10841 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10842
10843         * lily/slur-scoring.cc (generate_avoid_offsets): new
10844         function. Generate avoid offsets once per slur.
10845
10846         * lily/slur.cc (add_extra_encompass): add dependency to
10847         extra-encompass object. This fixes bugs/c-phrasing-slur.ly
10848
10849         * lily/stencil.cc (is_empty): check dim_ field for is_empty()
10850         too. Fixes inf error with added bass notes.
10851
10852         * scripts/lilypond-book.py (do_options): --psfonts doesn't take
10853         argument anymore.
10854
10855         * make/ly-vars.make (DVIPS_FLAGS): use .psfonts as extension.
10856
10857         * input/tutorial/lbook-latex-test.tex: add line length test.
10858
10859         * scripts/lilypond-book.py (set_default_options): new
10860         function. Call this before dissecting snippets, so linewidth
10861         settings reach the snippets.
10862
10863 2005-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
10864
10865         * scm/lily.scm (PLATFORM, slashify): Remove double slashes.
10866
10867 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10868
10869         * input/mutopia/R.Schumann/romanze-op28-2.ly (leftb): bugfix.
10870
10871 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
10872
10873         * stepmake/aclocal.m4: More autopackage friendliness.
10874
10875 2005-05-31  Graham Percival  <gperlist@shaw.ca>
10876
10877         * Documentation/index.html.in: remove link to LSR.
10878
10879         * Documentation/user/global.itely: remove duplicate
10880         "dedication" \header{} section.
10881
10882 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10883
10884         * VERSION (PACKAGE_NAME): release 2.5.27.
10885
10886         * lily/lily-parser-scheme.cc (LY_DEFINE): unprotect paper
10887         too. Plugs memory leak.
10888
10889         * make/lilypond.fedora.spec.in (Group): remove
10890         lilypond-pdfpc-helper.
10891
10892         * scripts/GNUmakefile (SEXECUTABLES): remove
10893         lilypond-pdfpc-helper. Use lilypond-invoke-editor instead.
10894
10895         * scm/font.scm (make-century-schoolbook-tree): add Mono as
10896         'typewriter family.
10897
10898         * lily/score.cc (Score): unprotect copy of Output_def. Plugs
10899         memory leak.
10900
10901         * lily/parser.yy (score_body): don't clone Score, that's done in
10902         Lily_lexer::try_special_identifiers(). This fixes a memory leak.
10903
10904         * lily/score-engraver.cc (derived_mark): new function.
10905         (initialize): unprotect Paper_score. This fixes a memory leak.
10906
10907         * lily/score-performer.cc (derived_mark): new function.
10908
10909         * lily/score-translator.cc (get_output): use SCM for get_output() call.
10910
10911         * stepmake/aclocal.m4: put FlexLexer.h test in conftest.cc. Fixes
10912         spurious warning.
10913
10914         * scm/font.scm (make-century-schoolbook-tree): use Sans for sans
10915         serif.
10916
10917 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
10918
10919         * configure.in (reloc_b): Add --enable-relocation.
10920
10921 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10922
10923         * lily/pfb.cc (LY_DEFINE): show file name when loading PFB. 
10924
10925         * input/regression/alignment-order.ly: add Staff example.
10926
10927 2005-05-31  John Mandereau   <john.mandereau@free.fr>
10928
10929         * po/fr.po: update.
10930
10931 2005-05-31  Graham Percival  <gperlist@shaw.ca>
10932
10933         * Documentation/index.html.in: add link to LSR.
10934
10935 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10936
10937         * scm/define-stencil-commands.scm (Module): new file. Register all
10938         allowed stencil expression heads in a central place.
10939
10940         * lily/stencil-scheme.cc (LY_DEFINE): check is_stencil_head in
10941         ly:make-stencil
10942
10943         * lily/stencil-expression.cc (all_stencil_heads): registering
10944         stencil expressions.
10945
10946         * lily/stencil-interpret.cc: new file. Stencil expression
10947         interpreting.
10948
10949         * input/xiao-haizi-guai-guai.ly: move file back.
10950
10951 2005-05-30  Graham Percival  <gperlist@shaw.ca>
10952
10953         * Documentation/user/advanced.itely, converters.itely,
10954         instrument-notation.itely, lilypond-book.itely: misc small
10955         changes.
10956
10957 2005-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10958
10959         * lily/lexer.ll: Skip UTF-8 BOM at BOF.
10960
10961         * make/lilypond.fedora.spec.in: Fix source url.
10962
10963         * cygwin: Update from mingw patches.
10964
10965         * scm/editor.scm (editor-command-template-alist): Use jedit
10966         -reuseview (Bertalan), add uedit (Patrick Huberts).
10967
10968         * input/xiao-hai-zi-guai-guai.ly: Rename from
10969         xiao-haizi-guai-guai.ly.
10970
10971         * input/*: Reindent, do not use TAB.
10972
10973         * Documentation/pictures/ly.xpm: Bugfix: do not anti-alias against
10974         white background.
10975
10976 2005-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10977
10978         * scm/framework-ps.scm (dump-stencil-as-EPS): Add silly fix for
10979         numerical overflow error.
10980
10981 2005-05-29 Laura Conrad <lconrad@laymusic.org>
10982         
10983         * abc2ly.py: fix to syntax error in multi-part output.
10984
10985 2005-05-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10986
10987         * lily/span-bar.cc (print): sort bar line extents. Fixes problem
10988         with disappearing span bars when alignAboveContext is active
10989
10990         * lily/property-iterator.cc (check_grob): use is-grob?
10991         object-property. Fixes crash-key-sig-font-size.ly. 
10992
10993 2005-05-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10994
10995         * lily/bar-line.cc (print): don't round barlines; this produces
10996         odd aliasing effects in Acroread.
10997
10998         * lily/timing-engraver.cc (process_music): robustness fix.
10999
11000         * lily/context-def.cc (filter_engravers): bugfix.
11001
11002 2005-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11003
11004         * lily/lilypond.rc.in: Add ly-icon.
11005
11006         * lily/GNUmakefile: 
11007         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Add ly-icon
11008         rules.
11009
11010 2005-05-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11011
11012         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-in-color
11013
11014         * ps/music-drawing-routines.ps: 
11015
11016         * scm/output-ps.scm: remove draw ez_ball.
11017
11018         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
11019         EasyNotation context definition.
11020
11021         * lily/easy-notation.cc (brew_ez_stencil): new file. Use
11022         Text_interface and color for making easy note heads.
11023
11024         * lily/stencil.cc (with_color): new function.
11025
11026         * ps/music-drawing-routines.ps: remove draw_zigzag_line
11027
11028         * lily/line-spanner.cc (zigzag_stencil): rewrite to use draw-line
11029         output routine. Zigzag now works in SVG too.
11030
11031         * scm/output-tex.scm (filledbox): idem.
11032
11033         * scm/output-svg.scm (filledbox): idem.
11034
11035         * scm/output-ps.scm (lily-def): remove horizontal-line. 
11036
11037         * lily/lookup.cc (horizontal_line): use draw-line. 
11038
11039         * lily/system-start-delimiter.cc: remove old staff bracket code.
11040
11041         * mf/feta-haak.mf: further tweaks.
11042
11043         * lily/system-start-delimiter.cc (staff_bracket): use glyphs.
11044
11045         * mf/feta-generic.mf: include feta-haak.
11046
11047         * mf/feta-haak.mf: rewrite. Make separate glyphs for the tips 
11048
11049         * scm/framework-ps.scm (write-preamble): only load fonts if their
11050         filename is a string. 
11051
11052 2005-05-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11053
11054         * scm/output-svg.scm (circle): support circle.
11055         (bracket): stub for bracket.
11056
11057         * scripts/lilypond-book.py (main): make sure --psfonts warning is
11058         correct.
11059
11060 2005-05-26  Graham Percival  <gperlist@shaw.ca>
11061
11062         * Documentation/user/lilypond.tely, advanced-notation.itely,
11063         basic-notation.itely, instrument-notation.itely, global.itely,
11064         introduction.itely, tutorial.itely: rearranging, editing,
11065         clean-up.
11066
11067         * mf/GNUmakefile: change a "make -C" to "${MAKE} -C", required
11068         for compiling on FreeBSD.
11069
11070 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11071
11072         * lily/pfb.cc (LY_DEFINE): progress indication for opening ttf and
11073         otf files.
11074
11075         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (lower):
11076         bugfixes.
11077
11078         * VERSION: 2.5.26 released.
11079
11080         * scm/titling.scm (marked-up-headfoot): revert Pedro's patch. 
11081
11082 2005-05-25  Pedro Kroger  <kroeger@pedrokroeger.net>
11083
11084         * scm/titling.scm (marked-up-headfoot): doesn't print pagenumbers
11085         if printpagenumber is false.
11086
11087 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11088
11089         * lily/font-config.cc (init_fontconfig): comment out FontConfig
11090         cache warning.
11091
11092         * lily/tie.cc (print): support dotted ties.
11093         
11094 2005-05-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11095
11096         * scm/define-grobs.scm (all-grob-descriptions): switch off
11097         debugging
11098         (all-grob-descriptions): Arpeggio has Y-extent.
11099
11100         * scm/define-music-properties.scm (all-music-properties): document
11101         length-callback and start-callback as "read-only".
11102
11103         * scm/music-functions.scm (unfold-repeats): rewrite. Cannot set
11104         length-callback after creation. 
11105
11106         * scripts/convert-ly.py (conv): unfoldrepeats -> unfoldRepeats,
11107         compressmusic -> compressMusic.
11108
11109         * ly/music-functions-init.ly (oldaddlyrics): idem.
11110
11111         * lily/parser.yy: NewLyricCombineMusic ->
11112         LyricCombineMusic. LyricCombineMusic -> OldLyricCombineMusic.
11113
11114 2005-05-24  Pedro Kroger  <kroeger@pedrokroeger.net>
11115
11116         * ly/Welcome_to_LilyPond.ly: typo.
11117
11118 2005-05-24  Graham Percival  <gperlist@shaw.ca>
11119
11120         * Documentation/user/lilypond.tely: move changing-defaults to be
11121         before global issues.
11122
11123         * Documentation/user/basic-notation.itely: move Transpose section
11124         here from advanced/Other.
11125
11126         * Documentation/user/changing-defaults.itely,
11127         advanced-notation.itely: move Fonts to advanced, edit.
11128
11129 2005-05-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11130
11131         * lily/parser.yy (bare_int): remove rule.  From now on, we require
11132         # before negative integers.
11133
11134 2005-05-23  Graham Percival  <gperlist@shaw.ca>
11135
11136         * ly/property.ly: Update tieDotted to have the same form as slurDotted.
11137
11138         * Documentation/user/lilypond.tely: change Unified index to
11139         LilyPond index.
11140
11141         * Documentation/user/advanced-notation.itely,
11142         instrument-notation.itely: editing.
11143
11144 2005-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
11145
11146         * scm/lily.scm (lilypond-all): Bugfix: return failed.
11147
11148         * lily/main.cc (setup_paths)[__MINGW32__]: Normalize LILYPONDPREFIX.
11149
11150 2005-05-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11151
11152         * lily/general-scheme.cc (ly:stderr-redirect): Rename from
11153         ly:port-move.  Needs to be stderr-specific on mingw.
11154         Run fixcc.
11155
11156 2005-05-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11157
11158         * lily/general-scheme.cc (ly:port-move): Remove.
11159
11160         * scm/backend-library.scm (postscript->pdf): Remove -dSAFER in
11161         windows.
11162
11163         * lily/main.cc (setup_paths) [ARGV0_RELOCATION]: Reinstate GS_*
11164         variables.  This eliminates the need for a gs.bat wrapper, which
11165         opens a console.
11166
11167         * scripts/lilypond-invoke-editor.scm (running-from-gui?): 
11168         * scm/lily.scm (running-from-gui?): 
11169         * lily/main.cc[MINGW]: Remove isatty inversion, this is an
11170         artifact of not compiling with -mwindows.
11171
11172         * scm/editor.scm: Define PLATFORM.
11173
11174 2005-05-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11175
11176         * scripts/lilypond-book.py (PREAMBLE_LY): add marker, where people
11177         can start to cut & paste lilypond-book fragments.  
11178
11179         * scm/define-music-types.scm (music-descriptions): remove
11180         UntransposableMusic
11181
11182 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11183
11184         * scm/output-ps.scm (glyph-string): remove / before CIDs.
11185
11186 2005-05-20  Graham Percival  <gperlist@shaw.ca>
11187
11188         * Documentation/user/instrument-notation.itely: remove *Engraver.
11189
11190         * Documentation/user/advanced-notation.itely: edit, rearrange.
11191
11192 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11193
11194         * scm/output-ps.scm (glyph-string): take cid? argument. Use
11195         findresource iso. findfont for CID CFF fonts.
11196
11197         * VERSION (PACKAGE_NAME): release 2.5.25
11198
11199         * ly/Welcome_to_LilyPond.ly: add  \version
11200
11201 2005-05-20  Graham Percival  <gperlist@shaw.ca>
11202
11203         * Documentation/user/programming-interface.itely: move
11204         \displayMusic into its own section.
11205
11206         * Documentation/user/basic-notation.itely: finish editing.
11207
11208 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11209
11210         * flower/file-path.cc (find): don't throw away file_name.dir, but
11211         append to it. Fixes \include with directories.
11212
11213         * flower/include/file-path.hh (class File_path): don't derive from
11214         Array<String>.
11215
11216         * flower/include/file-name.hh (class File_name): remove to_str0()
11217
11218         * lily/hara-kiri-engraver.cc (acknowledge_grob): split
11219         Hara_kiri_engraver in separate file.
11220
11221         * lily/slur-configuration.cc (score_encompass): oops, <? to min()
11222         translation went wrong. Fixes vertically translated slurs.
11223
11224 2005-05-19  Graham Percival  <gperlist@shaw.ca>
11225
11226         * Documentation/user/basic-notaton.itely: editing.
11227
11228 2005-05-18  Graham Percival  <gperlist@shaw.ca>
11229
11230         * Documentation/user/macros.itexi, basic-notation.itely:
11231         add @commonprop (commonly used properties) macro.
11232
11233 2005-05-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11234
11235         * ly/Welcome_to_LilyPond.ly: talk about icon, not program.
11236
11237         * scripts/lilypond-book.py (invokes_lilypond): new function
11238         (main): only run fontextract if invokes_lilypond() is true.
11239
11240         * lily/function-documentation.cc (ly_add_function_documentation):
11241         duh, use !=
11242
11243         * Documentation/topdocs/INSTALL.texi (Top): add MacOS command.
11244
11245         * stepmake/aclocal.m4: remove kpathsea warning, change to OPTIONAL.
11246
11247         * scm/lily.scm (running-from-gui?): lowercase Darwin.
11248
11249         * lily/function-documentation.cc (ly_add_function_documentation):
11250         use scm_hash_table_p() for checking.
11251
11252 2005-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
11253
11254         * Documentation/user/advanced-notation.itely (Text scripts):
11255         Change nonexisting @internalsref{Text markup} to @ref{Text
11256         markup}.  Change @internalsref{Text script} to
11257         @internalsref{TextScript}.
11258
11259         * lily/main.cc (setup_paths): Bugfix: pangorc is not pango.modules.
11260
11261 2005-05-17  Graham Percival  <gperlist@shaw.ca>
11262
11263         * Documentation/user/tutorial.itely, basic-notation.itely,
11264         changing-defaults.itely: remove duplicate cindex entries
11265         that appear on the same page.
11266
11267         * scm/define-grobs.scm: change default padding for TextSpanner.
11268
11269         * Documentation/topdocs/AUTHORS.texi: update email address.
11270
11271         * Documentation/user/global.itely: add info about \include.
11272
11273 2005-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
11274
11275         * scm/backend-library.scm (postscript->pdf): Remove (useless) .ps
11276         when running-from-gui.
11277
11278         * scm/editor.scm (get-editor): Add platform defaults.
11279
11280         * scm/backend-library.scm (postscript->pdf): Typo.
11281
11282 2005-05-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11283
11284         * scm/lily.scm (running-from-gui?): Darwin never runs from GUI.
11285
11286         * lily/font-config.cc (init_fontconfig): add warning about cache.
11287
11288 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11289
11290         * lily/main.cc (setup_paths)[ARGV0_RELOCATION]: Remove GS_*.
11291
11292 2005-05-16  Mats Bengtsson  <mabe@s3.kth.se>
11293
11294         * lily/horizontal-bracket.cc (print): Take care of the direction
11295         property so brackets above the stave point downwards. 
11296
11297         * scm/define-grobs.scm (all-grob-descriptions): Set staff-padding
11298         for HorizontalBracket so it doesn't end up within the stave.
11299
11300 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11301
11302         * lily/GNUmakefile (default): Typo.
11303
11304         * scm/lily.scm (PLATFORM): Export.
11305
11306         * scm/framework-ps.scm (write-preamble)[MINGW]: Use
11307         load-font-via-GS, ttftool or fopencookie is broken on windows.
11308         
11309         * scm/backend-library.scm (postscript->pdf)[MINGW]: Do not use
11310         -dSAFER, that is broken on windows.
11311
11312 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11313
11314         * lily/GNUmakefile ($(outdir)/FlexLexer.h): conditional dependency
11315         for FlexLexer.h
11316
11317         * scripts/lilypond-invoke-editor.scm: remove stray -
11318
11319 2005-05-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11320
11321         * lily/lily-guile.cc (ly_scm2newstr): Use scm_i_string_length.
11322         Fixes deprecation warning.
11323
11324         * flower/include/string.icc (to_string): Only inline if
11325         -DSTRING_UTILS_INLINED.
11326
11327         * lily/pango-font.cc (pango_item_string_stencil): Normalize file
11328         name.  Remove windows comment.
11329
11330         * scm/editor.scm (slashify): New function.
11331         (get-editor-command): Use it.
11332         (get-command-template): Do not alter editor command if
11333         environment value includes `%(file)s' magic.
11334
11335         * scripts/lilypond-invoke-editor.scm (unquote-uri): New function.
11336         (dissect-uri): Use it.
11337         (unquote-uri): Bugfix.
11338
11339 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11340
11341         * scm/framework-ps.scm (write-preamble): add TTF rule.
11342
11343         * Documentation/topdocs/README.texi (Top): remove note about
11344         xdelta.
11345
11346         * Documentation/topdocs/INSTALL.texi (Top): remove Flex
11347         requirement.
11348
11349         * stepmake/aclocal.m4: STEPMAKE_FLEXLEXER_LOCATION: new
11350         function. Figure out where FlexLexer.h lives
11351
11352         * lily/GNUmakefile (OUT_DIST_FILES): dist lexer.cc and FlexLexer.h
11353         
11354 2005-05-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11355
11356         * scripts/lilypond-invoke-editor.scm (dissect-uri): Handle URIs
11357         with Windows root in file name.
11358
11359         * scm/backend-library.scm (ly:system): Only redirect output (using
11360         system and shell, ugh) if /dev/null is writable.
11361
11362         * Documentation/pictures/GNUmakefile [PLATFORM_WINDOWS]: Build
11363         windows icon.
11364
11365         * scm/lily.scm (is-absolute?): New function.  Fixes absolute files
11366         on Mingw.
11367
11368         * scm/output-ps.scm (grob-cause): Use it.  Fixes PDF point and
11369         click.
11370
11371         * flower/file-path.cc (is_dir, is_file): New function.  Actually
11372         use result of stat when available.
11373
11374         * flower/file-path.cc (find): Use it.  Refactor.  Fixes Mingw,
11375         absolute file name and root.
11376
11377         * scm/lily.scm (PLATFORM): On mingw, slashify getcwd.
11378
11379         * scm/editor.scm (get-editor-command): Typo: do not apply editor.
11380
11381         * flower/file-name.cc (slashify): Bugfix, do substitute if no
11382         slashes in file name.
11383
11384 2005-05-13  Jan Nieuwenhuizen  <janneke@gnu.org>
11385
11386         * Documentation/user/preface.itely (Preface): Run
11387         texinfo-all-menus-update.
11388
11389         * scm/editor.scm (get-editor-command): Bugfix: allow full
11390         LYEDITOR setting, partial XEDITOR setting.  With typo fix.
11391
11392         * Documentation/pictures/lilypond-48.xpm: New file.
11393
11394         * flower/file-path.cc (to_string): Bugfix: use PATHSEP.
11395
11396         * ly/Welcome_to_LilyPond.ly: New file.
11397
11398         * lily/main.cc (main): Only identify if we have a terminal.
11399
11400         * scm/backend-library.scm (postscript->png)
11401         (postscript->pdf): Fix file name quoting for GS/MINGW (ie,
11402         non-/bin/sh).
11403
11404 2005-05-13  Heikki Junes  <hjunes@cc.hut.fi>
11405
11406         * Documentation/topdocs/AUTHORS.texi: polish, update.
11407
11408 2005-05-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11409
11410         * Documentation/user/preface.itely (Notes for version 2.6): new
11411         notes for 2.6
11412
11413         * lily/dynamic-engraver.cc (stop_translation_timestep): first set
11414         finished_span_, then call typeset_all(). Fixes spurious "Hairpin
11415         is not fully contained" warnings.
11416
11417         * lily/slur-scoring.cc (get_bound_info): remove warning.
11418
11419         * lily/staff-symbol-engraver.cc (process_music): start initial
11420         spanner in process_music(). This fixes overrides of StaffSymbol
11421         properties.
11422
11423         * scm/framework-pdf.scm (Module): remove.
11424
11425         * Documentation/topdocs/AUTHORS.texi (AUTHORS): clean up, update.
11426
11427         * lily/ambitus-engraver.cc: formatting cleanups.
11428
11429         * mf/feta-solfa.mf (Module): remove.
11430
11431         * ChangeLog: more details about contributions.
11432
11433 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11434
11435         * lily/align-interface.cc (align_elements_to_extents): warn if
11436         called too early. Fixes: disappearing-staff-lines.ly
11437
11438         * VERSION (PACKAGE_NAME): release 2.5.24
11439
11440 2005-05-12  Jan Nieuwenhuizen  <janneke@gnu.org>
11441
11442         * stepmake/aclocal.m4: Typo.
11443
11444         * flower/string.cc (substitute): Take two strings or two
11445         characters.  Update callers.
11446
11447 2005-05-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11448
11449         * flower/file-name.cc (File_name): Slashify.
11450
11451         * scm/lily.scm: Use gui-main iso lilypond-main on MINGW.
11452
11453         * scripts/GNUmakefile (SEXECUTABLES): Add lilypond-invoke-editor.
11454
11455         * stepmake/aclocal.m4 (STEPMAKE_WINDOWS): New function.
11456
11457         * configure.in (gui_b): Use it.
11458
11459         * lily/lilypond.rc.in: New file.
11460
11461         * lily/GNUmakefile[PLATFROM_WINDOWS]: Compile it into executable.
11462
11463 2005-05-12  Graham Percival  <gperlist@shaw.ca>
11464
11465         * Documentation/user/advanced-notation.itely: edit of Text
11466         section; clarify text scripts vs. text markup.
11467
11468 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11469
11470         * lily/multi-measure-rest-engraver.cc
11471         (Multi_measure_rest_engraver): init bar_seen_ to true. Notice
11472         separation items on start. Fixes mm rests in start of score.
11473
11474         * lily/slur-scoring.cc (move_away_from_staffline): robustness,
11475         don't access StaffSymbol if not there.
11476         Fixes: crash-staff-symbol-engraver.ly.
11477
11478         * lily/instrument-name-engraver.cc (class
11479         Instrument_name_engraver): data member first_. Create
11480         InstrumentName on start. 
11481
11482 2005-05-12  Graham Percival  <gperlist@shaw.ca>
11483
11484         * Documentation/user/instrument-notation.itely: add guitar
11485         position.
11486
11487         * Documentation/user/introduction.itely,
11488         Documentation/user/lilypond.tely,
11489         Documentation/user/tutorial.itely: begin pruning
11490         unused (duplicated) cindex entries and misc cleanup.
11491
11492 2005-05-12  Mats Bengtsson  <mabe@s3.kth.se>
11493
11494         * input/test/volta-chord-names.ly: Bring the explanation up to
11495         date.
11496
11497 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
11498
11499         * Documentation/topdocs/{AUTHORS.texi,INSTALL.texi,README.texi}:
11500         Specify `@documentencoding utf-8' for html, ignore warnings.
11501
11502 2005-05-11  Erik Sandberg  <ersa9195@student.uu.se>
11503
11504         * THANKS: Added bughunters.
11505
11506 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
11507
11508         * lily/main.cc: update help string for `lilypond -H'.
11509
11510         * po/fi.po: update.
11511         
11512 2005-05-10  Graham Percival  <gperlist@shaw.ca>
11513
11514         * Documentation/user/advanced-notation.itely: minor fixes.
11515
11516 2005-05-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11517
11518         * scm/editor.scm: New module.
11519
11520         * scm/lily.scm (gui-main): Use it.
11521
11522         * scm/framework-gnome.scm (spawn-editor): Use it.
11523
11524         * scripts/lilypond-invoke-editor.scm: Use it in new script.
11525
11526 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11527
11528         * scm/framework-ps.scm (load-font-via-GS):  new function.
11529
11530         * lily/pango-font.cc (pango_item_string_stencil): add support for
11531         CID keyed font.
11532
11533         * scm/output-ps.scm (glyph-string): add support for CID keyed font.
11534
11535 2005-05-10  Graham Percival  <gperlist@shaw.ca>
11536
11537         * Documentation/user/basic-notation.itely: add @ref.
11538
11539         * Documentation/user/advanced-notation.itely: add example
11540         of 5/8 beaming.
11541
11542 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11543
11544         * scripts/lilypond-pdfpc-helper.py (ly_pc_editor): robustness fixes.
11545
11546         * scm/backend-library.scm (postscript->pdf): Invoke gs instead of
11547         going through ps2pdf wrappers.
11548
11549 2005-05-09  Jürgen Reuter  <reuter@ipd.uka.de>
11550
11551         * Documentation/user/instrument-notation.itely: petrucci note
11552         heads: updated docu
11553
11554         * input/regression/note-head-style.ly: updated regression test;
11555         indentation fixes
11556
11557         * ly/engraver-init.ly: MensuralVoiceContext: use petrucci note
11558         heads as default
11559
11560         * mf/parmesan-heads.mf: minor editing; use musicological names
11561         (rather than optical description) as note head names
11562
11563         * scm/output-lib.scm: complete petrucci heads
11564
11565 2005-05-09  Pal Benko  <benkop@freestart.hu>
11566
11567         * mf/parmesan-heads.mf: add petrucci heads (like neo-mensural
11568         heads, but bigger)
11569
11570 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11571
11572         * lily/main.cc (main_with_guile): Remove no files check.
11573
11574         * lily/main.cc (ly:usage): Export to Scheme.
11575
11576         * scm/lily.scm (no-files-handler): New function.
11577
11578         * scm/lily.scm (lilypond-main): Use it.
11579
11580         * configure.in (gui_b): Add mbrtowc checking.
11581         Resurrect [utf8/]wchar.h checking.
11582
11583 2005-05-09  Mats Bengtsson  <mabe@s3.kth.se>
11584
11585         * Documentation/user/advanced-notation.itely (Metronome marks):
11586         Add link to the program reference for MetronomeMark
11587
11588         * Documentation/user/lilypond-book.itely (An example of a
11589         musicological document): Correct the example using psfonts 
11590
11591 2005-05-09  Heikki Junes  <hjunes@cc.hut.fi>
11592
11593         * po/fi.po: update after a lesson how to update entries against
11594         source.
11595         
11596         * po/TODO: document the lesson.
11597
11598 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11599
11600         * configure.in (gui_b): remove wcrtomb checking.
11601
11602         * lily/general-scheme.cc (LY_DEFINE): hand-convert utf8 to 32
11603         bits. Patch by Matthias Neeracher. <neeracher@mac.com>
11604
11605 2005-05-09  Mats Bengtsson  <mabe@s3.kth.se>
11606
11607         * scripts/convert-ly.py: In the conversion to version 1.9.0, 
11608         keep Scheme expressions and strings unmodified when doing the
11609         conversion to postfix notation for slurs and beams. Should
11610         hopefully solve most related conversion problems. 
11611
11612         * Documentation/user/lilypond-book.itely : Clarify and correct how
11613         to call dvips with -h psfonts.
11614
11615 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11616
11617         * Documentation/user/instrument-notation.itely (Entering lyrics):
11618         Typo.  Fixes build.
11619
11620 2005-05-09  Graham Percival  <gperlist@shaw.ca>
11621
11622         * Documentation/user/lilypond-book.itely: document PSFONTS file.
11623
11624         * Documentation/user/lilypond.tely, lilypond-book.itely,
11625         tutorial.itely: change references to 2.5.x to 2.6.x.
11626
11627         * Documentation/user/instrument-notation.itely: clarified \addlyrics
11628         vs \lyricmode.
11629
11630         * Documentation/user/invoking.itely: remove old info about
11631         lilypond-profile.
11632
11633         * Documentation/topdocs/INSTALL.texi: remove old info about
11634         lilypond-profile, add warning about needing international fonts
11635         to build docs.
11636
11637 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11638
11639         * lily/include/grob-info.hh (class Grob_info): make data member
11640         private. Changes throughout.
11641
11642         * input/regression/alignment-order.ly: new file. 
11643
11644         * lily/vertical-align-engraver.cc (acknowledge_grob): read
11645         alignAboveContext and alignBelowContext
11646
11647 2005-05-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11648
11649         * lily/pfb.cc (LY_DEFINE): add cast.
11650
11651         * scm/framework-ps.scm (write-preamble): embed CFFs if file name
11652         matches .otf
11653         (write-preamble): warn about unknown fonts.
11654
11655         * lily/pfb.cc (Module): new function ly:otf->cff
11656
11657         * lily/open-type-font.cc (get_otf_table): use ::get_otf_table
11658         (get_otf_table): new function.
11659
11660 2005-05-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11661
11662         * scm/backend-library.scm (postscript->png): call lilypond-ps2png
11663         iso. ps2png.
11664
11665 2005-05-06  Heikki Junes  <hjunes@cc.hut.fi>
11666
11667         * po/fi.po: apply second round of update.
11668
11669 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11670
11671         * scm/x11-color.scm (make-x11-color-handler): don't use
11672         #\sp. Apparently doesn't work on all platforms. 
11673
11674 2005-05-06  Graham Percival  <gperlist@shaw.ca>
11675
11676         * Documentation/user/advanced-notation.itely, putting.itely,
11677         tutorial.itely, global.itely, introduction.itely: really minor fixes.
11678
11679 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11680
11681         * VERSION (PACKAGE_NAME): release 2.5.23
11682
11683 2005-05-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11684
11685         * Documentation/topdocs/AUTHORS.texi: Remove texinfo @accents,
11686         convert to utf-8.
11687
11688         * THANKS: Add translators for this release, convert to utf-8.
11689
11690         * mf/GNUmakefile (MFTRACE_FLAGS):
11691         * buildscripts/substitute-encoding.py (outdir): Build fix: pass
11692         outdir as option (WAS: hardcoded).
11693
11694 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11695
11696         * lily/staff-symbol-engraver.cc (Staff_symbol_engraver): init
11697         finished_span_
11698
11699         * THANKS: add Hans Forbrich.
11700
11701         * Documentation/topdocs/NEWS.tely (Top): document new feature.
11702
11703         * Documentation/user/basic-notation.itely (Staff symbol): document
11704         start/stop staff. Reference to ossia.ly
11705
11706         * input/test/ossia.ly: new example using stop and startStaff.
11707
11708         * lily/timing-engraver.cc: remove Timing_engraver::initialize(),
11709         in other words, don't create "|" barline at start of the score.
11710         (start_translation_timestep): don't set whichBar for start of score.
11711
11712         * input/regression/staff-halfway.ly: use new functionality.
11713
11714         * lily/staff-symbol-engraver.cc (try_music): take StaffSpanEvents,
11715         start and stop staff based on events.
11716
11717         * scm/define-music-types.scm (music-descriptions): add StaffSpanEvent
11718
11719         * ly/declarations-init.ly (startStaff, stopStaff): new identifiers.
11720
11721 2005-05-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11722
11723         * Documentation/user/programming-interface.itely (How markups work
11724         internally ): remove \encoding reference.
11725
11726 2005-05-04  Mats Bengtsson  <mabe@s3.kth.se>
11727
11728         * scripts/convert-ly.py: Attempt to do a smarter update of 
11729         text markups from versions < 1.9.0 with arbitrary nesting.
11730
11731 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
11732
11733         * po/fi.po: convert to utf-8, and update.
11734
11735 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11736
11737         * make/lilypond.suse.spec.in: update from suse 2.4 package.
11738
11739         * lily/*.cc: more <? >? to min/max changes
11740
11741         * lily/include/interpretation-context-handle.hh: rename
11742         Interpretation_context_handle to Context_handle.
11743
11744 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
11745
11746         * input/regression/GNUmakefile (local_delete): use `find` together 
11747         with `xargs` to avoid too long argument-lists in cmd line.
11748
11749 2005-05-04  Graham Percival  <gperlist@shaw.ca>
11750
11751         * Documentation/user/introduction.itely: updates "About this manual".
11752
11753         * Documentation/user/advanced-notation.itely,
11754         invoking.itely: minor fixes.
11755
11756 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11757
11758         * COPYING: add font exception. Update FSF address. 
11759
11760         * lily/context-def.cc (path_to_acceptable_context): bugfix, depth
11761         should be taken without child context.
11762
11763         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use it.
11764
11765         * scm/define-markup-commands.scm (triangle): new command, as
11766         robust replacement for unicode Delta/Triangle.
11767
11768 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11769
11770         * ps/music-drawing-routines.ps: add fillp argument.
11771
11772         * lily/lookup.cc (round_filled_polygon): polygon takes filled? argument
11773
11774         * lily/font-config.cc (init_fontconfig): don't add cff/
11775
11776         * VERSION (PACKAGE_NAME): release 2.5.22
11777
11778         * mf/GNUmakefile: remove cff/cff.ps/.map install rules.
11779
11780         * lily/grace-engraver.cc (consider_change_grace_settings): use
11781         is_alias(). Fixes problem with CueVoice grace notes. 
11782
11783         * lily/simultaneous-music-iterator.cc (construct_children): call
11784         Music_iterator::quit() for iterators that start out invalid. This
11785         fixes indefinitely continuing contexts.
11786
11787         * buildscripts/substitute-encoding.py: new file
11788
11789         * Documentation/user/basic-notation.itely (Basic polyphony): fix
11790         missing @end 
11791
11792         * scripts/lilypond-book.py (write_if_updated): print file name.
11793
11794         * Documentation/user/basic-notation.itely (Explicitly
11795         instantiating voices): idem.
11796
11797         * Documentation/user/advanced-notation.itely (Text spanners):
11798         remove stray { } 
11799
11800         * lily/context.cc (default_child_context_name): the default child
11801         is now first in accepts_list_.
11802
11803         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
11804         \defaultchild to all relevant contexts.  This fixes:
11805         drums-pitch.ly.
11806
11807         (Probably also fixes similar problems with ancient
11808         transcriptions getting CueVoices instead of the desired voices.)
11809  
11810         * lily/context-def.cc (get_default_child): new function.
11811         (get_accepted): place default child in front of list.
11812
11813         * lily/parser.yy (FIXME): add DEFAULTCHILD token.
11814
11815         * lily/include/context-def.hh (struct Context_def): add
11816         default_accept_
11817
11818 2005-05-03  Graham Percival  <gperlist@shaw.ca>
11819
11820         * scm/define-grobs.scm: remove "remove-first" line, since
11821         the absent property is set to #f anyway.
11822
11823         * Documentation/user/basic-notation.itely,
11824         advanced-notation.itely, instrument-notation.itely: minor
11825         fixes.
11826
11827         * ly/property-init.ly: add textSpanner{Up,Down,Neutral}.
11828
11829         * Documentation/user/advanced-notation.itely,
11830         changing-defaults.itely: consolidate Text stuff in
11831         advanced notation.
11832
11833         * Documentation/user/global.itely: better docs for \header.
11834
11835         * Documentation/user/putting.itely: new chapter; placeholder
11836         for future expansion.
11837
11838         * Documentation/user/examples.itely: moved "suggestions for
11839         writing LP files" section into putting.itely.
11840
11841         * Documentation/user/lilypond.itely: added new chapter,
11842         fixed the short table of contents.
11843
11844 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11845
11846         * lily/beam-quanting.cc (quanting): robustness fix, don't produce
11847         infinity for unfeasible beams.
11848
11849         * make/lilypond.fedora.spec.in (Group): idem.
11850
11851         * scripts/GNUmakefile (SEXECUTABLES): rename ps2png to lilypond-ps2png
11852
11853         * mf/GNUmakefile (ALL_GEN_FILES): remove .map
11854
11855         * scm/framework-ps.scm (write-preamble): extract CFF from OTF
11856         fonts directly.
11857
11858         * buildscripts/gen-emmentaler-scripts.py (i): idem.
11859
11860         * mf/GNUmakefile: remove all CFF rules.
11861
11862         * scm/framework-ps.scm (ps-embed-cff): reinstate.
11863
11864         * lily/open-type-font-scheme.cc (LY_DEFINE):
11865         new function ly:otf-font-table-data.
11866         (LY_DEFINE): new function otf-font?
11867
11868 2005-05-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11869
11870         * mf/GNUmakefile ($(outdir)/lilypond.map): remove rule.
11871         ($(outdir)/Fontmap.lily): idem.
11872
11873         * buildscripts/gen-emmentaler-scripts.py (i): load fetaXX encoding
11874         for PFAEmmentaler-XXX.pfa. 
11875
11876         * Documentation/user/music-glossary.tely (accidental): NL
11877         translation of accidental.
11878
11879 2005-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
11880
11881         * flower/include/international.hh: Bugfix: include "string.hh".
11882
11883         * lily/include/mingw-compatibility.hh: New file.
11884
11885         * flower/include/libc-extension.hh (memrev): Rename from strrev.
11886
11887         * configure.in: Search for mingw wcrtomb library.
11888
11889 2005-05-02  Mats Bengtsson  <mabe@s3.kth.se>
11890
11891         * scripts/convert-ly.py: Bug fix
11892
11893         * Documentation/user/changing-defaults.itely (Common tweaks):
11894         Added example where the context has to be specified explicitly
11895         (MetronomeMark). 
11896
11897 2005-05-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11898
11899         * scripts/lilypond-book.py (ly_options): set timing to #f for
11900         notime option.
11901
11902         * scripts/convert-ly.py (conv): typo.
11903
11904         * flower/*.cc: remove <? and >?
11905         
11906         * lily/*.cc: remove <? and >?
11907
11908         * lily/tweak-registration.cc (insert_tweak_from_file): Make sure
11909         that 0x0 isn't passed into scm_cons(). Fixes crash with tweak
11910         editor.
11911
11912 2005-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11913
11914         * lily/part-combine-engraver.cc: add space to variable list.
11915
11916 2005-04-30  Graham Percival  <gperlist@shaw.ca>
11917
11918         * scm/define-grobs.scm: changed RemoveEmptyVerticalGroup's
11919         remove-first to false (matches docs)
11920
11921         * Documentation/user/advanced-notation.itely: corrected docs
11922         concerning remove-first.
11923
11924 2005-04-29  Mats Bengtsson  <mabe@s3.kth.se>
11925
11926         * lily/part-combine-engraver.cc: make sure that the relevant
11927         properties are included in the documentation.
11928
11929 2005-04-28  Graham Percival  <gperlist@shaw.ca>
11930
11931         * Documentation/user/lilypond-book.itely: Bernard's docs
11932         for \betweenLilyPondSystem.
11933
11934 2005-04-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11935
11936         * Documentation/topdocs/INSTALL.texi (Top): remove TeX outdated
11937         remarks.
11938
11939 2005-04-28  Pal Benko  <benkop@freestart.hu>
11940
11941         * lily/mensural-ligature.cc (brew_flexa): apply thickness property
11942         only on vertical lines of flexa shape, and use a constant
11943         thickness value for horizontal lines (patch slightly modified by
11944         Jürgen Reuter)
11945
11946         * lily/include/mensural-ligature.hh: make 2 comments clearer
11947
11948 2005-04-28  Jürgen Reuter  <reuter@ipd.uka.de>
11949
11950         * lily/vaticana-ligature-engraver.cc (need_extra_space): renamed
11951         to need_extra_horizontal_space; bugfix: use class scope to avoid
11952         global namespace pollution
11953
11954         * Documentation/user/instrument-notation.itely (ligatures): added
11955         comment on possible future syntax change and how to work around
11956
11957         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf
11958         (epiphonus, cephalicus): fine-tune shape of plica head for narrow
11959         intervals (fixes agnus dei example)
11960
11961         * Documentation/user/instrument-notation.itely (white mensural
11962         ligatures): selected a more illustrative example
11963
11964 2005-04-28  Heikki Junes <hjunes@cc.hut.fi>
11965
11966         * Documentation/index.html.in: specify utf-8 charset in meta content.
11967
11968 2005-04-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11969
11970         * python/lilylib.py (make_ps_images): bugfixes; GS can produce
11971         empty 2nd page for single page.
11972
11973         * scm/lily.scm: remove p&c definitions.
11974
11975         * po/zh_TW.po (Module): new translation.
11976
11977         * lily/lily-guile.cc (ly_chain_assoc): remove.
11978
11979         * lily/general-scheme.cc (LY_DEFINE): export ly:chain_assoc_get
11980         (LY_DEFINE): recurse, iso. calling ly_chain_assoc.
11981
11982 2005-04-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11983
11984         * lily/beaming-info.cc: remove infinity_i
11985
11986         * scripts/abc2ly.py (out_filename): fix thinko with \version.
11987
11988 2005-04-26  Graham Percival  <gperlist@shaw.ca>
11989
11990         * Documentation/user/basic-notation.itely,
11991         instrument-notation.itely, advanced-notation.itely,
11992         changing-defaults.itely: minor fixes.  Added docs
11993         for colors to advanced-notation.itely.
11994
11995         * Documentation/user/advanced-notation.itely: fixed compile
11996         problem and added Bernard's x11-color doc patch.
11997
11998 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11999
12000         * scm/output-ps.scm (grob-cause): Yet another fix, hope it's
12001         alright this time round.
12002
12003 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12004
12005         * Documentation/topdocs/INSTALL.texi (Top): idem.
12006
12007         * Documentation/topdocs/README.texi (Top): remove clean-fonts refs.
12008
12009         * VERSION (MAJOR_VERSION): release 2.5.21
12010
12011         * scm/output-ps.scm (grob-cause): bugfix.
12012
12013 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
12014
12015         * cygwin/*: Update.
12016
12017         * cygwin/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Remove profile
12018         stuff.
12019
12020         * scm/output-ps.scm (grob-cause): Bugfix.
12021
12022         * scm/lily.scm (ly:load): Remove x11-color.
12023
12024         * stepmake/aclocal.m4 (STEPMAKE_GET_EXECUTABLE): Bugfix: do not
12025         quote executable, fixes getting version from program --with
12026         --options.
12027         (STEPMAKE_KPATHSEA): Bugfix for Cygwin cross building: use
12028         $ac_exeect.
12029
12030         * Documentation/user/GNUmakefile: Only build music-glossary with
12031         rendered lilypond snippets during web.
12032
12033 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12034
12035         * po/de.po: update.
12036
12037         * lily/GNUmakefile (OUT_DIST_FILES): don't dist lexer.cc
12038
12039 2005-04-22  Laura Conrad <lconrad@laymusic.org>
12040  
12041         * scripts/abc2ly:
12042         second title line append with punctuation dash character;
12043         encode abc2ly python strings in utf-8
12044        
12045 2005-04-21  Laura Conrad <lconrad@laymusic.org>
12046
12047         * scripts/abc2ly fix chords (again)
12048  
12049 2005-04-22  Bernard Hurley  <bernard@fong-hurley.org.uk>
12050
12051         * scm/x11-color.scm: new file
12052         All x11 color names can be accessed with:
12053         #(x11-color 'ColorName),
12054         #(x11-color "ColorName") or:
12055         #(x11-color "color name")
12056         If the x11 color name is not recognised then it defaults
12057         to black
12058
12059         * scm/lily.scm: amended to call scm/x11-color.scm
12060
12061 2005-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12062
12063         * Documentation/user/invoking.itely (Reporting bugs): comment out
12064         reference to online PNG bug repository.
12065
12066 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12067
12068         * lily/translator-scheme.cc (ly:translator-property): Remove.
12069         Update callers.
12070
12071         * lily/context-scheme.cc (ly:context-now): Move from translator.
12072         Update callers.
12073
12074 2005-04-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12075
12076         * input/regression/grid-lines.ly (skips): refine example.
12077
12078         * scm/define-context-properties.scm
12079         (all-user-translation-properties): doc autoBeamCheck
12080
12081         * input/regression/grid-lines.ly (Module): new file.
12082
12083         * lily/grid-point-engraver.cc (Module): new file.
12084
12085         * lily/grid-line.cc (Module): new file.
12086
12087         * lily/grid-line-span-engraver.cc (Module): new file.
12088
12089         * lily/grid-line-interface.cc (Module): new file.
12090
12091 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12092
12093         * scm/auto-beam.scm (revert-property-setting): Bugfixes: add
12094         missing parameter, actualy cdr through list.  Actually return a
12095         list with ENTRY removed (was '()).
12096
12097         * scripts/convert-ly.py: Update.  Print warning if file cannot be
12098         opened.
12099         (do_conversion): Fix printing of continuation comma.
12100
12101         * Documentation/user/advanced-notation.itely (Beam formatting):
12102         Remove refbugs about compound time and mixed duration.
12103
12104         * scm/auto-beam.scm (default-auto-beam-settings): Write out all
12105         modulo moments explicitely.
12106
12107         * lily/moment.cc (operator %): New function.
12108
12109         * lily/moment-scheme.cc (ly:mod-moment): Wrap it.
12110
12111         * lily/translator-scheme.cc (ly:translator-now,
12112         ly:translator-property): New function.
12113
12114         * scm/auto-beam.scm (default-auto-beam-check): New function.
12115
12116         * lily/auto-beam-engraver.cc (test_moment): Use it.
12117
12118         * flower/rational.cc (operator %): Bugfix.
12119
12120 2005-04-21  Erik Sandberg  <ersa9195@student.uu.se>
12121
12122         * scripts/abc2ly: Bugfix
12123
12124 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12125
12126         * python/fontextract.py (write_extracted_fonts): bugfix, too many
12127         %'s on EndFont comment.
12128
12129         * lily/ledger-line-spanner.cc: some more words of explanation.
12130
12131 2005-04-20  John Williams <williams@tni.com>  
12132         
12133         * scripts/lilypond-book.py: htmlquote bugfix.
12134         Allow snippets to be given distinct filenames.
12135         Allow the default alt text to be overridden.
12136
12137 2005-04-20  Erik Sandberg  <ersa9195@student.uu.se>
12138
12139         * ly/performer-init.ly: Bugfix
12140
12141         * THANKS: Added bughunters.
12142
12143 2005-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
12144
12145         * SConstruct (test_lib): Bump mftrace requirement to 1.1.9.
12146
12147         * lily/auto-beam-engraver.cc (test_moment): Test exact measure
12148         position (was: use modulo measure length).
12149
12150         * configure.in (no gui_b): Remove optional gtk+ requirement.
12151
12152 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12153
12154         * Documentation/user/basic-notation.itely (Pitches): add
12155         LedgerLineSpanner.
12156
12157         * lily/dynamic-engraver.cc (process_music): set right bound to
12158         script if present. Else, do not set.
12159         (acknowledge_grob): only set right bound of finished spanner to
12160         note column if no other bound is set.
12161
12162         * python/lilylib.py (make_ps_images): switch back to png16m.
12163         
12164 2005-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
12165
12166         * scripts/lilypond-book.py (write_if_updated): Bugfix for not
12167         writing up to date file.  Add dvips usage suggestion.
12168
12169         * scripts/convert-ly.py: Fix error message.
12170         Print usage if no files on command line.
12171         (usage): Add example usage.
12172
12173         * input/test/compound-time.ly: New file.
12174
12175         * input/test/circle.ly: New file.
12176
12177         * Documentation/topdocs/NEWS.tely: Use them.
12178
12179         * input/test/boxed-stencil.ly: Remove \score.
12180
12181         * buildscripts/mf-to-table.py (base): Add .log dependency.
12182
12183         * mf/GNUmakefile: Add PFAemmentaler and PFAaybabtu dependencies on
12184         pfa's.  Add .log dependency
12185
12186         * scm/define-markup-commands.scm (lower): New command.
12187
12188         * elisp/lilypond-mode.el (LilyPond-pdf-command): New command,
12189         make it default.
12190
12191 2005-04-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12192
12193         * lily/dynamic-engraver.cc (acknowledge_grob): add note-column
12194         also to finished cresc as right bound. This fixes:
12195         skip-string-decresc.ly
12196
12197         * lily/slur-scoring.cc (get_bound_info): robustness: substitute
12198         relative_coordinate if extent is empty.
12199
12200         * lily/stem.cc (width_callback): determine correct extent if flag
12201         is not there. This fixes slur-no-flag.ly
12202
12203         * lily/grace-engraver.cc (consider_change_grace_settings): new
12204         function.
12205         (initialize): also consider_change_grace_settings() on
12206         initialization. Fixes large grace notes at start of score.
12207
12208         * lily/break-align-interface.cc (do_alignment): don't translate if
12209         total_extent is empty.
12210
12211         * buildscripts/lilypond-{login,profile}.sh (Module): remove file.
12212
12213 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12214
12215         * scm/output-ps.scm (grob-cause): don't add cwd if path starts
12216         with slash.
12217
12218 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
12219
12220         * stepmake/aclocal.m4: Remove tfm_path.
12221
12222 2005-04-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12223
12224         * scm/music-functions.scm (markup-expression->make-markup): fix
12225         bug with cons arguments of markup commands.
12226         (music->make-music): fix music expression property list building
12227
12228 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
12229
12230         * aclocal.m4: Massage package names.
12231
12232         * SCons updates.
12233
12234 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12235
12236         * VERSION (PACKAGE_NAME): release 2.5.20
12237
12238         * lily/stem.cc (calc_stem_info): add minimum Y extent of
12239         stem-tremolo.  Fixes: bugs/tremolo-stem-length-beamed
12240
12241         * lily/percent-repeat-engraver.cc (try_music): add measure before
12242         next_moment to future processing moment. Fixes:
12243         percent-repeat-mm-rest.ly
12244         (process_music): don't add moment for 2nd time.
12245
12246         * input/regression/repeat-percent.ly: add mmrests as extra test.
12247
12248         * lily/axis-group-engraver.cc (acknowledge_grob): read
12249         keepAliveInterfaces to decide what to kill.
12250
12251         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add
12252         percent-repeat-interface to keepAliveInterfaces. This fixes
12253         percent-repeat-harakiri.
12254
12255 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
12256
12257         * SCons updates.
12258
12259 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12260
12261         * config.make.in (TTFTOOL_ENDIAN): rm TFM_PATH
12262
12263         * aclocal.m4: remove --enable-tfm-path configure option
12264
12265         * input/test/ancient-font.ly (lowerStaff): clef name errors.
12266
12267         * scm/backend-library.scm (postscript->png): newline after
12268         finishing command.
12269
12270         * lily/paper-score-scheme.cc (LY_DEFINE): new file.
12271         (LY_DEFINE): ly:paper-score-paper-systems: new function 
12272
12273         * lily/score-scheme.cc (LY_DEFINE): require music argument. 
12274
12275         * lily/score.cc (default_rendering): use Music_output too.
12276
12277         * input/test/chord-names-languages.ly (Module): rename file.
12278
12279         * lily/text-spanner.cc: add bound-padding.
12280
12281         * lily/paper-book.cc (systems): accept Paper_score
12282         iso. Paper_system vector. 
12283
12284         * input/regression/line-arrows.ly: new file.
12285
12286         * lily/paper-score.cc (process): run get_paper_systems() only once.
12287
12288         * lily/line-spanner.cc (line_stencil): add arrows.
12289
12290 2005-04-18  Jonatan Liljedahl  <lijon@kymatica.com>
12291
12292         * lily/line-interface.cc (make_arrow): new function. 
12293         (arrows): idem.
12294
12295 2005-04-18  Mathieu Giraud  <magiraud@free.fr>
12296
12297         * input/test/chord-names-german.ly: update for italian/french
12298         chords.
12299         
12300         * Documentation/user/instrument-notation.itely (Printing chord
12301         names): update.
12302
12303 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12304
12305         * lily/include/paper-score.hh (class Paper_score): remove unused
12306         prototypes.
12307
12308         * lily/book.cc (process): add -COUNT to midi output.
12309
12310         * lily/score.cc (book_rendering): remove outname argument
12311         (book_rendering): return list of Music_outputs. 
12312
12313         * lily/global-context-scheme.cc (LY_DEFINE): remove outname argument.
12314
12315         * lily/book.cc (process): loop over Music_outputs returned from
12316         Score::book_rendering().
12317
12318         * lily/*.cc (width_callback): remove spurious "unused" warnings
12319         for assert (axis==[XY]_AXIS); 
12320
12321         * lily/include/music-output.hh (class Music_output): smobify class.
12322
12323         * lily/include/paper-score.hh (class Paper_score): make members
12324         private.
12325
12326         * lily/performance.cc (process): return #f iso. #<undefined>. This
12327         prevents #<undefined> leaking into GUILE-userspace.
12328
12329 2005-04-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12330
12331         * config.hh.in: remove HAVE_PANGO_FC_FONT_MAP_ADD_DECODER_FIND_FUNC.
12332
12333 2005-04-17  Mathieu Giraud  <magiraud@free.fr>
12334
12335         * scm/chord-name.scm : support for italian and french
12336         chords names.
12337
12338         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): add
12339         a space defined by chordPrefixSpacer when the root name is
12340         direclty followed by a prefix.
12341
12342         * ly/engraver-init.ly : chordPrefixSpacer       
12343         * scm/define-context-properties.scm : chordPrefixSpacer
12344         * ly/property-init.ly : italianChords, frenchChords 
12345
12346 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
12347
12348         * mf/feta-din.mf: Remove.
12349
12350         * mf/GNUmakefile (fontdir): Bugfix.
12351
12352         * mf/SConstruct: Some updates.
12353
12354         * SConstruct: Require pkg-config.
12355         (test_program): Bugfix for double digit version compares, use
12356         integer (not string-) compare.
12357         Optionally require gs 8.14.
12358
12359         * stepmake/aclocal.m4 (STEPMAKE_PANGO_FT2): Define HAVE_PANGO16 too.
12360
12361         * lily/*: s/ifdef HAVE_*/if have/.
12362
12363         * SConstruct (test_lib): New function.  Update pkg-config and some
12364         other requirements.
12365
12366         * configure.in: Require pkg-config.  Enforce REQUIRE and version for
12367         freetype, pangof2t.
12368
12369 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12370
12371         * po/lilypond.pot, ...: Update using bison-CVS.
12372
12373         * python/lilylib.py (make_ps_images): Fixo.
12374
12375 2005-04-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12376
12377         * python/lilylib.py (make_ps_images): typo.
12378
12379         * configure.in (gui_b): make bison optional.
12380
12381         * lily/GNUmakefile (OUT_DIST_FILES): dist parser and lexer.
12382
12383 2005-04-16  Bernard Hurley  <bernard@fong-hurley.org.uk>
12384
12385         * framework-eps.scm: code added so that a macro \betweenLilyPondSystem
12386         with one parameter can be defined in a LaTeX file when processed
12387         by lilypond-book this will be evaluated between the systems of
12388         a multi-system score. The parameter is the number of systems processed.
12389
12390 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12391
12392         * python/lilylib.py (make_ps_images): Escape newline.
12393
12394         * Documentation/user/music-glossary.tely: Run
12395         texinfo-all-menus-update.
12396
12397 2005-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
12398
12399         * scm/lily-library.scm (old-relative-not-used-message)
12400         (version-not-seen-message): Add input-file-name-location to message.
12401
12402         * lily/parser.yy (lilypond): Add token aliases.
12403
12404         * Documentation/user/music-glossary.tely (accidental): Fixes.  Do
12405         not confuse with alteration.
12406         (alteration): Add.
12407
12408 2005-04-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12409
12410         * python/lilylib.py (make_ps_images): use -dEPSCrop
12411
12412         * VERSION (PACKAGE_NAME): release 2.5.19 
12413
12414         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
12415         only put xrefs in info documentation.
12416
12417         * make/ly-rules.make ($(outdir)/%.html.omf): transplant .dvi ->
12418         .pdf rule to tex-rules.make.
12419
12420         * scm/framework-eps.scm (dump-stencils-as-EPSes): remove comments
12421         from -systems.* output.
12422
12423         * stepmake/stepmake/tex-rules.make ($(outdir)/%.pdf): make PDF
12424         directly, remove -$(PAGESIZE) target.
12425
12426         * input/test/embedded-postscript.ly: update.
12427
12428 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12429
12430         * make/lysdoc-targets.make (local-WWW): remove ps.gz target.
12431
12432         * Documentation/user/changing-defaults.itely (Font selection):
12433         document font-name.
12434
12435         * input/regression/font-name.ly: show Pango fonts for
12436         font-name. Update example. 
12437
12438         * lily/pango-select.cc (properties_to_pango_description): don't
12439         convert symbol font-size to number, but use to lookup.
12440
12441         * python/fontextract.py (write_extracted_fonts): add VMusage 0.
12442
12443         * scm/framework-ps.scm (write-preamble): use (NAME . CONTENTS) and
12444         (NAME . FILE-NAME) tuples for font descriptions. 
12445         (write-preamble): display BeginFont DSC comments.
12446
12447         * python/fontextract.py (write_extracted_fonts): new file. Extract
12448         font resources from a PS file.
12449
12450         * scripts/lilypond-book.py (option_definitions): --psfonts option.
12451         (Compile_error.process_include): do_file returns chunks.
12452
12453         * make/ly-vars.make (DVIPS_FLAGS): don't load .map file.
12454
12455         * make/lysdoc-targets.make: .texi is .PRECIOUS
12456
12457         * scripts/lilypond-book.py (write_if_updated): new function.
12458
12459 2005-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
12460
12461         * scm/framework-eps.scm (dump-stencils-as-EPSes): Massage messages.
12462
12463 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12464
12465         * scm/framework-eps.scm (dump-stencils-as-EPSes): no massages.
12466
12467         * input/regression/markup-syntax.ly: remove \score.
12468
12469         * scm/define-markup-commands.scm (draw-circle): add fill argument
12470
12471         * scm/stencil.scm (make-circle-stencil): add fill argument
12472
12473         * ps/music-drawing-routines.ps: add fill argument.
12474
12475         * ly/performer-init.ly: add CueVoice to MIDI too.
12476
12477         * ps/music-drawing-routines.ps: new routine BeginEPSF /
12478         EndEPSF.
12479
12480         * input/regression/markup-eps.ly: new file.
12481
12482         * scm/framework-ps.scm (write-preamble): change order: vars should
12483         be inited before procedures.
12484
12485         * scm/output-ps.scm (glyph-string): break lines. 255 chars is max
12486         for EPS files.
12487
12488         * scm/define-markup-commands.scm (epsfile): add epsfile command.
12489
12490 2005-04-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12491
12492         * configure.in (gui_b): add check for ghostscript 8.15
12493
12494 2005-04-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12495
12496         * lily/hairpin.cc (after_line_breaking): suicide the hairpinlet at
12497         start of line. Fixes cresc-after-newline.ly
12498
12499         * lily/source-file.cc (file_line_column_string): use get_column().
12500
12501 2005-04-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12502
12503         * lily/source-file.cc (get_column): utf-8 support for column numbers.
12504
12505 2005-04-12  Jan Nieuwenhuizen  <janneke@gnu.org>
12506
12507         * lily/*: use message () iso progress_indication () for messages.
12508         Revise/uniformise user messages.
12509
12510         * flower/warn.cc (progress_indication): New function.
12511         (message): Use it.  Fixes newline problems.
12512
12513         * config.make.in (webdir): Sort out install dirs.
12514
12515         * stepmake/stepmake/generic-targets.make (final-install): Bugfix.
12516
12517         * python/lilylib.py (command_name): Bugfix.
12518         (make_ps_images):
12519
12520 2005-04-11  Pedro Kroger  <kroeger@pedrokroeger.net>
12521
12522         * lily/main.cc: --help says what types of backends are availabe
12523
12524 2005-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12525
12526         Fix ./VERSION dependency, and without need to reconfigure.
12527
12528         * lily/main.cc (setup_paths): Update.
12529
12530         * stepmake/bin/make-version.py (defs): Add TOPLEVEL_VERSION define..
12531
12532         * config.hh.in (LILYPOND_DATADIR): Remove TOPLEVEL_VERSION.
12533
12534         * scripts/convert-ly.py (\markup): Fix too simplistic regexps.
12535         Add \line for some simplistic cases.
12536
12537         * lily/GNUmakefile (main.o): Add missing dependency on version.hh.
12538
12539 2005-04-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12540
12541         * elisp/lilypond-mode.el (LilyPond-lilypond-command): command used
12542         to compile LY files (useful for adding eg. "-I" args)
12543         (LilyPond-command-alist): use `LilyPond-lilypond-command'. Add a
12544         2Gnome command for gnome backend.
12545         (LilyPond-command-formatgnome): call the 2Gnome command. key
12546         binding: C-c C-g
12547
12548 2005-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
12549
12550         * Documentation/user/GNUmakefile (lilypond/index.html): Bugfix:
12551         depend on all PNG images.
12552
12553 2005-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
12554
12555         * GNUmakefile.in: Bugfix: also link .map files.
12556
12557 2005-04-09  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12558
12559         * scm/music-functions.scm (music->make-music): generate 
12560         a (make-music ...) sexpr from a music expression.
12561         (display-scheme-music): use guile pretty printer to display the
12562         make-music sexpr.
12563
12564 2005-04-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12565
12566         * ly/engraver-init.ly: reindent.
12567         Add CueVoice.
12568
12569         * scm/music-functions.scm (music-pretty-string): handle moments
12570         too.
12571         (music-pretty-string): only print non-empty lists.
12572         (cue-substitute): create CueVoice context, which has smaller type.
12573
12574         * lily/moment-scheme.cc (LY_DEFINE): new methods
12575         ly:moment-grace-{numerator,denominator}
12576
12577         * lily/context-handle.cc: remove quit() method. 
12578
12579         * lily/font-config.cc (init_fontconfig): be verbose about font path.
12580         (init_fontconfig): success is 0, not !0
12581
12582 2005-04-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12583
12584         * mf/feta-nummer-code.mf (code): add plus glyph.
12585
12586         * lily/tie.cc (print): idem.
12587
12588         * lily/slur.cc (print): don't use thickness property for
12589         slur shape-thickness.
12590
12591         * lily/stencil-scheme.cc (LY_DEFINE): don't reverse the order
12592         while adding stencils.
12593
12594         * scm/define-markup-commands.scm (with-color): with-color markup
12595         command.
12596         (whiteout): new markup command 
12597         (filled-box): new markup command
12598
12599 2005-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
12600
12601         * Documentation/topdocs/NEWS.tely (Top): Make tex-able.  Handy
12602         test for PDF docs.
12603
12604         * mf/GNUmakefile (lilypond.map): Add PFAEmmentaler,
12605         PFAAybabtu-Regular.  Fixes feta font in PDFs.
12606         
12607         Notes for tetex-3.0 make web:
12608            psclean.map: s/uhv8a/uhvr8a/
12609            config.ps add:
12610                 p +psfonts_t1.map
12611                 p +psclean.map
12612                 p +typeface.map
12613
12614 2005-04-06  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12615
12616         * scm/music-functions.scm (music-pretty-string): fix bug with
12617         string argument.
12618
12619 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
12620
12621         * stepmake/bin/add-html-footer.py (i18n): Bugfix.
12622
12623 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12624
12625         * scripts/lilypond-book.py (Lilypond_snippet.__init__): 
12626         only process options if they're there.
12627         (write_file_map): add version-seen? to snippet-map.ly
12628
12629 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
12630
12631         * scripts/lilypond-book.py (split_options): Bugfix.  Small code
12632         formatting cleanups.
12633
12634         * mf/GNUmakefile: Rewrite $addprefix, $addsuffix using % short-forms.
12635         Add PFAaybabtu.pfa dependency on aybabtu.subfonts.
12636
12637 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12638
12639         * scm/framework-ps.scm (ps-font-command): don't hash, just use
12640         name directly.
12641
12642         * lily/main.cc (setup_paths): either add mf/out to search path or 
12643         fonts/{otf,type1,etc}
12644         
12645         * lily/font-config.cc (init_fontconfig): either add mf/out to
12646         FontConfig or fonts/{otf,type1,etc}
12647
12648         * GNUmakefile.in: don't put mf/ link in share/ dir.
12649
12650         * lily/staff-spacing.cc: move same-direction-correction to
12651         note-spacing-interface
12652
12653         * scm/lily.scm (lilypond-main): use variable argument count for
12654         exception handler.
12655
12656         * lily/font-config.cc (init_fontconfig): add operator pacification
12657         message.
12658
12659         * mf/aybabtu.pe.in (i): generate PFAAybabtu.pfa
12660
12661         * buildscripts/gen-emmentaler-scripts.py (i): generate
12662         PFAEmmentaler as well.
12663
12664         * scm/framework-ps.scm (munge-lily-font-name): new function
12665         (write-preamble): hack: insert PFA equivalent of CFF into
12666         .PS. This makes LilyPond output printable on normal PS printers
12667         again.
12668
12669         * buildscripts/gen-emmentaler-scripts.py (i): generate
12670         PFAEmmentaler.pfa aswell.
12671
12672 2005-04-06  John Williams <williams@tni.com>  
12673         
12674         * scripts/lilypond-book.py: refactor the compose_ly procedure.
12675         
12676 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12677
12678         * scm/page-layout.scm (default-page-make-stencil): always combine
12679         the header stencil, even if empty. This prevents the body text to
12680         reach up to the margins.
12681
12682         * po/rw.po (Module): new file, for Kinyarwanda.
12683
12684         * input/test/spacing-optical.ly (Module): new file.
12685
12686         * lily/staff-spacing.cc: add same-direction-correction
12687
12688 2005-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
12689
12690         * Documentation/user/introduction.itely (Engraving): Comment-out
12691         non-existent file.
12692
12693 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12694
12695         * scm/define-grob-properties.scm (all-user-grob-properties): add
12696         same-direction-correction
12697
12698         * VERSION: release 2.5.18
12699
12700 2005-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
12701
12702         * lily/grob.cc (mark_smob): Check pscore->layout_ before
12703         dereferencing.  Fixes make web.
12704
12705         * lily/midi-stream.cc: Handle unwritable midi file.  Include
12706         errno.h.
12707
12708         * Documentation/user/: Fix links.
12709
12710 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12711
12712         * lily/text-interface.cc (Module): rename from text-item.cc
12713
12714         * input/regression/apply-output.ly (texidoc): function naming fix.
12715
12716         * lily/time-signature-performer.cc (derived_mark): new function.
12717
12718         * lily/lily-parser-scheme.cc:  print mapped file name for progress
12719
12720         * scripts/lilypond-book.py (find_linestarts): new function.
12721         (find_toplevel_snippets): keep track of line numbers.
12722
12723         * lily/key-performer.cc (try_music): remove FIXME warning, gobble
12724         all key changes.
12725
12726         * ly/declarations-init.ly (partCombineListener): use
12727         ignoreBarChecks. Fixes: warn-partcombine-barcheck.ly
12728
12729         * lily/bar-check-iterator.cc (process): ignoreBarChecks property.
12730
12731 2005-04-04  Jan Nieuwenhuizen  <janneke@gnu.org>
12732
12733         * lily/text-item.cc: Fix link.
12734
12735         * Documentation/user/changing-defaults.itely (Changing defaults):
12736         Fix programs reference links.
12737
12738         * Documentation/user/music-glossary.tely: Convert to utf-8.
12739
12740 2005-04-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12741
12742         * make/lilypond-vars.make: remove TEXMF from variables.
12743         remove DEB_BUILD pk font variables.
12744         remove GUILE_LOAD_PATH
12745         remove TeX memory vars.
12746
12747 2005-04-04  Werner Lemberg  <wl@gnu.org>
12748
12749         * lilypond/scm-option.cc (ly_option_usage): Add final newline.
12750
12751 2005-04-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12752
12753         * ps/lilyponddefs.ps: remove reencode-font
12754
12755         * lily/simple-spacer.cc (add_columns): also compare
12756         directly. Column rank doesn't distinguish between broken and
12757         unbroken columns. This fixes large spaces before time sig changes.
12758
12759         * Documentation/user/point-and-click.itely: document ly:set-option.
12760
12761         * lily/grob.cc (get_uncached_stencil): only set grob-cause if
12762         point_and_click_global is set.
12763
12764         * lily/scm-option.cc (LY_DEFINE): add point-and-click
12765         ly:set-option argument.
12766
12767 2005-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
12768
12769         * GNUmakefile.in: Include symlinks in webball.
12770
12771         * Documentation/user/GNUmakefile (source-links): Add symlinks to
12772         source dir for split and non-split manuals.
12773
12774         * Documentation/user/*y: Fix @uref/@inputfile links for
12775         split/non-split HTML documents.
12776
12777         * Documentation/user/GNUmakefile (local-WWW): Do not generate
12778         .ps.gz.
12779         
12780 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
12781
12782         * GNUmakefile.in: Add newline.
12783
12784 2005-04-01  Erlend Aasland  <erlenda@gmail.com>
12785
12786         * tex/lilyponddefs.tex: use color instead of xcolor
12787         * scm/output-tex.scm: minor editing
12788
12789 2005-04-02  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12790
12791         * scm/music-functions.scm (display-scheme-music): pretty printer
12792         for music expressions.
12793
12794 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
12795
12796         * buildscripts/install-info-html.sh (index_file): Fix link.
12797
12798 2005-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
12799
12800         * input/test/dynamic-extra.ly (piuf): Use utf-8 iso TeX accent.
12801
12802         * Documentation/index.html.in: Add size estimates with some big pages.
12803
12804         * Documentation/user/tutorial.itely (Running LilyPond for the
12805         first time): Add/replace some @rglos links.  TODO: add more
12806         @rglos links in tutorial, test non-intrusiveness (.css).
12807
12808         * stepmake/bin/add-html-footer.py (do_file): Remove info's
12809         annoying's indication of referencing external document.
12810
12811         * Documentation/user/GNUmakefile: Split version of glossary too.
12812         * Documentation/user/macros.itexi (@rglos): Have makeinfo produce
12813         links, not only for html.
12814
12815         * Documentation/user/introduction.itely: Fix some links for other
12816         than html, do not use `here' as link name.
12817
12818 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
12819
12820         * scm/documentation-generate.scm (string-append): Fix @usermanref,
12821         @glossaryref.
12822
12823 2005-03-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12824
12825         * scm/page-layout.scm (default-page-make-stencil): only add header
12826         if existing and not empty. Fixes spurious programming error.
12827
12828         * lily/span-bar.cc (print): don't make rounded edges for spanbars.
12829
12830 2005-03-31  Erlend Aasland  <erlenda@gmail.com>
12831
12832         * scm/output-tex.scm: implement {re,}setcolor
12833         * tex/lilyponddefs.tex: use color package
12834
12835 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
12836
12837         * GNUmakefile.in (local-WWW-post): Restore .htaccess and .html
12838         additions to website.
12839
12840         * Documentation/user/lilypond.tely: Remove reference to ps.gz.
12841
12842         * Documentation/user/macros.itexi: Fix @usermanref html links in
12843         split documents: use @inforef.
12844
12845 2005-03-30  Graham Percival  <gperlist@shaw.ca>
12846
12847         * Documentation/user/programming-interface.itely: minor fix.
12848
12849         * Documentation/user/advanced-notation.itely: added info to
12850         Metronome markings.
12851
12852 2005-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
12853
12854         * scm/output-lib.scm (make-stencil-boxer): Junk code duplication,
12855         use box-stencil.  Remove y-padding argument.
12856         (make-stencil-circler): New function.
12857
12858         * buildscripts/lilypond-words.py (F): 
12859         * elisp/SConscript (a): 
12860         * elisp/GNUmakefile (LILYPOND_WORDS_DEPENDS):
12861         * vim/SConscript (a): 
12862         * vim/GNUmakefile (LILYPOND_WORDS_DEPENDS): Update.
12863
12864         * lily/general-scheme.cc: Build fix.
12865
12866         * scm/markup.scm:
12867         * input/regression/markup-scheme.ly: 
12868         * input/regression/markup-syntax.ly: Drop 'new-' from name.
12869
12870         * scm/stencil.scm (make-circle-stencil): New function.
12871
12872         * scm/define-markup-commands.scm (draw-circle): Use it.  New
12873         name (was cicle).  Update callers.
12874         (circle): New markup command, similar to box.
12875
12876         * scm/stencil.scm (circle-stencil): New function.
12877
12878 2005-03-29  David Jedlinsky  <lilypond@ipnh.com>
12879
12880         * configure.in: Detect libutf8/wchar.h variant.
12881
12882         * stepmake/aclocal.m4: Modify shared size test.
12883
12884 2005-03-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12885
12886         * make/lilypond.fedora.spec.in (Group): remove texmf profile stuff.
12887
12888 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12889
12890         * scripts/convert-ly.py (conv): add stencil-aligned-to! rule.
12891         
12892         * VERSION (PACKAGE_NAME):  release 2.5.17
12893
12894 2005-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
12895
12896         * scm/backend-library.scm (postscript->png): Fix comment and png
12897         message.
12898
12899         * GNUmakefile.in (link-tree): Fix locales.
12900
12901 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12902
12903         * lily/stencil-scheme.cc (LY_DEFINE): change to
12904         ly:stencil-aligned-to, non mutating.
12905
12906         * scm/safe-lily.scm (lambda): remove ly:stencil-set-extent!
12907
12908         * lily/stencil-scheme.cc: remove ly:stencil-set-extent!
12909
12910         * lily/quote-iterator.cc (derived_mark): call
12911         Music_wrapper_iterator::derived_mark() too.
12912
12913         * lily/grace-engraver.cc (derived_mark): change signature, add
12914         const.
12915
12916 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12917
12918         * SConstruct (symlink): 
12919         * GNUmakefile.in (link-tree): Add scripts to prefix.
12920
12921         * lily/general-scheme.cc (ly:effective-prefix): New function.
12922
12923         * scm/backend-library.scm (postscript->png): Use it.
12924
12925 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12926
12927         * lily/paper-score.cc (process): don't delete grobs after
12928         producing stencils. 
12929
12930         * scm/part-combiner.scm (determine-split-list): switch off
12931         debugging info.
12932
12933         * scm/backend-library.scm (postscript->png): explicitly use ps2png.py
12934         if available.
12935
12936         * scm/define-context-properties.scm
12937         (all-user-translation-properties): add stringNumberOrientations.
12938
12939         * lily/new-fingering-engraver.cc (position_scripts): make generic,
12940         so fingering and string-numbers are separately controlled.
12941
12942 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12943
12944         * stepmake/aclocal.m4: Fix shared size test: add missing comma, do
12945         not use debugging.
12946
12947 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12948
12949         * GNUmakefile.in (local-WWW-post): remove UTF8 .htaccess.
12950
12951         * config.hh.in: add HAVE_FONTCONFIG.
12952
12953         * Documentation/user/instrument-notation.itely (String number
12954         indications): new node.
12955
12956         * input/regression/new-markup-syntax.ly (texidoc): add circle.
12957
12958         * lily/new-fingering-engraver.cc (add_string): new function. 
12959         (acknowledge_grob): accept string-number-event as well.
12960
12961         * scm/define-markup-commands.scm (circle): new markup command.
12962
12963         * scm/output-lib.scm (print-circled-text-callback): new function.
12964
12965         * lily/GNUmakefile: move ifeq after include stepmake.make.
12966
12967 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12968
12969         * config.make.in (HAVE_LIBKPATHSEA_SO):
12970         * stepmake/aclocal.m4: Also subst HAVE_LIBKPATHSEA_SO.
12971
12972         * lily/GNUmakefile (MODULE_LDFLAGS): Only if not HAVE_KPATHSEA_SO,
12973         add KPATHSEA_LIBS.
12974
12975         * debian/watch: 
12976         * debian/control: Update.
12977
12978 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12979
12980         * input/test/title-markup.ly (spaceTest): remove.
12981
12982         * input/test/embedded-tex.ly (Module): remove.
12983
12984         * input/test/music-box.ly: use 'name property, not ly:music-name.
12985
12986         * lily/GNUmakefile (MODULE_LDFLAGS): add KPATHSEA_LIBS.
12987
12988         * stepmake/aclocal.m4: STEPMAKE_FONTCONFIG: add.
12989
12990 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12991
12992         * Documentation/topdocs/INSTALL.texi (Top): Remove information
12993         about xdeltas.  Add information about CVS.
12994
12995         * scm/lily.scm (lilypond-main): Fix invocation of handler,
12996         gracefully handle failed files.
12997
12998         * lily/GNUmakefile (MODULE_LDFLAGS): Remove KPATHSEA_LIBS.
12999
13000         * Documentation/topdocs/INSTALL.texi (Top): Whitespace and other
13001         small fixes.
13002
13003         * scm/framework-tex.scm (convert-to-ps): Proper option spacing.
13004         No unnecessarily specific i18n messages.  Remove stray `1'.
13005
13006 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13007
13008         * buildscripts/lys-to-tely.py (strip_extension): add utf-8
13009         documentencoding
13010
13011         * scm/documentation-lib.scm (texi-file-head): set utf-8
13012         documentencoding.
13013
13014         * ly/chord-modifiers-init.ly (whiteTriangleMarkup): use the greek
13015         Delta, not the Symbol one. 
13016
13017         * mf/GNUmakefile ($(outdir)/lilypond.map): add -Regular to Aybabtu
13018         for the .map file.
13019
13020         * Documentation/topdocs/INSTALL.texi (Top): add running
13021         requirement as compilation requirement.
13022
13023 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13024
13025         * buildscripts/mutopia-index.py (headertext): add h1 header and
13026         utf-8 charset meta field.
13027
13028         * input/GNUmakefile: prune example list.
13029
13030         * scm/framework-tex.scm (convert-to-ps): add -ofoo.ps to dvips
13031         options.
13032
13033         * lily/slur-scoring.cc (get_base_attachments): only look at stem
13034         extent for visible stems.
13035
13036         * lily/grob.cc (mark_smob): mark \layout block from Grob::mark_smob().
13037
13038 2005-03-27  Jan Nieuwenhuizen  <janneke@gnu.org>
13039
13040         * Documentation/topdocs/INSTALL.texi (Top): Updates.
13041
13042         * scripts/convert-ly.py: Python 2.2 compatibility (thanks Mats).
13043
13044 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13045
13046         * lily/slur-scoring.cc (get_base_attachments): robustness. Don't
13047         pass inf/nan into slur scoring.
13048
13049         * ly/titling-init.ly (oddHeaderMarkup): don't show page no. on 1st
13050         page.
13051
13052         * scripts/abc2ly.py (dump_voices): use alphabet().
13053
13054 2005-03-27  Jeff Smith <whydoubt@yahoo.com>
13055         
13056         * mf/GNUmakefile (depth): use $(FONTFORGE). 
13057
13058 2005-03-27 Matthias Neeracher <neeracher@mac.com>
13059         
13060         * flower/include/virtual-methods.hh: simplify. Patch by
13061
13062 2005-03-25  John Williams <williams@tni.com>  
13063
13064         * scripts/lilypond-book.py (main): add png for HTML too, guess
13065         only if necessary. 
13066
13067 2005-03-25  Graham Percival  <gperlist@shaw.ca>
13068
13069         * Documentation/topdocs/INSTALL.texi: now recommends
13070         lexer-gcc-3.1.sh for gcc 3.1.1 or higher.
13071
13072         * Documentation/user/basic-notation.itely,
13073         Documentation/user/tutoria.itely: warn about
13074         only one (phrasing) slur at once.
13075
13076 2005-03-24  Pedro Kroger  <kroeger@pedrokroeger.net>
13077
13078         * ly/music-functions-init.ly (removeWithTag): fixed to return "music".
13079
13080 2005-03-23  Graham Percival  <gperlist@shaw.ca>
13081
13082         * Documentation/user/basic-notation.itely: fixed info about
13083         ending a (de)cresc.
13084
13085         * Documentation/user/lilypond-book.itely: fixed
13086         lilypond-book filter example and warned about not doing
13087         --filter and --process at the same time.
13088
13089 2005-03-23  Mats Bengtsson  <mabe@s3.kth.se>
13090
13091         * lily/parser.yy (bass_number),
13092         Documentation/user/instrument-notation.itely (Figured bass): 
13093         Add the possibility to use text markup in figured bass. 
13094
13095 2005-03-19  Graham Percival  <gperlist@shaw.ca>
13096
13097         * Documentation/user/global.itely: added info about naming
13098         identifiers and breakbefore.
13099
13100         * Documentation/user/invoking.itely: added info about batch
13101         processing files with convert-ly, removed references to TeX
13102         in the jail section.
13103
13104         * Documentation/user/examples.itely: possibly fixed piano
13105         dynamics.
13106
13107         * Documentation/user/advanced-notation.itely: added info
13108         about removing other types of Staff.
13109
13110         * Documentation/user/instrument-notation.itely: possibly
13111         fixed piano staff line switch.
13112
13113         * Documentation/user/changing-defaults.itely: added info
13114         about using normal font in titles.
13115
13116 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13117
13118         * VERSION (PATCH_LEVEL): release 2.5.16
13119
13120         * make/ly-vars.make (DVIPS_FLAGS): include lilypond.map path
13121         explicitly.
13122
13123 2005-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
13124
13125         * scm/framework-tex.scm (convert-to-dvi): Barf if NAME contains
13126         whitespace.
13127
13128         * python/lilylib.py (make_ps_images):
13129         * scm/backend-library.scm (postscript->pdf, postscript->png):
13130         Quote file name.  Use format rather than string-append juggling.
13131
13132 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13133
13134         * python/lilylib.py (make_ps_images): add x to -g argument. 
13135
13136         * lily/key-performer.cc (create_audio_elements): don't use
13137         scm_eval_string. Check for minor 3rd directly.
13138   
13139         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
13140         (sarabandeCelloGlobal): key is D minor, not F major.
13141
13142 2005-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
13143
13144         Fix truncated --png output (Peter Danenberg).
13145         
13146         * python/lilylib.py (make_ps_images):
13147         * scripts/ps2png.py (copyright): Grok --papersize option.
13148
13149         * scm/backend-library.scm (postscript->png): Add parameter
13150         PAPERSIZE.  Update callers.
13151
13152         * scm/output-gnome.scm (music-font?): Bugfix: use "Emmentaler".
13153         Fixes symbol placement.
13154
13155         * lily/spanner.cc: 
13156         * lily/stencil.cc: Use "libc-extension.hh" (WAS:
13157         <libc-extension.hh>).
13158
13159 2005-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
13160
13161         * Nitpick run.
13162
13163         * buildscripts/fixcc.py: Update.
13164
13165         Builddir run fixes.
13166
13167         * HACKING (datadir): Add VERSION.
13168
13169         * GNUmakefile.in (linktree): Bugfix: outconfdirs are one dir
13170         higher up.
13171
13172 2005-03-15  Werner Lemberg  <wl@gnu.org>
13173
13174         * mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the
13175         diagonal stem doesn't become thinner.
13176
13177 2005-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
13178
13179         * buildscripts/fixcc.py: Fixes (Werner).
13180
13181 2005-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13182
13183         * mf/GNUmakefile ($(outdir)/lilypond.map): capitalize
13184         Emmentaler/Aybabtu.
13185
13186         * GNUmakefile.in: fix lilypond-words path.
13187
13188         * po/tr.po: update to 2.3.21
13189
13190         * lily/new-fingering-engraver.cc (position_scripts): take priority
13191         from head position.
13192
13193         * input/regression/finger-chords-order.ly (texidoc): new file.
13194
13195 2005-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
13196
13197         * make/ly-rules.make: 
13198         * stepmake/aclocal.m4: 
13199         * Documentation/user/GNUmakefile: Remove old makeinfo compatibility.
13200
13201         * buildscripts/fixcc.py (rules): Leave space after operator.
13202
13203 2005-03-14  Werner Lemberg  <wl@gnu.org>
13204
13205         * mf/feta-klef.mf (draw_gclef): Replace `simple_serif' for
13206         top of the glyph with smooth curve.
13207
13208 2005-03-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13209
13210         * Documentation/user/global.itely (Page layout): remove
13211         printpagenumber.
13212
13213 2005-03-13  Jürgen Reuter  <reuter@ipd.uka.de>
13214
13215         * input/regression/mensural-ligatures.ly: new file (with examples
13216         compiled by Pal Benko).
13217
13218         * Documentation/user/instrument-notation.itely: Bugfix: yet some
13219         other "custodes.*-u0" -> "custodes.*.u0" renaming victims in
13220         musicglyph access.  Many small beautifications in ancient
13221         examples.
13222
13223         * input/test/divisiones.ly: fixed indentation; small
13224         beautifications
13225
13226         * ly/engraver-init.ly: added FIXME comment
13227
13228         * scripts/lilypond-book.py,
13229         Documentation/user/lilypond-book.itely: added music fragment
13230         option "packed" to lilypond-book
13231
13232         * Documentation/user/instrument-notation.itely: Bugfix: added
13233         missing LedgerLineSpanner color setting in several places.  Added
13234         music fragment option "packed" to VaticanaContext example.
13235
13236 2005-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13237
13238         * scm/define-grobs.scm (all-grob-descriptions): switch off
13239         Hyphen_spanner::set_spacing_rods 
13240
13241         * lily/lyric-hyphen.cc (print): add padding between syllable and
13242         hyphen.
13243         (print): shorten hyphen in tight situations (determine using
13244         minimum-length)
13245
13246         * scm/paper.scm (layout-set-staff-size): increase blotdiameter to
13247         0.4pt.
13248
13249 2005-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
13250
13251         * ly/titling-init.ly (bookTitleMarkup): Refinements.
13252
13253         * input/regression/page-breaks.ly (paper): Set not raggedlastbottom,
13254         header/footer markings for regression-test.
13255
13256         * scm/backend-library.scm (output-scopes, header-to-file): Move
13257         from framework-tex.scm.
13258
13259         * scm/framework-ps.scm (output-framework)
13260         (output-preview-framework):
13261         * scm/framework-eps.scm (output-classic-framework)
13262         (output-framework): Use it.  Fixes collated files.
13263
13264 2005-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
13265
13266         * input/sakura-sakura.ly: 
13267         * input/xiao-haizi-guai-guai.ly: Add from Debian package (Anthony).
13268
13269         * buildscripts/guile-gnome.sh: Update.
13270
13271         * mf/GNUmakefile (aybabtu.otf): Add dependency on .pe.
13272
13273         * mf/aybabtu.pe.in: Capitalize Aybabtu.
13274
13275 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13276
13277         * lily/separating-group-spanner.cc (find_rods): oops. Fix the real
13278         culprit: always exit the loop if we find a rod, even if it has
13279         distance < 0. 
13280
13281         * lily/ledger-line-spanner.cc (set_spacing_rods): rewrite to O(n)
13282         algorithm.
13283
13284         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
13285         $(outdir)/%.svg $(outdir)/%.pfa): add --simplify.
13286
13287         * scm/output-svg.scm (dashed-line): new  function body.
13288         
13289         * GNUmakefile.in: create .htaccess.
13290
13291 2005-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13292
13293         * Documentation/topdocs/NEWS.tely (Top): Fix text example.
13294
13295 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13296
13297         * VERSION (PACKAGE_NAME): release 2.5.15
13298
13299         * scm/output-{pdf,pdftex,sketch}.scm (Module): remove bitrotted files.
13300
13301         * scm/framework-svg.scm (output-framework): put scaling in
13302         document header. Apply scaling only once.
13303         (output-framework): dump page size in px, not mm. 
13304
13305         * scm/lily-library.scm (modified-font-metric-font-scaling): rename
13306         from font-size.
13307
13308         * lily/paper-outputter-scheme.cc (LY_DEFINE):
13309         ly:outputter-output-scheme, new function.
13310
13311         * scm/output-svg.scm (pango-description-to-svg-font): new function
13312
13313 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13314
13315         * Documentation/user/GNUmakefile (deep-symlinks): remove outimages
13316         target.
13317
13318         * input/typography-demo.ly: new file.
13319
13320 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
13321
13322         * Documentation/user/global.itely (File structure): Add markup blocks
13323         to toplevel expressions.
13324         (Multiple movements, Creating titles): Add markup blocks.
13325
13326         * lily/stencil-scheme.cc: Use "libc-extension.hh" (WAS:
13327         <libc-extension.hh>).
13328
13329         * lily/accidental.cc (accurate_boxes): Compile fix: 1.51 was broken.
13330
13331         * flower
13332         * lily
13333         * kpath-guile: Nitpick run: buildscripts/fixcc.py.
13334
13335 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13336
13337         * lily/accidental.cc: special bboxes for natural. 
13338
13339         * mf/feta-toevallig.mf: make stems heavier.
13340
13341         * lily/dynamic-text-spanner.cc (print): add bound padding for edge
13342         texts as well.
13343
13344         * mf/feta-klef.mf: revise. 
13345
13346         * mf/feta-schrift.mf: make thinning of accent less pronounced.
13347
13348         * mf/feta-klef.mf: add rounded curve at top. 
13349         make thinnib a little heavier.
13350
13351 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
13352
13353         * lily/parser.yy (book_body): Oops, allow \markup in \book too.
13354
13355         * buildscripts/fixcc.py: New file.
13356
13357         * input/regression/utf8.ly: Update Debian font description.
13358
13359 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
13360
13361         * stepmake/aclocal.m4: Fix test.
13362
13363 2005-03-09  Graham Percival  <gperlist@shaw.ca>
13364
13365         * Documentation/user/invoking.itely: added Sebastino Vigna's
13366         docs for the --jail option.
13367
13368 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13369
13370         * lily/stem.cc (print): only produce stemlets if there are no
13371         noteheads on this stem.
13372
13373         * lily/note-spacing.cc (stem_dir_correction): robustness fix:
13374         don't crash on stemlet (visible stem without heads).
13375
13376         * scm/define-grobs.scm (all-grob-descriptions): junk LeftEdge for
13377         unbroken situations. 
13378
13379         * scm/output-lib.scm (center-invisible): new function.
13380
13381         * lily/spacing-loose-columns.cc (set_loose_columns): use spacing
13382         wishes to determine loose column space.
13383
13384         * lily/font-config.cc (init_fontconfig): add
13385         fonts/{otf,type1,cff}  to path.
13386
13387         * lily/main.cc (setup_paths): add fonts/{otf,svg,tfm,cff} to path
13388
13389         * mf/GNUmakefile (Module): install all fonts under otf/
13390
13391         * scm/framework-ps.scm (Module): read fonts from fonts/extension,
13392         replace /fonts/otf/ by /ps/ 
13393
13394         
13395 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
13396
13397         * lily/paper-book.cc (classic_output): Reinstate header_0_ hack.
13398
13399         * lily/book.cc (process): Oops, add score_.header_.
13400
13401         * lily/paper-book.cc: Fold hearders, score and texts into scores_.
13402
13403         * lily/parser.yy: Handle toplevel and book texts as score.
13404
13405         * scm/page-layout.scm (default-page-make-stencil):
13406         Bugfix: (page-properties rename.
13407
13408         * scm/backend-library.scm (ly:system): Typo.
13409
13410 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13411
13412         * stepmake/stepmake/executable-targets.make (installexe): don't
13413         strip installed executables
13414
13415         * lily/font-select.cc (get_font_by_design_size): revert
13416         pango_description_string as well.
13417
13418         * lily/system.cc (set_loose_columns): put loose column just left
13419         of next column.
13420
13421         * lily/include/group-interface.hh (extract_grob_array): rename
13422         from Pointer_group_interface__extract_grobs
13423
13424         * input/regression/ledger-line-minimum.ly (texidoc): new file.
13425
13426         * lily/ledger-line-spanner.cc (set_spacing_rods): new
13427         function. Keep ledgered note heads at a minimum distance.
13428         Introduce minimum-length-fraction
13429         (print): introduce length-fraction property.
13430
13431 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13432
13433         * tex/GNUmakefile: remove latin1.enc rules.
13434
13435 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
13436
13437         * scm/titling.scm: Typo.
13438
13439         * input/regression/score-text.ly: Really add.
13440
13441         * lily/score.cc: Bugfixes for SCM header_ and texts_ members.
13442
13443 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13444
13445         * lily/open-type-font-scheme.cc:  new file.
13446
13447 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
13448
13449         * scm/titling.scm (layout-extract-page-properties): Rename from
13450         page-properties.  Update callers.
13451
13452         * lily/lexer.ll (Lily_lexer):
13453         * lily/parser.yy: Junk lyric_markup state.
13454
13455         * Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
13456
13457         * scripts/lilypond-book.py (PREAMBLE_LY): toplevel-music-handler:
13458         Add texts parameter.
13459
13460 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
13461
13462         * lily/lexer.ll (lyric_markup): New mode.
13463         (Lily_lexer::push_lyric_markup_state): New method.
13464         (MARKUPCOMMAND): Markup during lyric mode returns LYRIC_MARKUP.
13465
13466         * lily/parser.yy (book_body):
13467         (toplevel_expression): Grok \markup texts.
13468
13469         * lily/score-scheme.cc (ly:music-scorify): 
13470         * scm/lily-library.scm (collect-music-for-book): Take texts
13471         parameter.
13472
13473         * lily/score.cc (texts_): New member.
13474
13475         * lily/paper-book.cc (systems): Format score texts.
13476
13477         * score-text.ly: New file.
13478
13479         * ttftool/SConscript:
13480         * kpath-guile/SConscript: New file.
13481
13482         * lily/SConscript:
13483         * SConstruct: Update.
13484
13485 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13486
13487         * VERSION (PACKAGE_NAME): release 2.5.14
13488
13489 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
13490
13491         * lily/main.cc: Add dummy xgettext markers.
13492
13493 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13494
13495         * make/lilypond.fedora.spec.in (Requires): scrap kpathsea/tex
13496         requirements
13497
13498         * stepmake/aclocal.m4: check dynamic link, by checking if kpathsea
13499         executable is < 40k
13500
13501         * lily/main.cc (setup_paths): remove tfm1 tfm2 tfm3 include path
13502         hack.
13503
13504 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
13505
13506         * flower/libc-extension.cc:
13507         * flower/include/libc-extension.hh: [Open]BSD simply cast
13508         cookie/funopen declarations.
13509
13510         * stepmake/aclocal.m4: Check for libkpathsea.so.
13511
13512         * kpath-guile/kpath.c (ly_kpathsea_expand_variable): Use
13513         dl_kpse_find_file.
13514
13515 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13516
13517         * kpath-guile/kpath.c (open_library): dlopen libkpathsea.so
13518         (open_library): alternative for static library.
13519
13520 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
13521
13522         * configure.in: Set TTFTOOL_ENDIAN iso global CFLAGS.
13523
13524         * ttftool/GNUmakefile (MODULE_CFLAGS): Add $(TTFTOOL_ENDIAN).
13525
13526         Drop run-time dependency on teTeX.
13527
13528         * lily/kpath.cc (initialize_kpathsea): dlopen libkpathsea.
13529
13530         * stepmake/aclocal.m4 (STEPMAKE_KPATHSEA): Do not include
13531         KPATHSEA_LIBS in LIBS.
13532         (STEPMAKE_DLOPEN): New function.
13533
13534         * lily/font-config.cc (init_fontconfig): Use dir for directory,
13535         not path.
13536
13537         * flower/file-path.cc (directories): Rename from paths, as this
13538         return an array of directories (a single path).
13539
13540 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13541
13542         * lily/GNUmakefile (MODULE_LIBS): link with kpath-guile
13543
13544         * lily/all-font-metrics.cc (kpathsea_find_file): wrapper around
13545         new ly:kpathsea-find-file
13546
13547         * kpath-guile/kpath.c: new file. Put kpath bindings in lib.
13548
13549         * kpath-guile/GNUmakefile: new file
13550
13551         * buildscripts/gen-emmentaler-scripts.py (i): generate
13552         emmentaler-X.fontname as well.
13553
13554         * buildscripts/ps-embed-cff.py: new script
13555
13556         * scm/lily-library.scm: remove ps-embed-cff.
13557
13558         * scm/framework-ps.scm (write-preamble): don't use kpathsea for
13559         font loading. 
13560
13561         * scm/font.scm (add-music-fonts): load dynamics/numbers through
13562         fontconfig as well.
13563
13564         * lily/font-config.cc (init_fontconfig): add cff/ too.
13565
13566         * ly/generate-embedded-cff.ly: capitalize.
13567
13568         * lily/pango-select.cc (select_pango_font): use ::find_pango_font,
13569         so as to register the pango font.
13570
13571         * lily/font-config.cc (init_fontconfig): add
13572         prefix/{otf,type1,mf/out} to fontconfig path.
13573
13574         * lily/main.cc: only look at one prefix directory, LILYPONDPREFIX
13575         overrides all. 
13576
13577         * configure.in (gui_b): remove ec mftrace check
13578
13579         * config.hh.in: use lilypond-Major.Minor as data directory.
13580
13581         * scm/framework-ps.scm (dump-page): use output-units for landscape.
13582
13583         * buildscripts/gen-emmentaler-scripts.py (i): lower case file
13584         name.
13585
13586 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
13587
13588         * lily/main.cc (do_chroot_jail): Small cleanups.  Avoid constant
13589         error messages.
13590
13591         * flower/libc-extension.cc:
13592         * flower/include/libc-extension.hh: [Open]BSD fixes for
13593         cookie/funopen declarations.
13594
13595 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13596
13597         * buildscripts/gen-emmentaler-scripts.py (outdir): capitalize
13598         emmentaler.
13599
13600         * lily/score-engraver.cc (initialize): remove check for ecrm10 /
13601         lcrm10.
13602
13603         * scm/define-markup-commands.scm (fontsize): new markup
13604         command. Also set baseline-skip
13605
13606 2005-03-06 Sebastiano Vigna <vigna@dsi.unimi.it>.
13607         
13608         * lily/main.cc (do_chroot_jail): paranoia security for webserver
13609         use.
13610
13611 2005-03-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13612
13613         * stepmake/bin/add-html-footer.py (do_file): make wiki link optional.
13614
13615         * lily/pdf.cc: remove PDF related files
13616
13617 2005-03-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13618
13619         * ly/deutsch.ly: add quarter tones, patch by Arno Waschk.
13620         <hamamatsu@gmx.de>
13621
13622 2005-03-05  Graham Percival  <gperlist@shaw.ca>
13623
13624         * Documentation/user/advanced-notation.itely: first draft
13625         of reorg done.
13626
13627         * Documentation/user/global.itely: fixed (sub)section
13628         bits of MIDI.
13629
13630 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
13631
13632         * cygwin/mknetrel (extras): Bufix (Bertalan).
13633
13634         * Documentation/user/basic-notation.itely (Chords): @ref fix.
13635         * Documentation/user/instrument-notation.itely (Introducing chord
13636         names): Compile fix: must have unique name.
13637
13638 2005-03-02  Graham Percival  <gperlist@shaw.ca>
13639
13640         * Documentation/user/instrument-notation.itely: reorg.
13641
13642 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
13643
13644         * scm/output-gnome.scm:
13645         * scm/output-svg.scm: Fix font scaling.
13646
13647 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
13648
13649         * ly/titling-init.ly (tagline): Use Engraving.  Add comment about
13650         what link to use best.
13651
13652         * Documentation/user/instrument-notation.itely (Ancient accidentals): 
13653         * Documentation/user/tutorial.itely (Automatic and manual beams):
13654         Fix @ref.
13655
13656         * lily/tweak-registration.cc (replace_grob_tweak): New function.
13657         * lily/tweak-registration-scheme.cc (LY_DEFINE): Wrap it.
13658         * scm/framework-gnome.scm (tweak): Use it.
13659
13660 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13661
13662         * Documentation/topdocs/NEWS.tely (Top): elucidate GS problem.
13663
13664         * scm/output-ps.scm (white-text): reinstate white-text
13665
13666 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
13667
13668         * scm/output-ps.scm (offset-add): Remove.
13669
13670         * scm/lily-library.scm (offset-flip-y): New function.
13671         * scm/framework-gnome.scm (tweak): Use it.
13672
13673         * scm/output-gnome.scm (grob-cause): Add parameter.
13674
13675         * scm/lily.scm (ly:all-stencil-expressions): Add url-link.
13676         * scm/output-ps.scm (url-link): Move.
13677         (white-text): Warn user about brokenness.
13678
13679         * Documentation/topdocs/NEWS.tely: Be more accurate and respectful
13680         wrt ghostscript.
13681
13682 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13683
13684         * lily/slash-repeat-engraver.cc (try_music): always make slashes
13685         if body length smaller than measure length.
13686
13687         * scm/define-markup-commands.scm (with-url): oops. use Y extent
13688         for Y.
13689
13690         * ly/titling-init.ly (tagline): put default tagline in \paper
13691
13692 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
13693
13694         * lily/kpath.cc: 
13695         * lily/pdf.cc (Pdf_file): Use more generic error messages.
13696
13697         * scm/lily-library.scm (version-not-seen-message): New function.
13698         * ly/init.ly: Use it.
13699
13700         * scm/page-layout.scm (ly:optimal-page-breaks): Display page
13701         breaks as progess.
13702
13703         * scripts/lilypond-book.py (do_process_cmd): Do not lump
13704         whitespace with l10n message.
13705
13706         * scm/framework-tex.scm (convert-to-ps):
13707         (convert-to-dvi): Do not use overly specific l10n messages.
13708
13709         * ly/titling-init.ly (bookTitleMarkup): Add baseline skips from 2.4.
13710
13711         * tex/GNUmakefile $(outdir)/latin1.enc: Build fix:
13712         merge stderr with stdout.  
13713
13714 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
13715
13716         * flower/libc-extension.cc: Tested BSD compile fix (Matthias
13717         Neeracher).
13718
13719 2005-02-29  Graham Percival  <gperlist@shaw.ca>
13720
13721         * Documentation/user/instrument-notation.teily: moved
13722         \arpeggio to Basic.
13723
13724         * Documentation/user/advanced-notation.itely: Articulation to
13725         Basic, a bunch of stuff from Basic moved to Advanced.
13726
13727         * Documentation/user/basic.itely: swapped various sections,
13728         reorganized Basic.
13729
13730 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
13731
13732         * flower/memory-stream.cc: 
13733         * flower/libc-extension.cc: Remove obsolete #undefs.
13734
13735         * flower/include/libc-extension.hh: Bugfix for BSD, place #ifdef
13736         more carefully.
13737
13738 2005-02-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13739
13740         * make/lilypond.fedora.spec.in (Requires): add GS 8.15 as
13741         dependency.
13742
13743         * VERSION (PACKAGE_NAME): release 2.5.13
13744
13745         * GNUmakefile.in (web-ext): don't ship ps.gz
13746
13747         * tex/GNUmakefile ($(outdir)/latin1.enc): redirect stderr to
13748         stdout
13749
13750 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
13751
13752         * lily/general-scheme.cc (LY_DEFINE): Compile fix for systems
13753         without libintl.  Now it compiles too.
13754
13755 2005-02-28  Graham Percival  <gperlist@shaw.ca>
13756
13757         * Documentation/user/basic-notation.itely,
13758         instument-notation.itely, advanced-notation.itely:
13759         split up contents of notation.itely.
13760
13761         * Documentation/user/notation.itely: file removed.
13762
13763         * Documentation/user/invoking.itely, converters.itely:
13764         moved convert-ly info to invoking.itely.
13765
13766         * Documentation/user/global.itely, changing-defaults.itely,
13767         sound-output.itexi: moved global settings, file layout, and
13768         sound into global.itely.
13769
13770         * Documentation/user/sound-output.itexi: file removed.
13771
13772         * Documentation/user/lilypond.tely: removed links to
13773         notation.itely and sound.itely.
13774
13775 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13776
13777         * scm/output-ps.scm (grob-cause): only do mark_URI if non-empty.
13778
13779         * scm/framework-ps.scm (write-preamble): remove pdf-viewer code.
13780  
13781         * THANKS: add sponsor.
13782
13783         * scm/define-markup-commands.scm (with-url): new markup command.
13784
13785         * scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to
13786         tagline.
13787         
13788         * scm/output-tex.scm (url-link): stub.
13789
13790         * scm/output-ps.scm (url-link): new function.
13791
13792         * lily/lily-parser-scheme.cc (LY_DEFINE): deprecate
13793         ly:set-point-and-click
13794
13795 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
13796
13797         * ps/music-drawing-routines.ps (mark_file_line): Switch Action
13798         based on pdf-viewer setting.
13799
13800         * scm/framework-ps.scm (write-preamble): Find and set preferred
13801         pdf-viewer.
13802
13803 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13804
13805         * Documentation/user/point-and-click.itely: update for PDF point &
13806         click.
13807
13808         * scripts/lilypond-pdfpc-helper.py: new file. Invoke different
13809         editors based on EDITOR setting.
13810
13811 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
13812
13813         * scm/*: Oops, more grand 2005 replace bits.
13814
13815 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13816
13817         * ps/music-drawing-routines.ps: new routine: insert PDF mark
13818
13819         * scm/output-ps.scm (grob-cause): point & click support for
13820         PostScript
13821
13822 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13823
13824         * lily/input-scheme.cc (LY_DEFINE): rename to
13825         ly:input-file-line-column
13826
13827 2005-02-26  Graham Percival  <gperlist@shaw.ca>
13828
13829         * Documentation/user/examples.itely: small fix from Steve Doonan.
13830
13831         * Documentation/user/scheme-tutorial.itely: small fix from Steve Doonan.
13832
13833         * THANKS: added Yuval Harel.
13834
13835         * Documentation/user/{various}: inserted two spaces after a period.
13836
13837         * Documentation/user/lilypond.tely: added framework for reorg.
13838
13839         * Documentation/user/basic-notation.itely, instrument-notation.itely,
13840         advanced-notation.itely, global.itely: new files, placeholder for
13841         future reorg.
13842
13843 2005-02-26 Yuval Harel  <yuvalh@hotpop.com>
13844
13845         * Documentation/user/notation.itely: revamped Polyphony section
13846         
13847 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13848
13849         * Documentation/user/lilypond-book.itely (Music fragment options):
13850         doc fontload.
13851
13852         * Documentation/user/changing-defaults.itely (Text encoding): add
13853         fontload option to utf8 include
13854
13855         * scripts/lilypond-book.py (compose_ly): add fontload option
13856
13857         * scm/framework-eps.scm (dump-stencils-as-EPSes): add
13858         force-eps-font-include option.
13859
13860         * ly/chord-modifiers-init.ly (blackTriangleMarkup): reinstate
13861         black triangle
13862
13863         * Documentation/user/invoking.itely (Editor support): remove
13864         lilypond-latex section.
13865
13866         * scripts/lilypond-latex.py (Module): remove script.
13867
13868         * cygwin/lily-wins.py (stat): write to .lylog, so as not to
13869         overwrite .log. 
13870
13871         * lily/main.cc: remove -m, --no-layout
13872
13873         * flower/include/libc-extension.hh: add ALIAS_FILE_TO_FILECOOKIE
13874         to define. We don't want to override fprintf everywhere.
13875
13876 2005-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
13877
13878         * cygwin/lilypond.hint: 
13879         * cygwin/README.in: Update dependencies.
13880
13881         * stepmake/aclocal.m4 (STEPMAKE_PANGO, STEPMAKE_PANGO_FT2):
13882         Bugfix: do not pollute CPPFLAGS, LIBS.
13883
13884         * cygwin/mknetrel (extras): Cross compile fixes.
13885
13886         * ttftool/util.c: 
13887         * ttftool/ttfps.c: 
13888         * ttftool/ps.c: #include libc-extension.hh
13889
13890         * flower/include/libc-extension.hh:
13891         * flower/libc-extension.cc (fopencookie)[!HAVE_FOPENCOOKIE]: Add
13892         wrapper using funopen.
13893         (fopencookie, handle_cookie_io_fclose, handle_cookie_io_fprintf,
13894         handle_cookie_io_fprintf): Add wrappers catching Memory_out_stream.
13895
13896         * config.hh.in:
13897         * configure.in (AC_CHECK_FUNCS): Add fopencookie, funopen.
13898         (AC_CHECK_HEADERS): Add libio.h
13899
13900         * scripts/convert-ly.py: Uniformize, internationalize.
13901         (2.5.2): Remove fatal encoding rule.
13902         (2.5.13): Handle latin1 encoding gracefully.
13903
13904 2005-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
13905
13906         * HACKING: Fix line breaks.
13907
13908 2005-02-23  Werner Lemberg  <wl@gnu.org>
13909
13910         * mf/graycx.mf, mf/graylj.mf: Removed.  Any decent TeX distribution
13911         contains those two files.
13912
13913 2005-02-21  Werner Lemberg  <wl@gnu.org>
13914
13915         * mf/feta-nummer-code.mf ("Numeral 5"): Include intersection point
13916         to improve overlap removal process.
13917
13918         * mf/feta-slag.mf (draw_trillelement): Add parameter to control
13919         left and right ending.  This ensures better overlapping.
13920         Update all callers.
13921         ("lineprall"): Don't use draw_gridline to get better overlapping.
13922
13923 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13924
13925         * scm/lily-library.scm (ps-embed-cff): add \n after EndResource
13926
13927         * Documentation/topdocs/NEWS.tely (Top): oops.
13928
13929 2005-02-21  Pedro Kroger  <kroeger@pedrokroeger.net>
13930
13931         * HACKING: new file.
13932
13933         * input/regression/utf8.ly (portuguese): added a portuguese example
13934         to show latin1 accents.
13935
13936 2005-02-21  Pal Benko  <benkop@freestart.hu>
13937
13938         * lily/mensural-ligature-engraver.cc:
13939         * lily/mensural-ligature.cc:
13940         * lily/include/mensural-ligature.hh: new algorithm implemented
13941
13942         * scm/define-grob-properties.scm: join-left killed (add-join may
13943         be used); join-left-amount changed to join-right-amount
13944
13945 2005-02-21  Graham Percival  <gperlist@shaw.ca>
13946
13947         * Documentation/user/notation.itely: small but urgent fix.
13948
13949 2005-02-21  Jürgen Reuter  <reuter@ipd.uka.de>
13950
13951         * lily/duration-scheme.cc: bugfix: correct parameters to
13952         SCM_ASSERT_TYPE.
13953
13954         * THANKS: added Pal.
13955
13956         * Documentation/user/notation.itely: bugfix: unTeXified
13957         $\\backslash$.  Bugfix: yet another glyph renaming victim:
13958         "timesig.*x/y" -> "timesig.*xy".
13959
13960 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13961         
13962         * VERSION (PACKAGE_NAME): release 2.5.12
13963
13964 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13965
13966         * ly/engraver-init.ly: set tieWaitForNote to #t by default
13967
13968         * configure.in (gui_b): bump GUILE requirement to 1.6.5 
13969
13970         * Documentation/topdocs/NEWS.tely: add inputfileref macro.
13971
13972         * scm/framework-ps.scm (supplies-or-needs): uniq font name list.
13973
13974 2005-02-20  Jan Nieuwenhuizen  <janneke@gnu.org>
13975
13976         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: recode
13977         latin1..utf-8.
13978
13979         * input/regression/stanza-number.ly:
13980         * input/regression/utf8.ly (hebrew): Use addlyrics.  Update.
13981
13982         * lily/tie-engraver.cc (acknowledge_grob): Compile fix.
13983
13984 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13985
13986         * Documentation/topdocs/NEWS.tely (Top): only mention 2.5
13987         NEWS. Refer to website for older news.  
13988
13989         * stepmake/bin/add-html-footer.py (i18n): don't strip .PNG /
13990         .HTML. This should be done for specific servers only.
13991
13992         * Documentation/topdocs/NEWS.tely (Top): move to .tely. Add some
13993         .ly image examples.
13994
13995         * scm/define-grobs.scm (all-grob-descriptions): put ledger lines
13996         in layer 0 too.
13997
13998         * scm/define-context-properties.scm
13999         (all-user-translation-properties): add tieWaitForNote
14000
14001         * scm/define-grobs.scm (all-grob-descriptions): add
14002         Tie_column::before_line_breaking
14003
14004         * lily/tie.cc (get_column_rank): new function
14005
14006         * lily/tie-column.cc (before_line_breaking): new function.
14007         (werner_directions): take into account ties that start on
14008         different columns.  
14009
14010         * lily/score-engraver.cc (set_columns): move add_column() so we
14011         have column rank available.
14012
14013         * lily/tie.cc (get_column_rank): new function.
14014
14015         * input/regression/utf8.ly (japanese): add japanese lyrics.
14016
14017         * lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
14018
14019         * THANKS: add Steve D
14020
14021         * ttftool/*.c: add TTF -> Type42 conversion library. Based on
14022         Public Domain work by Juliusz Chroboczek <jch@pps.jussieu.fr>
14023
14024 2005-02-20  Tatsuya Ono  <tats_ono@infoseek.jp>
14025
14026         * mf/parmesan-heads.mf: "0harmonic" -> "s0harmonic"
14027         to show harmonic notes
14028         * scm/define-markup-commands.scm: in \markup-by-number
14029         "dots-dot" -> "dots.dot" to show dotted notes
14030
14031 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14032
14033         * flower/include/memory-stream.hh (class Memory_out_stream): new file.
14034
14035         * flower/memory-stream.cc (writer): new file.
14036
14037         * configure.in: add endian test.
14038
14039 2005-02-19  Jürgen Reuter  <reuter@ipd.uka.de>
14040
14041         * Documentation/user/examples.itely: small
14042         simplification/beautification
14043
14044         * Documentation/user/notation.ietly: bugfix: fixed many artefacts
14045         from the "x-y-z"->"x.y.z" renaming of glyphs throughout the whole
14046         notation manual.
14047
14048         * lily/mensural-ligature.cc: bugfix: another few victims of the
14049         "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
14050
14051         * ly/gregorian-init.ly: commit some experimental code for hi-level
14052         ligature input language lying around here for several months.
14053
14054         * lily/mensural-ligature-engraver.cc: bugfix: another victim of
14055         the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
14056
14057         * lily/vaticana-ligature-engraver.cc: bugfix: another few
14058         "x-y-z"->"x.y.s-z" fixes.
14059
14060 2005-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14061
14062         * scm/framework-pdf.scm (scm): new file
14063
14064         * lily/include/pdf.hh (class Pdf_file): new file.
14065
14066         * lily/pdf.cc (write_trailer): new file.
14067
14068 2005-02-18  Erlend Aasland  <erlenda@gmail.com>
14069
14070         * input/regression/color.ly: new file
14071
14072         * lily/stencil.cc (interpret_stencil_expression):
14073         when a color expression is encountered: save current color,
14074         process the rest of the expression, and restore previous color.
14075
14076         * lily/system.cc (get_line): check all grobs for color property and
14077         prepare the stencil scheme expressions for further processing.
14078         Fix layer-loop.
14079
14080         * scm/define-grob-properties.scm: introduce the color property.
14081
14082         * scm/output-lib.scm: color helper functions.
14083
14084         * scm/output-ps.scm: introduce setcolor/resetcolor.
14085
14086 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
14087
14088         * ly/*.ly, input/regression/*.ly: Added missing \version
14089         statements in some files.
14090
14091 2005-02-15  Graham Percival  <gperlist@shaw.ca>
14092
14093         * Documentation/user/notation.itely: minor editing.
14094
14095         * Documentation/user/converters.itely: updated convert-ly bugs.
14096
14097         * Documentation/user/lilypond-book.itely: add info about using
14098         feta characters in latex.
14099
14100 2005-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14101
14102         * scripts/convert-ly.py: new slur dash patch by Bertalan Fodor.
14103
14104 2005-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14105
14106         * scm/define-grob-properties.scm (all-user-grob-properties):
14107         removed 'dashed property.
14108
14109 2005-02-13  Nicolas Sceaux  <nicolas.sceaux@free.fr>
14110
14111         * scm/lily.scm (define-safe-public): new macro for defining
14112         variables that can be used in --safe mode. Use it in *.scm
14113         instead of manually setting safe-objects in safe-lily.scm.
14114
14115 2005-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14116         
14117         * lily/slur.cc: Slur-dash patch by Bertalan.
14118
14119         * ly/engraver-init.ly (EasyNotation): glyph name dash -> period.
14120
14121         * stepmake/bin/add-html-footer.py (do_file): do i18n only once. 
14122
14123 2005-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
14124
14125         * stepmake/aclocal.m4: teTeX-3.0 inimf fix.  Comment-out.
14126
14127 2005-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
14128
14129         * mf/GNUmakefile: teTeX-3.0 install fix.
14130
14131         * Cygwin patch from Bertalan.
14132
14133         * stepmake/stepmake/metafont-rules.make: Remove bashism.
14134
14135 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
14136
14137         * GNUmakefile.in: 
14138         * SConstruct (symlink): teTeX-3.0 build fix: add map symlink.
14139
14140         * tex/GNUmakefile: teTeX-3.0 fix: install .enc in fonts/enc.  Add
14141         2.0.x compatibility.
14142
14143 2005-02-08  Werner Lemberg  <wl@gnu.org>
14144
14145         * mf/feta-din-code.mf: Format; clean up code.
14146         Replace `---' with `--' plus explicit path directions.
14147         (linethickness#, stafflinethickness#): Remove.
14148         ("dynamic f"): Replace `draw' with `draw_rounded_block'.
14149         ("dynamic s"): Improve shape.
14150         ("dynamic p"): Improve shape.
14151         Replace `draw' with better outline approximation.
14152         ("dynamic r"): Improve shape.
14153         Don't call `fill' and `draw' at the same time.
14154
14155 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
14156
14157         * SConstruct (symlink):
14158         * GNUmakefile.in ($(builddir)/share/lilypond-force): teTeX-3.0
14159         build fix: add enc symlink.
14160
14161         * lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
14162
14163         Support for DESTDIR besides prefix=/foo
14164
14165         * vim/GNUmakefile (local-install): Use $(INSTALL) -d iso mkdir.
14166
14167         * stepmake/stepmake/*.make:
14168         * */GNUmakefile:
14169         * GNUmakefile.in: Prepend $(DESTDIR) to installation directory.
14170
14171         * config.make.in (prefix): Remove broken $(DESTDIR) hack.
14172
14173         * stepmake/aclocal.m4: Use %0.f iso %d to quiet gawk < 3.1.4 and
14174         mawk in fontforge (date) test.
14175
14176 2005-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14177
14178         * scm/font.scm (make-century-schoolbook-tree): add NCS as
14179         font-family=roman. Add Luxi Sans as sans
14180
14181 2005-02-07  Graham Percival  <gperlist@shaw.ca>
14182
14183         * Documentation/user/notation.itely: add warning about
14184         percent repeats and Voice contexts.
14185
14186         * Documentation/user/lilypond-book.itely: clarified the
14187         necessity of dvips -u arguments.
14188
14189 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
14190
14191         * THANKS: Added a bunch of bug hunters.
14192
14193 2005-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14194
14195         * scm/framework-ps.scm (output-preview-framework): bugfix.
14196
14197         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): use unicode
14198         o/ for chord modifier..
14199
14200         * lily/general-scheme.cc (LY_DEFINE): new function ly:wide-char->utf-8.
14201
14202         * lily/drum-note-performer.cc:  remove unused (thanks Michael
14203         Welsh Duggan). 
14204
14205 2005-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
14206
14207         * Documentation/user/changing-defaults.itely (Text encoding): Clarify.
14208
14209         * ly/titling-init.ly: Do not also print intstrument in header on
14210         first page.  Do not print page number on first and only page.
14211
14212 2005-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14213
14214         * input/regression/*.ly: remove old-relative everywhere
14215
14216         * lily/music-sequence.cc (simultaneous_relative_callback): do
14217         what-if analysis on copy, not on original. Fixes old-relative
14218         compatibility.
14219
14220         * scm/backend-library.scm (postscript->png): space before
14221         --verbose.
14222         
14223 2005-02-05  Werner Lemberg  <wl@gnu.org>
14224
14225         * mf/feta-autometric.mf (fet_beginchar): Check whether `feta_group'
14226         is defined.
14227
14228         * mf/feta-alphabet.mf: Define `staffsize#'.
14229         Include `feta-params.mf'.
14230         s/staffheight/design_size/.
14231
14232         * mf/feta-alphabet??.mf: s/staffheight/design_size/.
14233
14234         * mf/feta-alphabet26.mf: Fix a serious bug (design size off by 8pt).
14235
14236         * mf/feta-nummer-code.mf: Reformatted.
14237         (draw_six): Use outline intersection to avoid a self-intersecting
14238         path.
14239         ("Numeral comma"): Fix serious outline glitches.  This slightly
14240         changes the glyph shape.
14241         ("Numeral dash"): Use `draw_rounded_block'.
14242         ("Numeral dot"): Use `drawdot'.
14243         ("Numeral 1"): Assure identical tangent directions for the
14244         intersection points of paths.  The glyph shape improvement is only
14245         visible at very high magnifications.
14246         ("Numeral 2"): Use `solve' macro to make the lower right part of
14247         the glyph outline touch the x axis exactly.  This changes the
14248         glyph shape.
14249         Minor fixes for better overlap removal support.
14250         ("Numeral 4"): Make lefter corner `rounder'.
14251         ("Numeral 5"): Assure identical tangent directions for the
14252         intersection points of paths.  This improves the glyph shape at
14253         high magnifications.
14254         ("Numeral 7"): Use `solve' macro to make the upper right part of
14255         the glyph outline touch the metrics box exactly.  This changes the
14256         glyph shape.
14257         Avoid corner in the upper left part of the glyph (causing a minor
14258         shape change).
14259
14260         * mf/feta-ital-*.mf: Removed.  Unused.
14261
14262 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14263
14264         * VERSION (PATCH_LEVEL): release 2.5.11
14265
14266         * input/regression/fill-line-test.ly: new file.
14267
14268         * buildscripts/gen-emmentaler-scripts.py (i): insert dash in
14269         emmentaler name, eg. emmentaler-23. 
14270
14271 2005-02-04  Christian Hitz  <chhitz@gmx.net>
14272
14273         * scm/scm/define-markup-commands.scm (fill-line): rework for better
14274         alignment with centered texts
14275
14276         * scm/stencil.scm (stack-stencils-padding-list): new function, takes a
14277         list of paddings
14278
14279 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14280
14281         * mf/GNUmakefile ($(outdir)/lilypond.map): add aybabtu to .map file.
14282
14283         * lily/note-column.cc (translate_rests): call flush_extent_cache()
14284         of parents when translating rests. Fixes: c-chord-rest.ly 
14285
14286         * lily/include/dimension-cache.hh (struct Dimension_cache): add
14287         dimension_callback_ member.
14288
14289         * lily/grob.cc (flush_extent_cache): new function. Force recompute
14290         of extents.
14291
14292 2005-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
14293
14294         * all but lily/*: The grand 2004/2005 replace.
14295
14296 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14297
14298         * lily/*: add space after ,  
14299
14300         * scm/music-functions.scm (has-request-chord): don't use
14301         ly:music-name anywhere. Fixes <<\\>> notation. 
14302
14303         * scm/define-markup-commands.scm (box): use font-size for
14304         padding. Fixes boxed-rehearsal-marks.ly
14305
14306         * lily/parser.yy (assignment_id): allow LYRICS_STRING as
14307         identifier definition too, so foo = \lyrics { ...   } bar = #1
14308         doesn't complain about "bar" being LYRICS_STRING.
14309
14310         * lily/paper-def.cc (find_pango_font): new routine; Store
14311         pango_fonts in hash tab too. This is necessary for retrieving
14312         Pango_fonts::physical_font_tab() later on.
14313  
14314         * lily/pango-font.cc (pango_item_string_stencil): bugfix: don't
14315         crash if psname is null.
14316
14317         * lily/lily-guile.cc (ly_hash2alist): new function
14318
14319         * Documentation/user/changing-defaults.itely (Text encoding):
14320         rewrite. 
14321
14322         * lily/pango-font.cc (physical_font_tab): new member. Store PSname
14323         -> font_filename mapping.
14324
14325         * lily/pango-font-scheme.cc (LY_DEFINE): new file. New function
14326         ly_pango_font_physical_fonts
14327
14328         * scm/framework-ps.scm (supplies-or-needs): extract names from
14329         physical Pango_fonts.
14330
14331         * utf8.ly: new file.
14332
14333 2005-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14334
14335         * Documentation/user/changing-defaults.itely (Page layout): add
14336         doco about systemSeparatorMarkup.
14337
14338         * scm/page-layout.scm (default-page-make-stencil): add-to-page
14339         function.
14340         (default-page-make-stencil): insert system separators.
14341
14342         * scm/define-markup-commands.scm (hcenter): add
14343         (beam): add.
14344
14345 2005-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14346
14347         * scm/output-ps.scm (ez-ball): reinstate ez notation.
14348
14349 2005-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
14350
14351         * lily/main.cc: Spell backend consistently.  Sort options.
14352
14353 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14354
14355         * scripts/lilypond-book.py (Module): revert @include.
14356         
14357 2005-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
14358
14359         * scripts/lilypond-book.py: Resurrect HTML links to .ly source.
14360         Bugfix: @include .tex (not .texi).  Small cleanups.
14361
14362         * stepmake/bin/add-html-footer.py (i18n): New function.
14363
14364 2005-01-31  Werner Lemberg  <wl@gnu.org>
14365
14366         * mf/feta-nummer.mf: Removed.  Unused.
14367
14368 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14369
14370         * lily/ : 2004 -> 2005 s&r
14371
14372         * scm/file-cache.scm (cached-file-contents): add file. Read each
14373         file only once.
14374
14375         * scm/font.scm (add-pango-fonts): change order. Medium weight is
14376         now default.
14377
14378         * VERSION: release 2.5.10
14379         
14380         * mf/GNUmakefile (INSTALLATION_OUT_FILES4): install cff.ps files.
14381
14382         * make/ly-rules.make ($(outdir)/%.texi): detect new EOF marker.
14383
14384         * scm/framework-ps.scm (dump-stencil-as-EPS): robustness: ensure
14385         that both X and Y extents of bbox are non-nil.
14386
14387 2005-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14388
14389         * scm/chord-name.scm (alteration->text-accidental-markup): change
14390         - to . 
14391
14392         * scm/output-ps.scm (utf8-string): add utf8-string for completeness.
14393
14394         * scm/framework-ps.scm (dump-stencil-as-EPS): new function
14395
14396         * Documentation/user/invoking.itely (Invoking lilypond): add note
14397         about EPS backend.
14398
14399         * scm/framework-eps.scm: new file: create per-system/per-page EPS
14400         files for inclusion in lilypond-book document.
14401
14402         * input/tutorial/lbook-latex-test.tex: rename from lilbook.tex
14403
14404         * input/tutorial/lbook-texi-test.texi: new file.
14405
14406         * scm/safe-lily.scm (safe-objects): add
14407         {begin,end}-of-line-(in)?visible as safe.
14408  
14409 2005-01-30  Graham Percival  <gperlist@shaw.ca>
14410
14411         * Documentation/user/changing-defaults.itely: fixed example
14412         of (dynamics).
14413
14414 2005-01-29  Graham Percival  <gperlist@shaw.ca>
14415
14416         * lily/main.cc: fix info about -o=FILE.
14417
14418 2005-01-29  Werner Lemberg  <wl@gnu.org>
14419
14420         * mf/feta-toevallig.mf ("Natural"): Completely changed the
14421         construction to assure smooth transition from straight to curved
14422         lines.
14423
14424 2005-01-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14425
14426         * lily/stencil.cc (moved_to_edge): don't halt on adding empty
14427         stencils.
14428
14429         * ps/lilyponddefs.ps: add start-page, start-system doesn't
14430         translate to top of page. Fixes alignment problems of
14431         lilypond-generated EPS files.
14432
14433 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14434
14435         * scm/part-combiner.scm (analyse-spanner-states): trigger on
14436         crescendo-end as well, since Decrescendo maybe ended with Stop
14437         Crescendo.). Fixes: partcombine-diminuendo.ly
14438
14439         * scm/script.scm (default-script-alist): swap portato symbols.
14440
14441         * lily/instrument-name-engraver.cc (acknowledge_grob): typo.
14442
14443         * lily/paper-outputter-scheme.cc (LY_DEFINE):
14444         ly:outputter-port. New function.
14445
14446         * scm/framework-ps.scm (output-classic-framework): dump a
14447         -systems.texi too
14448         (output-classic-framework): dump multiple systems on an "infinite"
14449         page EPS including fonts. 
14450
14451         * scripts/lilypond-book.py (Lilypond_snippet.ly_is_outdated): use
14452         .eps files for both texi and tex formats. Use PNG coming from
14453         lilypond.
14454         
14455 2005-01-28  Graham Percival  <gperlist@shaw.ca>
14456
14457         * Docuemntation/user/invoking.itely: fix info about -o=FILE.
14458
14459         * scripts/lilypond-latex.py: fix info about -o=FILE.
14460
14461 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14462
14463         * ly/generate-embedded-cff.ly: write .cff.ps files.
14464
14465         * mf/GNUmakefile ($(outdir)/lilypond.map): add .cff.ps to .map file.
14466
14467         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
14468         $(outdir)/%.svg $(outdir)/%.pfa): remove --simplify
14469
14470 2005-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
14471
14472         * lily/include/guile-compatibility.hh (SCM_VECTOR_P): Compile fix.
14473
14474 2005-01-28  Werner Lemberg  <wl@gnu.org>
14475
14476         * mf/feta-macros.mf (soft_start_penstroke, soft_end_penstroke): New
14477         macros.
14478         (draw_bulb): Improved.
14479
14480         * mf/feta-pendaal.mf ("Pedal asterisk"): Remove workaround for
14481         metapost bug.
14482         (draw_pedal_P): Use soft_end_penstroke.
14483         (draw_pedal_d): Use soft_start_penstroke.
14484
14485         * mf/feta-schrift.mf ("Trill (`tr')"): Remove redundant point in
14486         path.
14487         ("Varied Coda"): Move some points to avoid fontforge warnings.  This
14488         doesn't change the glyph shape.
14489
14490         * mf/feta-accordion.mf ("accOldEE"): Draw glyph differently (without
14491         changing the shape) to avoid fontforge warnings.
14492
14493         * mf/feta-klef.mf (draw_tab_T, draw_tab_A, draw_tab_B): Use
14494         soft_end_penstroke and fix glyph shape.
14495
14496 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14497
14498         * lily/*.cc: Scheme deprecation of SCM_VECTOR_* 
14499
14500 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14501
14502         * scm/define-markup-commands.scm (line): filter out empty stencils
14503         from line command.
14504
14505         * lily/stencil-scheme.cc (LY_DEFINE): only allow finite real
14506         amount.
14507
14508 2005-01-27  Graham Percival  <gperlist@shaw.ca>
14509
14510         * Documentation/user/notation.itely: added info about what
14511         \voiceFoo does.  Also rewrote warning about marks at
14512         a line break.
14513
14514         * Documentation/user/changing-defaults.itely: added info
14515         about putting dynamics in parenthesis and brackets.
14516
14517 2005-01-27  Werner Lemberg  <wl@gnu.org>
14518
14519         * mf/feta-schrift.mf ("Trill (`tr')"): Fix typo.
14520
14521 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14522
14523         * mf/feta-schrift.mf: reverse u and d portato. Fixes:
14524         portato-direction.ly
14525
14526         * lily/beam.cc (consider_auto_knees): add beam height to
14527         threshold. Fixes: knee-multiple-beam.ly
14528
14529         * lily/instrument-name-engraver.cc (acknowledge_grob): also ignore
14530         pedal line spanners. Fixes: instrument-center-pedal.ly
14531
14532         * lily/auto-beam-engraver.cc (acknowledge_grob): stop beam
14533         if encountering barline. Fixes: auto-beam-repeat.ly
14534
14535 2005-01-26  Werner Lemberg  <wl@gnu.org>
14536
14537         * mf/feta-slag.mf (draw_trillelement): Fix shape to get clean
14538         overlapping.
14539
14540         * mf/feta-toevallig.mf (draw_meta_sharp): Fix shape to avoid curves
14541         with inflections for the 1/2 sharp glyph.
14542
14543         * mf/feta-schrift.mf ("Trill (`tr')"): Fix start position of
14544         connection between `t' and `r'.
14545         Unify bulb with the rest of `r' to avoid grazing outlines which
14546         confuses the overlap removal algorithm of fontforge.
14547
14548         * mf/feta-bolletjes.mf (draw_slash): Fix shape to avoid curves with
14549         inflections.
14550         (draw_cross): Fix shape to have uniform thickness in corners.
14551
14552         * mf/feta-pendaal.mf (draw_pedal_P): Break shape into smaller pieces
14553         to avoid an uneven number of self-intersections; this confuses
14554         fontforge.
14555         Fix a slight bug in the shape at left bottom (which is visible only
14556         at high magnifications).
14557         `Center' the stem horizontally to avoid overlapping.
14558
14559 2005-01-24  Werner Lemberg  <wl@gnu.org>
14560
14561         * mf/feta-autometric.mf (fet_beginfont): Set font_coding_scheme
14562         to `asis'.
14563         (fet_begingroup): Save group name in string `feta_group'.
14564         (fet_endgroup): Updated.
14565         (fet_beginchar): Emit `glyph_name' special for mf2pt1.
14566
14567         * mf/feta-bolletjes.mf: s/p/pat/ for paths.
14568
14569         * mf/feta-pendaal.mf ("Pedal asterisk"): Add workaround for bug
14570         in metapost.
14571
14572 2005-01-24  Graham Percival  <gperlist@shaw.ca>
14573
14574         * Documentation/user/notation.itely: really minor editing.
14575
14576 2005-01-22  Graham Percival  <gperlist@shaw.ca>
14577
14578         * Documentation/user/examples.itely: minor editing.
14579
14580         * Documentation/user/changing-defaults.itely: minor editing.
14581
14582         * Documentation/user/notation.itely: clarified info on polyphony
14583         and \addlyrics.
14584
14585 2005-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
14586
14587         * scm/output-gnome.scm: 
14588         * scm/output-svg.scm:
14589         * scm/lily-library.scm (font-name-style): Update font name
14590         kludging for fontconfig use.
14591
14592 2005-01-20  Erlend Aasland  <erlenda@gmail.com>
14593
14594         * scm/define-markup-commands.scm: Document right-align and
14595         larger markup commands. Remove "TODO" from the topmost comment
14596         "each markup function should have a doc string." More consistent
14597         use of new-lines.
14598
14599 2005-01-22  Graham Percival  <gperlist@shaw.ca>
14600
14601         * Documentation/user/changing-defaults: removed info about
14602         copyright symbol, since it's likely to change soon.
14603         Added info about betweensystemspace.
14604
14605         * Documentation/user/notation.itely: minor fixes.
14606
14607         * Documentation/user/lilypond.tely,
14608         Documentation/user/music-glossary.tely: changed copyright
14609         date to 2005 instead of 2004.
14610
14611         * input/test/volta-chord-names.ly: added old example back.
14612
14613 2005-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14614
14615         * mf/feta-beugel.mf: use design size 20 (not 15).
14616
14617         * mf/aybabtu.pe.in: scale brace fonts to design sizes.
14618         change name to aybabtu completely
14619
14620 2005-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14621
14622         * buildscripts/gen-emmentaler-scripts.py (outdir): add
14623         design_size to fontname
14624
14625 2005-01-19  Werner Lemberg  <wl@gnu.org>
14626
14627         * mf/feta-accordion.mf, mf/feta-klef.mf, mf/feta-pendaal.mf,
14628         mf/feta-schrift.mf: s/p/pat/ if a path variable.
14629
14630         * mf/feta-autometric.mf (set_char_box): Add code which emits
14631         specials for mf2pt1 if run with metapost.
14632         (to_bp): New macro for mf2pt1.
14633
14634 2005-01-18  Graham Percival  <gperlist@shaw.ca>
14635
14636         * Documentation/user/changing-defaults: added info on
14637         creating a copyright symbol.
14638
14639 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14640
14641         * VERSION: release 2.5.9
14642         
14643 2005-01-18  Erlend Aasland  <erlenda@gmail.com>
14644
14645         * scm/auto-beam.scm: Simplify score-override-auto-beam-setting
14646
14647         * Documentation/user/notation.itely: Document
14648         score-override-auto-beam-setting Fix documentation for
14649         revert-auto-beam-setting.
14650
14651 2005-01-18  Werner Lemberg  <wl@gnu.org>
14652
14653         * scm/framework-ps.scm (ps-embed-cff): Fix DSC comments.
14654         (procset): New function to define a procset resource.
14655         (ps-embed-pfa): New function to define a font resource.
14656         (setup): New function to define a `Setup' environment.
14657         (preamble): Use new functions.
14658
14659         * ps/lilypond.defs (init-lilypond-parameters): New function to
14660         get rid of directly executed PS code.  Used in scm/framework-ps.scm.
14661
14662 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14663
14664         * mf/GNUmakefile (MFTRACE_FLAGS): add --no-afm to MFTRACE_FLAGS
14665
14666 2005-01-17  Erlend Aasland  <erlenda@gmail.com>
14667
14668         * scm/define-markup-commands.scm: Change number->markletter-string
14669         to take two arguments (vector number). Add number->mark-alphabet-vector
14670         and markalphabet markup command.
14671
14672         * scm/translation-functions.scm: Add format-mark-box-alphabet,
14673         format-mark-alphabet, format-mark-box-barnumbers and
14674         format-mark-barnumbers. Fix bug in format-mark-box-numbers.
14675
14676 2005-01-17  Graham Percival  <gperlist@shaw.ca>
14677
14678         * Documentation/user/examples.itely: add SATB automatic piano
14679         reduction template.
14680
14681         * Documentation/user/notation.itely: added info about changing
14682         partcombine texts.  Also adds examples of alternate lyrics.
14683
14684         * Documentation/user/changing-defaults.itely: added warning
14685         about \RemoveEmptyStaffContext overriding previous changes.
14686
14687 2005-01-17  Werner Lemberg  <wl@gnu.org>
14688
14689         * buildscripts/mf-to-table.py: Use `FetaAlphabetEncoding' for
14690         feta-alphabet*.
14691
14692 2005-01-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14693
14694         * python/lilylib.py (make_ps_images): don't do final showpage for
14695         multi-page documents.
14696         
14697         * VERSION (MY_PATCH_LEVEL): release 2.5.8
14698
14699 2005-01-16  Graham Percival  <gperlist@shaw.ca>
14700
14701         * Documentation/user/lilypond.tely: changed order of appendices;
14702         unified index should be last.
14703
14704         * Documentation/user/notation.itely: add example of key signatures
14705         and info about Staff.printKeyCancellation.
14706
14707 2005-01-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14708
14709         * lily/include/repeated-music.hh (class Repeated_music): change
14710         into "namespace" class.
14711
14712         * lily/event.cc: remove Key_change_event.
14713
14714         * lily/include/transposed-music.hh (class Transposed_music): remove.
14715
14716         * lily/transposed-music.cc: remove
14717
14718         * lily/include/relative-music.hh: remove.
14719
14720         * lily/include/music-sequence.hh (struct Music_sequence): change
14721         into "namespace" class.
14722
14723         * lily/untransposable-music.cc (Module): remove
14724
14725         * lily/include/un-relativable-music.hh (Module): remove
14726
14727         * lily/include/untransposable-music.hh (Module): remove
14728
14729         * lily/include/music-list.hh (Module): remove file
14730
14731         * lily/un-relativable-music.cc: remove file.
14732
14733 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
14734
14735         * lily/parser.yy: Compile fix.
14736
14737 2005-01-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14738
14739         * lily/include/music.hh (class Music): unvirtualize transpose().
14740
14741         * lily/sequential-music.cc: remove file.
14742
14743         * lily/include/lyric-combine-music.hh ("music.hh"): remove file.
14744
14745         * lily/slur-scoring.cc (get_best_curve): only switch on
14746         DEBUG_SLUR_SCORING for non NDEBUG builds.
14747
14748         * lily/include/music.hh (class Music): replace Music::start_mom()
14749         by start-callback property
14750
14751         * lily/include/grace-music.hh: remove file. 
14752
14753         * lily/stem.cc (height): robustness fix.
14754
14755         * lily/time-scaled-music.cc: remove file.
14756
14757         * lily/include/music.hh (class Music): include SCM init argument.
14758         (class Music): replace Music::get_length() virtual by
14759         length-callback property everywhere.
14760
14761         * scripts/convert-ly.py (conv): add  # to \property scalar value.
14762
14763         * mf/GNUmakefile: don't install *list.ly
14764
14765 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
14766
14767         * mf/GNUmakefile (CFF_FILES): Bugfix: only big cheeses and braces.
14768
14769 2005-01-12  Werner Lemberg  <wl@gnu.org>
14770
14771         This patch addresses the following problems in the feta sources
14772         files which contribute to the fetaXX fonts.
14773
14774         . Many fixes for rasterization at low resolutions (consistent use of
14775           `vround' and `hround', integer shift values for paths, applying
14776           `eps' for mirrored paths, use of `define_whole_pixels' and
14777           friends, etc.) -- while this probably looks like a waste of time
14778           it has revealed deficiencies in some glyph shapes.  See comment at
14779           the end of feta-params.mf how vertical symmetry is achieved.
14780
14781         . The `---' operator has been replaced everywhere with `--'; this
14782           both improves and considerably reduces the font size after
14783           conversion with mf2pt1.
14784
14785         These change aren't explicitly mentioned below since virtually all
14786         glyphs are affected.
14787
14788         Other notable differences:
14789
14790         . Glyphs from feta-accordion.mf now have charboxes around the
14791           outline.
14792
14793         . Fixed incorrect charbox for `accDot'.
14794
14795         . The `rcomma' and `lcomma' glyphs were distorted due to a typo.
14796
14797         . Fixed position of the bow in the `upprall' glyph and its siblings.
14798
14799         . The bulb size in the `2/2 meter' and `4/4 meter' glyphs is now
14800           dependent on the staff line thickness to avoid touching the middle
14801           staff line at smaller sizes.
14802
14803         . Largely extended output for feta-testXX: Where useful, glyphs
14804         are shown both between and on staff lines.
14805
14806
14807         * mf/feta-params.mf (staff_space_rounded,
14808         stafflinethickness_rounded, linethickness_rounded,
14809         ledgerlinethickness_rounded, stemthickness_rounded): New variables.
14810         Update all code which uses them where appropriate.
14811         (feta_eps, feta_shift, feta_space_shift, feta_offset, feta_fillpen):
14812         New variables used to control rasterization at low resolutions.  Set
14813         to zero if feta code is processed with metapost.
14814
14815         * mf/feta-macros.mf (draw_staff, draw_staff_outline): Updated.
14816         (draw_rounded_block, draw_square_block): Updated to use `--' only.
14817         (flare_path): Updated.
14818         Make it work with `filldraw' (but only circular pens).
14819         (hfloor, vfloor, hceiling, vceiling): New macros.
14820
14821         * mf/feta-accordion.mf ("accDiscant", "accFreebase", "accStdbase"):
14822         Use `draw' again in mf mode to have good pixel dropout control.
14823         Fix intersection points of horizontal lines with circle.
14824         ("accDot"): Fix parameters for set_char_box.
14825         ("accOldEE"): Use `draw' again in mf mode to have good pixel dropout
14826         control.
14827
14828         * mf/feta-banier.mf: Updated.
14829
14830         * mf/feta-bolletjes.mf (remember_pic): New variable, used for
14831         testing.
14832         (undraw_inside_ellipse): Remove `center' argument.  Update all
14833         callers.
14834         (draw_brevis): New macro, called by "Brevis notehead".
14835         (draw_whole_triangle_head): New macro, called by "Whole
14836         trianglehead".
14837         (draw_small_triangle_head): Use `filldraw'.
14838
14839         * mf/feta-eindelijk.mf: Remove useless global group.
14840         Updated.
14841
14842         * mf/feta-klef.mf (draw_c_clef): Correct point positions for using
14843         `filldraw'.
14844
14845         * mf/feta-pendaal.mf: Updated.
14846
14847         * mf/feta-puntje.mf: Updated.
14848
14849         * mf/feta-schrift.mf (draw_very_long_fermata): Simplified to use
14850         less points.
14851         ("Flageolet"): Use `draw' again in mf mode to have good pixel
14852         dropout control.
14853         ("Varied Coda"): Use `draw_block'.
14854         (draw_comma): Fix typo.
14855         (draw_arpeggio_arrow): Use `draw' also in mf mode to have good
14856         pixel dropout control.
14857
14858         * mf/feta-slag.mf ("upprall", "downprall", "lineprall"): Fix start
14859         position of bow.
14860
14861         * mf/feta-timesig.mf (draw_C): Reduce bulb size for smaller design
14862         sizes.
14863
14864         * mf/feta-toevallig.mf (remember_pic): New variable, used for
14865         testing.
14866         (draw_meta_sharp): Much simplified.
14867         ("Sharp", "1/2 Sharp", "3/4 Sharp"): Don't rotate but shift.
14868
14869         * mf/feta-test-generic.mf: Include all files as in feta-generic.mf.
14870
14871 2005-01-13  Mats Bengtsson  <mabe@s3.kth.se>
14872
14873         * Documentation/user/notation.itely (Ancient rests): Fix typo
14874         (thanks Anthony)
14875
14876 2005-01-13  Jan Nieuwenhuizen  <janneke@gnu.org>
14877
14878         * scm/auto-beam.scm (score-override-auto-beam-setting): New function.
14879
14880         * lily/main.cc (setup_paths): Add cff.
14881
14882         * mf/GNUmakefile (foe): Include actual target %.cff.
14883         (INSTALLATION_OUT_SUFFIXES): Install CFF and SVG fonts too.
14884
14885 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14886
14887         * lily/include/lily-lexer.hh (class Lily_lexer): lose hungarian _b
14888         suffix for main_input_b_.
14889
14890         * scm/music-functions.scm (toplevel-music-functions):
14891         precompute music lengths for music expressions.  
14892
14893 2005-01-11  Nicolas Sceaux  <nicolas.sceaux@free.fr>
14894
14895         * lily/include/input.hh (class Input): new `end_' slot for end of
14896         input. Renamed defined_str0_ to start_.
14897
14898         * lily/input.cc (Input): Add Input::Input (Input const &) and
14899         remove Input::Input (Source_file*, char const *). Use the new
14900         slots.
14901         (set_location): method used by bison to propagate input
14902         locations (YYLLOC_DEFAULT).
14903         (end_line_number, end_column_number, step_forward): new methods
14904         
14905         * lily/input-scheme.cc (ly:input-both-locations): new function,
14906         similar to ly:input-location, but also return the end line and
14907         column.
14908
14909         * lily/include/includable-lexer.hh: 
14910         * lily/includable-lexer.cc: 
14911         * lily/include/lily-lexer.hh (class Lily_lexer): 
14912         * lily/lily-lexer.cc (add_lexed_char): Move add_lexed_char from
14913         Includable_lexer to Lily_lexer, in order to update lexloc (the
14914         yylloc), a new slot of Lily_lexer.
14915         (here_input, LexerError): simplify by using the lexloc slot (aka
14916         yylloc)
14917
14918         * lily/lexer.ll: #define yylloc to use input locations (it may
14919         be useless here?). Fixed the #embedded_scm rule (step the location
14920         forward in order to skip the sharp sign before parsing the scheme
14921         expression)
14922
14923         * lily/include/lily-parser.hh (class Lily_parser): 
14924         * lily/lily-parser.cc: Remove push_spot(), pop_spot() and
14925         here_input()
14926         (parser_error): overload for more precise locations of errors.
14927
14928         * lily/parser.yy (YYLTYPE): set location type to Input
14929         (YYLLOC_DEFAULT): use Input::set_location()
14930         (yylex): add the YYLTYPE* location parameter.
14931         Clean push_spot()/pop_spot()/here_input(), and use @$, @1, etc.
14932         Give an Input parameter to THIS->parser-error() for more accurate
14933         messages.
14934
14935 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14936
14937         * stepmake/aclocal.m4: do NDEBUG for optimizing builds.
14938
14939         * lily/include/beam.hh (DEBUG_QUANTING): performance: only switch
14940         on BEAMQUANTING for non-NDEBUG builds.
14941
14942         * lily/stem.cc (head_count): performance: avoid String::String()
14943         inside oft called function.
14944
14945 2005-01-09  Graham Percival  <gperlist@shaw.ca>
14946
14947         * Documentation/user/examles.itely: attempted fix for broken
14948         string quartet template.
14949
14950         * Documentation/user/notation.itely: remove unnecessary broken
14951         link.
14952
14953 2005-01-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14954
14955         * VERSION (PACKAGE_NAME): release 2.5.7
14956
14957 2005-01-09  Jan Nieuwenhuizen  <janneke@gnu.org>
14958
14959         * config.make.in (METAFONT): Append -progname=mf, fixes use with
14960         mf-nowin for teTeX-3.0.  Backportme.
14961
14962         * scm/output-svg.scm (utf8-string): New function.
14963
14964         * scm/output-gnome.scm (utf8-string): New function.
14965         (otf-name-mangling): Remove.
14966
14967         * lily/pango-font.cc (Pango_font): Use font string iso font
14968         filename for utf8-text.
14969
14970         * buildscripts/gen-emmentaler-scripts.py: Remove designsize from
14971         name.
14972
14973 2005-01-08  Graham Percival  <gperlist@shaw.ca>
14974
14975         * Documentation/user/notation.itely: add info about
14976         Staff.extraNatural = ##f in Pitches section.  Also
14977         fixed some minor issues in the Vocal music section.
14978
14979 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14980
14981         * scm/output-ps.scm (white-text): comment out Helvetica font,
14982         which is broken for my GS install.
14983
14984         * lily/pango-font.cc (pango_item_string_stencil): use ink_rect,
14985         which provides a tighter bbox.
14986
14987         * scm/define-grobs.scm (all-grob-descriptions): remove all
14988         extra-offsets from definitions.
14989
14990 2005-01-08  Erlend Aasland  <erlenda@gmail.com>
14991
14992         * scm/output-lib.scm: Rename guitar-tunings to guitar-tuning and
14993         add tuning for 4-string bass and some common 4/5-string banjo
14994         tunings.  New function (four-string-banjo) turns a 5-string tuning
14995         into a 4-string tuning.  New function
14996         (fret-number-tablature-format-banjo) computes correct fret numbers
14997         on 5-string banjos.
14998
14999         * ly/engraver-init.ly: Default stringTunings = #guitar-tuning
15000         Add beam correction to TabVoice.
15001
15002         * scm/define-grobs.scm: Adjust notehead offset. Print fret numbers
15003         using bold font; makes tabs more readable.
15004
15005 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15006
15007         * lily/font-select.cc (get_font_by_design_size): don't make
15008         Modified_font_metric; this causes trouble, since we don't know the
15009         font magnification from inside Pango_font::text_stencil()
15010
15011         * lily/all-font-metrics.cc (find_pango_font): take magnification argument.
15012
15013         * Documentation/user/notation.itely (The Lyrics context): comment out
15014         broken {Small ensembles} link.
15015
15016         * scm/framework-svg.scm (output-framework): change calling convention.
15017
15018         * lily/object-key-dumper-scheme.cc: new file.
15019
15020         * lily/object-key-undumper-scheme.cc: new file.
15021
15022         * lily/tweak-registration-scheme.cc: new file.
15023
15024         * lily/pango-select.cc (symbol_to_pango_variant): init local variable.
15025
15026         * Documentation/user/examples.itely (String quartet): uncomment
15027         broken example.
15028
15029         * lily/font-config.cc: new file.
15030
15031 2005-01-08  Jan Nieuwenhuizen  <janneke@gnu.org>
15032
15033         * scm/output-svg.scm: 
15034         * scm/output-gnome.scm: s/bigcheese/emmentaler.
15035
15036         * lily/score-engraver.cc (MUSIC_FONT): Use emmentaler20.
15037
15038 2005-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
15039
15040         * lily/general-scheme.cc (LY_DEFINE): Use snprintf (WAS: sprintf).
15041         Add headers.
15042
15043         * lily/GNUmakefile (general-scheme.o): Add version.hh dependency.
15044
15045 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15046
15047         * mf/GNUmakefile (debian-mirror): rename bigcheese to emmentaler.
15048
15049         * lily/include/main.hh: lose _b hungarian suffixes for global
15050         variables.
15051
15052         * lily/include/lily-guile-macros.hh: new file.
15053
15054         * lily/pango-select-scheme.cc (LY_DEFINE): new file.
15055
15056         * lily/general-scheme.cc: new file. 
15057
15058         * lily/font-select.cc (get_font_by_design_size): retrieve
15059         PangoFont for (designsize . "pango-descr") entries.
15060
15061         * lily/lily-parser-scheme.cc: new file.
15062
15063         * lily/output-def-scheme.cc: new file.
15064
15065         * lily/paper-book-scheme.cc: new file.
15066
15067         * lily/duration-scheme.cc (LY_DEFINE): new file.
15068
15069         * lily/pitch-scheme.cc:  new file.
15070
15071         * scm/font.scm (add-cmr-fonts): use real dimens in font selection.
15072
15073 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15074
15075         * lily/dimensions.cc (LY_DEFINE): add ly:{inch,cm,mm,bp,pt}.
15076
15077 2005-01-06  Graham Percival  <gperlist@shaw.ca>
15078
15079         * Documentation/user/notation.itely: minor editing.
15080
15081         * Documentation/user/changing-defaults: minor editing.
15082
15083         * Documentation/user/examples.itely: add template for
15084         string quartet part extraction; demonstrates tag.
15085
15086 2005-01-06  Erlend Aasland  <erlenda@gmail.com>
15087
15088         * Documentation/user/notation.itely: documents
15089         format-mark-box-letters and format-mark-box-numbers
15090
15091         * scm/define-context-properties.scm: change comment.
15092
15093 2005-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15094
15095         * scm/framework-ps.scm (output-classic-framework): new function:
15096         dump systems as separate .eps files (without fonts) and write a
15097         single collecting .tex file.
15098
15099 2005-01-05  Mats Bengtsson  <mabe@s3.kth.se>
15100
15101         * Documentation/user/notation.itely (Setting simple songs):
15102         Correct several errors in the equivalent formulation of
15103         \addlyrics. 
15104         (The Lyrics context): Corrected link to the SATB example.
15105
15106 2005-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15107
15108         * scm/lily.scm (completize-formats): new function
15109         (postprocess-output): new function
15110
15111         * lily/paper-book.cc (classic_output): change calling
15112         convention. Give basename as first argument. 
15113         remove Paper_book::post_processing().
15114
15115         * lily/lily-guile.cc (LY_DEFINE): ly:output-backend, new function.
15116
15117 2005-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15118
15119         * lily/paper-outputter.cc (LY_DEFINE): new function
15120         ly:outputter-close.
15121
15122         * lily/main.cc: change --format,-f to --backend,-b
15123
15124         * lily/include/main.hh: rename format to backend.
15125
15126         * scm/translation-functions.scm (format-mark-box-numbers): add.
15127         patch by Erlend Aasland
15128
15129 2005-01-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15130
15131         * lily/pango-font.cc (text_stencil): dump string as
15132         (utf-8-string FONTDESC UTF8) for use in -f gnome, -f svg.
15133
15134 2005-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
15135
15136         * configure.in (gui_b): Remove handy developer-only
15137         PKG_CONFIG_PATH settings that cater for Jan-and-Han-Wen ~/usr/pkg/
15138         CVS source installations (but break other non-default but correct
15139         PKG_CONFIG_PATH setups), as this is no longer developer-only.
15140
15141         * SConstruct: 
15142         * ps/GNUmakefile (INSTALLATION_FILES): teTeX-3.0
15143         compatibility (backportme).
15144
15145         * GNUmakefile.in: teTeX-3.0 compatibility (backportme).
15146
15147 2005-01-03  Werner Lemberg  <wl@gnu.org>
15148
15149         Prepare glyph shapes for mf2pt1 conversion.
15150
15151         * mf/feta-accordion.mf (accreg_pen): Removed.  No longer used.
15152         (accDiscant, accFreebase, accStdbase): Replace `draw' with
15153         `penstroke'.
15154         (accDot): Use `drawdot'.
15155         (accBayanbase): Replace `draw' with `draw_gridline'.
15156         (print_penpos): Moved to feta-macros.mf.
15157         (accOldEE): Replace `filldraw' with `penstroke'.
15158         Replace `draw' with `penstroke' and `drawdot'.
15159
15160         * mf/feta-banier.mf: Code clean-up.
15161         ("grace dash (up)", "grace dash (down)"): Replace `draw' with
15162         `fill'.
15163
15164         * mf/feta-bolletjes (draw_cross): Remove call to `labels'.
15165
15166         * mf/feta-eindelijk.mf (draw_rest_bulb, draw_eigth_rest): Add
15167         paremeter to control drawing of labels.  Update all callers.
15168
15169         * mf/feta-klef.mf (draw_c_clef): Use `&' not `..' to connect paths.
15170         (new_bulb): Return a bulb as a single path.  To do that, it now
15171         takes some more parameters.  Updated all callers.
15172         (draw_gclef): Major clean-up.  `draw' has been replaced with
15173         `penstroke', unnecessary outlines have been removed.
15174         Remove (unused) gnome-canvas code.
15175
15176         * mf/feta-macros.mf (print_penpos): New macro (from
15177         feta-accordion.mf).
15178         Other minor fixes.
15179
15180         * mf/feta-pendaal.mf ("Pedal asterisk"): Use `undrawdot'.
15181         ("Pedal dot"): Use `drawdot'.
15182         (draw_pedal_P): Add parameter to control drawing of labels.  Update
15183         all callers.
15184         Fix shape at top.
15185         (draw_pedal_e): Add parameter to control drawing of labels.  Update
15186         all callers.
15187         (draw_pedal_d): Add parameter to control drawing of labels.  Update
15188         all callers.
15189         Revert drawing direction.
15190
15191         * mf/feta-schrift.mf (draw_fermata): Use single path.
15192         (draw_short_fermata): Replace `filldraw' with `fill'.
15193         (draw_long_fermata, draw_very_long_fermata): Replace calls to
15194         `draw_rounded_block' with a single path.
15195         ("Thumb"): Draw full circle instead of mirroring segments.
15196         (draw_accent): New macro.
15197         ("> accent", "espr"): Use it.
15198         (draw_marcato): Replace `filldraw' and `draw' with `fill'.
15199         ("open (unstopped)"): Draw full circle instead of mirroring
15200         segments.
15201         (draw_vee): Removed.
15202         ("Upbow"): Use `draw_accent' instead of `draw_vee'.
15203         ("Downbow"): Replace calls to `draw_rounded_block' with a single
15204         path.
15205         ("Trill (`tr')"): Replace overlapping loop drawn with `draw' with
15206         partial pieces drawn with `fill' -- these do still overlap with the
15207         stem of the `t' but just once, not multiple times so that fontforge
15208         can handle it gracefully.
15209         Change other parts of the glyph so that fontforge's overlapping
15210         algorithm reliably works.
15211         (draw_heel): Replace `draw' with `fill'.
15212         (draw_toe): Use `draw_accent' instead of `draw_vee'.
15213         ("Flageolet"): Replace `draw' with `penstroke'.
15214         ("Segno"): Replace `filldraw' with `penstroke'.
15215         Replace `draw' with `drawdot'.
15216         ("Coda"): Replace `fill' with `penstroke', using a single path.
15217         ("Varied Coda"): Use less overlapping paths.
15218         (draw_arpeggio_arrow): Replace `filldraw' with `fill', using a
15219         single path.
15220
15221         * mf/feta-slag.mf (draw_trillelement): Put `clearxy' outside of
15222         group to better control the `labels' command.
15223         Rename argument to `offset' and use it actually.  Update all
15224         callers.
15225         Replace `filldraw' with `fill'.
15226         ("mordent", "prallmordent", "upmordent", "downmordent",
15227         "lineprall"): Replace `draw' with `draw_gridline'.
15228         ("upprall", "downprall"): Replace `draw' with `fill'.
15229
15230         * mf/feta-timesig.mf: Formatting.
15231
15232         * mf feta-toevallig.mf (draw_meta_flag): Move code to draw labels
15233         to...
15234         ("Flat"): Here.
15235         (draw_paren): Move code to draw labels to...
15236         ("Right Parenthesis"): Here.
15237
15238 2005-01-02  Graham Percival <gperlist@shaw.ca>
15239
15240         * Documentation/user/notation.itely: add example of \setTextDecresc
15241         and \setTextDim.
15242
15243 2005-01-02  Tatsuya Ono <tats_ono@infoseek.jp>
15244
15245         * scm/define-markup-commands.scm :  fix glyph-strings of
15246         accidentals and \note-by-number
15247
15248 2005-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15249
15250         * VERSION: 2.5.6 released.
15251         
15252         * ps/lilyponddefs.ps: put mm -> pt scaling in here.
15253
15254         * input/regression/new-markup-scheme.ly: oops. font-family=music
15255         -> font-encoding fetaMusic.  
15256
15257         * lily/main.cc: put default to PS.
15258
15259         * lily/tfm.cc: idem.
15260
15261         * lily/afm.cc: idem.
15262
15263         * lily/include/modified-font-metric.hh (struct
15264         Modified_font_metric): remove coding_scheme() method.
15265
15266         * input/mutopia/F.Schubert/morgenlied.ly: convert to utf8
15267
15268         * scripts/convert-ly.py (conv): crash on encountering \encoding.
15269
15270         * input/les-nereides.ly: convert to utf8
15271
15272         * lily/modified-font-metric.cc (text_dimension): idem.
15273
15274         * lily/parser.yy (TODO): idem.
15275
15276         * lily/include/lily-lexer.hh (class Lily_lexer): idem.
15277
15278         * lily/lexer.ll: remove encoding
15279
15280         * scm/framework-ps.scm (output-variables): separately scale the
15281         page to mm 
15282
15283         * lily/pango-font.cc (Pango_font): fix scaling.
15284
15285         * lily/font-metric.cc (design_size): design_size returns a
15286         dimension now as well.
15287
15288 2004-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15289
15290         * mf/GNUmakefile ($(outdir)/%.otf-table): use findstring. Fixes
15291         brace generation. 
15292
15293         * lily/text-metrics.cc (LY_DEFINE): use scm_c_make_hash_table().
15294
15295 2004-12-30  Jan Nieuwenhuizen  <janneke@gnu.org>
15296
15297         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Do not try to
15298         install unbuildable Fontmap and Fontmap.lily (Simon Aridis-Lang).
15299
15300 2004-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15301
15302         * mf/GNUmakefile ($(outdir)/%.otf-table): include parmesan20.lisp
15303         in first run as well.
15304
15305         * scm/paper.scm (layout-set-staff-size): use text-font-size in
15306         dimension less points (ie. 12 = 12 point)
15307
15308         * lily/pango-select.cc (select_pango_font): use find_scaled_font().
15309
15310         * lily/all-font-metrics.cc (find_pango_font): set description_
15311
15312         * lily/pango-font.cc (text_stencil): export size as well.
15313         (text_stencil): fix scaling and extents box.
15314
15315 2004-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15316
15317         * Documentation/topdocs/NEWS.texi (Top): add -f texstr
15318
15319         * Documentation/user/invoking.itely (Invoking lilypond): document
15320         texstr
15321
15322         * scripts/convert-ly.py (conv): add ancient rules.
15323
15324         * scm/clef.scm (c0-pitch-alist): replace - with .
15325
15326         * scripts/lilypond-book.py (process_snippets): add texstr support.
15327
15328         * scm/framework-texstr.scm (header): change extension to .textmetrics
15329
15330         * lily/lily-parser.cc (parse_file): do try_load_text_metrics for
15331         -f tex.
15332
15333         * lily/text-metrics.cc: new file.
15334         (try_load_text_metrics): new function
15335
15336         * lily/include/text-metrics.hh: new file.
15337
15338 2004-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15339
15340         * lily/include/lily-guile.hh (ly_lily_module_constant): rename
15341         ly_scheme_function to ly_lily_module_constant.
15342
15343         * lily/modified-font-metric.cc (text_dimension): try
15344         lookup_tex_text_dimension() first.
15345
15346         * lily/tfm.cc: new function ly:load-text-dimensions
15347
15348 2004-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15349
15350         * scm/output-texstr.scm (text): use \lilygetmetrics
15351
15352         * scm/framework-texstr.scm (header): dump in new format.
15353
15354         * tex/lilypond-tex-metrics: new file.
15355         
15356 2004-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
15357
15358         * lily/pango-font.cc (text_stencil): Quick try at glyph->charcode
15359         mapping.
15360         (index_to_charcode): New method.
15361
15362         * scm/output-ps.scm (glyph-string): 
15363         * scm/output-gnome.scm (glyph-string): Add FONT parameter.
15364
15365 2004-12-26  Jan Nieuwenhuizen  <janneke@gnu.org>
15366
15367         * scm/output-gnome.scm (FIXME-glyph-string): New function.  Cannot
15368         implement fully, need FONT to get to charcode.
15369
15370         * scm/lily.scm (ly:all-stencil-expressions): Add glyph-string.
15371
15372         * scm: Cleanups.
15373
15374         * Documentation/user/changing-defaults.itely: Fix internalsrefs
15375         {Tunable context properties},
15376         {All layout objects},
15377         {Music definitions}.
15378
15379 2004-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15380
15381         * VERSION: release 2.5.5
15382         
15383         * lily/main.cc: use TeX as default output format.
15384
15385         * flower/file-path.cc (find): try to open directly as well, so we
15386         find absolute path files. 
15387
15388         * lily/pango-select.cc: new file.
15389
15390         * scm/framework-ps.scm: remove all encoding code. 
15391         load pfb/pfa for PangoFont too.
15392         
15393         * lily/lily-guile.cc (ly_chain_assoc_get): new function.
15394
15395 2004-12-22  Werner Lemberg  <wl@gnu.org>
15396
15397         Prepare glyph shapes for mf2pt1 conversion.
15398
15399         * mf/feta-toevallig.mf ("Double Sharp"): Minor path fix.
15400
15401         * mf/feta-bolletjes.mf (penposx): New auxiliary macro.
15402         (define_triangle_shape): Use it to replace `draw' with `fill' and
15403         `unfill'.  Update all callers.
15404         (draw_slash): Replace `filldraw' with `fill'.  Update all callers.
15405         (draw_cross): Ditto.
15406         ("X-Circled notehead"): Replace `draw' with `fill' and `unfill'.
15407         Use penrazor for better conversion with mf2pt1.
15408         (generic_draw_solfa_note_shape, draw_solfa_note_shape,
15409         draw_solfa_quarter_note_shape, triangle): Removed.  Unused.
15410         (draw_do_head, draw_re_head, draw_mi_head, draw_fa_head,
15411         draw_la_head, draw_ti_head): Replace `filldraw' with
15412         `fill'.  Update all callers.
15413
15414 2004-12-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15415
15416         * lily/paper-book.cc (output): revert: only allow a single output
15417         format.
15418
15419         * lily/include/pango-font.hh: new file.
15420
15421         * lily/pango-font.cc: new file.
15422
15423         * lily/font-metric.cc (text_stencil): new routine
15424
15425         * lily/all-font-metrics.cc (find_pango_font): new routine.
15426
15427         * lily/include/font-metric.hh (struct Font_metric): add
15428         text_stencil()
15429
15430         * configure.in (PKG_CONFIG_PATH): require PANGO_FT2
15431
15432 2004-12-22  Werner Lemberg  <wl@gnu.org>
15433
15434         Prepare glyph shapes for mf2pt1 conversion.
15435
15436         * mf/feta-macros.mf, mf_feta-eindelijk.mf: Some formatting.
15437
15438         * mf/feta-toevallig.mf: Formatting.
15439         (draw_meta_sharp): Modify path to replace `filldraw' with `fill'.
15440         ("Natural"): Fix paths to allow better postprocessing.
15441         (draw_meta_flat): Use `z3l' as additional point in path to get
15442         better conversion with mf2pt1.
15443         Other minor cleanups.
15444         ("3/4 Flat"): Add auxiliary points and modify path to replace
15445         `draw' with `fill'.
15446         ("Double Sharp"): Mirror path segments instead of picture elements
15447         to get a single outline.
15448         Modify path to replace `filldraw' with `fill'.
15449
15450 2004-12-22  Graham Percival  <gperlist@shaw.ca>
15451
15452         * input/test/unfold-all-repeats.ly: added file back.
15453
15454         * Documentation/user/notation.itely,
15455         Documentation/user/programming-interface.itely
15456         Documentation/user/changing-defaults.itely: fixed misc broken
15457         links to input/test/ files.
15458
15459 2004-12-22  Jan Nieuwenhuizen  <janneke@gnu.org>
15460
15461         * tex/texinfo.tex: Update.  We should not be distributing this,
15462         but since we do, use latest version.
15463
15464         * Documentation/user/macros.itexi: Comment-out \fetaflat,
15465         \fetasharp.  Fixes make web.  FIXME: make usable (compatible?) TeX
15466         macros for feta glyphs.
15467
15468 2004-12-22  Graham Percival  <gperlist@shaw.ca>
15469
15470         * Documentation/user/changing-defaults.itely: fix index for set.
15471
15472         * Documentation/user/converters.itely: added convert-ly bugs list
15473         from CVS.
15474
15475 2004-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
15476
15477         * python/lilylib.py (setup_environment): Set GS_FONTPATH, GS_LIB
15478         to empty.  Fixes make web, using gs-gpl-8.01.  In fact,
15479         gs-afpl-8.50 has more trouble with make web (ie, uses *a lot* more
15480         resourses; 3x MAXSIZE, 4x MAXRSS, 1.5x user).
15481
15482         * mf/GNUmakefile (pfa_warning): Use less broken check.
15483
15484         * python/lilylib.py (setup_environment): Remove cruft from
15485         GS_FONTPATH.
15486
15487         * configure.in: Bump mftrace requirement to 1.1.1.
15488
15489 2004-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
15490
15491         * scm/output-svg.scm (beam): Use polygon.
15492
15493         * scm/lily-library.scm: Bugfix.
15494
15495         * Documentation/user/invoking.itely (Invoking lilypond): Bugfix.
15496
15497         * mf/GNUmakefile (ALL_GEN_FILES): Remove unbuildable Fontmap.lily.
15498
15499 2004-12-19  Werner Lemberg  <wl@gnu.org>
15500
15501         Prepare glyph shapes for mf2pt1 conversion.
15502
15503         * mf/feta-eindelijk: Some formatting.
15504         (multi_rest_x, multi_beam_height): Removed.  Unused.
15505         ("Quarter rest"): Use `intersectiontimes' to create a single
15506         outline.
15507         (rest_crook): Removed.  Unused.
15508         (draw_rest_bulb): Return path (without filling).  Update callers.
15509         Simplified.
15510         (draw_eighth_rest, "16th rest", "32th rest", "64th rest",
15511         "128th rest"): Simplify `pat'.
15512         Create single outline.
15513
15514 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
15515
15516         * mf/GNUmakefile (ALL_GEN_FILES):
15517         (INSTALLATION_OUT_SUFFIXES): Remove unbuildable fonts.scale.
15518
15519         * scm/output-svg.scm (polygon, draw-line, dashed-line): New
15520         function.
15521
15522 2004-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15523
15524         * scm/output-texstr.scm (placebox): add routine
15525
15526         * VERSION (PACKAGE_NAME): release 2.5.4
15527
15528         * scm/framework-texstr.scm (output-framework): new file.  
15529
15530         * scm/output-texstr.scm: new file. Collect (TEXT . ) calls for TeX
15531         processing.
15532
15533         * Documentation/user/invoking.itely (Invoking lilypond): add SVG
15534
15535         * stepmake/stepmake/metafont-rules.make: make single SVG/PFA/PFB
15536         rule.
15537
15538         * configure.in (gui_b): bump mftrace requirement to 1.1.0
15539
15540         * mf/feta-bolletjes.mf (triangle): add s to 0triangle.
15541
15542         * mf/GNUmakefile (ALL_GEN_FILES): make SVG files too.
15543
15544 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
15545
15546         * scm/framework-svg.scm (dump-page): Implement landscape.
15547
15548 2004-12-18  Jan Nieuwenhuizen  <janneke@gnu.org>
15549
15550         * lily/main.cc (setup_paths): Add svg to search path.
15551
15552         * scm/output-svg.scm:
15553         * scm/framework-svg.scm: Add pageSet.  Update.
15554         (dump-fonts): New function.
15555         (output-framework): Use it.
15556
15557         * mf/GNUmakefile: 
15558         * buildscripts/gen-bigcheese-scripts.py: Also generate SVG font.
15559
15560 2004-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15561
15562         * tex/lilyponddefs.tex: comment out new ifpdf code.
15563
15564 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
15565
15566         * GNUmakefile.in: 
15567         * SConstruct (symlink): Replace afm by otf.
15568
15569         * scm/framework-gnome.scm (gnome-main): Remove invocation of
15570         ly:pango-add-afm-decoder.
15571
15572         * lily/lily-guile.cc ("ly:pango-add-afm-decoder"): Build fix: Remove.
15573
15574 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15575
15576         * scm/output-ps.scm (new-text): don't access t glyph for getting
15577         space dimension.
15578
15579         * ly/init.ly: warn about \version
15580
15581         * lily/lexer.ll: set version-seen?
15582
15583 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
15584
15585         * scm/output-svg.scm (string->entities): Update.
15586
15587 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15588
15589         * lily/main.cc (setup_paths): replace afm by otf for path. 
15590
15591         * lily/pangofc-afm-decoder.cc: remove.
15592
15593         * lily/include/pangofc-afm-decoder.hh: remove.
15594
15595         * scm/framework-scm.scm (output-framework): new file.
15596
15597         * mf/GNUmakefile: remove SAUTER_FONTS.
15598         remove SVG/sodipodi hacks.
15599
15600         * scm/lily-library.scm (stderr): move stderr.
15601
15602         * mf/GNUmakefile: remove AFM support.
15603
15604         * buildscripts/mf-to-table.py (base): remove AFM support.
15605
15606         * lily/open-type-font.cc (design_size): use design_size
15607
15608 2004-12-17  Pedro Kroger  <kroeger@pedrokroeger.net>
15609
15610         * lily/font-metric.cc (LY_DEFINE): Fix the docstring.
15611
15612 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
15613
15614         * mf/GNUmakefile: Generate combined aybabtu info.
15615         * mf/aybabtu.pe.in (i): Load it.
15616
15617         * scm/framework-tex.scm (otf-font-load-command): Bugfix: subfonts
15618         are not symbols.
15619
15620         * lily/include/open-type-font.hh (count): New method.
15621
15622         * mf/aybabtu.pe.in: Typo.
15623
15624         * Documentation/user/out/lilypond-internals.nexi (Scheme
15625         functions): Typo.
15626
15627         * lily/include/guile-compatibility.hh (SCM_HASHTABLE_P): Add compat.
15628
15629 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15630
15631         * buildscripts/gen-bigcheese-scripts.py (i): use symbols for
15632         subfonts.
15633
15634         * scm/output-tex.scm (named-glyph): new function. This fixes TeX output.
15635
15636         * scm/framework-tex.scm (otf-font-load-command): load subfonts.
15637         (tex-font-command-raw): new function.
15638
15639         * lily/include/virtual-font-metric.hh (Module): remove file
15640
15641         * lily/virtual-font-metric.cc (Module): remove file.
15642         
15643
15644         * lily/open-type-font.cc (LY_DEFINE): ly:otf-font-glyph-info
15645         (get_indexed_char): read bbox from lily table if present.
15646
15647 2004-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15648
15649         * mf/GNUmakefile ($(outdir)/aybabtu.subfonts): rule for
15650         aybabtu.subfonts
15651
15652         * mf/feta-beugel.mf (y): don't number consecutively, instead, use
15653         global glyphname. Enables more than 64 glyphs in the OTF.
15654
15655 2004-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
15656
15657         * scm/font.scm (add-music-fonts): Load aybabtu iso all separate
15658         braces.
15659
15660         * lily/open-type-font.cc (design_size): Use 12 as default for
15661         design size.
15662
15663         * mf/aybabtu.pe.in: New file.  Merge all our braces.
15664
15665         * mf/GNUmakefile: Generate aybabtu.
15666
15667         * tex/lilyponddefs.tex: teTeX 3.0 pdfetex fix.
15668
15669 2004-12-14  Jan Nieuwenhuizen  <janneke@gnu.org>
15670
15671         * scm/lily-library.scm (char->unicode-index): Remove.
15672
15673         * scm/output-gnome.scm (text): Bugfix for plain string input.
15674         Updates.
15675
15676         * scm/output-svg.scm (svg-font): Add weight to font selection.
15677
15678 2004-12-14  Mats Bengtsson  <mabe@s3.kth.se>
15679
15680         * Documentation/topdocs/INSTALL.texi (Top): Point to
15681         buildscripts/out/clean-fonts instead of
15682         buildscripts/clean-fonts.sh. 
15683
15684 2004-12-13  Graham Percival  <gperlist@shaw.ca>
15685
15686         * input/regression/figured-bass.ly: attempt to clarify text.
15687
15688         * Documentation/user/notation.tely: add cindex for tag, attempt to
15689         add figured bass example.
15690
15691         * Documentation/user/changing-defaults: basic editing.
15692
15693 2004-12-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15694
15695         * buildscripts/gen-bigcheese-scripts.py (i): load .subfonts table. 
15696
15697         * lily/open-type-font.cc (LY_DEFINE): new function
15698         ly:font-sub-fonts
15699
15700         * lily/include/font-metric.hh (struct Font_metric): new method
15701         sub_fonts()
15702
15703         * lily/vaticana-ligature-engraver.cc (transform_heads): replace
15704         . with - in add.stem.
15705         
15706 2004-12-13  Jan Nieuwenhuizen  <janneke@gnu.org>
15707
15708         * scm/encoding.scm (coding-alist): Fix encodings for fetaNumber
15709         and fetaDynamic.
15710
15711         * lily/rest.cc (glyph_name): Change - to . .
15712
15713         * scm/output-gnome.scm (text): Hello world, again.
15714
15715         * scm/output-svg.scm (named-glyph): New function.  Hello world!
15716
15717         * lily/modified-font-metric.cc (index_to_charcode): New method.
15718
15719         * lily/include/font-metric.hh (index_to_charcode): New function.
15720
15721         * lily/font-metric.cc (ly:font-glyph-name-to-charcode): Use it in
15722         new function.
15723         (ly:font-glyph-to-index): Remove.
15724
15725 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15726
15727         * lily/open-type-font.cc (make_index_to_charcode_map): new method.
15728
15729         * mf/feta-autometric.mf (code): remove tex name from fet_beginchar.
15730
15731         * lily/open-type-font.cc (load_scheme_table): new function
15732
15733         * lily/dots.cc (print): replace - 
15734
15735         * lily/open-type-font.cc (attachment_point): new function.
15736         (load_table): read LILC table
15737
15738         * buildscripts/gen-bigcheese-scripts.py (Module): new
15739         file. Generate FF scripts.
15740
15741         * mf/feta-din10.mf: idem.
15742
15743         * mf/feta-nummer10.mf: remove mf files.
15744
15745         * mf/feta-alphabet.mf (dynamic_design_size): merge din and number font.
15746
15747 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
15748
15749         * lily/lily-guile.cc: Use scm_from_locale_stringn.
15750
15751         * lily/include/guile-compatibility.hh (scm_from_locale_stringn): Add
15752         compatibility.
15753
15754 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15755
15756         * lily/open-type-font.cc (get_indexed_char): scale metrics by
15757         design-size and units_per_EM.
15758
15759         * mf/bigcheese.pe.in: set PUA codepoints before loading din & nummer.
15760
15761 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
15762
15763         * mf/bigcheese.pe.in (i): Map to 0xe000 (PUA) for testing, which
15764         does not crash fontforge.
15765
15766         * scm/lily-library.scm (char->unicode-index): Hack to map onto
15767         PUA.
15768
15769 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15770
15771         * scm/framework-ps.scm (ps-embed-cff): new function.
15772
15773         * lily/lily-guile.cc (LY_DEFINE): make ly:gulp-file binary proof.
15774
15775 2004-12-12  Werner Lemberg  <wl@gnu.org>
15776
15777         * mf/bigcheese.pe.in: Add PUA mapping.
15778         Don't create Type 42 but bare CFF font.
15779
15780 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
15781
15782         * scm/output-gnome.scm (placebox): Hackery to get bigcheese symbols
15783         within canvas boundaries.
15784
15785         * mf/merge.pe.in: Set font names, version, license GPL.
15786
15787         * make/substitute.make: Add FONTFORGE.
15788
15789         * config.make.in (FONTFORGE): Add.
15790
15791         * configure.in (gui_b): Use PATH_PROG for fontforge.
15792
15793 2004-12-11  Graham Percival  <gperlist@shaw.ca>
15794
15795         * scm/define-markup-commands.scm: add baseline-skip to info
15796         about \column.
15797
15798 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
15799
15800         * lily/font-metric.cc (ly:font-get-glyph-index): New function.
15801
15802         * scm/output-gnome.scm (named-glyph): Use it.
15803
15804         * scm/lily.scm (ly:all-stencil-expressions): Add named-glyph.
15805
15806         * flower/string.cc (substitute_char): Rename, rewrite, modify this.
15807         (upper_string, lower_string, reverse_string): Remove.
15808
15809         * configure.in (fontforge): Reinstate version check.
15810
15811         * ly/engraver-init.ly: Fix clef glyph names.
15812
15813         * lily/time-signature.cc (special_time_signature): Fix fraction
15814         glyph names.
15815
15816 2004-12-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15817
15818         * mf/merge.pe: new file.
15819
15820         * lily/freetype.cc: new file.
15821
15822         * lily/include/open-type-font.hh (class Open_type_font): new file.
15823
15824         * lily/include/freetype.hh: new file.
15825
15826         * lily/open-type-font.cc: new file.
15827
15828         * lily/all-font-metrics.cc (find_otf): new function.
15829
15830 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
15831
15832         * lily/time-signature.cc (special_time_signature): Fix.
15833
15834         * configure.in (PKG_CONFIG_PATH): Remove stray `i'.  Check for
15835         GTK2 before checking for pango.  Fixes -fgnome.
15836
15837         * lily/font-metric.cc (LY_DEFINE): Also rename C name to match
15838         Scheme name.
15839
15840         * scm/define-markup-commands.scm:
15841         * scm/safe-lily.scm: Bugfix: ly:font-by-name.
15842
15843         * configure.in: Require makeinfo 4.7 (needed for @ifdocbook).
15844
15845         * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Grok fontforge-like
15846         date versions.  Fixes configure.
15847         (STEPMAKE_CHECK_VERSION): Support optional actual program version
15848         argument.
15849
15850 2004-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15851
15852         * buildscripts/mf-to-table.py (write_ps_encoding): write real
15853         names in .enc
15854
15855         * lily/*.cc: use '.' iso. '-' for separating glyph name elements.
15856
15857 2004-12-09  Graham Percival  <gperlist@shaw.ca>
15858
15859         * Documentation/user/changing-defaults.itely: add info about
15860         make-dynamic-script
15861
15862         * Documentation/user/notation.itely: add link in dynamics to
15863         section about make-dynamic-script.
15864
15865 2004-12-09  Christian hitz  <chhitz@gmx.net>
15866
15867         * lily/lily-guile.cc: change MACOS_X to __APPLE__
15868
15869 2004-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15870
15871         * buildscripts/mf-to-table.py (parse_logfile): use . for
15872         concatting name and group.
15873         (parse_logfile): use M for Minus (negative.)
15874
15875         * lily/include/type-swallow-translator.hh
15876         (DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
15877
15878         * lily/*.cc: cosmetics around = sign.
15879
15880         * lily/paper-column.cc (Paper_column): copy rank_. This fixes
15881         lyric spacing on the penultimate column.
15882
15883 2004-12-05  Christian Hitz  <chhitz@gmx.net>
15884
15885         * configure.in:
15886         * lily/accidental-placement.cc:
15887         * lily/bar-line.cc:
15888         * lily/beam-concave.cc:
15889         * lily/beam-quanting.cc:
15890         * lily/beam.cc:
15891         * lily/bezier-bow.cc:
15892         * lily/bezier.cc:
15893         * lily/break-align-interface.cc:
15894         * lily/custos.cc:
15895         * lily/dimension-cache.cc:
15896         * lily/dot-column.cc:
15897         * lily/font-metric.cc:
15898         * lily/font-select.cc:
15899         * lily/gourlay-breaking.cc:
15900         * lily/grob-property.cc:
15901         * lily/grob.cc:
15902         * lily/lily-guile.cc:
15903         * lily/line-spanner.cc:
15904         * lily/lookup.cc:
15905         * lily/lyric-extender.cc:
15906         * lily/lyric-hyphen.cc:
15907         * lily/mensural-ligature.cc:
15908         * lily/midi-def.cc:
15909         * lily/misc.cc:
15910         * lily/note-collision.cc:
15911         * lily/note-column.cc:
15912         * lily/note-head.cc:
15913         * lily/paper-outputter.cc:
15914         * lily/percent-repeat-item.cc:
15915         * lily/rest-collision.cc:
15916         * lily/side-position-interface.cc:
15917         * lily/simple-spacer.cc:
15918         * lily/slur-configuration.cc:
15919         * lily/slur-scoring.cc:
15920         * lily/slur.cc:
15921         * lily/spaceable-grob.cc:
15922         * lily/spacing-spanner.cc:
15923         * lily/spanner.cc:
15924         * lily/staff-symbol-referencer.cc:
15925         * lily/stem.cc:
15926         * lily/stencil.cc:
15927         * lily/system-start-delimiter.cc:
15928         * lily/system.cc:
15929         * lily/text-item.cc:
15930         * lily/tie.cc:
15931         * lily/tuplet-bracket.cc:
15932         * lily/vaticana-ligature.cc: Fix for MacOS X: use <math.h> instead of
15933         <cmath> beacause isinf/isnan is undefined in <cmath>
15934
15935 2004-12-03  Mats Bengtsson  <mabe@s3.kth.se>
15936
15937         * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
15938
15939 2004-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15940
15941         * VERSION: release 2.5.3
15942         
15943 2004-11-29  Arno Waschk <arno@arnowaschk.de>
15944
15945         * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo"
15946
15947 2004-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15948
15949         * scm/music-functions.scm (cue-substitute): voice counts start at 0.
15950
15951         * lily/note-head.cc (internal_print): always try the "s" head if
15952         u/d not found.
15953
15954         * scm/titling.scm (marked-up-headfoot): reinstate default tagline.
15955
15956 2004-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15957
15958         * mf/parmesan-heads.mf (overdone_heads): typos.
15959
15960 2004-11-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
15961
15962         * lily/parser.yy (markup): in markups, { .. } without command
15963         before are also flattened, ie \line must be explicitely used.
15964
15965         * Documentation/user/changing-defaults.itely:
15966         * Documentation/user/notation.itely: 
15967         * input/wilhelmus.ly: 
15968         * input/regression/instrument-name-markup.ly: 
15969         * input/regression/markup-score.ly: 
15970         * input/regression/new-markup-scheme.ly: 
15971         * input/regression/new-markup-syntax.ly: 
15972         * input/test/coriolan-margin.ly: use \line in markups where
15973         appropriate
15974         
15975 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
15976
15977         * scm/new-markup.scm (map-markup-command-list): helper function
15978         used in parser.yy to map markup commands on a markup list.
15979
15980         * lily/parser.yy: get rid off < > in markups by treating { } as
15981         real lists.
15982
15983         * lily/lexer.ll: remove < > from markup lexer mode.
15984
15985         * scripts/convert-ly.py (conv): add rule for converting 
15986         \markup < > to \markup { }
15987
15988         * ly/titling-init.ly: 
15989         * input/test/coriolan-margin.ly: 
15990         * input/regression/new-markup-syntax.ly: 
15991         * input/regression/new-markup-scheme.ly: 
15992         * input/regression/multi-measure-rest-text.ly: 
15993         * input/regression/markup-stack.ly: 
15994         * input/regression/markup-score.ly: 
15995         * input/regression/instrument-name-markup.ly: 
15996         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: 
15997         * input/mutopia/R.Schumann/romanze-op28-2.ly: 
15998         * input/mutopia/J.S.Bach/wtk1-fugue2.ly: 
15999         * input/wilhelmus.ly: 
16000         * Documentation/user/notation.itely: 
16001         * Documentation/user/music-glossary.tely: 
16002         * Documentation/user/changing-defaults.itely: change < > to { } in
16003         markups
16004
16005 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16006
16007         * lily/accidental-placement.cc (position_accidentals): shortcut if
16008         no accidentals to place.
16009
16010 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
16011
16012         * scm/define-grob-properties.scm (all-user-grob-properties): fixed
16013         typo s/ly:dimension ?/ly:dimension?/
16014
16015         * input/regression/lily-in-scheme.ly: 
16016         * input/regression/music-function.ly: 
16017         * ly/spanners-init.ly (assertBeamSlope): 
16018         * scm/music-functions.scm (def-grace-function): add the paper
16019         argument to music function definitions.
16020
16021 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16022
16023         * lily/moment.cc (LY_DEFINE):
16024         ly:moment-main-{denominator,numberator}, new function.
16025
16026         * lily/score-engraver.cc (typeset_all): assign to column on basis
16027         of axis-group-parent-X setting.
16028
16029         * lily/axis-group-engraver.cc (process_acknowledged_grobs): do
16030         add_element() on basis of axis-group-parent-Y setting.
16031
16032         * lily/grob.cc: add axis-group-parent-{XY} properties.
16033
16034         * input/regression/spacing-stick-out.ly: new file.
16035
16036         * lily/simple-spacer.cc (add_columns): use binary search for
16037         setting column rods. Changes O(n^2) to O(n log(n)) for
16038         constructing spacing problem from columns.
16039         (add_columns): read allow-outside-line to make sure no texts stick
16040         out.
16041         (solve): Simple_spacer::is_active() only determines
16042         satisfies_constraints_ for non-ragged typesetting.
16043
16044         * lily/simultaneous-music.cc (to_relative_octave): only set
16045         old_relative_used if return pitch actually changed.
16046
16047         * scm/define-context-properties.scm
16048         (all-user-translation-properties): change to match implementation.
16049
16050         * python/lilylib.py: Replace re.match by re.search and adds "-c
16051         showpage" to the gs command line (Johannes Schindelin)
16052
16053         * scm/framework-ps.scm (output-preview-framework): sanitize bbox
16054         before processing. Prevents crash when inf is in the extent.
16055
16056         * scm/define-markup-commands.scm (note-by-number): add "s" to
16057         "noteheads-" glyphname.
16058  
16059         * lily/parser.yy (Generic_prefix_music): supply parser argument to
16060         music function as well.
16061         
16062 2004-11-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16063
16064         * VERSION: release 2.5.2
16065
16066         * Documentation/user/changing-defaults.itely (Creating titles):
16067         add breakbefore variable.
16068
16069         * lily/paper-book.cc (set_system_penalty): new function. Set
16070         penalty_ based on breakBefore setting
16071
16072         * lily/context-specced-music-iterator.cc (construct_children):
16073         interpret special context id $uniqueContextId 
16074
16075         * lily/context.cc (create_unique_context): new method. Move
16076         creation of unique (\new) contexts into interpreting phase. This
16077         makes
16078
16079           foo= \new Staff ..
16080           << \foo \foo >>
16081
16082         produce 2 staves.
16083         
16084
16085         * scm/define-music-properties.scm (all-music-properties): add
16086         quoted-voice-direction
16087
16088         * ly/music-functions-init.ly: killCues function.
16089
16090         * scm/music-functions.scm (cue-substitute): move creation of voice
16091         contexts further to the back. 
16092
16093 2004-11-25  Werner Lemberg  <wl@gnu.org>
16094
16095         * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
16096         `/hyphen' in encoding vector to get correct glyph name for EC fonts.
16097
16098 2004-11-24  Erik Sandberg  <ersa9195@student.uu.se>
16099
16100         * buildscripts/guile-gnome.sh: Fixed typo.
16101
16102 2004-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16103
16104         * lily/lexer.ll: add < >  to markup lexer mode (backportme)
16105
16106         * scripts/abc2ly.py (dump_slyrics): add ord(). 
16107
16108         * lily/note-heads-engraver.cc (process_music): add shapeNoteStyles
16109         to regular engraver. 
16110
16111 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16112
16113         * mf/feta-bolletjes.mf (triangle): rewrite solfa heads.
16114
16115 2004-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
16116
16117         * scm/define-markup-commands.scm (fill-line): Typo.
16118
16119         * buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
16120         and newer.
16121
16122 2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
16123
16124         * ly/dynamic-scripts-init.ly: Fixed typo.
16125
16126 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16127
16128         * mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
16129         note-head, to have different attachment points for up and down.
16130
16131         * mf/feta-bolletjes.mf: merge solfa heads into main note heads.
16132
16133         * mf/feta-generic.mf (else): remove solfa.
16134
16135         * mf/feta-bolletjes.mf (tishape): remove unicode test.
16136
16137         * scm/define-context-properties.scm
16138         (all-user-translation-properties): add shapeNoteStyles property.
16139
16140         * lily/shape-note-heads-engraver.cc (process_music): new file.
16141
16142         * lily/event.cc (transpose): call Event::transpose() for
16143         transposing the tonic.
16144
16145 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
16146
16147         * scm/output-gnome.scm: Save some pointers about pango/fontconfig
16148         Unicode/OpenType and AFM.
16149
16150         * lily/include/guile-compatibility.hh (scm_from_bool): Add.
16151
16152 2004-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16153
16154         * lily/grob.cc (Grob): idem. Plugs mem leaks. 
16155
16156         * lily/context.cc (Context): unprotect key from ctor.
16157
16158         * scm/stencil.scm (stack-lines): return empty-stencil if argument
16159         is '()
16160         (stack-stencils): idem.
16161
16162         * Documentation/user/changing-defaults.itely (Creating titles):
16163         document new title layout options.
16164
16165         * lily/parser.yy (lilypond_header_body): copy previous
16166         $globalheader if present.
16167
16168         * lily/ly-module.cc (LY_DEFINE): rename ly:import-module to
16169         ly:module-copy
16170         
16171         * scm/page-layout.scm (marked-up-headfoot): remove old functions.
16172
16173         * scm/titling.scm: remove old titling functions
16174
16175         * lily/stencil.cc (translate): remove absolute dimension.
16176
16177         * ly/titling-init.ly (oddFooterMarkup): new file. Generate titles
16178         via markup.
16179
16180         * scm/page-layout.scm (marked-up-headfoot): create header/footer
16181         field from user-supplied markup
16182
16183         * scm/define-markup-commands.scm (on-the-fly): new markup
16184         command. Enter SCM markup procedure directly in Scheme.
16185         (fromproperty): new markup command. Read markup from props argument.
16186
16187         * scm/titling.scm (marked-up-title): create title via
16188         user-specified markup. 
16189
16190         * scm/define-markup-commands.scm (column): remove empty stencils
16191         from column.
16192
16193         * lily/ly-module.cc (LY_DEFINE): use ly_module_lookup(). This does
16194         not have side-effect of creating variable stub.
16195
16196         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-empty?
16197
16198 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
16199
16200         * scm/encoding.scm (coding-alist): 
16201         * scm/font.scm (add-ec-fonts):
16202         * ly/paper-defaults.ly: Use actual name for EC fontencoding:
16203         Extended-TeX-Font-Encoding---Latin.
16204
16205         * lily/side-position-interface.cc (general_side_position): Add
16206         actual offset to error message (avoid constant error messages).
16207
16208         * lily/all-font-metrics.cc (find_font): Add "lm" to try-AFM-first
16209         block.
16210
16211         * lily/font-select.cc (select_encoded_font)
16212         (get_font_by_mag_step, get_font_by_design_size): 
16213         * lily/modified-font-metric.cc (Modified_font_metric): 
16214         * lily/paper-def.cc (find_scaled_font): Add font_encoding parameter.
16215
16216         * scm/encoding.scm (coding-alist): Add fetaDynamic.
16217         (read-encoding-file): Bugfix: do not require space after bracket.
16218
16219         * scm/font.scm (add-cork-lm-fonts): Remove lmbxi8 and lmbxi14,
16220         these do not exist.
16221
16222 2004-11-20  Graham Percival  <gperlist@shaw.ca>
16223
16224         * Documentation/user/notation.itely: added info about typesetting
16225         boxed bar numbers.
16226
16227 2004-11-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16228
16229         * flower/interval.cc (T_to_string): gcc4 fixes.
16230
16231         * scm/define-markup-commands.scm (fill-line): use
16232         stack-stencils. This fixes problems with putting already centered
16233         stencils in a line.
16234
16235         * VERSION: release 2.5.1
16236
16237         * lily/bar-line.cc (get_staff_bar_size): add line thickness.
16238
16239 2004-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16240
16241         * input/example-[1-3].ly: simplify.
16242
16243         * lily/cluster-engraver.cc (try_music): react to busy-playing-event
16244
16245         * scm/output-ps.scm (new-text): new function. Use glyphshow to
16246         show glyphs.
16247
16248         * scm/encoding.scm (decode-byte-string): new function.
16249
16250         * scripts/convert-ly.py (conv): add warning about
16251         set-global-staff-size.
16252
16253         * Doxyfile: add. 
16254
16255         * scripts/convert-ly.py (conv): add raggedlastbottom rule
16256         (conv): warn for TextSpanner split.
16257         (conv): warn for textheight.
16258
16259 2004-11-19  Jan Nieuwenhuizen  <janneke@gnu.org>
16260
16261         * GNUmakefile.in (install-WWW): Invoke install-info, so that when
16262         building the documentation, info with images are installed.
16263         (final-install): Fix description.  Mention sourcing of login
16264         scripts (instead of running).
16265
16266 2004-11-18  Jan Nieuwenhuizen  <janneke@gnu.org>
16267
16268         * Debian lmodern support.  Note that LilyPond will issue warnings
16269         
16270             no such encoding: "FontSpecific"
16271
16272           The font selection mechanism wants to get the encoding from the
16273           font itself, but the idea of lmodern is that it is usable with
16274           different encodings, ie, Lily should get the encoding from the
16275           font tree, rather than the font itself.  This would require some
16276           more work.
16277         
16278         * configure.in: Test for and accept lmodern if EC fonts not found.
16279
16280         * scm/framework-tex.scm (font-load-command): TeX font name
16281         mangling for latin1 encoded cork-lm fonts.
16282         (convert-to-ps): Load lm.map if available.
16283
16284         * ly/paper-defaults.ly: Use cork-lm encoding if ec is not
16285         available.
16286
16287         * scm/encoding.scm (coding-alist): Add cork-lm encoding.
16288
16289         * scm/font.scm: Add header.  Autoload cork-lm and ec fonts if
16290         available.
16291
16292         * lily/kpath.cc (ly_kpathsea_find_file): Rename.  Do not use
16293         path for absolute file name, that is silly.
16294
16295         * lily/score-engraver.cc (initialize): 
16296
16297         * Documentation/user/GNUmakefile (local-install-info): Invoke
16298         install-info --remove first.
16299
16300         * #include cleanup (Andreas Scherer).
16301
16302 2004-11-18  Heikki Junes  <hjunes@cc.hut.fi>
16303
16304         * input/test/script-abbreviations.ly: fix typos.
16305
16306 2004-11-17  Werner Lemberg  <wl@gnu.org>
16307
16308         * python/lilylib.py (options_help_str): Support pretty-printing of
16309         newlines in fourth element of option description.
16310
16311         * scripts/lilypond-book.py (option_definitions): Use new lilylib
16312         feature.
16313         Sort options.
16314
16315         * Documentation/user/lilypond-book.itely: Finish update.
16316
16317 2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
16318
16319         * Documentation/user/macros.itexi: Add comment about \command.
16320
16321         * Documentation/user/lilypond.tely:
16322         * Documentation/user/lilypond-book.itely: Fix names of lilypond
16323         and lilypond-book nodes, so that `info lilypond' visits the manual
16324         at top level, and `info lilypond-book' visits the lilypond-book
16325         section.
16326
16327         * Documentation/user/GNUmakefile (local-install-info): Fix rules
16328         and packager messages.
16329
16330         * lily/pangofc-afm-decoder.cc: Update test.
16331
16332 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
16333
16334         * scm/lily-library.scm (char->unicode-index): New function.
16335
16336         * scm/output-gnome.scm: 
16337         * scm/output-svg.scm: Cleanup.  Map custom fonts to PUA.
16338
16339         * Proper naming of file name throughout; s/filename/file[-_]name/.
16340
16341         * lily/modified-font-metric.cc ("ly:font-encoding"): New function.
16342
16343         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Map onto PUA.
16344
16345 2004-11-16  Werner Lemberg  <wl@gnu.org>
16346
16347         * scripts/lilypond-book.py: The Lord has commanded me to use only
16348         tabs for indentation.  Your humble servant obeys.
16349
16350 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
16351
16352         * scm/output-svg.scm: Font fixes.  Sodipodi now groks svg
16353         including font, if LilyPond-feta font is only feta font in path.
16354
16355         * scm/output-gnome.scm (text): Revert to file name of font if font
16356         has no name.  Fixes ec font selection.
16357         (char): Bugfix: do not utf8 twice.  Fixes clefs.
16358
16359         * scm/framework-svg.scm:
16360         * scm/output-svg.scm: New file.  TODO: figure out how to
16361         do character by index in font.
16362
16363         * scm/output-sodipodi.scm: Remove.
16364
16365         * scm/output-ps.scm (stem): Remove.
16366
16367 2004-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
16368
16369         * scm/output-gnome.scm (beam): New function.
16370         (slur): Round corners.
16371         (round-filled-box): Round corners.
16372
16373 2004-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16374
16375         * scm/output-gnome.scm (beam): add function.
16376         (draw-line): new routine.
16377         (dashed-line): stub; call draw-line
16378         (polygon): new routine.
16379
16380 2004-11-15  Werner Lemberg  <wl@gnu.org>
16381
16382         * Documentation/user/lilypond-book.itely: Revise section on
16383         lilypond-book options.
16384         Other minor fixes.
16385
16386         * scripts/lilypond-book.py: Change indentation to 4.
16387         Minor formatting.
16388
16389 2004-11-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16390
16391         * lily/system.cc (apply_tweaks): new function. Run tweaks on all
16392         grobs that have tweaks specced.
16393         
16394 2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
16395
16396         * Documentation/user/sound-output.itexi: add code snippets for MIDI.
16397
16398 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
16399
16400         * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
16401         actual char #, not 0 based index.
16402
16403         * lily/system-start-delimiter.cc (staff_brace): Start at 65.
16404
16405         * mf/feta-beugel.mf: Actually start at char #65.  Add header.
16406         Warning: do make -C mf clean.
16407
16408         * lily/context-property.cc: Compile fix.
16409
16410         * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf.
16411         Grok ec-fonts, braces and dynamics.
16412
16413         * scm/framework-gnome.scm (gnome-main): Register braces with pango.
16414
16415 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16416
16417         * lily/include/tweak-registration.hh: new file.
16418
16419         * lily/tweak-registration.cc: new file.
16420
16421         * scm/framework-gnome.scm (save-tweaks): use new key mechanism for
16422         saving tweaks.
16423
16424         * scm/output-gnome.scm (text): comment dribble.
16425
16426 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
16427
16428         * lily/pangofc-afm-decoder.cc (main): Test more feta fonts.
16429
16430         * scm/output-gnome.scm (bezier-sandwich): New function.  Reset
16431         path-def before using.  Fixes muchtomany slurs in wrong places
16432         bug.
16433
16434 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16435
16436         * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
16437
16438         * lily/include/object-key-undumper.hh (Module): new file.
16439
16440         * lily/object-key-undumper.cc (Module): New file. Deserialize
16441         keys. SCM bindings
16442
16443         * lily/object-key-dumper.cc (Object_key_dumper): idem.
16444         Provide SCM bindings.
16445
16446         * lily/include/object-key-dumper.hh (class Object_key_dumper): 
16447         new file. Serialize object keys.
16448         
16449         * lily/object-key.cc (dump): new function.
16450         (as_scheme): new virtual function
16451         (undump): new function
16452         (undumpers): new table.
16453
16454         * lily/include/global-context.hh (Context): take \score key upon init.
16455
16456         * lily/object-key-dumper.cc (serialize_key): new file.
16457
16458         * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
16459
16460         * lily/lily-lexer.cc: remove \quote.
16461
16462         * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
16463
16464         * lily/context.cc (Context): take key argument in ctor.
16465         (create_context): new function
16466
16467         * lily/grob.cc (Grob): take key argument in ctor.  
16468
16469         * lily/lilypond-key.cc (do_compare): new file.
16470
16471         * lily/object-key.cc (Object_key): new file.
16472
16473         * lily/include/object-key.hh (class Object_key): new file.
16474
16475         * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
16476
16477 2004-11-13  Graham Percival  <gperlist@shaw.ca>
16478
16479         * Documentation/user/lilypond-book.itely: add small warning about
16480         noindent default in lilypond-book.
16481
16482         * Documentation/user/converters.itely: add examples for convert-ly.
16483
16484         * Documentation/user/examples.itely: change version string in templates
16485         to 2.4.0.
16486
16487 2004-11-12  Karl Hammar  <karl@aspodata.se>
16488
16489         * GNUmakefile.in (local-WWW-post): `find ...` overflows the
16490         cmdline, use xargs instead (backportme)
16491
16492 2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
16493         
16494         * Documentation/user/: Numerous fixes in the user manual.
16495
16496 2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16497
16498         * lily/parser.yy (re_rhythmed_music): search music expression for
16499         context-id, surround by \new Voice if not found. Fixes:
16500         addlyrics-second-staff.ly
16501
16502         * VERSION: 2.5.0 released.
16503         
16504 2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
16505
16506         * Documentation/index.html.in: Fix url to one big page.  (backportme)
16507
16508         * Documentation/user/GNUmakefile: Separate rules for split and
16509         unsplit html documents.  Remove perl massaging.  (backportme)
16510
16511 2004-11-11  Graham Percival  <gperlist@shaw.ca>
16512
16513         * Documentation/user/lilypond-book.itely: add short warning about
16514         \lilypond{} in LaTeX docs.
16515
16516 2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
16517
16518         * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
16519         found.  (backportme)
16520
16521         * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
16522         version requirement.  (backportme)
16523
16524         * configure.in: Be explicit about old versions of
16525         ec-fonts-mtraced.  (backportme)
16526
16527         * lily/context-selector.cc (set_tweaks): New function.
16528         * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
16529         web with -DTWEAK.
16530
16531         * Documentation/user/introduction.itely (Automated engraving):
16532         Remove fragment option.  Fixes web.
16533
16534         * lily/context-property.cc (make_item_from_properties):
16535         * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
16536         #ifdef.
16537
16538         * scm/define-context-properties.scm
16539         (all-internal-translation-properties): Add tweakRank and tweakCount.
16540
16541         * lily/grob.cc: 
16542         * scm/define-grob-properties.scm (all-internal-grob-properties):
16543         Add tweak-rank and tweak-count.
16544
16545 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
16546
16547         * scm/output-gnome.scm (string->utf8-string, char->utf8-string):
16548         New function.
16549         (text): Use them.
16550
16551         * scm/framework-gnome.scm (item-event): Add support from TLA.  Support
16552         animated/opaque grob dragging tweaks.
16553
16554         * buildscripts/guile-gnome.sh: Update.
16555
16556 2004-11-10  Mats Bengtsson  <mabe@s3.kth.se>
16557
16558         * scm/define-grobs.scm (all-grob-descriptions): Added
16559         line-interface to the LigatureBracket object.
16560
16561 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
16562
16563         * scm/framework-gnome.scm (item-event): Support non-animated mouse
16564         dragging tweaks.
16565
16566         * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.
16567
16568         * lily/context-selector.cc (store_context): New function.
16569
16570         * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
16571         (store_grob): New function.
16572         (identify_grob): Add Moment parameter.
16573
16574         * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
16575         exists.
16576
16577         * scm/framework-gnome.scm (save-tweaks): Write as alist.
16578
16579 2004-11-09  Jan Nieuwenhuizen  <janneke@gnu.org>
16580
16581         * scm/framework-gnome.scm (item-event): Print grob id.
16582         (save-tweaks): New function.
16583         (tweak): New funtion.
16584         (item-event): Use it, bound to arrow keys.
16585
16586         * lily/context-property.cc (make_item_from_properties): Register grob.
16587         * lily/context.cc (add_context): Register context.
16588
16589         * lily/include/context-selector.hh:
16590         * lily/include/grob-selector.hh:
16591         * lily/context-selector.cc:
16592         * lily/grob-selector.cc: New file.
16593
16594 2004-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16595
16596         * lily/slur.cc: add 'positions to interface
16597
16598         * lily/main.cc: reinstate PS as standard output format. 
16599
16600         * scm/framework-tex.scm (output-preview-framework): print systems
16601         up to first non title system.
16602
16603         * lily/grace-engraver.cc (start_translation_timestep): split
16604         scm_cadddr
16605         
16606 2004-11-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16607
16608         * lily/quote-iterator.cc (Module): remove old quote-iterator
16609
16610         * scm/define-music-types.scm (music-descriptions): move
16611         NewQuoteMusic over QuoteMusic
16612
16613         * Documentation/user/notation.itely (Formatting cue notes): use
16614         \cueDuring.
16615
16616         * lily/new-quote-iterator.cc (quote_ok): new function.
16617
16618         * input/regression/quote-cue-during.ly: new file.
16619
16620         * input/regression/quote-grace.ly: new file.
16621
16622         * scm/define-context-properties.scm (Module): change definition of
16623         graceSettings
16624
16625         * lily/context-property.cc (Module): rename from
16626         translator-property.cc
16627
16628         * lily/context.cc (context_name_symbol): new function
16629
16630         * lily/grace-engraver.cc: new file. Set properties for grobs based
16631         on the grace-ness of now_moment().
16632
16633         * scm/music-functions.scm (add-grace-property): use list
16634         iso. vector for graceSettings
16635         remove set-{start,stop}-grace-properties. 
16636
16637         * lily/new-quote-iterator.cc (construct_children): set
16638         quote_outlet_ if no quoted-context-{id,type} specified.
16639
16640         * scripts/convert-ly.py (conv): \quote -> \quoteDuring.
16641
16642         * lily/parser.yy (command_element): remove \quote.
16643
16644         * ly/music-functions-init.ly (location): add quoteDuring music
16645         function. 
16646
16647         * lily/lexer.ll: allow \encoding in lyrics as well.  Remove
16648         optional semicolon. (backportme)
16649
16650 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
16651
16652         * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
16653         need to link to GUILE et al.
16654
16655 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16656
16657         * scm/define-music-properties.scm (all-music-properties): add
16658         quoted-context-type, quoted-context-id.
16659
16660         * scm/lily.scm (type-check-list): new function.
16661         
16662         * scm/lily-library.scm: new file. Generic library routines.
16663
16664         * lily/parser.yy (Generic_prefix_music): move typechecking out of
16665         parser.
16666
16667         * ly/music-functions-init.ly: add quoteDuring function.
16668
16669         * lily/include/music-iterator.hh (class Music_iterator): rename
16670         set_translator -> set_context
16671
16672         * lily/parser.yy (Generic_prefix_music_scm): add
16673         MUSIC_FUNCTION_SCM_SCM_MUSIC
16674
16675         * scm/lily.scm (sanitize-command-option): new function. (backportme)
16676
16677         * scm/framework-tex.scm (header): sanitize TeX paper size.
16678         (backportme)
16679
16680 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
16681
16682         * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
16683
16684         * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
16685
16686         * scm/framework-tex.scm (font-load-command): Use T1 if no
16687         font-encoding set.  (backportme)
16688
16689         * scm/lily.scm (postscript->pdf): Remove .pdf file if it
16690         exists before converting.  (backportme)
16691
16692         * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
16693         exists before converting.  (backportme)
16694         (convert-to-ps): Remove .ps file if it exists before
16695         converting.  (backportme)
16696
16697         * lily/lexer.ll: Remove extra progress newline, use present tense.
16698
16699         * scm/paper.scm (paper-alist): public.
16700         * scm/framework-tex.scm (convert-to-ps):
16701         * scm/lily.scm (postscript->pdf): Do not leak papersizename into
16702         command line.
16703
16704 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16705
16706         * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
16707
16708         * lily/recording-group-engraver.cc (derived_mark): mark
16709         now_events_. (backportme)
16710
16711 2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16712
16713         * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
16714
16715         * scm/framework-tex.scm (convert-to-dvi): use ly:system for
16716         invoking latex. (backportme.)
16717
16718         * lily/stem.cc (off_callback): center stems for all rest stems.
16719
16720 2004-11-05  Werner Lemberg  <wl@gnu.org>
16721
16722         * Documentation/user/lilypond.tely: Add more guidelines for writing
16723         lilypond texinfo documents.
16724
16725 2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
16726
16727         * Documentation/index.html.in: remove <hr>.
16728
16729         * THANKS: change 2.3 to 2.4.
16730
16731 2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
16732
16733         * scm/output-gnome.scm: More fontconfig comment.
16734
16735 2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
16736
16737         * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
16738         <package> directory in $(builddir)/share according with
16739         PACKAGE_NAME defined in the VERSION file.
16740
16741 2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16742
16743         * lily/beam.cc (rest_collision_callback): use local beam
16744         multiplicity.
16745
16746         * input/regression/stem-stemlet.ly: new file.
16747
16748         * lily/stem.cc (add_head): store rests as well.
16749
16750         * scm/define-grob-properties.scm (all-user-grob-properties): add
16751         stemlet-length
16752
16753         * lily/stem.cc: store rests as well.
16754         
16755         * input/regression/new-slur.ly: mention forcing.
16756
16757 2004-11-04  Werner Lemberg  <wl@gnu.org>
16758
16759         * Documentation/user/*: A new round of layout fixes and document
16760         structure cleanup.
16761
16762 2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
16763
16764         * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
16765
16766 2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
16767
16768         * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
16769
16770 2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
16771
16772         * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
16773
16774         * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
16775
16776         * lily/main.cc (main): Invoke identify.
16777
16778         * scm/lily.scm (postscript->pdf): Remove progress newline.
16779         Write progress to stderr.
16780
16781         * lily/paper-book.cc (output): Remove progress newline.
16782
16783         * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
16784         gettext on user messages, and remove whitespace.
16785
16786         * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
16787
16788         * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
16789         argv[0] (Thomas Scharkowski).
16790
16791         * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
16792         call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
16793         for ec-fonts-mtraced.
16794
16795         * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
16796         --srcdir build (Bertalan).
16797
16798         * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
16799         headers and library too (Laura Conrad).
16800
16801         * Documentation/topdocs/INSTALL.texi (Top): Mention development
16802         package for guile too (Laura Conrad).
16803
16804         * lily/main.cc (usage): Typo.
16805
16806 2004-11-02  Werner Lemberg  <wl@gnu.org>
16807
16808         * Documentation/user/notation.ly: More fixes to improve appearance.
16809
16810         * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
16811         better output for multicolumn tables.
16812
16813 2004-11-01  Mats Bengtsson  <mabe@s3.kth.se>
16814
16815         * lily/main.cc (dir_info): Fixed typo in the printouts.
16816
16817 2004-11-01  Werner Lemberg  <wl@gnu.org>
16818
16819         * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
16820         of output.
16821         Set `per_line' to 2; replace hard-coded value with it.
16822
16823         * Documentation/user/*: Many fixes to improve appearance of
16824         printed manual.
16825
16826 2004-11-01  Werner Lemberg  <wl@gnu.org>
16827
16828         * Documentation/user/changing-defaults.itely,
16829         Documentation/user/notation.ly,
16830         Documentation/user/programming-interface.itely: Use @/.
16831         Fix formatting of some lilypond snippets and tables.
16832
16833         * scripts/lilypond-book.py (compose_ly): Provide useful default
16834         for LINEWIDTH in `override'.
16835
16836 2004-10-31  Graham Percival  <gperlist@shaw.ca>
16837
16838         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
16839
16840 2004-10-31  Werner Lemberg  <wl@gnu.org>
16841
16842         Resetting @exampleindent to `5' gives ugly results with texinfo's
16843         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
16844         (if not quoting) to change @exampleindent only locally.
16845
16846         * scripts/lilypond-book.py (NOQUOTE): New variable.
16847         (output) [LATEX]: Remove AFTER and BEFORE.
16848         [TEXINFO]: Remove AFTER and BEFORE.
16849         Fix QUOTE and VERBATIM pattern.
16850         Add NOQUOTE pattern.
16851         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
16852         and BEFORE.
16853         [output_texinfo]: Use NOQUOTE.
16854
16855 2004-10-31  Graham Percival  <gperlist@shaw.ca>
16856
16857         * Documentation/user/changing-defaults.itely: clarify paper
16858         size commands with correct info.
16859
16860         * Documentation/user/lilypond-book.itely: add more docs for
16861         filename extensions.
16862
16863 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16864
16865         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
16866         (PATCH_LEVEL): start 2.5.0.
16867
16868 #Local variables:
16869 #coding: utf-8
16870 #End:
16871