]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
* scripts/lilypond-book.py (main): use -deps-box-padding=-3
[lilypond.git] / ChangeLog
1 2006-10-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
2
3         * scripts/lilypond-book.py (main): use -deps-box-padding=-3
4
5         * scm/framework-ps.scm (dump-stencil-as-EPS): use eps-box-padding,
6         a number.
7
8         * scm/define-grob-properties.scm (all-user-grob-properties):
9         remove outdated doc.
10
11         * lily/completion-note-heads-engraver.cc (process_music): always
12         clone input events; otherwise we may overwrite input 'duration property.
13
14         * lily/general-scheme.cc (LY_DEFINE): explicit cast in case
15         scm_t_int32 != int
16
17         * scm/output-svg.scm (pango-description-regexp-comma): Remove ^
18         anchor.
19
20         * VERSION (PATCH_LEVEL): bump version.
21
22 2006-10-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
23
24         * lily/engraver.cc (internal_make_grob): use variables.
25
26         * flower/string-convert.cc (dec2double): clean-up warnings. 
27
28         * configure.in (CXXFLAGS): add -Werror.
29
30         * VERSION (PACKAGE_NAME): release 2.9.25
31
32 2006-10-18  Joe Neeman  <joeneeman@gmail.com>
33
34         * lily/simple-spacer.cc (get_line_forces): test for non-fitting
35         line even if we precede a forced break.
36
37         * lily/optimal-page-breaking.cc (try_page_spacing): square line
38         forces too. Make page-spacing weight default to 10 because the
39         changes to vertical springs decreased the page force/line force
40         proportions. Also, take the average of line force and page force
41         instead of just the sum.
42
43         * lily/constrained-breaking.cc (initialize): make the stiffness
44         of the vertical springs depend on the height of the system. This
45         prevents pages with only a few large systems from getting huge
46         forces
47
48         * Documentation/user/page.itely (Page formatting): document the
49         change in default page-spacing-weight
50
51         * lily/include/constrained-breaking.hh: initialise bottom_padding_
52
53 2006-10-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
54
55         * input/typography-demo.ly (melody): remove superfluous slur.
56
57         * scm/define-grob-interfaces.scm (piano-pedal-script-interface):
58         add piano-pedal-script-interface
59
60 2006-10-18  Bertalan Fodor  <lilypondtool@organum.hu>
61
62         * scripts/lilypond-book.py: DocBook support.
63
64 2006-10-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
65
66         * lily/piano-pedal-engraver.cc (struct Pedal_info): remove
67         Y-alignment code.
68         (stop_translation_timestep): set bound to currentMusicalColumn if
69         not set yet. Fixes #102
70
71         * lily/piano-pedal-bracket.cc: formatting.
72
73         * input/test/engraver-one-by-one.ly (MyStaff): reformat.
74
75         * lily/piano-pedal-align-engraver.cc: new class
76         Piano_pedal_align_engraver. Handle side-positioning Y-alignment
77         for piano pedals.  
78
79 2006-10-18  Heikki Junes  <hjunes@gmail.com>
80
81         * po/fi.po: Update Finnish translation (before the next release).
82
83 2006-10-17  Joe Neeman  <joeneeman@gmail.com>
84
85         * lily/system.cc (get_paper_system): reinstate the backwards-
86         compatible page breaking for the old page breaker.
87
88 2006-10-17  Erik Sandberg  <mandolaerik@gmail.com>
89         
90         * lily/recording-group-engraver.cc: removed
91
92         * lily/context.cc, lily/translator-group.cc: Don't touch
93         Context::implementation_ if it's null
94
95 2006-10-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
96
97         * scm/paper.scm: only use left-margin if defined.
98
99         * scm/define-grob-interfaces.scm (stroke-finger-interface): typo.
100
101         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): idem.
102
103         * lily/new-fingering-engraver.cc: stringFingerOrientations ->
104         strokeFingerOrientations
105
106         * lily/script-column.cc (row_before_line_breaking): also handle
107         accidentals and arpeggios in horizontal script stacking.
108
109         * lily/script-row-engraver.cc (acknowledge_accidental_placement):
110         new function.
111
112         * input/regression/script-stack-horizontal.ly: trim.
113
114 2006-10-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
115
116         * scm/output-lib.scm (stroke-finger::calc-text): allow reading of
117         'text property too.
118
119         * ly/music-functions-init.ly: rename to StrokeFingerEvent, set
120         'text if string argument.
121
122         * scm/define-grobs.scm (all-grob-descriptions): rename to StrokeFinger.
123
124         * scm/define-context-properties.scm
125         (all-user-translation-properties): change to strokeFingerOrientations
126
127 2006-10-16  Erik Sandberg  <mandolaerik@gmail.com>
128
129         * lily/parser.yy: remove debug output
130
131 2006-10-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
132
133         * ly/paper-defaults.ly: set left/right margin.
134
135         * scm/paper.scm (set-paper-dimensions): use left-margin and
136         right-margin for computing linewidth.
137
138         * Documentation/topdocs/NEWS.tely (Top): idem.
139
140         * input/regression/lyric-tie.ly (texidoc): use vowels for tied
141         lyrics example.
142
143         * scm/define-markup-commands.scm (tied-lyric): increase negative
144         space: space syllables tighter.
145
146         * VERSION (PATCH_LEVEL): bump version.
147
148         * scm/paper.scm: patch by Arvid Gr"otting, arvidgr@gmail.com: tune
149         Ax paper sizes. 
150
151 2006-10-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
152
153         * COPYING: further clarification
154
155         * VERSION: release 2.9.24
156
157         * input/regression/script-stack-horizontal.ly: add version.
158
159         * scm/lily-library.scm (list-join): use fold-right. Fixes #112
160
161         * input/regression/lyric-tie.ly (texidoc): use different words.
162
163         * mf/GNUmakefile (ALL_GEN_FILES): remove fonts.cache-1
164
165 2006-10-15  Erik Sandberg  <mandolaerik@gmail.com>
166
167         * lily/*.cc, lily/include/*.hh: eliminate dummy arguments from
168         macros ADD_TRANSLATOR, DECLARE_SMOBS and DECLARE_SIMPLE_SMOBS
169         
170 2006-10-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
171
172         * mf/GNUmakefile: remove fc-cache calls; not necessary for fc 2.4; 
173
174         * Doxyfile: remove file.
175
176         * scm/define-grob-interfaces.scm (string-finger-interface): add
177         string-finger-interface
178
179         * lily/general-scheme.cc (LY_DEFINE): move
180         ly_camel_case_to_lisp_identifier to here. Use vector<char> iso. char[] 
181
182         * Documentation/topdocs/NEWS.tely (Top): add note for
183         string-finger feature.
184
185         * scm/define-grobs.scm (all-grob-descriptions): add 'string-names
186         property.
187
188         * scm/output-lib.scm (string-finger::calc-text): read 'digit
189         instead of 'text
190
191         * input/regression/script-stack-horizontal.ly: new file.
192
193         * ly/engraver-init.ly: add Script_row_engraver.
194
195         * lily/script-column.cc (order_grobs): refactor: separate axis
196         independent code.
197         (row_before_line_breaking): new function.
198
199         * lily/script-row-engraver.cc (Script_row_engraver): new file.
200
201         * scm/define-grobs.scm (all-grob-descriptions): add ScriptRow
202
203 2006-10-14  Jürgen Reuter  <reuter@ipd.uka.de>
204
205         * Documentation/user/instrument-notation.itely: Cleanup: Remove
206         annoying skip notes from mensural ligature example.  Update
207         @refbugs for ligatures and mensural ligatures.
208
209         * lily/coherent-ligature-engraver.cc,
210         lily/include/coherent-ligature-engraver.hh,
211         lily/mensural-ligature-engraver.cc,
212         lily/vaticana-ligature-engraver.cc: Revise code for item
213         reparentizing.  There should now be less programming_error
214         messages.
215
216         * lily/mensural-ligature-engraver.cc: Improve placement of dots.
217
218         * lily/mensural-ligature.cc, lily/vaticana-ligature.cc:
219         Maintenance bugfix: Don't create empty Stencil (), but empty box
220         instead.  This fix should eliminate some programming_error
221         messages.
222
223         * ly/engraver-init.ly (MensuralStaff): Set default accidental
224         style.
225
226         * input/regression/mensural-ligatures.ly: Maintenance bugfix: Move
227         \layout block _before_ score.
228
229 2006-10-14  Han-Wen Nienhuys  <hanwen@lilypond.org>
230
231         * GNUmakefile.in (PATCH_FILES): remove darwin.patch.
232
233         * lily/pango-font.cc (pango_item_string_stencil): more verbose message.
234
235 2006-10-13  Erlend Aasland  <erlenda@gmail.com>
236
237         * lily/note-collision.cc: fix issue #44 (dot/notehead collision)
238
239 2006-10-13  Han-Wen Nienhuys  <hanwen@lilypond.org>
240
241         * VERSION (PATCH_LEVEL): bump version.
242
243         * COPYING: clarify exception note.
244
245         * lily/main.cc: remove remark about "COPYING".
246
247         * scm/framework-ps.scm (clip-system-EPSes): change ordering, so
248         system-count starts at 0 for each clip-region. Change name to
249         FILE[-COUNT]-from-FROM-to-TO-clip[-COUNT]. Take clip-regions from
250         layout block, per score.
251
252 2006-10-13  Erik Sandberg  <mandolaerik@gmail.com>
253
254         * lily/input-smob.cc: add equal_p for Input
255
256         * lily/music-scheme.cc (ly_camel_case_to_lisp_identifier): new
257         function
258
259         * lily/parser.yy: MY_MAKE_MUSIC sets music origin
260
261         * lily/prob.cc: Add equal_p predicate for Prob
262
263         * lily/translator.cc: small cleanup
264
265         * scm/document-music.cc: use data from translator listener
266         registration to generate documentation for event classes
267
268         * lily/*: Eliminate accept arg of ADD_TRANSLATOR
269         
270         * lily/include/*: Eliminate dummy arg of DECLARE_*SMOBS
271         
272 2006-10-13  Jan Nieuwenhuizen  <janneke@gnu.org>
273
274         * GNUmakefile.in (SCRIPTS): Remove lexer-gcc-3.1.sh.
275
276 2006-10-12  Jan Nieuwenhuizen  <janneke@gnu.org>
277
278         * Documentation/topdocs/INSTALL.texi: Thinko.
279
280         * .cvsignore: Update.
281
282         * lexer-gcc-3.1.sh: Remove.
283
284         * Documentation/topdocs/INSTALL.texi: Remove obsolete ftp server.
285         Update anonymous cvs access.  Remove comment about gcc 3.0.4.
286
287 2006-10-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
288
289         * VERSION: release 2.9.23
290
291         * lily/paper-column-engraver.cc (stop_translation_timestep): also
292         typecheck barnumber.
293
294         * scm/framework-ps.scm (dump-stencil-as-EPS): fix thinkos.
295
296         * scm/lily.scm (type-p-name-alist): add rhythmic-location? type name.
297
298         * Documentation/topdocs/NEWS.tely (Top): doc new clipping feature
299
300         * input/regression/clip-systems.ly (Notes): new file. 
301
302         * scm/lily.scm (define-scheme-options): add clip-systems option.
303
304         * scm/framework-ps.scm (dump-stencil-as-EPS-with-bbox): new
305         function
306         (dump-stencil-as-EPS): move bbox calculation from previous
307         dump-stencil-as-EPS
308         (output-framework): use -dclip-systems 
309
310         * scm/lily-library.scm (filtered-map): new function
311
312         * scm/framework-ps.scm (clip-system-EPS): new function.
313         (clip-system-EPSes): new function.
314
315         * lily/paper-column.cc: add rhythmic-location to interface
316
317         * scm/define-grob-properties.scm (all-user-grob-properties): add
318         rhythmic-location property.
319
320         * scm/clip-region.scm: new file: rhythmic-location data type and
321         system-clipped-x-extent function.
322
323         * ly/init.ly: use (scm clip-region)
324
325         * lily/paper-column-engraver.cc (stop_translation_timestep): set
326         rhythmic-location for paper column grobs.
327
328         * lily/grob-scheme.cc (LY_DEFINE): minor cleanup
329
330 2006-10-12  Jürgen Reuter  <reuter@ipd.uka.de>
331
332         * ly/engraver-init.ly: Remove obsolete comment on
333         Bar_number_engraver.
334
335         * Documentation/user/instrument-notation.itely: Tune Ancient
336         Articulations figure, such that the episem actually shows.
337
338         * lily/mensural-ligature.cc (internal_brew_primitive): Bugfix:
339         fix Han-Wen's fix (rev. 1.53): scm_is_pair -> scm_is_number.
340
341         * lily/vaticana-ligature-engraver.cc: Minor robustness fix /
342         cleanup.
343
344 2006-10-12  Graham Percival  <gpermus@gmail.com>
345
346         * Documentation/user/ {some}: minor edits that were lost somehow.
347
348 2006-10-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
349
350         * VERSION (PACKAGE_NAME): bump version.
351
352         * input/regression/lyric-tie.ly (texidoc): new file.
353
354         * Documentation/topdocs/NEWS.tely (Top): add new feature.
355
356         * lily/general-scheme.cc (LY_DEFINE): elucidate docstring.
357
358         * scm/define-markup-commands.scm (tied-lyric): new function: split
359         string along ~ and reattach with U+203F (tie character) and
360         negative space.
361
362         * scm/output-lib.scm (lyric-text::calc-text): new function.
363
364         * lily/lyric-engraver.cc (process_music): don't set 'text.
365
366         * scm/output-lib.scm (string-finger::calc-text): new function
367         (lyric-text::print): new function.
368
369         * lily/new-fingering-engraver.cc (add_fingering): refactor; make
370         generic for fingering & string number. Use for string-finger. 
371
372         * scm/define-music-types.scm (music-descriptions): add
373         StringFingerEvent
374
375         * lily/fingering-engraver.cc (listen_string_finger): new function
376
377         * scm/define-grobs.scm (all-grob-descriptions): add StringFinger
378
379         * scm/define-context-properties.scm
380         (all-user-translation-properties): add stringFingerOrientations
381
382 2006-10-11  Jürgen Reuter  <reuter@ipd.uka.de>
383
384         * mf/parmesan-dots.mf (new), mf/parmesan-generic.mf,
385         ly/engraver-init.ly: Added vaticana-style augmentum dot glyph.
386
387         * lily/dots.cc: Added style property for dots.
388
389         * mf/parmesan-heads.mf: Fix typo in comment.
390
391         * mf/feta-bolletjes.mf, scm/output-lib.scm: Fix longa notes bug by
392         adding longa head to feta font and removing obsolete default
393         mapping scheme code.
394
395 2006-10-10  Han-Wen Nienhuys  <hanwen@lilypond.org>
396
397         * scm/output-lib.scm (fingering::calc-text): use origin
398         event-property, not music-property.
399
400         * lily/lilypond.rc.in: spell my name correctly.
401
402 2006-10-10  Joe Neeman  <joeneeman@gmail.com>
403
404         * lily/grob.cc (pure_height): only add minimum-Y-extent if we
405         already have a non-empty extent. Fixes estimation for Hara-kiri
406         staves.
407
408 2006-10-09  Jürgen Reuter  <reuter@ipd.uka.de>
409
410         * ly/gregorian-init.ly: Simplify definition of \episemInitium and
411         \episemFinis.
412
413         * lily/ligature-engraver.cc: Remove unused #include.
414
415         * lily/vaticana-ligature-engraver.cc: Fix placement of dots.
416         Bugfix: remove method check_for_prefix_loss(Item *) from global
417         namespace to avoid namespace pollution.
418
419 2006-10-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
420
421         * VERSION: release 2.9.22
422
423         * ly/generate-documentation.ly: update option name.
424
425         * lily/dynamic-text-spanner.cc (print): revert fix.
426
427         * scm/define-grob-interfaces.scm
428         (trill-pitch-accidental-interface):
429         add trill-pitch-accidental-interface
430
431         * lily/dots-engraver.cc (acknowledge_rhythmic_head): only
432         dereference if it's really a duration.
433
434         * lily/figured-bass-engraver.cc (process_music): clear spanner if
435         useBassFigureExtenders is not set.
436         (listen_bass_figure): record as new event if
437         useBassFigureExtenders not set. Fixes #103.
438
439         * scm/stencil.scm (circle-stencil): don't center stencil argument,
440         instead: move circle. Fixes #107.
441
442         * scm/define-grobs.scm (all-grob-descriptions): set
443         allow-loose-spacing for PaperColumn and
444         NonMusicalPaperColumn. Kludge for #110.
445
446         * lily/spaceable-grob.cc: add allow-loose-spacing property.
447
448         * lily/spacing-determine-loose-columns.cc (is_loose_column):
449         allow-loose-spacing property.
450
451         * scm/define-markup-commands.scm (postscript): gsave & grestore
452         around embedded PS. Do setlinewidth too. Fixes  #109.
453
454 2006-10-08  Jürgen Reuter  <reuter@ipd.uka.de>
455
456         * lily/ligature-bracket-engraver: Bugfix: Add missing stream event
457         code.  This patch fixes ligature brackets that were not at all
458         engraved any more.
459
460 2006-10-08  Graham Percival  <gpermus@gmail.com>
461
462         * Docuemntation/user/page.itely: clarify two-pass vs. ragged-bottom.
463
464         * ly/property-init.ly: fix sacred harp notehead shapes (bug 96).
465
466         * scm/define-context-properties.scm: clarified docs (bug 91).
467
468         * Documentation/user/basic-notation.itely: document volta brackets
469         not aligning (bug 63).
470
471         * Documentation/user/ global.itely invoking.itely: ignore or
472         add warnings about texstr.
473
474 2006-10-08  John Mandereau  <john.mandereau@free.fr>
475
476         * po/fr.po: update translation.
477
478         * po/: update msgids.
479
480 2006-10-08  Jan Nieuwenhuizen  <janneke@gnu.org>
481
482         * GNUmakefile.in (HELP_CATALOGS): Fix in-build-tree locales.
483
484 2006-10-08  Nicolas Sceaux  <nicolas.sceaux@free.fr>
485
486         * Documentation/user/page.itely (Two-pass vertical spacing): add
487         documentation for two-pass spacing technique.
488
489 2006-10-06  Graham Percival  <gpermus@gmail.com>
490
491         * Documentation/user/convert-ly.txt: new file; new
492         storage place for this file (moved from bugs/ CVS).
493
494 2006-10-06  Jürgen Reuter  <reuter@ipd.uka.de>
495
496         * lily/note-head.cc: Fixed programming_error message.
497
498 2006-10-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
499
500         * scm/define-grobs.scm (pure-conversion): move pure-callback
501         further into body.
502
503         * scm/script.scm (default-script-alist): set avoid-slur for turn,
504         marcato, stopped, thumb.
505
506 2006-10-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
507
508         * lily/completion-note-heads-engraver.cc (process_music): don't
509         skimp on memory usage.
510
511         * lily/beam.cc (set_stem_lengths): do set_stemend for invisible
512         stems too. Fixes #5
513
514         * lily/parenthesis-engraver.cc (acknowledge_grob): set parent of
515         parenthesis item. This fixes premature Y-extent triggering. Fixes
516         issue #95. 
517  
518         * VERSION (PATCH_LEVEL): bump version.
519
520 2006-10-04  Graham Percival  <gpermus@gmail.com>
521
522         * Documentation/user/advanced-notation.itely: added
523         info about instrument names for piano or other contexts,
524         thanks Marcus!
525
526 2006-10-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
527
528         * mf/feta-bolletjes.mf (solfa_quarter_width): use
529         solfa_base_notewidth as unit for non-DO-notes too.
530
531         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: update email.
532
533         * VERSION: release 2.9.21
534
535         * Documentation/topdocs/NEWS.tely (Top): simpler, more clearer
536         override.
537
538 2006-10-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
539
540         * python/lilylib.py (progress): Minor fix.
541
542 2006-10-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
543
544         * lily/note-name-engraver.cc: doc engraver.
545
546         * scm/output-lib.scm (hairpin::calc-grow-direction): new function.
547
548         * lily/dynamic-engraver.cc (process_music): don't set grow-direction.
549
550         * scm/define-grobs.scm (all-grob-descriptions): calc duration-log
551         by callback.
552
553         * lily/stem-engraver.cc (make_stem): don't set duration-log
554
555         * scripts/lilypond-book.py (Lilypond_file_snippet.my_system):
556         write snippet-names binary.
557
558         * python/lilylib.py (system): use os.system for mingw32
559
560         * scripts/lilypond-book.py (bindir): use os.pathsep for prepending
561         to $PATH.
562
563         * scm/backend-library.scm: update email address.
564
565         * Documentation/topdocs/NEWS.tely (Top): add duration-log override
566         example.
567
568         * scm/define-grobs.scm (all-grob-descriptions): use callback to
569         calc dot count.
570
571         * lily/dots-engraver.cc (class Dots_engraver): new engraver:
572         handle dot creation separately.
573
574         * lily/tab-note-heads-engraver.cc (process_music): idem.
575
576         * lily/drum-note-engraver.cc (process_music): idem.
577
578         * lily/note-heads-engraver.cc (process_music): idem.
579
580         * lily/rest-engraver.cc: don't set duration-log.
581
582         * scm/output-lib.scm (string-number::calc-text): new function.
583         (note-head::calc-duration-log): new function.
584
585         * lily/fingering-engraver.cc (make_script): remove 'text setting.
586
587         * scm/output-lib.scm (fingering::calc-text): new function.
588
589 2006-10-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
590
591         * scripts/lilypond-book.py: Fix typo gs-load-font -> gs-load-fonts
592          and include-eps-font -> include-eps-fonts
593
594 2006-10-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
595
596         * lily/multi-measure-rest-engraver.cc: use internalBarNumber
597
598         * lily/timing-translator.cc: list properties.
599         (start_translation_timestep): update internalBarNumber too.
600
601         * scm/define-context-properties.scm
602         (all-user-translation-properties): add internalBarNumber.
603
604         * input/regression/spacing-no-note.ly: new file.
605
606         * buildscripts/output-distance.py (link_file): verbosity for OSError.
607
608         * lily/book.cc: #include cleanup.
609
610         * lily/include/lily-guile-macros.hh: add assert to
611         scm_or_str2symbol(SCM).
612
613         * VERSION (PATCH_LEVEL): bump version.
614
615         * lily/spacing-spanner.cc (musical_column_spacing): handle
616         musical->nonmusical spacing case, where there is no spacing
617         wish. Fixes issue #61.
618
619         * lily/pango-font.cc (text_stencil): allow 'tight' bounds.
620         (pango_item_string_stencil): use logical rect horizontally (to
621         preserve spaces), ink_rect vertically (for time signatures).
622
623         * lily/font-metric.cc (word_stencil): new interface function
624
625         * input/regression/utf-8-mixed-text.ly: new file.
626
627         * lily/percent-repeat-engraver.cc (listen_percent): remove
628         spurious warning.
629
630         * lily/phrasing-slur-engraver.cc (acknowledge_script): only ack
631         non-dynamic scripts. Fixes #30.
632
633         * lily/slur.cc (outside_slur_callback): make offset_scm optional.
634
635         * lily/beam.cc (rest_collision_callback): make prev_offset optional.
636
637         * lily/grob-closure.cc (chain_offset_callback): don't pass 0 but
638         SCM_UNDEFINED for non-existent data.
639
640         * lily/side-position-interface.cc (general_side_position): allow
641         optional current_offset argument for chaining, so combinations of side-position
642         and outside slur callback don't add up.  Fixes issue #92.
643
644         * lily/pango-font.cc (pango_item_string_stencil): use
645         logical_rect. This prevents spaces after words from disappearing,
646         issue #72.
647         
648         * VERSION: release 2.9.20
649
650 2006-10-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
651
652         * scm/define-grob-properties.scm (all-user-grob-properties):
653         mention stencil as user settable.
654
655 2006-10-02  Joe Neeman  <joeneeman@gmail.com>
656
657         * Documentation/user/page.itely (Page formatting): 
658         document auto-first-page-number
659
660         * lily/page-breaking.cc (find_chunks_and_breaks): 
661         * lily/paper-score.cc (calc_breaking): Follow changes to the
662         Constrained_breaking interface
663
664         * lily/constrained-breaking.cc (calc_subproblem): run the main loop
665         here backwards, as an optimisation
666         (initialize): new function; move most of the code in resize () here
667         (combine_demerits): cache ragged_right_
668         (Constrained_breaking): constructor now takes the Paper_score
669
670 2006-10-02  Erik Sandberg  <mandolaerik@gmail.com>
671         
672         * lily/lexer.ll, lily/parser.yy: Add EXPECT_NO_MORE_ARGS token, to
673         avoid parser lookahead for 0-ary functions.
674
675         * lily/translator.cc: Extract event classes from
676         IMPLEMENT_TRANSLATOR_LISTENER for documentation generation.
677
678 2006-10-02  Heikki Junes  <hjunes@gmail.com>
679
680         * po/fi.po: Fix spaces, commas etc. in Finnish translation using
681         KBabel fix tool.
682
683 2006-10-01  Nicolas Sceaux  <nicolas.sceaux@free.fr>
684
685         * scm/layout-page-layout.scm (page-breaking-wrapper): new
686         function. Call the page breaking function selected in the
687         `page-breaking' \paper variable, then the post processing function
688         chosen using the `page-post-process' \paper variable.
689         (line-height): new function. Return the height of a system.
690         (line-minimum-position-on-page): new function. Return the position
691         of a system on page (using the previous line position), only
692         considering between system padding.
693         (stretchable-line?): new function. Says whether a line can be
694         stretched (ie. is not a title nor a single staff system).
695         (page-maximum-space-left): new function. Computes space left on a
696         page, when all systems are separated by their padding.
697
698         * lily/page-breaking.cc (breaking::make_pages): Move page post
699         processing function call to page breaking wrapper (common to all
700         page breakers).
701
702         * lily/paper-book.cc (book::pages): call the page breaking
703         wrapper, instead of the page breaker directly
704
705         * ly/paper-defaults.ly: Add \paper variables for page breaking
706         wrapper and page post processing function. Make
707         `write-page-layout' value depend on the 'dump-tweaks option. Add a
708         `system-maximum-stretch-procedure' variable for holding a function
709         computing the maximum stretch a system allows.
710
711         * scm/layout-page-dump.scm (write-page-breaks): computes the
712         stretch to apply to systems on a page to minimize left
713         space. Dump this stretch length.
714
715         * ly/music-functions-init.ly (spacingTweaks): implement it. Read
716         the system-stretch property of the tweak data to stretch the
717         system.
718         (includePageLayoutFile): Void function which includes the
719         generated page-layout file if it exists and if the page layout
720         dumping is not asked.
721         (scoreTweak): if the score tweak named by the argument exists,
722         return it.
723
724 2006-10-01  Joe Neeman  <joeneeman@gmail.com>
725
726         * lily/page-spacing.cc (compress_lines, uncompress_solution):
727         handle correctly the case where there are multiple \noPageBreaks
728         in a row.
729
730 2006-09-30  Laura Conrad <lconrad@laymusic.org>
731
732         * abc2ly.py adds segno (S) and Coda (O) to articulations.
733         
734         * abc2ly.py fix so that entering " -- " will translate to a -- in
735         the lilypond instead of a " - - "
736         
737 2006-09-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
738
739         * lily/align-interface.cc: fix typo
740
741         * lily/dynamic-text-spanner.cc (print): Add a special case for
742         trill spanner right sides. 
743
744         * scm/define-grobs.scm (all-grob-descriptions): set padding to 0.1
745
746         * lily/align-interface.cc (get_extents_aligned_translates): add
747         support for padding variable.
748
749         * lily/break-align-interface.cc (self_align_callback): oops: use
750         loop variable in guard.
751
752         * input/regression/repeat-percent-grace.ly: new file.
753
754         * lily/percent-repeat-engraver.cc (start_translation_timestep):
755         remember first currentCommandColumn of a grace run. Fixes issue 70.
756
757         * lily/percent-repeat-iterator.cc (class Percent_repeat_iterator):
758         move class definition to CC file.
759
760         * lily/multi-measure-rest.cc (percent): use robust_relative_extent()
761
762         * lily/slash-repeat-engraver.cc (listen_percent): don't warn for
763         measure-long  repeats.
764
765         * flower/include/international.hh: include stdarg.h
766
767 2006-09-30  Joe Neeman  <joeneeman@gmail.com>
768
769         * lily/page-turn-page-breaking.cc (calc_demerits): now that we allow
770         put_systems_on_pages to return an empty result, we need to assign
771         demerits properly in that case.
772         (put_systems_on_pages): Make the number of pages depend on the
773         evenness of page_number. Add auto-first-page-number.
774         (calc_subproblem): ensure that the page-number is even for the
775         left-hand page. Warn if the first page-turn doesn't fit onto the
776         first (right-hand) page.
777
778         * lily/page-spacing.cc (solve): bug: demerits_ would always be inf
779         (min_page_count): make this publicly accessible
780         (min_page_count): fix a bug when there are forced page breaks that
781         was introduced when I made this loop run backwards
782         (space_systems_on_n_pages, space_systems_on_n_or_one_more_pages):
783         replace space_systems_on_min_pages with these two. The logic in
784         space_systems_on_min_pages was getting too convoluted and is better
785         contained in page-turn-page-breaking.
786
787         * lily/page-turn-engraver.cc (breakable_column): remove an always-true
788         conditional
789         (breakable_column): typo
790
791         * lily/source-file.cc (get_line): fix off-by-one error
792         and clean up some of the logic
793
794 2006-09-29  Joe Neeman  <joeneeman@gmail.com>
795
796         * lily/page-breaking.cc (make_pages): honour the first-page-number
797         property
798
799 2006-09-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
800
801         * VERSION (PACKAGE_NAME): bump version.
802
803 2006-09-26  Pal Benko  <benko.pal@gmail.com>
804
805         * scm/parser-clef.scm: add petrucci-f3 and -f4 clefs
806         (the latter is the same as petrucci-f which is kept for compatibility)
807
808 2006-09-26  Erik Sandberg  <mandolaerik@gmail.com>
809         
810         * lily/part-combine-iterator.cc: solo1-event -> solo-one-event
811
812 2006-09-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
813
814         * lily/global-context.cc (run_iterator_on_me): break out of loop
815         if moment doesn't increase.
816
817         * scm/define-grob-properties.scm (all-user-grob-properties): add
818         forced property.
819
820         * lily/accidental.cc (after_line_breaking): read forced property.
821
822         * lily/accidental-engraver.cc (process_acknowledged): set 'forced
823         property.
824
825         * input/regression/accidental-forced-tie.ly:  new file.
826
827 2006-09-25  Han-Wen Nienhuys  <hanwen@lilypond.org>
828
829         * ly/engraver-init.ly: set ignoreFiguredBassRest in Staff context.
830
831         * lily/figured-bass-engraver.cc: only listen to rest events if
832         ignoreFiguredBassRest is not set.
833
834         * scm/define-context-properties.scm
835         (all-user-translation-properties): add ignoreFiguredBassRest property
836
837 2006-09-24  Joe Neeman  <joeneeman@gmail.com>
838
839         * lily/paper-book.cc (get_system_specs):
840         (set_system_penalty): fix breakbefore.
841         We used to set a penalty on the system after the break, now we
842         set a permission on the system before the break
843
844         * lily/grob-property.cc: add scm debugging hooks into
845         property modification
846
847         * lily/context-property.cc:
848         * lily/engraver.cc:
849         rename make_foo_from_properties to internal_make_foo and
850         move it from context-property.cc to a member function of
851         Engraver.
852         
853         * lily/include/lily-guile-macros.hh:
854         overload ly_symbol2scm macro so that there is no more need
855         to use internal_foo
856
857         * lily/volta-repeat-iterator.cc:
858         * lily/tweak-engraver.cc:
859         * lily/tuplet-bracket.cc:
860         * lily/span-bar-engraver.cc:
861         * lily/script-engraver.cc:
862         * lily/prob-scheme.cc:
863         * lily/pointer-group-interface.cc:
864         * lily/parser.yy:
865         * lily/grob-scheme.cc:
866         * lily/grob-property.cc:
867         * lily/context.cc:
868         * lily/context-property.cc:
869         * lily/break-substitution.cc:
870         * lily/break-align-engraver.cc:
871         * lily/axis-group-interface.cc:
872         * lily/align-interface.cc:
873         remove calls to internal_FOO
874
875         * lily/system-start-delimiter-engraver.cc:
876         * lily/parenthesis-engraver.cc:
877         * lily/accidental-engraver.cc:
878         remove calls to make_foo_from_properties
879
880 2006-09-23  Graham Percival  <gpermus@gmail.com>
881
882         * Documentation/user/programming-iterfaces.itely: fix
883         def-music-function -> define-music... leftover.
884
885 2006-09-23  Joe Neeman  <joeneeman@gmail.com>
886
887         * lily/page-spacing.cc (min_page_count): by running the loop
888         backwards, we can calculate ragged_last properly.
889
890 2006-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
891
892         * ly/titling-init.ly (scoreTitleMarkup): Rename (typo!?)
893         printfirst-page-number -> print-first-page-number
894
895         * python/convertrules.py: corresponding rule.
896
897         * Documentation/user/page.itely (Page formatting): Document the
898         default values of all page layout parameters. 
899
900 2006-09-22  Erik Sandberg  <mandolaerik@gmail.com>
901
902         * lily/lexer.ll: remove limitation on music function arity. New
903         mode extratoken, which inserts extra EXPECT_* tokens after
904         MUSIC_FUNCTION token. Junk all MUSIC_FUNCTION_* tokens.
905
906         * lily/parser.yy: Change grammar for music function accordingly.
907
908         * lily/include/lily-parser.hh: New method get_state, new member
909         hidden_state. Works around a problem when parser fetches
910         MUSIC_FUNCTION token but not the following EXPECT_* token.
911
912         * lily/translator.cc, lily/context.cc:, lily/translator-group.cc:
913         remove try_music
914
915         * lily/*-engraver.cc, lily/*-performer.cc: Remove all remaining
916         references to Music; use ASSIGN_EVENT_ONCE everywhere
917
918         * lily/grob-info.cc: junk *music_cause
919
920         * lily/music.cc: copy eventified articulations to stream event
921
922         * lily/part-combine-iterator.cc: Cleanup using enums
923
924         * lily/translator-group.cc: Junk OldMusicEvent, and associated
925         methods
926
927         * lily/include/engraver.hh: Junk music.hh include
928
929         * lily/stream-event.cc: Changed constructors
930
931 2006-09-21  Graham Percival  <gpermus@gmail.com>
932
933         * Documentation/user/tweaks.itely (Fitting music onto fewer
934         pages): change settings to avoid warning messages.
935
936 2006-09-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
937
938         * Documentation/user/tweaks.itely (Fitting music onto fewer
939         pages): Add between-system-space setting. 
940
941 2006-09-21  Han-Wen Nienhuys  <hanwen@lilypond.org>
942
943         * lily/accidental-placement.cc (calc_positioning_done): don't
944         trigger Y-extent calculation too early. Use pure_height instead.
945
946         * lily/scale.cc (LY_DEFINE): new file. 
947
948 2006-09-20  Joe Neeman  <joeneeman@gmail.com>
949
950         * lily/page-breaking.cc (find_chunks_and_breaks): ignore breaks
951         that happen at the start of a score: having a zero-length
952         chunk was messing up min_system_count calculations.
953
954         * lily/source-file.cc (get_line): lower_bound, not
955         binary_search. Fixes problem where point-and-click would
956         always point to the first line.
957
958 2006-09-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
959
960         * lily/accidental-placement.cc (calc_positioning_done): also put
961         stems into accidental support. 
962
963         * lily/tie-engraver.cc (process_music): also set tieMelismaBusy if
964         event_ detected.
965
966         * scm/script.scm (default-script-alist): avoid-slur and
967         slur-padding for portato script.
968
969         * lily/stem-tremolo.cc (translated_stencil): new function. 
970         (height): use new function. Fixes tremolos on whole notes.
971
972         * lily/slur-scoring.cc (get_best_curve): don't crash if no optimal
973         slur found.
974
975 2006-09-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
976
977         * scripts/abc2ly.py (try_parse_comment): idem.
978
979         * scripts/lilypond-book.py (find_toplevel_snippets): use 'foo' in
980         bar_string iso. string.find()
981
982         * lily/*.cc: idem.
983
984         * lily/slur.cc (get_curve): always use scm_is_pair() looping
985         scheme lists.  
986
987 2006-09-18  Graham Percival  <gpermus@gmail.com>
988
989         * Documentation/user/basic-notation.itely: add bug
990         warning about ties and octavation/clef.
991
992 2006-09-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
993
994         * VERSION (PACKAGE_NAME): release 2.9.18
995
996 2006-08-29  Milan Zamazal  <pdm@brailcom.org>
997
998         * elisp/lilypond-mode.el (LilyPond-command-alist): Don't try to
999         figure out midi file names right here.
1000         
1001 2006-09-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
1002
1003         * scm/framework-ps.scm (dump-stencil-as-EPS): naming pad-eps-boxes.
1004
1005         * scm/backend-library.scm: option naming:  gs-font-load*s*
1006
1007         * scm/framework-eps.scm (dump-stencils-as-EPSes): rename option to
1008         include-eps-fonts
1009
1010 2006-09-17  Joe Neeman  <joeneeman@gmail.com>
1011
1012         * scm/define-music-types.scm (music-descriptions): remove
1013         BreakEvent and fix {Page,Line}{Break,Turn}Event so
1014         Music::to_event doesn't complain.
1015
1016         * lily/accidental-placement.cc (ape_compare):
1017         * lily/semi-tie.cc (compare): 
1018         * lily/note-column.cc (shift_compare): replace by XXX_less
1019
1020         * lily/tie-formatting-problem.cc (set_chord_outline): 
1021         * lily/tie-column.cc (calc_positioning_done): 
1022         * lily/system.cc (post_processing)
1023         (get_paper_system): 
1024         * lily/stem.cc (note_head_positions)
1025         (calc_positioning_done): 
1026         * lily/spanner.cc (do_break_processing)
1027         (find_broken_piece): 
1028         * lily/span-bar.cc (print): 
1029         * lily/semi-tie-column.cc (calc_positioning_done): 
1030         * lily/rest-collision.cc (calc_positioning_done): 
1031         * lily/program-option.cc (get_help_string): 
1032         * lily/note-collision.cc (get_clash_groups):
1033         * lily/new-fingering-engraver.cc (position_scripts):
1034         * lily/keyword.cc (Keyword_table):
1035         * lily/hara-kiri-group-spanner.cc (request_suicide):
1036         * lily/grob-pq-engraver.cc (stop_translation_timestep):
1037         * lily/accidental-placement.cc (calc_positioning_done):
1038         (stagger_apes):
1039         * lily/beam.cc (get_beam_segments):
1040         * lily/grob-array.cc (remove_duplicates):
1041         use new vector_sort
1042         
1043         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily:
1044         ragged-last-bottom = ##f (test the new page breaker)
1045
1046         * flower/include/std-vector.hh (vector_sort): use STL sort stuff
1047
1048         * scm/define-context-properties.scm
1049         (all-internal-translation-properties): remove properties that
1050         were used to communicate page-turn stuff to the paper-column
1051         engraver.
1052
1053         * lily/lily-guile.cc (robust_scm2string): new function
1054
1055         * lily/paper-column-engraver.cc: Clean up page turn stuff
1056
1057         * lily/page-turn-engraver.cc: Re-write the page turn logic here
1058         instead of cluttering up paper-column-engraver.cc
1059
1060 2006-09-17  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1061
1062         * scm/layout-page-dump.scm (scm): export utility function names,
1063         to allow user writing cutsom dumping functions.
1064
1065         * scm/layout-page-layout.scm: export utility function names to
1066         enable custom page breaking function writing. Tabify.
1067         (line-next-space): use ?-suffix only for predicates
1068         (page-maximum-space-to-fill): new function. Return the space
1069         between first and bottom system of a page, to give to
1070         space-systems.
1071         (space-systems): use a space-to-fill argument (for instance as
1072         computed by page-maximum-space-to-fill) instead of computing
1073         internaly this space with the page height. That way, the caller
1074         can adjust the space to use.
1075         (make-page-from-systems, walk-paths): compute space to fill before
1076         calling space-systems.
1077
1078 2006-09-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
1079
1080         * scm/script.scm (default-script-alist): set paddings for every
1081         type here, increase for portato mark.
1082
1083         * scm/lily.scm (define-scheme-options): typo: add s, so it is 
1084         -dinclude-eps-fonts
1085
1086 2006-09-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
1087
1088         * scm/define-grobs.scm (all-grob-descriptions): oops, typo:
1089         use spanner::set-spacing-rods
1090
1091         * lily/note-column.cc: reformat.
1092
1093         * lily/rest-collision.cc (calc_positioning_done): fix whole/half
1094         step positioning for note/rest combinations.
1095
1096         * input/regression/rest-note-collision.ly: new file.
1097
1098         * scm/define-grobs.scm (all-grob-descriptions): add
1099         springs-and-rods
1100
1101         * flower/include/std-vector.hh: switch off again.
1102
1103         * VERSION (PATCH_LEVEL): bump to 2.9.18
1104
1105         * flower/include/std-string.hh: idem.
1106
1107         * flower/include/std-vector.hh (_GLIBCXX_DEBUG): set if NDEBUG not set.
1108
1109 2006-09-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1110
1111         * ly/engraver-init.ly: Make FiguredBass accepted in GrandStaff and
1112         PianoStaff. 
1113
1114 2006-09-08  Joe Neeman  <joeneeman@gmail.com>
1115
1116         * Documentation/user/page.itely: update page breaking documentation
1117
1118 2006-09-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
1119
1120         * lily/note-collision.cc (calc_positioning_done): only access
1121         first head if available.
1122
1123         * lily/tuplet-engraver.cc: add tupletFullLengthNote to description.
1124
1125         * scm/framework-ps.scm (output-preview-framework): use new name.
1126
1127         * lily/program-option.cc (internal_set_option): use new names.
1128
1129         * Documentation/user/SConscript (lilypond_book_flags): update -d
1130         variable names.
1131
1132         * Documentation/user/lilypond-book.itely (Inserting LilyPond
1133         output into other programs): new variable names.
1134
1135         * scm/lily.scm (define-scheme-options): uniformize var names.
1136
1137         * lily/tuplet-engraver.cc (listen_tuplet_span): verify that
1138         tuplets_ is non-empty before popping.
1139
1140 2006-09-07  Joe Neeman  <joeneeman@gmail.com>
1141
1142         * lily/spanner.cc (find_broken_piece): 
1143         * lily/spacing-spanner.cc (get_columns): 
1144         * lily/source-file.cc (get_line): 
1145         * lily/simple-spacer.cc (get_column_description): 
1146         * lily/keyword.cc (lookup): 
1147         use the new binary search.
1148
1149         * flower/include/std-vector.hh: replace binary_search with
1150         a more STL-like version
1151
1152 2006-09-04  Michael Welsh Duggan  <md5i@cs.cmu.edu>
1153
1154         * lily/tie-performer.cc: remove unused last_event_ property.
1155         (class Tie_performer): add now_tied_heads_ property for
1156         partially-tied heads.
1157         (acknowledge_audio_element): when adding an Audio_note, put the
1158         note in now_tied_heads_ if the audio note is partially tied.
1159         (stop_translation_timestep): always include entries in
1160         now_tied_heads_ in heads_to_tie_.
1161
1162         * lily/drum-note-performer.cc (process_music): look for tie-events
1163         in the articulations; pass to Audio_note constructor.
1164
1165         * lily/note-performer.cc (process_music): look for tie-events in
1166         the articulations; pass to Audio_note constructor.
1167
1168         * lily/audio-item.cc (Audio_note): Initialize tie_event_ in
1169         constructor.
1170
1171         * lily/include/audio-item.hh (class Audio_note): add tie_event_.
1172         include initializer in constructor.
1173
1174 2006-09-02  Joe Neeman  <joeneeman@gmail.com>
1175
1176         * lily/simple-spacer.cc (get_line_forces): Ignore loose columns
1177         unless they are breakable. This fixes discrepancies between the forces
1178         calculated here and the forces calculated in get_line_configuration.
1179
1180         * lily/grob.cc (pure_relative_y_coordinate): fix some
1181         mis-estimation that was happening with piano staves.
1182
1183         * lily/constrained-breaking.cc (resize): don't choke if we get a
1184         measure that won't fit on a line.
1185         (combine_demerits): don't consider uniformity when ragged
1186
1187         * lily/page-spacing.cc (solve): why the f* were there two of these?
1188         (calc_subproblem): properly handle the case where a system is taller
1189         than the page.
1190
1191         * lily/system.cc (get_paper_system): ensure that all the permissions
1192         and penalties are passed to the paper systems.
1193
1194         * lily/page-breaking.cc (create_system_list): support system-count.
1195
1196         * scm/define-grobs.scm (pure-print-callbacks): add
1197         ly:script-interface::print
1198
1199         * lily/page-spacing.cc (min_page_count): fix calculation of min
1200         pages if we are ragged and there are non-zero springs.
1201
1202         * scm/layout-page-layout.scm: if the pure-height estimates are under
1203         the real height, allow space-systems to ignore padding if it is
1204         needed in order to fit the systems on one page
1205
1206         * lily/optimal-page-breaking.cc (try_page_spacing): fix reading
1207         ragged properties
1208         (solve): fix performance problem. Make sure we always get at least
1209         one solution
1210
1211         * lily/page-breaking.cc (make_pages): include write-page-breaks
1212         and page-stencil
1213
1214         * lily/paper-score.cc (calc_breaking): remove Gourlay breaker
1215
1216         * scm/define-grobs.scm: add the new slur-callback
1217         fix pure-relevant to not exclude grobs whose extent is already
1218         calculated
1219
1220         * ly/paper-defaults.ly: make ly:optimal-breaking the new default
1221         page breaker
1222
1223         * lily/slur.cc (pure_height): new callback to estimate the height
1224         of a slur
1225
1226 2006-09-02  Graham Percival  <gpermus@gmail.com>
1227
1228         * Documentation/user/invoking.itely: small update on
1229         MacOS X notes; thanks Trevor!
1230
1231 2006-09-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
1232
1233         * VERSION (MY_PATCH_LEVEL): release 2.9.17
1234
1235         * lily/lexer.ll: accept EOF in all states.
1236
1237         * lily/tempo-performer.cc (Tempo_performer): initialize last_tempo_.
1238
1239         * lily/source-file.cc (Source_file): always 0-terminate character
1240         array, to prevent Flex from barfing.
1241
1242         * lily/global-context.cc (get_output): robustness: don't crash if
1243         no Score context found.
1244
1245         * lily/include/book.hh (class Book): idem.
1246
1247         * lily/include/context-def.hh (struct Context_def): idem.
1248
1249         * lily/include/score.hh (class Score): don't derive from Input.
1250
1251         * lily/book.cc (Book): add a copy ctor. 
1252
1253         * buildscripts/output-distance.py (FileLink.calc_distance): count
1254         orphans in distance too.
1255
1256         * python/midi.c (midi_parse_track): robustness: don't read past
1257         end of string.
1258
1259         * ly/performer-init.ly: add Control_track_performer, move
1260         Tempo_performer and Time_signature_performer to Score.        
1261
1262         * lily/score-performer.cc (acknowledge_audio_elements): override
1263         from base class: add to audio-columns
1264
1265         * lily/control-track-performer.cc (add_text): new file: generate
1266         the control track.
1267
1268         * lily/performance.cc: move output_header_track to
1269         Control_track_performer ()
1270
1271         * lily/midi-walker.cc (Midi_walker): get channel in constructor.
1272
1273         * lily/include/midi-item.hh (class Midi_channel_item): insert
1274         class into hierarchy, for items that can have a channel setting. Dehungarify.
1275
1276         * lily/include/performer.hh (class Performer): remove
1277         play_element();  move functionality into announce/acknowledge.
1278
1279         * lily/audio-staff.cc (output): remove channel_ from Midi_track.
1280
1281         * lily/tie-engraver.cc (stop_translation_timestep): only wipe
1282         heads_to_tie_ if there are new heads to tie.  Fixes polyphony in ties.
1283
1284 2006-08-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
1285
1286         * lily/tie-engraver.cc (stop_translation_timestep): robustness for
1287         ambituses.
1288
1289         * lily/all-font-metrics.cc: remove TFM support.
1290
1291         * lily/include/tfm.hh: remove TFM support, TFM reader.
1292
1293         * lily/include/binary-source-file.hh: remove Binary_source_file.
1294
1295 2006-08-27  Graham Percival  <gpermus@gmail.com>
1296
1297         * Documentation/topdocs/NEWS.itely: add @c marker for
1298         stuff I've processed.
1299
1300         * Documentation/user/ various: info from NEWS.
1301
1302 2006-08-27  Joe Neeman  <joeneeman@gmail.com>
1303
1304         * lily/paper-column-engraver.cc (finalize): Oops, this change
1305         should have gone in on 2006-08-23
1306
1307 2006-08-26  Mats Bengtsson  <mabe@s3.kth.se>
1308
1309         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use double
1310         quotes to quote arguments. Fixes Windows problem.
1311
1312         * python/lilylib.py (progress): idem
1313
1314 2006-08-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
1315
1316         * scripts/musicxml2ly.py: fix for importing
1317         minor key signatures from MusicXML.  (Phillip Kirlin)
1318
1319 2006-08-24  Phillip Kirlin  <pkirlin@acm.org>
1320
1321         * python/musicxml.py: 
1322         (Attributes.get_key_signature): now correctly retrieves mode from 
1323         MusicXML. 
1324
1325 2006-08-25  Han-Wen Nienhuys  <hanwen@lilypond.org>
1326
1327         * lily/parser.yy (output_def_body): take ownership of identifier
1328         back to C++.
1329
1330         * Documentation/user/advanced-notation.itely (Metronome marks):
1331         update use of \tempo in \midi.
1332
1333         * VERSION: release 2.9.16
1334         
1335 2006-08-24  Erik Sandberg  <mandolaerik@gmail.com>
1336
1337         * input/mutopia/*: upgrade to new midi tempo syntax (repairs make
1338         web partially)
1339
1340 2006-08-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
1341
1342         * input/regression/tie-chord-partial.ly: clarify example.
1343
1344         * scm/define-music-properties.scm (all-music-properties): remove
1345         untied.
1346
1347         * ly/music-functions-init.ly: remove \untied.
1348
1349         * lily/tie-engraver.cc (struct Head_event_tuple): store both
1350         stream events and music events.
1351         (stop_translation_timestep): search acknowledged heads for
1352         tie-event.
1353
1354         * input/regression/tie-chord-partial.ly: new file.
1355
1356         * scm/define-markup-commands.scm (char): use ly:wide-char->utf-8
1357         for \char markup command.
1358
1359         * scm/define-event-classes.scm (unlistened-music-event-classes): idem.
1360
1361         * scm/define-music-types.scm (music-descriptions): consistency:
1362         Use solo-{one,two}-event iso. solo-[12]-event.
1363
1364         * lily/part-combine-engraver.cc (process_music):
1365         Use solo-{one,two}-event iso. solo-[12]-event.
1366
1367         * ly/declarations-init.ly (partCombineListener): add Timing as
1368         alias
1369
1370         * flower/std-string.cc (string_copy): use copy ()
1371
1372         * lily/source-file.cc (Source_file): use copy(). Remove contents_str0()
1373
1374 2006-08-24  Graham Percival  <gpermus@gmail.com>
1375
1376         * Documentation/user/changing-defaults.itely, global.itely,
1377         lilypond-book.itely, page.itely: minor changes from mailist.
1378
1379 2006-08-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
1380
1381         * buildscripts/mutopia-index.py (allfiles): filter lily-XXX and
1382         snippet-map
1383
1384         * scm/define-context-properties.scm
1385         (translator-property-description): robustness: detect type errors
1386         in property definitions.
1387
1388         * lily/parser.yy (score_body): protect SCORE_IDENTIFIER result
1389         after getting it from SCM. 
1390
1391         * lily/smobs.cc (protect_smob): switch off fancy smob protection
1392         for now. 
1393
1394         * lily/include/performer.hh (class Performer): strip get_tempo()
1395         method.
1396
1397         * lily/midi-def.cc: strip file.
1398
1399         * lily/lexer.ll (Lily_lexer): don't protect hash key separately.
1400
1401         * lily/include/context-def.hh (struct Context_def): use
1402         VIRTUAL_COPY_CONSTRUCTOR().
1403
1404         * lily/source-file.cc: smobification.
1405
1406         * lily/include/source-file.hh (class Source_file): smobify
1407         Source_file. Trim redundant members.
1408
1409         * lily/parser.yy (Lily_lexer::try_special_identifiers): unprotect
1410         clones after creation. This plugs a huge memory leak.
1411
1412         * python/convertrules.py (FatalConversionError.sub_tempo):
1413         complete rule for \midi{ \tempo }
1414
1415         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): idem.
1416
1417         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): update tempo.
1418
1419 2006-08-23  Joe Neeman  <joeneeman@gmail.com>
1420
1421         * input/regression/optimal-page-breaking-hstretch.ly: test for
1422         ragged-last-bottom also
1423
1424         * lily/paper-column-engraver.cc (finalize): make the end of a score
1425         breakable by default. This is to balance out a change in behaviour
1426         of the page-turn-breaker which no longer makes the end of a score
1427         breakable.
1428
1429         * lily/paper-book.cc (pages): set the systems_ once the pages are
1430         broken
1431
1432         * lily/page-turn-page-breaking.cc (calc_subproblem): use the new
1433         Page_breaking interface.
1434
1435         * lily/page-breaking.cc (class Page_breaking): make the interface
1436         more consistent and provide abstractions for dealing with
1437         Line_divisions.
1438
1439         * lily/optimal-page-breaking.cc (solve): use a more straightforward
1440         algorithm. Use the new interface to Page_breaking.
1441
1442         * lily/page-spacing.cc: better support for ragged-bottom and
1443         ragged-last-bottom
1444
1445 2006-08-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
1446
1447         * python/convertrules.py (conv): warning on \tempo{}
1448
1449         * ly/performer-init.ly: set tempoWholesPerMinute.
1450
1451         * ly/midi-init.ly: remove \midi
1452
1453         * lily/tempo-performer.cc: look at tempoWholesPerMinute to set
1454         MIDI tempo.
1455
1456         * lily/metronome-engraver.cc (process_music): use tempoUnitCount
1457         tempoUnitDuration for determining what to print.
1458
1459         * lily/lyric-extender.cc: typo.
1460
1461         * lily/parser.yy (output_def_body): disallow \tempo in \midi{}
1462
1463         * lily/duration-scheme.cc (LY_DEFINE): ly:duration-length: new
1464         function.
1465
1466         * scm/lily.scm (define-scheme-options): alphabetize, add eps-pad-boxes.
1467
1468         * scm/framework-ps.scm (dump-stencil-as-EPS): only pad boxes if
1469         eps-pad-boxes is set.
1470
1471         * scripts/lilypond-book.py (main): use -deps-pad-boxes.
1472
1473         * THANKS: update sponsors.
1474
1475         * ly/english.ly: quarter tone naming (thanks, Trevor Baca)
1476
1477         * Documentation/topdocs/NEWS.tely (Top): doc new feature.
1478
1479         * input/regression/tie-chord-untied.ly: new file.
1480
1481         * lily/tie-engraver.cc (acknowledge_note_head): check 'untied property.
1482
1483         * scm/define-music-properties.scm (all-music-properties): add
1484         'untied property.
1485
1486         * buildscripts/mutopia-index.py (allfiles): look for .ly rather
1487         than .ly.txt.
1488         (headertext_nopics): sanitize no-examples text.
1489
1490         * scm/page.scm (make-page-stencil): don't rely on extents of
1491         page-stencil. This fixes spurious space around .EPS files produced
1492         with the EPS backend.
1493
1494 2006-08-21  Han-Wen Nienhuys  <hanwen@lilypond.org>
1495
1496         * lily/stencil-scheme.cc (LY_DEFINE): make extent arguments optional.
1497
1498         * lily/hara-kiri-engraver.cc (process_music): remember
1499         keepAliveInterfaces after processing \set
1500
1501         * lily/lyric-extender.cc (print): support left/right-padding for
1502         extenders.
1503
1504         * scm/documentation-generate.scm (string-append): revert lilypond/
1505         path, doc why.
1506
1507 2006-08-20  Graham Percival  <gpermus@gmail.com>
1508
1509         * Documentation/user/lilypond.tely: clarification to
1510         license presentation (not to actual license).
1511
1512         * Documentation/user/basic-notation.itely,
1513         instrument-notation.itely: minor changes.
1514
1515         * input/ {regression, test}/+.ly: clarification to
1516         text (you can click on examples).  Thanks, Mats!
1517
1518         * input/manual/bar-lines.ly: adds ||: repeats.
1519
1520 2006-08-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
1521
1522         * make/ly-vars.make (OMF_FILES): strip ps.gz from OMF_FILES 
1523
1524         * scm/documentation-lib.scm (texi-file-head): category LilyPond.
1525
1526         * Documentation/user/lilypond.tely: strip lilypond/ from info
1527         links, rename to category LilyPond
1528
1529         * lily/pango-font.cc (description_string): new function.
1530
1531         * VERSION: release 2.9.15
1532
1533         * lily/spacing-engraver.cc (stop_translation_timestep): use
1534         Dscho's fix for spacing spanner. 
1535
1536         * scm/define-music-types.scm (music-descriptions): use
1537         apply-output-event for ApplyOutputEvent
1538
1539         * lily/output-property-engraver.cc (listen_apply_output): rename
1540         from listen_layout_instruction.
1541
1542         * lily/piano-pedal-engraver.cc (struct Pedal_type_info): new
1543         function protect()
1544
1545 2006-08-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
1546
1547         * scm/lily.scm (lilypond-all): option read-file-list: substitute
1548         commandline args with contains, split by \n.
1549
1550         * scripts/lilypond-book.py (Lilypond_file_snippet.my_system):
1551         write snippet-names file, call with -dread-file-list. Fixes
1552         command limitations on 64-bit systems.
1553
1554         * input/regression/stencil-color-rotation.ly: new file.
1555
1556         * lily/include/translator.hh (struct Acknowledge_information):
1557         revert: don't use Protected_scm in global objects, as GUILE can't
1558         handle gc_unprotect from automated destructors on MacOS X.
1559  
1560         * lily/grob.cc (get_print_stencil): use retval.expr() as base for
1561         color, not the original stencil. Fixes combinations of
1562         color/transparency/rotation. 
1563
1564         * scripts/lilypond-book.py (main): add --formats=eps for
1565         texinfo/latex.
1566
1567         * lily/spacing-engraver.cc (stop_translation_timestep): don't
1568         crash if spacing_ is nonexistent.
1569
1570 2006-08-14  Mats Bengtsson  <mabe@s3.kth.se>
1571
1572         * scripts/lilypond-book.py (output): Remove obsolete(!?)
1573         \catcode`\@=12 in the LaTeX output.
1574
1575 2006-08-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
1576
1577         * scm/define-music-types.scm (music-descriptions):
1578         use sustain-event iso. sustain-pedal-event.
1579
1580 2006-08-11  Joe Neeman  <joeneeman@gmail.com>
1581
1582         * scripts/convert-ly.py: honour the -n command-line switch
1583
1584 2006-08-10  Han-Wen Nienhuys  <hanwen@lilypond.org>
1585
1586         * scm/output-lib.scm (bar-line::calc-glyph-name): add dashed liine
1587         break specification.
1588
1589 2006-08-10  Joe Neeman  <joeneeman@gmail.com>
1590
1591         * Documentation/user: convert-ly the user manual
1592
1593 2006-08-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
1594
1595         * stepmake/aclocal.m4: version check patch (thanks MWD)
1596
1597         * ly/music-functions-init.ly: robustness. Don't crash if
1598         currentBarNumber is not a number.
1599
1600         * VERSION (PATCH_LEVEL): bump.
1601
1602 2006-08-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
1603
1604         * stepmake/aclocal.m4: better version check; handle fooX.Y
1605         binaries too.
1606
1607         * ly/performer-init.ly: instrument name fixup.
1608
1609         * input/manual/chord-names-jazz.ly (banterProperties):
1610         instrumentName update
1611
1612         * scm/define-event-classes.scm (lambda): use ly:is-listened-event-class
1613
1614         * lily/ly-module.cc (ly_module_symbols): use ly_hash_table_keys
1615
1616         * lily/translator.cc (LY_DEFINE): ly:is-listened-event-class: new
1617         function. Use hash tables to check membership.
1618
1619         * lily/general-scheme.cc (LY_DEFINE): new function.
1620
1621         * lily/piano-pedal-engraver.cc (struct Pedal_type_info): idem
1622
1623         * lily/include/translator.hh (struct Acknowledge_information): add
1624         Protected_scm
1625
1626         * ly/music-functions-init.ly: change name to BreathingEvent
1627
1628         * input/regression/*.ly: apply it.
1629
1630         * python/convertrules.py (conv): better instrumentName conversion
1631         rule.
1632
1633         * scm/define-music-types.scm (music-descriptions): add
1634         line-break-event to LineBreakEvent music
1635
1636         * lily/music.cc (to_event): don't crash if music type not set.
1637
1638         * lily/spacing-loose-columns.cc (set_loose_columns): don't barf if
1639         spacing not set.
1640
1641         * lily/spacing-engraver.cc (stop_translation_timestep): set
1642         spacing for proportional notation too.
1643
1644         * scm/translation-functions.scm (format-bass-figure): inspect
1645         stream-event.
1646
1647         * scripts/lilypond-book.py (bindir): add bindir to $PATH.
1648
1649 2006-08-08  Joe Neeman  <joeneeman@gmail.com>
1650
1651         * lily/include/constrained-breaking.hh: add Line_details (Prob*)
1652
1653         * scm/page.scm (make-page): make it friendlier to call (esp. from C++)
1654
1655         * scm/layout-page-layout.scm (make-page-from-systems): new function
1656         (optimal-page-breaks): use the new page-breaking calling convention
1657
1658         * scm/define-context-properties.scm (all-user-translation-properties):
1659         add revokePageTurns
1660
1661         * lily/paper-column-engraver.cc (stop_translation_timestep): add
1662         revokePageTurns  functionality. If there is a special barline within
1663         the breakable region, break there instead of at the end of the region.
1664
1665         * lily/paper-book.cc (pages): use the new page-breaking calling
1666         convention
1667
1668 2006-08-07  Erik Sandberg  <mandolaerik@gmail.com>
1669
1670         * lily/lexer.ll, lily/source-file.cc: Add \sourcefileline command
1671
1672         * scripts/lilypond-book.py: insert \sourcefileline command in
1673         output, so lilypond error messages refer to the spot in the
1674         original .lytex / .itely sourcefile.
1675
1676 2006-08-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
1677
1678         * lily/spacing-loose-columns.cc (set_loose_columns): oops: use
1679         space to next column for distance to fixed col.
1680
1681         * VERSION (PACKAGE_NAME): release 2.9.14
1682
1683         * lily/pitched-trill-engraver.cc (make_trill): do set_parent also
1684         if no accidental.
1685
1686         * lily/accidental-engraver.cc (process_acknowledged): don't create
1687         accidental for trill span event. This fixes spurious accidentals
1688         on trills.
1689
1690 2006-08-04  Mats Bengtsson  <mabe@s3.kth.se>
1691
1692         * scm/define-grob-properties.scm (all-user-grob-properties):
1693         Clarify documentation of side-axis and direction. Thanks to Paul
1694         for the inspiration.
1695
1696         * lily/bar-line.cc: Add documentation for "||:" also in the
1697         interface documentation.
1698
1699 2006-08-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
1700
1701         * lily/spacing-loose-columns.cc (set_loose_columns): bugfix.
1702
1703         * lily/paper-column.cc (set_system): new function.
1704
1705         * lily/spacing-engraver.cc (stop_translation_timestep): store
1706         SpacingSpanner refs in Paper_column.
1707
1708         * lily/spacing-loose-columns.cc (set_loose_columns): rewrite
1709         compute loose clique spacing using GraceSpacing/SpacingSpanner.
1710
1711 2006-08-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
1712
1713         * lily/beam-engraver.cc (listen_beam): add method for
1714         Grace_beam_engraver too.
1715
1716 2006-08-03  Mats Bengtsson  <mabe@s3.kth.se>
1717
1718         * python/convertrules.py: Fix indentation bug that broke
1719         conversion of files older than 1.3.117.
1720         Fix escape error in the description for 2.9.6.
1721
1722 2006-08-02  Erik Sandberg  <mandolaerik@gmail.com>
1723
1724         * lily/*-engraver.cc: convert all try_music functions to listen_*
1725         functions.
1726
1727         * lily/piano-pedal-engraver.cc: some additional cleanups: use
1728         enums to represent pedal types, and calculate more data statically.
1729
1730         * scm/part-combiner.scm (recording-group-emulate): create a
1731         softcoded substitute for recording-group-engraver.cc.
1732
1733         * lily/music.cc: make a common transpose function for events and
1734         music
1735
1736         * ly/declarations-init.ly: change melisma/melismaEnd. Eliminates
1737         ManualMelismaEvent, and obsoletes Melisma_translator.
1738
1739 2006-08-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
1740
1741         * input/test/instrument-name-align.ly: update version.
1742
1743 2006-08-02  Mats Bengtsson  <mabe@s3.kth.se>
1744
1745         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
1746         Doc the --pdf flag to lilypond-book.
1747
1748 2006-07-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
1749
1750         * Documentation/topdocs/NEWS.tely (Top): add description.
1751
1752         * input/regression/tuplet-full-length-note.ly: add file.
1753
1754         * lily/instrument-name-engraver.cc (acknowledge_axis_group):
1755         always store axis group.
1756
1757 2006-07-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
1758
1759         * input/regression/instrument-switch.ly: new file.
1760
1761         * lily/instrument-switch-engraver.cc (process_music): new file.
1762
1763         * ly/engraver-init.ly: add Instrument_switch_engraver
1764
1765         * ly/music-functions-init.ly: \instrumentSwitch
1766
1767         * scm/define-context-properties.scm
1768         (all-user-translation-properties): add instrumentCueName
1769
1770         * scm/define-grobs.scm (all-grob-descriptions): add InstrumentSwitch
1771
1772 2006-07-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
1773
1774         * ly/music-functions-init.ly: music function \transposition.
1775
1776         * lily/parser.yy (command_element): softcode \transposition.
1777
1778         * lily/fall-engraver.cc (process_music): delta-pitch -> delta-step.
1779         (process_music): oops.
1780
1781         * lily/instrument-name-engraver.cc (start_spanner): new
1782         function. Create spanner when property changes.
1783         (stop_spanner): new function.
1784
1785         * python/convertrules.py (conv): add rule.
1786
1787         * lily/instrument-name-engraver.cc: shortVocalName iso. vocNam,
1788         shortInstrumentName iso. instr.
1789
1790         * scm/output-ps.scm (dashed-line): add phase argument to
1791         dashed-line.
1792
1793         * lily/bar-line.cc (dashed_bar_line): new function.
1794         (compound_barline): support \bar "dashed". 
1795
1796         * lily/lily-parser-scheme.cc (LY_DEFINE): only write
1797         --output=DIR to DIR/BASE if it is a dir. 
1798
1799         * flower/file-name.cc (file_part): new function
1800         (dir_part): new function
1801
1802         * lily/lily-parser-scheme.cc (LY_DEFINE): 
1803
1804         * DEDICATION: update
1805
1806 2006-07-25  Han-Wen Nienhuys  <hanwen@lilypond.org>
1807
1808         * lily/instrument-name-engraver.cc: formatting.
1809
1810         * python/convertrules.py (conv): bugfix for \epsfile.
1811
1812 2006-07-25  Joe Neeman  <joeneeman@gmail.com>
1813
1814         * lily/grob.cc:
1815         
1816         * lily/gourlay-breaking.cc: Oops, these should have been included
1817         in my last commit
1818
1819 2006-07-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
1820
1821         * scripts/*.py (program_name): cleanup relocation snippets.
1822
1823         * scripts/convert-ly.py (datadir): remove LILYPONDPREFIX support.
1824
1825 2006-07-24  Joe Neeman  <joeneeman@gmail.com>
1826
1827         * scm/define-grobs.scm (all-grob-descriptions): make NonMusicalPaperColumn
1828         page-breakable by default
1829
1830         * scm/layout-page-layout.scm (space-systems): fix bug where the force isn't
1831         correctly calculated for a single-system page
1832
1833         * scm/lily-library.scm (interval-sane?): also check that the first number is no
1834         bigger than the second number
1835
1836         * lily/simple-spacer.cc (solve): allow compression even when ragged (but we
1837         acknowledge that we aren't satisfying constraints)
1838
1839         * lily/hara-kiri-group-spanner.cc (request_suicide): give equal treatment to
1840         non-Items
1841
1842         * lily/grob.cc (pure_height): add minimum-Y-extent
1843
1844         * lily/gourlay-breaking.cc (solve): don't ignore a compression force, even if we're
1845         ragged
1846
1847         * lily/constrained-breaking.cc: convert code to use new Matrix class
1848         (get_best_solution): new function
1849
1850         * scm/page.scm (make-page-stencil): don't crash if we annotate-layout when there
1851         is a page with no systems
1852
1853 2006-07-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
1854
1855         * VERSION (PACKAGE_NAME): release 2.9.13
1856
1857         * scm/define-grobs.scm (all-grob-descriptions): remove stray
1858         assignment.
1859
1860 2006-07-21  Han-Wen Nienhuys  <hanwen@lilypond.org>
1861
1862         * Documentation/topdocs/NEWS.tely (Top): doc new features.
1863
1864         * scm/output-lib.scm (grace-spacing::calc-shortest-duration): new
1865         function.
1866
1867         * scm/define-grob-properties.scm (all-user-grob-properties):
1868         remove grace-space-factor.
1869
1870         * scm/define-grob-interfaces.scm (grace-spacing-interface): add
1871         grace-spacing-interface
1872         (spacing-options-interface): add.
1873
1874         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add Grace_spacing_engraver
1875
1876         * lily/spacing-options.cc (get_duration_space): move function from spacing-basic.cc
1877
1878         * lily/spacing-basic.cc (note_spacing): do init_from_grob on
1879         GraceSpacing object.
1880
1881         * lily/note-spacing.cc: fix prop list formatting
1882
1883         * lily/beaming-pattern.cc (de_grace): new function. Sensible
1884         beaming for grace notes too.
1885
1886         * input/regression/spacing-grace.ly: update.
1887
1888         * lily/grace-spacing-engraver.cc: new file.
1889
1890         * lily/spacing-spanner.cc: add strict-grace-spacing.
1891
1892 2006-07-20  Graham Percival  <gpermus@gmail.com>
1893
1894         * lily/parser.yy: compile fix.
1895
1896 2006-07-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
1897
1898         * scm/define-grobs.scm (all-grob-descriptions): typo.
1899
1900         * scm/framework-eps.scm (dump-stencils-as-EPSes): just strip
1901         .eps extension from includegraphics.
1902
1903         * scripts/lilypond-book.py (main): add support for --pdf. 
1904
1905         * lily/spacing-spanner.cc (calc_common_shortest_duration): use
1906         callback to compute common shortest duration.
1907         (set_springs): typo.
1908
1909         * scm/define-grob-properties.scm (all-user-grob-properties): add
1910         strict-grace-spacing.
1911
1912         * lily/spacing-determine-loose-columns.cc (is_loose_column):
1913         support float_grace_columns_.
1914
1915         * lily/spacing-options.cc (init_from_grob): new file.
1916
1917         * Documentation/topdocs/NEWS.tely (Top): doc tupletFullLengthNote.
1918
1919         * input/regression/spacing-loose-grace.ly: new file.
1920
1921         * Documentation/topdocs/NEWS.tely (Top): document new feature.
1922
1923         * lily/tuplet-engraver.cc (struct Tuplet_description): read
1924         tupletFullLengthNote too. Choose right bound depending on value.
1925
1926         * input/regression/tuplet-full-length-note.ly: new file.
1927
1928 2006-07-19  Erik Sandberg  <mandolaerik@gmail.com>
1929
1930         * lily/*-performer.cc: Converted try_music to listen_*
1931
1932         * lily/grob-info.cc, lily/engraver.cc: represent the cause of grob
1933         as a stream-event internally. Introduce event_cause (), deprecate
1934         music_cause ().
1935
1936         * scm/define-music-types.scm: Removed BusyPlayingEvent
1937         
1938 2006-07-19  Mats Bengtsson  <mabe@s3.kth.se>
1939
1940         * Documentation/user/advanced-notation.itely (Font selection):
1941         Document how to get a list of available fonts using 'lilypond
1942         -dshow-available-fonts blabla'.
1943
1944 2006-07-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
1945
1946         * GNUmakefile.in: filter lily-XXX.pdf files.
1947
1948         * scm/define-grob-interfaces.scm (bend-after-interface): add thickness.
1949
1950         * scm/define-grob-properties.scm (all-internal-grob-properties):
1951         remove delta-pitch. Use delta-position everywhere.
1952
1953         * scm/output-lib.scm (fall::print): use new order.
1954
1955         * scm/output-ps.scm (path): reorder arguments.
1956
1957         * scm/output-svg.scm (path): support for path primitive.
1958
1959         * input/regression/bend-after.ly: new file.
1960
1961         * Documentation/user/GNUmakefile ($(outdir)/%.pdf): foolproof
1962         recipe for eps -> pdf conversion.
1963
1964 2006-07-19  Erik Sandberg  <mandolaerik@gmail.com>
1965
1966         * lily/parser.yy, lily/lexer.ll: added some simplifications by
1967         Angelo Contardi.
1968
1969 2006-07-19  Graham Percival  <gpermus@gmail.com>
1970
1971         * input/manual/screech-boink.ly: moved to here.
1972
1973         * input/screech-boink.ly: deleted.
1974
1975         * scm/define-grob-properties.scm: clarify doc string.
1976
1977 2006-07-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
1978
1979         * Documentation/topdocs/NEWS.tely (Top): doc new feature.
1980
1981         * scm/output-ps.scm (path): define path.
1982
1983         * scm/define-stencil-commands.scm
1984         (ly:register-stencil-expression): add path.
1985
1986         * scm/define-music-properties.scm (all-music-properties): add delta-pitch.
1987
1988         * ly/engraver-init.ly: add Fall_engraver
1989
1990         * lily/parser.yy (music_function_event): allow musicfunction
1991         without music arg as music_function_event.
1992
1993         * lily/grob-scheme.cc (LY_DEFINE):
1994         ly:grob-robust-relative-extent. New function.
1995
1996         * scm/define-grobs.scm (all-grob-descriptions): add BendAfter
1997
1998         * scm/define-music-types.scm (music-descriptions): add BendAfterEvent.
1999
2000         * scm/output-lib.scm (fall::print): new function
2001
2002         * lily/fall-engraver.cc (stop_fall): new file.
2003
2004         * ly/music-functions-init.ly: alphabetise.
2005
2006         * Documentation/user/GNUmakefile (OUT_PNG_IMAGES): pdf iso. eps as
2007         base.
2008
2009 2006-07-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
2010
2011         * VERSION (PATCH_LEVEL): bump version. Release 2.9.12
2012
2013         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
2014         doc pdftex usage.
2015
2016         * lily/translator-group.cc (connect_to_context): non const error message.
2017
2018         * Documentation/user/GNUmakefile ($(outdir)/%.pdf): update to use PDF
2019
2020         * scm/paper.scm (internal-set-paper-size): define landscape to #f
2021         if unset.
2022
2023         * scm/framework-ps.scm (convert-to-pdf): swap h and w in case of landscape. 
2024
2025         * stepmake/stepmake/texinfo-rules.make: strip DVI support.
2026
2027         * scm/framework-eps.scm (dump-stencils-as-EPSes): generate
2028         systems.pdftex too.
2029
2030         * scm/backend-library.scm (postscript->pdf): use -dEPSCrop for PDF.
2031
2032         * make/lilypond-vars.make (TEXINPUTS): add pdf output format.
2033
2034         * Documentation/topdocs/NEWS.tely (Top): add pdftex note.
2035
2036         * scm/output-ps.scm (resetrotation): use gsave/grestore for rotation.
2037
2038         * lily/main.cc (parse_argv): don't overwrite previous --formats string.
2039
2040         * scm/backend-library.scm (postscript->pdf): strip .eps too. 
2041
2042 2006-07-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2043
2044         * scm/layout-page-layout.scm: Define module, tidy code, use more
2045         functions iso. a single big one.
2046
2047         * scm/layout-page-dump.scm: move page dump functions used in two
2048         pass spacing to this file. Define module.
2049
2050         * scm/lily.scm (ly:load): don't load layout-page-layout.scm
2051          (separate module)
2052
2053         * ly/paper-defaults.ly: use module layout-page-layout.
2054
2055 2006-07-14  Erik Sandberg  <mandolaerik@gmail.com>
2056
2057         * lily/music.cc: Revised MusicEvent event class. It now contains
2058         event data directly instead of encapsulating it in music. The
2059         previously used class is renamed to OldMusicEvent.
2060
2061         * lily/stream-event.cc: Stream events are now probs.
2062         
2063         * lily/translator-group.cc, lily/translator.cc: Translators can
2064         now listen directly to stream events, by using macros
2065         [DECLARE,IMPLEMENT]_TRANSLATOR_LISTENER.
2066
2067         * lily/arpeggio-engraver.cc: Converted to use new event system
2068
2069         * THANKS: Corrected spelling mistake.
2070
2071 2006-07-12  Graham Percival  <gpermus@gmail.com>
2072
2073         * Documentation/user/SConscript, make/lilypond-vars.make,
2074         input/GNUmakefile: doc build looks in input/manual instead
2075         of input/test/
2076
2077         * input/manual/ GNUmakefile, SConscript: build files for
2078         input/manual/
2079
2080         * input/test/ various: some files moved to input/manual/ 
2081
2082         * Documentation/user/basic-notation.itely: small updates;
2083         thanks Kieren and Charles!
2084
2085 2006-07-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
2086
2087         * VERSION (PACKAGE_NAME): release 2.9.11
2088
2089         * Documentation/topdocs/NEWS.tely (Top): update prop value 
2090
2091         * Documentation/user/basic-notation.itely (Tuplets): new property
2092         value.
2093
2094 2006-07-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
2095
2096         * python/convertrules.py (conv): tweaks. 
2097
2098         * VERSION (PATCH_LEVEL): bump version.
2099
2100         * python/convertrules.py (conv): add rule for
2101         tupletNumberFormatFunction.
2102
2103         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
2104         tupletNumberFormatFunction.
2105
2106         * scm/define-grobs.scm (all-grob-descriptions): calc TupletNumber
2107         text through 'text callback.
2108
2109         * lily/time-scaled-music-iterator.cc (construct_children): copy
2110         tweaks generated events.
2111
2112         * scm/define-context-properties.scm
2113         (all-user-translation-properties): remove tupletNumberFormatFunction
2114
2115         * lily/tuplet-engraver.cc (process_music): don't read
2116         tupletNumberFormatFunction
2117
2118         * scm/output-lib.scm (tuplet-number::calc-fraction-text): new
2119         function.
2120
2121 2006-07-11  Erik Sandberg  <mandolaerik@gmail.com>
2122
2123         * lily/global-context-scheme.cc: Separated ly:run-translator into
2124         smaller pieces.
2125
2126         * lily/score-engraver.cc, lily/score-performer.cc,
2127         scm/define-context-properties.scm: Make paper/midi output
2128         accessable as a context property.
2129
2130         * lily/score-translator.cc, lily/score-context.cc: Removed.
2131
2132 2006-07-07  Guido Amoruso  <guidonte@katamail.com>
2133
2134         * scm/ps-to-png.scm (Module): 
2135         * scm/framework-tex.scm (Module): 
2136         * scm/framework-ps.scm (Module): 
2137         * scm/backend-library.scm (Module): 
2138         * scm/framework-ps.scm: invoke gs with "-dDEVICEWIDTHPOINTS" and
2139         "dDEVICEHEIGHTPOINTS".
2140
2141 2006-07-04  Graham Percival  <gpermus@gmail.com>
2142
2143         * Documentation/user/ various: general improvements to
2144         "working with lilypond files" section.
2145
2146 2006-07-03  Erik Sandberg  <mandolaerik@gmail.com>
2147
2148         * lily/sequential-iterator.cc: Change the default get_music_list
2149         to read elements-callback music property
2150
2151         * scm/define-music-types.scm, scm/music-functions.scm: Cleaner
2152         processing of multimeasure rests. Softcoded
2153         sequential-music-iterator.
2154
2155         * lily/sequential-music-iterator.cc: Removed.
2156
2157 2006-06-28  Graham Percival  <gpermus@gmail.com>
2158
2159         * Documentation/user/basic-notation.itely: clarify \repeatTie.
2160
2161 2006-06-27  Erik Sandberg  <mandolaerik@gmail.com>
2162
2163         * lily/parser.yy: Wrap non-post-events in EventChords before
2164         assigning them to identifiers.
2165
2166 2006-06-27  Mats Bengtsson  <mabe@s3.kth.se>
2167
2168         * lily/bar-line.cc (compound_barline): Fix parenthesis error,
2169         gives correct vertical placement of \bar ":" in all staff
2170         sizes. Thanks Martial!
2171
2172 2006-06-26  Graham Percival  <gpermus@gmail.com>
2173
2174         * Documentation/user/invoking.itely : minor update from mailist.
2175
2176 2006-06-26  Erik Sandberg  <mandolaerik@gmail.com>
2177
2178         * lily/ various: Introduce stream events of types Prepare,
2179         OneTimeStep, CreateContext, AnnounceNewContext, RemoveContext,
2180         ChangeContext, SetProperty, RevertProperty, Override and Revert.
2181
2182         * lily/global-context*.cc: Time is now -inf before iteration
2183         starts.
2184
2185         * lily/include/context.hh: Removed unique_, init_
2186
2187         * Documentation/topdocs/NEWS: Make the feathered beam example
2188         avoid triggering a bug.
2189
2190 2006-06-24  Graham Percival  <gpermus@gmail.com>
2191
2192         * Documentation/user/ various: small additions from mailist.
2193
2194 2006-06-22  Mats Bengtsson  <mabe@s3.kth.se>
2195
2196         * ly/performer-init.ly: Add some missing links in the context
2197         hierarchy for MIDI output. There are probably some more missing!
2198
2199 2006-06-21  Graham Percival  <gpermus@gmail.com>
2200
2201         * Documentation/user/ various: minor spelling fixes;
2202         thanks Dave Luttinen!
2203
2204         * Documentation/user/ various: small clarifications;
2205         thanks Anthony Youngman!
2206
2207 2006-06-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
2208
2209         * po/fr.po: add \n appropriately.
2210
2211         * lily/lexer.ll: remove ? from version-seen?  
2212
2213 2006-06-19  John Mandereau  <john.mandereau@free.fr>
2214
2215         * po/fr.po; update translation, by Jean-Charles Malahieude and
2216         John Mandereau.
2217
2218 2006-06-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
2219
2220         * THANKS: add Markus Schneider.
2221
2222         * lily/tab-staff-symbol-engraver.cc: derive from Engraver, not
2223         Staff_symbol_engraver
2224
2225         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): don't
2226         replace staff_engraver
2227
2228         * lily/staff-symbol-engraver.cc (stop_spanner): announce end of
2229         spanner.
2230
2231         * lily/staff-collecting-engraver.cc
2232         (acknowledge_end_staff_symbol): new function
2233
2234         * lily/volta-engraver.cc (acknowledge_end_staff_symbol): new function. 
2235
2236         * lily/staff-collecting-engraver.cc
2237         (acknowledge_end_staff_symbol): new function.
2238
2239         * lily/main.cc: switch on relocation by default.
2240
2241 2006-06-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
2242
2243         * lily/spacing-spanner.cc (musical_column_spacing): set
2244         compound_fixed_note_space to 0.0. Document why.
2245
2246         * lily/simple-spacer.cc (is_sane): also have a kludge for numeric
2247         range of inverse_hooke_
2248         (Simple_spacer): init completely.
2249         (fits): const
2250         (get_line_configuration): don't use cols.resize(); it introduces
2251         initialized data.
2252
2253         * scm/framework-ps.scm (dump-page): add setstrokeadjust. 
2254
2255         * ps/music-drawing-routines.ps: remove selectfont L1 hack.
2256
2257         * lily/beaming-pattern.cc (best_splitpoint_index): urg, 2nd
2258         try. Divide by beatlength.
2259
2260         * input/regression/beaming-ternary-metrum.ly: update doc.
2261         add beatLength hack.
2262
2263         * scm/music-functions.scm (make-time-signature-set): add
2264         standard-beat-grouping. 
2265
2266 2006-06-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
2267
2268         * input/regression/tie-whole.ly: new file.
2269
2270         * lily/tie-formatting-problem.cc (set_column_chord_outline): don't
2271         cross center of note head in case of invisible stem. 
2272
2273 2006-06-16  Graham Percival  <gpermus@gmail.com>
2274
2275         * Documentation/user/ various: small fixes from mailist.
2276
2277 2006-06-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
2278
2279         * lily/breathing-sign.cc (offset_callback): idem.
2280
2281         * lily/align-interface.cc (align_to_fixed_distance): remove
2282         hungarian suffix.
2283
2284         * lily/beaming-pattern.cc (count_factor_twos): oops. We want
2285         x%2==0.
2286
2287 2006-06-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
2288
2289         * VERSION (PACKAGE_NAME): release 2.9.9
2290
2291         * ly/lilypond-book-preamble.ly: add \version
2292
2293 2006-06-14  Han-Wen Nienhuys  <hanwen@lilypond.org>
2294
2295         * scripts/lilypond-book.py (PREAMBLE_LY): include
2296         lilypond-book-preamble.ly
2297
2298         * lily/stem.cc (get_beaming): return max of 0 and
2299         scm_ilength. Fixes slurring from/to beams.
2300
2301         * ly/lilypond-book-preamble.ly: new file.
2302
2303         * lily/slur.cc: add inspect-index feature.
2304
2305 2006-06-13  Graham Percival  <gpermus@gmail.com>
2306
2307         * Documentation/user/tutorial.itely: trivial fix.
2308
2309 2006-06-13  Erik Sandberg  <mandolaerik@gmail.com>
2310
2311         * lily/parser.yy, scm/ly-syntax-constructors.scm: Produce almost
2312         all non-event music in the parser via MAKE_SYNTAX.
2313
2314         * lily/parser-scheme.cc: Add ly:parser-error function
2315
2316         * scm/paper.scm: fix typo
2317
2318 2006-06-13  Han-Wen Nienhuys  <hanwen@lilypond.org>
2319
2320         * THANKS: add RT.
2321
2322         * lily/font-config.cc (init_fontconfig): add warning if cache_file
2323         is null.
2324
2325         * buildscripts/output-distance.py (test_compare_signatures):
2326         timing routines.
2327         (read_signature_file): use new signature format.
2328
2329         * scm/stencil.scm (write-system-signature): simpler signature
2330         format.
2331
2332         * lily/stem.cc (calc_stem_end_position): calc quantized-positions
2333         for beamed case. 
2334
2335         * lily/note-spacing.cc (stem_dir_correction): don't inspect
2336         stem_end_position, but estimate instead. 
2337
2338         * lily/tuplet-bracket.cc (calc_positions): look at
2339         stem-end-position for tuplet bracket slope. Fixes sloped tuplet
2340         brackets narrower than beams. 
2341
2342         * lily/lexer.ll: set version-seen? even if version is
2343         INVALID. 
2344
2345         * lily/rest.cc (y_offset_callback): bugfix: decide position
2346         override based on scm_is_number(). Fixes \rest on center staff
2347         line. 
2348
2349         * lily/beaming-pattern.cc (best_splitpoint_index): fix beaming
2350         patterns for 16th triplets.
2351
2352 2006-06-10  Graham Percival  <gpermus@gmail.com>
2353
2354         * Documentation/user/ page.itely, global.itely: editing
2355         and reorg.
2356
2357         * Documentation/user/ various: findex -> funindex.
2358
2359 2006-06-10  Erik Sandberg  <mandolaerik@gmail.com>
2360
2361         * lily/time-scaled-music-iterator.cc: Use tupletSpannerDuration to
2362         insert extra tuplet events.
2363
2364 2006-06-10  Graham Percival  <gpermus@gmail.com>
2365
2366         * Documentation/user/programming-interfaces.itely: add
2367         info from NEWS.
2368
2369         * python/convertrules.py: add annotatefoo -> annotate-foo
2370         rules.
2371
2372         * Documentation/user/global.itely: start editing.
2373
2374         * Documentation/user/page.itely: major editing, new spacing
2375         docs.
2376
2377 2006-06-10  Han-Wen Nienhuys  <hanwen@lilypond.org>
2378
2379         * scm/define-markup-commands.scm (wordwrap-markups): use
2380         output-def 'line-width if undefined.
2381
2382         * HACKING: trim outdated info.
2383
2384 2006-06-09  Mats Bengtsson  <mabe@s3.kth.se>
2385
2386         * scm/define-grobs.scm (all-grob-descriptions): Add
2387         line-spanner-interface to all grobs that already have
2388         text-spanner-interface or dynamic-text-spanner-interface
2389
2390         * scm/page.scm: Rename annotate{headers,systems,page}->
2391         annotate-*
2392
2393         * input/regression/page-spacing.ly,
2394         input/regression/page-layout-manual-position.ly: idem
2395
2396 2006-06-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
2397
2398         * lily/line-spanner.cc: cleanup property list.
2399
2400         * scripts/lilypond-book.py (find_toplevel_snippets): don't use
2401         generator expressions (2.3 compat). 
2402
2403 2006-06-09  Mats Bengtsson  <mabe@s3.kth.se>
2404
2405         * lily/vertical-align-engraver.cc: Make sure that the
2406         align{Above,Below}Context properties are included in the automatic
2407         documentation.
2408
2409 2006-06-08  Joe Neeman  <joeneeman@gmail.com>
2410
2411         * scm/paper-system.scm (paper-system-annotate): also annotate the
2412         estimated pure-Y-extent
2413
2414         * scm/define-grobs.scm: add pure-Y-extent and pure-Y-offset functions
2415
2416         * lily/system.cc (break_into_pieces): set the estimated height
2417         of each child system
2418
2419         * lily/stem.cc (pure_height): new pure-Y-extent callback
2420
2421         * lily/staff-symbol-referencer.cc (callback): don't destroy
2422         the staff-position property
2423
2424         * lily/hara-kiri-group-spanner.cc (request_suicide): split
2425         consider_suicide into two functions
2426
2427         * lily/constrained-breaking.cc (resize): use the new pure
2428         callbacks to estimate the height of a system
2429
2430         * lily/axis-group-interface.cc (pure_group_height): new
2431         side-effect-free VerticalAxisGroup height-callback
2432
2433         * lily/align-interface.cc (get_extents_aligned_translates):
2434         split align_elements_to_extents into two functions
2435         (get_pure_child_y_translation): new function
2436
2437         * lily/grob.cc: new functions for pure-Y-extent and pure-Y-offset
2438
2439         * lily/item.cc: new functions pure_is_visible and spanned_rank_iv
2440
2441         * lily/paper-score.cc: cache break_indices and columns
2442
2443         * lily/side-position-interface.cc: new pure-Y-extent callbacks
2444         
2445 2006-06-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
2446
2447         * lily/font-config.cc (init_fontconfig): do the init if
2448         cache_file, but don't look at cache_file.
2449
2450         * input/regression/quote-tie.ly: new file.
2451
2452         * lily/tie-engraver.cc (struct Head_event_tuple): add end_moment_
2453         to Head_event_tuple, so we deal gracefully with ties on
2454         cue-endings.
2455
2456         * lily/pango-font.cc (pango_item_string_stencil): type correctness
2457         for FcChar8*
2458
2459 2006-06-08  Graham Percival  <gpermus@gmail.com>
2460
2461         * input/test/ smart-transpose.ly, reverse-music.ly:
2462         \applyMusic to music functions update, thanks Michael!
2463
2464 2006-06-07  Graham Percival  <gpermus@gmail.com>
2465
2466         * input/test/ add-staccato.ly, add-text-script.ly,
2467         unfold-all-repeats.ly, music-box.ly: \applyMusic to
2468         music functions update, thanks to Michael Meixner.
2469
2470         * Documentation/user/music-glossary.tely: small fix
2471         from Francisco.
2472
2473         * Documentation/user/ various: minor additions from mailist.
2474
2475         * Documentation/user/lilypond.tely, basic-notation.itely:
2476         small test of @funindex.  (works here)
2477
2478         * input/test/font-table.ly: reduce size to partially
2479         de-ugly version in manual.
2480
2481         * Documentation/user/page.itely: new file (split former
2482         "global issues" into "page settings" and "non-musical
2483         output".
2484
2485         * Documentation/user/ various: fix @ref{}s to match
2486         new chapter names (above).
2487
2488 2006-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2489
2490         * SConstruct (LILYPONDPREFIX): Bootstrap fix.
2491
2492 2006-06-06  Graham Percival  <gpermus@gmail.com>
2493
2494         * Documentation/user/advanced-notation.itely: add example
2495         for segno/coda on barline.
2496
2497         * tex/texinfo.tex: merge from upstream.
2498
2499 2006-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
2500
2501         * scripts/lilypond-book.py (process_snippets): Argument fix.
2502
2503         * SConstruct:
2504         * buildscripts/builder.py:
2505         * lily/SConscript: 
2506         * mf/SConscript: 
2507         * Documentation/user/SConscript:  More SCons fixes.
2508
2509 2006-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2510
2511         * lily/font-config.cc (init_fontconfig): Only initialize if
2512         global cache_file is found.
2513
2514 2006-06-06  Erik Sandberg  <mandolaerik@gmail.com>
2515
2516         * ly/music-functions-init.ly: Updated \overrideProperty to use the
2517         new \applyOutput.
2518
2519 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
2520
2521         * VERSION (PACKAGE_NAME): release 2.9.8
2522
2523         * lily/ledger-line-engraver.cc (stop_translation_timestep): new
2524         function. Delay ledger modifying ledgered grobs to
2525         stop_translation_timestep(), to ensure that we're ledgering
2526         according to the new spanner.
2527         (acknowledge_staff_symbol): don't check for non-NULL
2528         staff_sym->get_bound()
2529
2530         * lily/staff-symbol-engraver.cc (start_spanner): set left bound on
2531         creation.
2532
2533         * Documentation/pictures/GNUmakefile (XPM_FILES): src-wildcard for
2534         pictures too.
2535
2536         * GNUmakefile.in (dist-toplevel-txt-files): dist aclocal.m4
2537         directly from srcdir/stepmake/aclocal.m4
2538         
2539         * Documentation/misc/GNUmakefile (TEXTS): use src-wildcard for
2540         disting MISC files.
2541
2542         * lily/simple-spacer.cc (get_column_desc): desc -> description.
2543
2544 2006-06-06  Joe Neeman  <joeneeman@gmail.com>
2545
2546         * lily/simple-spacer.cc (get_line_configuration): add
2547         keep-inside-line rods
2548         (struct Column_desc): add constructor
2549         (struct Rod_desc): add constructor
2550         (get_line_forces): check for forced page breaks here too
2551
2552         * lily/instrument-name-engraver.cc (acknowledge_axis_group): prevent
2553         support/elements cycles between InstrumentNames and AxisGroups
2554
2555 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
2556
2557         * config.make.in (METAFONT): remove MAKEINFO_VERSION
2558
2559         * stepmake/stepmake/topdocs-targets.make (make-txt-files): define
2560         make-txt-files target.
2561
2562         * stepmake/stepmake/toplevel-targets.make (do-top-doc): use
2563         make-txt-files target.
2564
2565         * configure.in (LINK_GXX_STATICALLY): $srcdir for readlink.py
2566
2567         * stepmake/stepmake/generic-vars.make (distdir): create dist in
2568         top-build-dir.
2569
2570 2006-06-06  Jürgen Reuter  <reuter@ipd.uka.de>
2571
2572         * Documentation/user/instrument-notation.itely,
2573         input/regression/breathing-sign-ancient.ly,
2574         input/test/divisiones.ly: Removed redundant property settings for
2575         vaticana contexts.
2576
2577         * ly/gregorian-init.ly: Rewrote \versus and \responsum in order to
2578         fix lyrics alignment problems.  They are implemented now as scheme
2579         functions that add the appropriate unicode char to the first lyric
2580         event rather than adding a separate lyric event.  Minor edit of
2581         comments.
2582
2583 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
2584
2585         * GNUmakefile.in (dist-toplevel-txt-files): new target. Don't
2586         pollute src dir with built .txt files, but install directly from
2587         Documentation/topdocs/out/
2588
2589         * buildscripts/output-distance.py
2590         (ComparisonData.create_html_result_page): put version/directories
2591         in table header.
2592
2593         * Documentation/topdocs/NEWS.tely (Top): document spacing section
2594         feature.
2595
2596         * configure.in (LINK_GXX_STATICALLY): use readlink.py to resolve links.
2597         Patch by Karl Hammar
2598         
2599         * buildscripts/readlink.py: add  file.
2600         Patch by Karl Hammar
2601
2602 2006-06-06  Joe Neeman  <joeneeman@gmail.com>
2603
2604         * lily/tuplet-number.cc (print): prevent stencil from being
2605         garbage collected.
2606
2607 2006-06-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
2608
2609         * scm/stencil.scm (write-system-signature): explicitly 
2610         -well, superfluously- close output port.
2611
2612         * buildscripts/output-distance.py (main): oops. Add extra argument.
2613
2614 2006-06-05  Graham Percival  <gpermus@gmail.com>
2615
2616         * Documentation/user/music-glossary.tely: clarified example
2617         from Francisco Vila, thanks!
2618
2619 2006-06-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
2620
2621         * input/regression/spacing-section.ly: new file.
2622
2623         * lily/input.cc (programming_error): new function.
2624
2625         * lily/spacing-engraver.cc (try_music): new function. Accept
2626         spacing-section-event
2627
2628         * lily/spacing-spanner.cc (set_springs): take slices of all
2629         columns for spacing.
2630
2631         * lily/include/paper-column.hh (class Paper_column): add
2632         Paper_column::compare.
2633
2634         * ly/spanners-init.ly (newSpacingSection): add newSpacingSection.
2635
2636         * scm/define-music-types.scm (music-descriptions): add
2637         SpacingSectionEvent
2638
2639         * lily/music-iterator.cc (report_event): use programming_error for
2640         sending non-event error.
2641
2642         * lily/input.cc (programming_error): new function
2643
2644         * buildscripts/output-distance.py (main): use compare-XXX for
2645         compare files.
2646         (main): --threshold option, default at 0.30
2647
2648         * output-distance.py (main): add --threshold option.
2649
2650 2006-06-04  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2651
2652         * scm/paper-system.scm (paper-system-annotate): fix problem when
2653         annotating an empty system
2654
2655 2006-06-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
2656
2657         * GNUmakefile.in: reinstate old web tar/copying.
2658
2659 2006-06-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
2660
2661         * lily/lyric-combine-music-iterator.cc (find_voice): return 0 if
2662         nothing changes. (Erik S) 
2663
2664         * lily/percent-repeat-iterator.cc (get_music_list): fix repeat
2665         count. (Erik S)
2666
2667 2006-05-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2668
2669         * scm/define-markup-commands.scm (whiteout): do not force
2670         foreground color of argument markup to black.
2671
2672         * scm/stencil.scm (annotate-y-interval): put arrow dimension at
2673         the left of the arrow, instead of below the arrow name, so that,
2674         when two little arrows are vertically stacked, their dimensions
2675         and name should not overlap. Add a color key parameter.
2676
2677         * scm/paper-system.scm (paper-system-annotate): Annotate
2678         next-space+next-padding instead of next-space. Annotate space
2679         between next-padding and next-space+padding, respectively, and
2680         following system extent and refpoint-Y-extent. Use colors.
2681
2682         * scm/page.scm (annotate-page): translate annotations slightly to
2683         the right.
2684
2685 2006-06-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
2686
2687         * lily/figured-bass-position-engraver.cc (acknowledge_end_slur):
2688         fix for x-staff slurs. Thanks Joe!
2689
2690         * buildscripts/output-distance.py
2691         (SystemLink.output_expression_change_count): keep track of changed
2692         details, and dump in details html page.
2693  
2694         * input/regression/figured-bass-staff.ly: add note about setting
2695         properties in Staff context.
2696
2697         * lily/figured-bass-position-engraver.cc (acknowledge_slur):
2698         add slurs and ties to support too.
2699
2700         * buildscripts/output-distance.py (main): set dest_dir
2701         argument. Add --max-count option.
2702
2703 2006-06-02  Jürgen Reuter  <reuter@ipd.uka.de>
2704
2705         * ly/gregorian-init.ly: Converted to utf-8.  Added memorable
2706         shortcuts for special unicode chars that are useful in chant
2707         notation.  Revised exisiting and added new comments.
2708
2709 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
2710
2711         * make/mutopia-rules.make: remove duplicate recipe.
2712
2713 2006-06-02  Werner Lemberg  <wl@gnu.org>
2714
2715         * tex/texinfo.cnf: Fix typo (\euro -> \minus).
2716         Add support for U+0132 (IJ) and U+0133 (ij).
2717
2718 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
2719
2720         * buildscripts/output-distance.py (FileLink): new class. collect
2721         info systems from one .ly file. 
2722         (FileLink.link_files_for_html): further tweaks.
2723
2724 2006-06-02  Graham Percival  <gpermus@gmail.com>
2725
2726         * tex/texinfo.tex: partial fix for @funindex.
2727
2728         * Documentation/user/macros.tely: uncomment @funindex (doesn't
2729         break anything).
2730
2731 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
2732
2733         * make/mutopia-vars.make (ly_examples): replace .ly.txt with .ly
2734
2735         * tex/texinfo.tex (sectionheading, q.v.): call \quoteexpand for
2736         @example too. Backportme.
2737
2738 2006-06-02  Graham Percival  <gpermus@gmail.com>
2739
2740         * tex/texinfo.cnf: added UTF-8 support for texinfo; patch
2741         from Werner Lemberg.
2742
2743 2006-06-02  Paco (Francisco Vila)  <fravd@ya.com>
2744
2745         * Documentation/user/music-glossary.tely: additional spanish
2746         updates and a lyrics fix in an example.
2747
2748 2006-06-02  Jürgen Reuter  <reuter@ipd.uka.de>
2749
2750         * scm/define-grob-properties.scm: Previous patch contained
2751         spurious line from another patch not yet committed.  Fixed.
2752
2753         * scm/define-grob-properties.scm: Add missing doc strings for
2754         ancient notation.
2755
2756 2006-06-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
2757
2758         * buildscripts/output-distance.py
2759         (ComparisonData.write_text_result_page): separate the scores, sort
2760         by geo_score.
2761
2762         * scm/framework-eps.scm (output-classic-framework): start at 1 for
2763         system signatures.
2764
2765         * buildscripts/output-distance.py (me_path): use argv[0] for
2766         sys.path extension
2767         (ComparisonData.img_cell): use colored borders.
2768
2769         * scm/stencil.scm (write-system-signature): escape newlines too.
2770         (write-system-signature): use (1,-1) interval for empty interval
2771
2772 2006-01-01  Graham Percival  <gpermus@gmail.com>
2773
2774         * Documentation/user/music-glossary.tely: Spanish updates
2775         from Francisco Vila.
2776
2777         * Documentation/user/lilypond-book.itely: addition from
2778         Vaclav Smilauer.
2779
2780         * Documentation/user/ various: edits, small additions
2781         from mailist, etc.
2782
2783 2006-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2784
2785         * GNUmakefile.in (tree-lib-prefix-current):
2786         (tree-share-prefix-current): Use version number in tree, add
2787         `current' symlinks.
2788
2789 2006-06-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
2790
2791         * GNUmakefile.in: write VERSION, again.
2792
2793         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
2794         $(outdir)/%.ly $(outdir)/%.ps): dump sigs for normal files too.
2795
2796         * stepmake/aclocal.m4: robuster version detection.
2797
2798         * buildscripts/output-distance.py
2799         (ComparisonData.create_html_result_page): copy only if file
2800         exists, fixup src paths.
2801
2802         * stepmake/bin/add-html-footer.py (built): junk gulp_file()
2803
2804 2006-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2805
2806         * stepmake/aclocal.m4: Robustification for (gcc) version detection.
2807         Another datarootdir reto.
2808
2809         * cygwin/postinstall-lilypond.sh: Do not fail if info docs aren't
2810         available.  This should be moved to postinstall-lilypond-doc.
2811
2812 2006-05-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
2813
2814         * GNUmakefile.in: simplify local-WWW-post. 
2815         remove -type l from find.
2816
2817         * buildscripts/output-distance.py (ComparisonData.compare_trees):
2818         fixes. Don't follow symlinks.
2819         (ComparisonData.create_html_result_page): remove previous results.
2820         insert ../python in path.
2821
2822         * scripts/lilypond-book.py (PREAMBLE_LY): spacing fixes.
2823
2824 2006-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
2825
2826         * config.make.in (datadir): Add datarootdir to silence autoconf.
2827
2828         * stepmake/aclocal.m4: Update for autoconf-2.59d.
2829
2830 2006-05-31  Erlend Aasland  <erlenda@gmail.com>
2831
2832         * dynamic-engraver.cc: fix bug (dynamics collide with accidentals)
2833
2834         * scm/output-ps.scm (repeat-slash): fix a bug that made repeat
2835         slash beams too wide.
2836
2837 2006-05-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
2838
2839         * VERSION: release 2.9.7
2840         
2841 2006-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2842
2843         * lily/relocate.cc (read_relocation_dir): Do not blindly
2844         dereference DIR.
2845
2846 2006-05-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
2847
2848         * lily/parser.yy: replace THIS by PARSER
2849
2850         * Documentation/index.html.in: add link to test-results.html page.
2851
2852         * Documentation/topdocs/NEWS.tely (Top): update NEWS entry.
2853
2854         * scm/translation-functions.scm (format-bass-figure): translate
2855         digits over 10 to the left
2856
2857         * scm/define-markup-commands.scm (translate-scaled): new markup.
2858
2859         * mf/feta-nummer-code.mf (code): overshoot the topright tip of the
2860         7 glyph. 
2861
2862         * ly/engraver-init.ly: add Figured_bass_engraver
2863
2864         * lily/engraver-group.cc (acknowledge_grobs): use start/stop drul.
2865
2866         * lily/figured-bass-engraver.cc (clear_spanners): use everywhere.
2867
2868         * lily/score-engraver.cc (announce_grob): only note START announces.
2869
2870         * lily/include/engraver-group.hh (Translator_group):
2871         acknowledge_hash_table_ is now drul.
2872
2873         * lily/engraver.cc (announce_end_grob): new method.
2874
2875         * lily/include/grob-info.hh (class Grob_info): add start_end_ member.
2876
2877         * lily/translator-dispatch-list.cc (create): take start_end argument.
2878
2879         * lily/include/translator.hh (TRANSLATOR_DECLARATIONS): change
2880         acknowledge_static_array_ to drul
2881
2882         * lily/include/translator.icc (ADD_END_ACKNOWLEDGER): new macro.
2883
2884         * scm/define-grob-interfaces.scm
2885         (bass-figure-alignment-interface): add bass-figure-alignment-interface
2886
2887         * scm/define-grobs.scm (all-grob-descriptions): add
2888         BassFigureAlignmentPositioning
2889
2890         * ly/Welcome-to-LilyPond-MacOS.ly: include in LilyPond, so version
2891         number stays up to date. Backportme.
2892
2893 2006-05-30  Mats Bengtsson  <mabe@s3.kth.se>
2894
2895         * Documentation/user/basic-notation.itely (Bar lines): Document
2896         the "||:" bar type. 
2897
2898 2006-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2899
2900         * buildscripts/builder.py: Remove --ly option/target from mf-to-table.
2901
2902         * scripts/lilypond-book.py: Bugfix: do not blindly attempt
2903         .../current hack if LILYPONDPREFIX is fine.  Fixes `scons doc'
2904         build.
2905
2906         * Resurrect `scons lily' build.
2907
2908         * SConstruct (symlink_tree): Bugfix: link
2909         music-drawing-routines.ps to file iso directory.
2910
2911         * lily/SConscript: Remove kpath-guile from LIBS.
2912
2913         * SConstruct (libdir_package_version): Typo.
2914         (configure): Comment-out fontforge for lack of fontforge.pc .
2915         Also add libdir* to environment.
2916
2917 2006-05-30  Graham Percival  <gpermus@gmail.com>
2918
2919         * Documentation/user/ various: minor additions from mailist and
2920         editing.
2921
2922 2006-05-30  Paco <fravd@ya.com>
2923
2924         * Documentation/user/music-glossary.tely: numerous corrections and
2925         some new translations.
2926
2927 2006-05-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
2928
2929         * BackportmeStart.
2930         
2931         * buildscripts/output-distance.py
2932         (ComparisonData.create_html_result_page): new routine: summarise
2933         results in HTML page with images. 
2934         (ComparisonData.create_text_result_page): create summary text files too.
2935
2936         * GNUmakefile.in (web-ext): package .signature files too. They
2937         compress well. 
2938
2939         * scm/stencil.scm (write-system-signature): typo.
2940
2941         * GNUmakefile.in: create web-root/VERSION to help upload scripts.
2942
2943         * scm/stencil.scm (write-system-signature): better escaping.
2944         only write signature for music systems, not for markup systems.
2945
2946         * scm/framework-ps.scm (output-framework): dump-signatures support
2947         for plain output.
2948
2949         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): add -ddump-signatures.
2950
2951         * scm/framework-ps.scm (write-preamble): redefine mark_URI to nop
2952         for -dno-point-and-click
2953
2954         * lily/grob.cc (get_print_stencil): don't read
2955         point_and_click_global to determine whether to set grob-cause.
2956
2957 2006-05-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
2958
2959         * buildscripts/output-distance.py (main): new function.
2960         (ComparisonData): new class.
2961
2962         * lily/ledger-line-engraver.cc (acknowledge_staff_symbol): be more
2963         careful with generating new LedgerLineSpanners.
2964
2965         * lily/ledger-line-spanner.cc (set_spacing_rods): suicide if no staff.
2966
2967         * ly/engraver-init.ly: remove Ledger_line_engraver from Voice
2968         context. This fixes double ledger lines in output. 
2969
2970         * lily/system.cc (get_paper_system): remove 3 layer limit.
2971
2972         * buildscripts/output-distance.py (SystemLink.distance): new
2973         file. Compare signatures.
2974
2975         * python/safeeval.py (SafeEval.visitUnarySub): new file.
2976
2977         * lily/grob-array.cc (remove_duplicates): rename from
2978         uniq(). Sort before calling uniq() so it actually works.
2979
2980 2006-05-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
2981
2982         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): strip
2983         \version from lilypond file snippet.
2984         (Lilypond_file_snippet.ly): oops. typo.
2985         (find_toplevel_snippets): urgh. again.
2986
2987         * lily/system.cc (get_paper_systems): uniq all_elements_ , to
2988         prevent duplicated broken items in output.
2989
2990         * scm/framework-eps.scm (output-classic-framework): only dump if
2991         dump-signatures is set.
2992
2993         * scm/lily.scm (define-scheme-options): add dump-signatures option.
2994
2995         * scm/stencil.scm (write-system-signature): new routine: write
2996         python parseable signature of a separate paper system.
2997         BackportmeEnd.
2998         
2999 2006-05-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
3000
3001         * lily/stanza-number-engraver.cc (process_music): use is_markup()
3002         iso is_string().
3003         include header.
3004
3005 2006-05-25  Erik Sandberg  <mandolaerik@gmail.com>
3006
3007         * translator-group.cc: send music events to engravers in
3008         non-bottom contexts.
3009
3010         * tuplet-engraver.cc: process tuplet brackets in correct order.
3011
3012 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
3013
3014         * stepmake/aclocal.m4: STEPMAKE_PYTHON(): clear cached value since
3015         arg 2 might point us to a new binary (patch by Karl Hammar)
3016         
3017 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
3018
3019         * VERSION (PACKAGE_NAME): release 2.9.6
3020
3021         * Documentation/topdocs/NEWS.tely (Top): trim explanation. 
3022
3023         * Documentation/user/*.itely: 2nd
3024         attempt: replace funindex -> findex globally.
3025
3026 2006-05-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3027
3028         * input/no-notation/display-lily-tests.ly: fix \applyOutput
3029         test. Add \break, \pageBreak, \pageTurn, etc, tests.
3030
3031         * scm/define-music-display-methods.scm: display methods for
3032         breaks. Fix \applyOutput.
3033
3034 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
3035
3036         * Documentation/user/macros.itexi: comment out funindex expansion. 
3037
3038         * Documentation/user/music-glossary.tely: junk \oldaddlyrics
3039         everywhere.
3040
3041         * GNUmakefile.in: fix wildcarding for scrips/out/ links. Thanks
3042         Karl Hammar. Backportme.
3043  
3044         * Documentation/user/advanced-notation.itely (Balloon help): idem.
3045
3046         * Documentation/user/changing-defaults.itely (Creating contexts): idem.
3047
3048         * Documentation/user/programming-interface.itely (Running a
3049         function on all layout objects): idem.
3050
3051         * Documentation/user/introduction.itely (Automated engraving):
3052         update \applyOutput syntax
3053
3054         * lily/lyric-combine-music-iterator.cc (start_new_syllable):
3055         remove debugging hook.
3056
3057         * configure.in (LINK_GXX_STATICALLY): use "" to allow $
3058         expansion. 
3059
3060         * Documentation/user/GNUmakefile (TEXI2DVI_FLAGS): add -E.
3061
3062         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
3063         TEXI2DVI_FLAGS to texi2dvi invocation. 
3064
3065 2006-05-24  Erik Sandberg  <mandolaerik@gmail.com>
3066
3067         * lily/chord-tremolo-*.cc: Reworked how \repeat "tremolo"
3068         works. More work is done by iterator now, and engraver has been
3069         very much simplified.
3070
3071         * lily/translator-group.cc: try_music is now invoked through a
3072         listener
3073
3074         * lily/*-iterator.cc: Massive cleanups. Junked
3075         try_music_in_children globally. Renamed try_music to report_event,
3076         and made that method descend to a bottom context automatically.
3077
3078         * lily/event-iterator.cc: New file.
3079
3080         * lily/output-property-iterator.cc,
3081         lily/old-lyric-combine-music-iterator.cc: Removed.
3082
3083         * python/convert-rules.py: Modified the syntax for \applyOutput.
3084
3085 2006-05-23  Graham Percival  <gpermus@gmail.com>
3086
3087         * stepmake/stepmake/texinfo-rules.make: added -E, allows pdf doc
3088         creation.
3089
3090         * Documentation/user/ various: stuff that might have helped
3091         to fix the pdf creation, plus some minor doc additions.
3092
3093         * Documentation/user/changing-defaults.itely: remove @b from
3094         @b{ @internasref{foo}}; this breaks texi2dvi -E.
3095
3096 2006-05-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
3097
3098         * lily/beaming-pattern.cc (beamify): deal with negative start
3099         moments for beaming patterns.
3100
3101 2006-05-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
3102
3103         * lily/beaming-info.cc (beamify): new function: read beatLength
3104         and beatGrouping from context. 
3105
3106         * input/regression/beam-beat-grouping.ly (Module): new file.
3107
3108         * input/regression/beam-unconnected-beamlets.ly (Module): new file.
3109
3110         * lily/beam.cc (get_beam_segments): generate events for
3111         max_connect_ case too.
3112         (get_beam_segments): read Stem::max-beam-connect.
3113
3114         * input/regression/beam-single-stem.ly: new file.
3115
3116         * lily/stem.cc (set_beaming): use #f as signaling value for
3117         beamcount 0.
3118
3119         * lily/beam-engraver.cc (typeset_beam): set right bound if unset.
3120
3121         * lily/beam.cc (set_beaming): read clip-edges property.
3122         (calc_direction): don't suicide for single stem.
3123
3124         * lily/beaming-info.cc (best_splitpoint_index): take bool*
3125         argument, remove 1<<15 hack. Remove clip_edges() 
3126
3127         * lily/hairpin.cc (print): only do padding for nonmusical bounds
3128
3129 2006-05-21  Graham Percival  <gpermus@gmail.com>
3130
3131         * Documentation/user/basic-notation.itely: reorg.
3132
3133         * Documentation/user/ various: minor fixes.
3134
3135 2006-05-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
3136
3137         * lily/stencil-expression.cc (register_stencil_head): opps, append
3138         to cdr of static SCM object.
3139
3140 2006-05-19  Graham Percival  <gpermus@gmail.com>
3141
3142         * Documentation/user/README.txt, lilypond.tely, macros.itexi:
3143         update framework for command index.  DOC WRITERS: use @funindex
3144         instead of @cindex @code{}.
3145
3146         * Documentation/user/ various: replace @cindex @code{} => @funindex
3147
3148 2006-05-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
3149
3150         * lily/beam.cc (set_stem_lengths): trigger 'beaming callback, in
3151         case positions is set manually. 
3152
3153 2006-05-18  Erik Sandberg  <mandolaerik@gmail.com>
3154         
3155         * scm/ly-syntax-constructors.scm: New file. Converted a few syntax
3156         rules to Scheme.
3157
3158 2006-05-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
3159
3160         * Documentation/user/changing-defaults.itely (Contexts explained):
3161         use absolute dimension for @image.
3162
3163         * Documentation/user/GNUmakefile (OUT_PNG_IMAGES): generate PNG
3164         out image for illustration too.
3165         ($(outdir)/%.png): add more png <-> eps rules. 
3166
3167 2006-05-17  Graham Percival  <gpermus@gmail.com>
3168
3169         * Documentation/user/ various: remove trailing whitespace, cosmetic
3170         change to reduce changes produced by diff.
3171
3172 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
3173
3174         * lily/main.cc (do_chroot_jail): correctness tweak.
3175
3176         * python/lilylib.py (system): import subprocess in system () only.
3177
3178         * scripts/*.py: use TARGET_PYTHON iso PYTHON. Backportme.
3179
3180         * make/substitute.make (ATVARIABLES): add TARGET_PYTHON as subst
3181         variable. Backportme.
3182
3183 2006-05-17  Erik Sandberg  <mandolaerik@gmail.com>
3184         
3185         * lily/parser.yy: Change all syntax rules of type Music to SCM type
3186
3187 2006-05-17  Werner Lemberg  <wl@gnu.org>
3188
3189         * lily/lexer.ll (init_signature_has_table): Add
3190         `scm-scm-music-music'.
3191
3192         * lily/parser.yy (MUSIC_FUNCTION_SCM_SCM_MUSIC_MUSIC): New token.
3193         (Generic_prefix_music_scm): Add rule for it.
3194
3195         * lily/quote-iterator.cc (Quote_iterator::process): Handle
3196         `quoted-transposition' property.
3197
3198         * ly/music-functions-init.ly (transposedCueDuring): New function.
3199
3200         * scm/define-music-properties.scm (all-music-properties): Updated.
3201
3202         * Documenation/topdocs/NEWS.itely: Document it.
3203
3204 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
3205
3206         * python/lilylib.py (system): move import subprocess to system()
3207         definition. 
3208
3209         * python/convertrules.py (conv): fix convert-ly rules for 2.9.4
3210
3211         * VERSION (PATCH_LEVEL): release 2.9.5
3212         
3213         * Documentation/topdocs/INSTALL.texi (Top): update versions and
3214         build instructions. 
3215
3216         * ly/engraver-init.ly: switch on hairpinToBarline by default.
3217
3218 2006-05-16  Graham Percival  <gpermus@gmail.com>
3219
3220         * Documentation/user/basic-notation.itely: editing from Dave, thanks!
3221
3222         * Documentation/user/ various: minor fixes.
3223
3224 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
3225
3226         * Documentation/topdocs/NEWS.tely (Top): add hairpinToBarline feature.
3227
3228 2006-05-16  Mats Bengtsson  <mabe@s3.kth.se>
3229
3230         * Documentation/user/advanced-notation.itely (Instrument names):
3231         Modified obsolete instruction on how to move instrument names away
3232         from the staves. Hmm, at second thought the bug probably has been
3233         solved, so the full bug description should probably be removed.
3234
3235 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
3236
3237         * lily/dynamic-engraver.cc (typeset_all): hang ending on
3238         currentCommandColumn. 
3239
3240         * lily/hairpin.cc (print): also add padding for non-neighbor
3241         hairpin bounds.
3242
3243         * scm/define-context-properties.scm
3244         (all-user-translation-properties): add hairpinToBarline
3245
3246         * input/regression/hairpin-to-barline.ly: new file.
3247
3248         * lily/context.cc (internal_send_stream_event): thinko fix.
3249
3250         * lily/tie.cc (set_default_control_points): robustness fix.
3251
3252         * python/musicxml.py (Part.interpret): don't complain about
3253         incomplete measures.
3254
3255         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): only add
3256         new music if last_event_chord() returned None.
3257
3258         * python/musicxml.py (Part.interpret): skip back over chord notes.
3259
3260 2006-05-16  Erik Sandberg  <mandolaerik@gmail.com>
3261         
3262         * lily/percent-repeat-engraver.cc, lily/parser.yy,
3263         lily/define-music-types.cc, lily/percent-repeat-iterator.cc,
3264         lily/slash-repeat-engraver.cc,
3265         lily/include/percent-repeat-iterator.hh: Rework percent repeats:
3266         iterator sends PercentEvents
3267
3268         * lily/time-scaled-music-iterator.cc, lily/tuplet-engraver.cc:
3269         rework tuplets: send start/stop events to engraver
3270
3271         * lily/context.cc, lily/music.cc, lily/context-scheme.cc: Add
3272         dispatchers event-source and events-below to Context
3273         
3274 2006-05-15  Graham Percival  <gpermus@gmail.com>
3275
3276         * Documentation/user/README.txt: update info for doc writers.
3277
3278         * Documentation/user/programming-interface.itely: integrate
3279         Nicolas' fixes for chapter rewrite.
3280
3281         * Documentation/user/ various: minor fixes.
3282
3283 2006-05-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
3284
3285         * lily/clef-engraver.cc: cleanup.
3286
3287         * Documentation/user/GNUmakefile: dist context-example.eps too.
3288
3289         * lily/key-engraver.cc (create_key): use
3290         explicitKeySignatureVisibility for cancellation too. 
3291
3292         * lily/font-config.cc (init_fontconfig): don't close file if
3293         f==NULL. 
3294
3295 2006-05-15  Erlend Aasland  <erlenda@gmail.com>
3296
3297         * Documentation/topdocs/NEWS.tely: niente and rotation news
3298
3299 2006-05-14  Erlend Aasland  <erlenda@gmail.com>
3300
3301         * lily/include/stencil.hh
3302         * lily/stencil.cc (rotate): new function. Makes it possible
3303         to rotate a stencil around a given offset.
3304
3305         * lily/grob.cc (get_print_stencil): add rotation support
3306
3307         * lily/stencil-interpret.cc (interpret_stencil_expression):
3308         add rotation support
3309
3310         * lily/stencil-scheme.cc (ly:stencil-rotate): new function
3311
3312         * scm/define-grob-properties.scm: add 'rotation property
3313
3314         * scm/define-markup-commands.scm: add rotate markup command
3315         
3316         * scm/output-ps.scm: add rotation support in PostScript backend
3317
3318         * scm/output-svg.scm: add rotation support in SVG backend
3319
3320 2006-05-13  Graham Percival  <gpermus@gmail.com>
3321
3322         * Documentation/user/music-glossary.itely: French correction.
3323
3324         * Documentation/user/programming-interface.itely: major
3325         new docs, some reorg, some info from Nicolas.
3326
3327         * Documentation/user/ various: small fixes.
3328
3329 2006-05-12  Mats Bengtsson  <mabe@s3.kth.se>
3330
3331         * Documentation/user/programming-interface.itely (Markup
3332         programmer interface): Remove duplicate text.
3333
3334 2006-05-12  Graham Percival  <gpermus@gmail.com>
3335
3336         * Documentation/user/context-example.eps: new file.
3337
3338         * Documentation/user/changing-defaults.itely: set up file to
3339         use eps image.
3340
3341         * Documentation/user/programming-interface.itely: changes
3342         from mailist.
3343
3344 2006-05-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
3345
3346         * configure.in (LINK_GXX_STATICALLY): python 2.4 req.
3347
3348 2006-05-11  Graham Percival  <gpermus@gmail.com>
3349
3350         * Documentation/user/programming-interface.itely: first round of
3351         editing and merging emails from Nicolas.
3352
3353         * Documentation/user/scheme-tutorial: minor edit.
3354
3355 2006-05-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
3356
3357         * python/musicxml.py (Xml_node.__init__): _attribute_dict stores
3358         XML attributes.
3359         (Xml_node.message): use it.
3360
3361         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): 
3362         oops. Add duration argument.
3363
3364 2006-05-10  Joe Neeman  <joeneeman@gmail.com>
3365
3366         * lily/paper-column-engraver.cc (make_columns):
3367         * scm/define-grobs.scm: Revert my previous change and set the default
3368         in define-grobs.scm instead.
3369
3370 2006-05-09  Graham Percival  <gpermus@gmail.com>
3371         
3372         * Documentation/user/changing-defaults.itely: general editing,
3373         info about \set and \override.
3374
3375         * Documentation/user/tweaking.itely, advanced-notation.itely:
3376         fixes from Dave Luttinen, thanks!
3377
3378 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
3379
3380         * lily/paper-column-engraver.cc (make_columns): By default, a column
3381         needs to be breakable.
3382
3383 2006-05-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
3384
3385         * scripts/musicxml2ly.py (musicxml_clef_to_lily): use new
3386         Attributes methods
3387         (musicxml_time_to_lily): idem
3388         (musicxml_key_to_lily): idem
3389         (instrument_drumtype_dict): dict for supported drumtypes.
3390         (LilyPondVoiceBuilder.__init__): new class: sanely keep track of
3391         moments and pending mm rests
3392         (musicxml_voice_to_lily_voice): rewrite to use LilyPondVoiceBuilder
3393         (musicxml_voice_to_lily_voice): strip KeyChangeEvents for drums.
3394         (musicxml_voice_to_lily_voice): add mode change.
3395         (option_parser): lxml.etree (http://codespeak.net/lxml/) for more
3396         speed and less memory usage (factor 5 to 10).
3397         (convert): write -defs.ly  and driver file separately so people
3398         can script their own part extraction.
3399
3400         * python/musicxml.py (minidom_demarshal_node): new function:
3401         separate minidom handling.
3402         (lxml_demarshal_node): new function: support lxml.etree too.
3403         (Xml_node.message): new function: verbose error message, with XML
3404         path to offending node.
3405         (Attributes.get_measure_length): sane interface to MusicXML attributes.
3406         (Part_list.generate_id_instrument_dict): new method: collect
3407         instrument names, to be able to set drum_type.
3408         (Part.interpret): handle underfull measures
3409         (Part.interpret): assign instrument names.
3410
3411         * python/musicexp.py (Output_printer.close): new method
3412         (MusicWrapper.print_ly): new class: support other modes,
3413         eg. \drummode
3414         (BarCheck.print_ly): new class. Support bar checks, with comments
3415         and fancy barchecks. 
3416         (NoteEvent.__init__): also set drum_type for drum notes.
3417         (MultiMeasureRest.lisp_expression): dump mm rests.
3418
3419         * lily/paper-column-engraver.cc (stop_translation_timestep): set
3420         line-break-permission if forbidBreak is not set.
3421
3422 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
3423
3424         * scm/define-context-properties.scm:
3425         * scm/define-grob-properties.scm:
3426         * scm/define-grobs.scm:
3427         * scm/define-music-display-methods.scm:
3428         * scm/define-music-properties.scm:
3429         * scm/define-music-types.scm:
3430         * scm/music-functions.scm:
3431         * ly/declarations-init.ly:
3432         * lily/include/constrained-breaking.hh:
3433         * lily/system.cc:
3434         * lily/spaceable-grob.cc:
3435         * lily/simple-spacer.cc:
3436         * lily/paper-score.cc:
3437         * lily/paper-column.cc:
3438         * lily/paper-column-engraver.cc:
3439         * lily/item.cc:
3440         * lily/gourlay-breaking.cc:
3441         * lily/constrained-breaking.cc:
3442         * python/convertrules.py:
3443         Change "penalty", "page-penalty" and "breakable" to "line-break-penalty",
3444         "page-break-penalty" and "line-break-permission".
3445         Add "page-break-permission", "page-turn-permission" and "page-turn-penalty".
3446         Replace BreakEvent with LineBreakEvent, PageBreakEvent and PageTurnEvent.
3447
3448         * lily/bar-engraver.cc:
3449         * lily/beam-engraver.cc:
3450         * lily/forbid-break-engraver.cc:
3451         * lily/ligature-engraver.cc:
3452         * lily/paper-column-engraver.cc:
3453         * lily/percent-repeat-engraver.cc:
3454         * lily/score-engraver.cc:
3455         * lily/score-engraver.hh:
3456         * lily/paper-column-engraver.hh:
3457         Inter-engraver communication regarding line breaks is done through context
3458         properties (Score.forbidBreak) instead of function calls.
3459
3460 2006-05-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
3461
3462         * VERSION (PACKAGE_NAME): release 2.9.4
3463
3464 2006-05-08  Graham Percival  <gpermus@gmail.com>
3465
3466         * Documentation/user/working.itely: proofreading from Dave
3467         Luttinen, thanks.
3468
3469         * Doucmentation/user/README.txt: updated with manual style info.
3470
3471         * Documentation/user/ various: trim linewidth to 78 chars.
3472
3473 2006-05-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
3474
3475         * scm/define-grob-properties.scm (all-internal-grob-properties):
3476         remove chord-tremolo property.
3477
3478         * lily/beam.cc (get_beam_segments): don't use stem position as
3479         base for broken ends.
3480
3481 2006-05-06  Graham Percival  <gpermus@gmail.com>
3482
3483         * Documentation/user/putting.itely: proofreading from Dave
3484         Luttinen, thanks!
3485
3486         * Documentation/user/ various: more reorg and clarifications.
3487
3488 2006-05-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
3489
3490         * scm/lily.scm (TEX_STRING_HASHLIMIT): move from framework-texstr.scm.
3491
3492         * ly/music-functions-init.ly: new function featherDurations
3493
3494         * lily/beam.cc: read grow-direction for feathered beaming.
3495
3496         * Documentation/topdocs/NEWS.tely (Top): typo.
3497
3498 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
3499
3500         * lily/include/beam.hh (struct Beam_stem_segment): add gapped_ for
3501         tremolo beams.
3502
3503 2006-05-05  Erik Sandberg  <mandolaerik@gmail.com>
3504         * lily/context.cc, lily/global-context.cc: Added 'unique' member,
3505         used by music streams.
3506
3507         * lily/dispatcher.cc, lily/dispatcher-scheme.cc,
3508         lily/stream-event.cc, lily/stream-event-scheme.cc,
3509         lily/listener.cc, lily/scheme-listener.cc,
3510         lily/scheme-listener-scheme.cc, lily/include/dispatcher.hh,
3511         lily/include/stream-event.hh, lily/include/listener.hh,
3512         lily/include/scheme-listener.hh, scm/define-event-classes.scm:
3513         Created data structures for music streams.
3514         
3515 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
3516
3517         * lily/beam.cc (get_beam_segments): new function. Reorganise the
3518         construction of a beam. 
3519         (print): rewrite. 
3520
3521         * flower/include/std-vector.hh (default_compare): use only one comparison.
3522
3523         * scm/define-markup-commands.scm (note-by-number): remove debug display.
3524         (note-by-number): further attachment fixes.
3525
3526         * scm/lily-library.scm (ordered-cons): new function.
3527         (interval-index): new function
3528
3529         * lily/note-head-scheme.cc (LY_DEFINE): new file.
3530
3531         * lily/note-head.cc (get_stem_attachment): new function.
3532
3533         * scm/define-markup-commands.scm (note-by-number): read 'style
3534         property. 
3535
3536         * input/regression/markup-note.ly: show note-head style option.
3537
3538         * mf/feta-bolletjes.mf (overdone_heads): fix attachment points for
3539         triangle head.
3540
3541 2006-05-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
3542
3543         * mf/GNUmakefile (NCSB_OTFS): remove old ncsb detection further.
3544
3545         * configure.in (LINK_GXX_STATICALLY): fix for ncsb detection.
3546
3547         * lily/include/constrained-breaking.hh: GCC 4 fix.
3548
3549 2006-05-04  Joe Neeman  <joeneeman@gmail.com>
3550
3551         * lily/simple-spacer.cc: Remove class Simple_spacer_wrapper.
3552         Replace it with functions get_line_forces and get_line_configuration.
3553         (class Simple_spacer): Make data private.
3554         Rewrite compression algorithm to be faster and simpler.
3555
3556         * lily/simple-spacer-scheme.cc (ly_solve_rod_and_spring_problem):
3557         * lily/gourlay-breaking.cc (solve):
3558         * lily/constrained_breaking.cc (space_line):
3559         Change it to the new simple-spacer code.
3560
3561         * lily/paper-score.cc (get_paper_systems):
3562         (Paper_score):
3563         (process):
3564         Delay breaking the systems until they are requested.
3565         (find_break_indices):
3566         Use vsize for indices.
3567         (calc_breaking):
3568         Move the "Calculating line breaks" message here.
3569
3570         * lily/system.cc (pre_processing):
3571         Move the "Calculating line breaks" message away from here.
3572         (break_into_pieces):
3573         Allow multiple calls to this function in sequence (with touching-but-
3574         not-overlapping breakpoints).
3575
3576         * lily/constrained-breaking.cc:
3577         Replace most of the get_XXXX functions with get_line_details.
3578         Only calculate the force for each line. Calculate configurations only
3579         for the lines we will actually use.
3580         Replace cols_ with lines_.
3581
3582 2006-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3583
3584         * mf/GNUmakefile (depth): remove FC_FIND.
3585
3586         * config.make.in (NCSB_SOURCE_FILES): subst NCSB_SOURCE_FILES
3587
3588         * configure.in (LINK_GXX_STATICALLY): call fc-match from within configure.
3589
3590         * scm/framework-ps.scm (write-preamble): new function.
3591         (write-preamble): load mac fonts via fondu, even if gs-font-load
3592         is set.
3593
3594 2006-05-03  Werner Lemberg  <wl@gnu.org>
3595
3596         * mf/GNUmakefile (FC_FIND): Fix typo.
3597
3598 2006-05-03  Erlend Aasland  <erlenda@gmail.com>
3599
3600         * stepmake/stepmake/generic-targets.make (cvs-clean): also remove out-www dirs.
3601
3602 2006-05-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
3603
3604         * stepmake/aclocal.m4: run python-config for crosscompiling
3605         flags. 
3606
3607         * scripts/lilypond-book.py (Lilypond_file_snippet.my_system): add
3608         -f png for HTML, TEXINFO formats. 
3609
3610         * input/tutorial/lbook-html-test.html: new file.
3611
3612         * lily/include/tie-formatting-problem.hh (class
3613         Tie_formatting_problem): index Chord_outline_map by Tuple2 for
3614         [column, direction]. This fixes laissez vibrer ties.
3615  
3616         * flower/include/tuple.hh (struct Tuple2): new file.
3617
3618         * mf/GNUmakefile (FC_FIND): new function. Find ncsb using
3619         $(FCMATCH), only if $(NCSB_DIR) not set. 
3620
3621         * configure.in (LINK_GXX_STATICALLY): only warn if $NCSB_DIR set.
3622
3623         * config.make.in (DOCUMENTATION): set FCMATCH.  
3624
3625         * autogen.sh (srcdir): don't set --with-ncsb-dir. 
3626
3627 2006-05-03  Graham Percival  <gpermus@gmail.com>
3628
3629         * Documentation/user/ various: final round of reorg.
3630
3631         * Documentation/user/instrument-notation.itely: some more
3632         fixes from Eduardo, thanks!
3633
3634 2006-05-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
3635
3636         * VERSION (PACKAGE_NAME): release 2.9.3
3637
3638         * flower/file-path.cc (is_dir): canonicalize file name before stat'ing.
3639
3640         * lily/relocate.cc (framework_relocation): remove old relocation stuff.
3641
3642 2006-05-01  Mats Bengtsson  <mabe@s3.kth.se>
3643
3644         * scm/define-grob-properties.scm (all-user-grob-properties):
3645         Correct typo, thanks to Eduardo.
3646
3647 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
3648
3649         * scripts/GNUmakefile (SEXECUTABLES): remove lilypond-ps2png.scm
3650
3651         * buildscripts/lilypond-words.py (F): indent fix.
3652
3653         * input/regression/tie-arpeggio-collision.ly: new file.
3654
3655         * lily/tie-formatting-problem.cc (set_column_chord_outline): new
3656         function: store outlines per column rank.
3657
3658         * lily/include/tie-configuration.hh (class Tie_configuration): add
3659         column_ranks_ to specification and configuration, to distinguish
3660         between ties for different heads in arpegiated chords.
3661
3662         * lily/relocate.cc (framework_relocation): use INSTALLER_PREFIX.
3663
3664         * *.py: more 4 space indents.
3665
3666         * autogen.sh (conf_flags): set sensible default for with-ncsb-dir
3667
3668 2006-05-01  Joe Neeman  <joeneeman@gmail.com>
3669
3670         * scm/lily-library.scm: Fix guile 1.6 compatibility in inf? and nan?
3671
3672 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
3673
3674         * buildscripts/pfx2ttf.fontforge (err): create OTF files.
3675
3676         * scripts/abc2ly.py (dump_score): indent of 4 for python code. 
3677
3678         * configure.in (LINK_GXX_STATICALLY): remove locate() call.
3679
3680 2006-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3681
3682         * python/convertrules.py (conv): indent 4 for python files.
3683
3684 2006-04-29  Mats Bengtsson  <mabe@s3.kth.se>
3685
3686         * Documentation/user/changing-defaults.itely (Creating contexts):
3687         Clarify \new semantics.
3688
3689 2006-04-28  Graham Percival  <gpermus@gmail.com>
3690
3691         * Documentation/user/ various: major new sections in the
3692         Learning manual, slight reorg elsewhere.
3693
3694 2006-04-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
3695
3696         * mf/GNUmakefile (MFTRACE_FLAGS): add $(outdir) to $(ENCODING_FILE) 
3697
3698         * scm/framework-ps.scm (output-framework): remove PageMedia
3699
3700 2006-04-27  Graham Percival  <gpermus@gmail.com>
3701
3702         * Documentation/user/ tweaks.itely, working.itely: new
3703         files, being more advanced "learning manual" chapters.
3704
3705         * Documentation/user/ tutorial, putting, lilypond: reorg.
3706
3707 2006-04-26  Graham Percival  <gpermus@gmail.com>
3708
3709         * input/regression/lyric-combine-polyphonic.ly: fixed test
3710         (no more "can't find context `one'" error).
3711
3712 2006-04-25  Joe Neeman <joeneeman@gmail.com>
3713
3714         * lily/stem-tremolo.cc (print): fix whole note tremolo placement
3715
3716         * input/regression/stem-tremolo.ly: add 2 more whole note examples
3717         
3718 2006-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3719
3720         * lily/relocate.cc (read_relocation_dir): new function.
3721
3722 2006-04-26  Graham Percival  <gpermus@gmail.com>
3723
3724         * Documentation/user/instrument-notation.itely: a few more fixes
3725         from Eduardo, thanks!
3726
3727         * Documentation/user/README.txt: new file; contains info on
3728         style that used to be in lilypond.tely.
3729
3730         * Documentation/user/ various: first round of doc reorg.
3731
3732         * Documentation/user/baer-flat-bw.png: remove alpha bit from
3733         graphic; this probably causes problems on some pdf
3734         viewers, notably Adobe Acrobat.
3735
3736 2006-04-24  Graham Percival  <gpermus@gmail.com>
3737
3738         * Documentation/user/instrument-notation.itely: many alterations
3739         to Vocal music, from Eduardo Viera.
3740
3741 2006-04-23  Graham Percival  <gpermus@gmail.com>
3742
3743         * Documentation/user/instrument-notation.itely: fix \new
3744         instead of \context problem.
3745
3746 2006-04-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3747
3748         * lily/relocate.cc (expand_environment_variables): new function.
3749         (read_line): id.
3750         (read_relocation_file): id.
3751
3752         * scm/stencil.scm (eps-file->stencil): fix EPS PS embedding code 
3753
3754 2006-04-21  Erlend Aasland  <erlenda@gmail.com>
3755
3756         * ly/engraver-init.ly: remove old comments from TabVoice
3757
3758 2006-04-20  Graham Percival  <gpermus@gmail.com>
3759
3760         * Documentation/user/instrument-notation.itely: added Erlend's
3761         latest doc patch, thanks!
3762
3763 2006-04-19  Erlend Aasland <erlenda@gmail.com>
3764
3765         * lily/include/slur.hh:
3766         * lily/slur.cc:
3767         * lily/phrasing-slur-engraver.cc:
3768         * lily/slur-engraver.cc: Fix 'cut & paste' code by merging
3769         acknowledge_extra_object () from Phrasing_slur_engraver:: and
3770         Slur_engraver:: and putting it in
3771         Slur::auxiliary_acknowledge_extra_object ().
3772
3773         * ps/music-drawing-routines.ps (draw_dashed_slur): fix another bug
3774
3775         * lily/note-collision.cc: fix a comment
3776
3777 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
3778
3779         * stepmake/bin/add-html-footer.py: fix footer position in
3780         generated html files: before </body> and </html> tags.
3781
3782 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
3783
3784         * scripts/GNUmakefile: revert last "fix", which rather broke make.
3785         Earlier successive `make' commands finally compiled ok.
3786
3787         * Documentation/topdocs/INSTALL.texi: require mftrace 1.1.19.
3788
3789 2006-04-18  Erlend Aasland <erlenda@gmail.com>
3790
3791         * lily/include/stem-tremolo.hh:
3792         * lily/stem-tremolo.cc: move rotated_box () to Lookup:: and update
3793         callers.
3794
3795         * lily/lookup.cc:
3796         * lily/include/lookup.hh: add rotated_box ()
3797
3798 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
3799
3800         * scripts/GNUmakefile: bugfix: run help2man only after scripts have 
3801         been generated. Fixes "can't get `--help'" bug after make clean.
3802
3803         * THANKS: alphabetize contributors.
3804
3805 2006-04-17  Graham Percival  <gpermus@gmail.com>
3806
3807         * Documentation/user/instrument-notation.itely: added Erlend's
3808         tabs and banjo doc patch.  Thanks!
3809
3810 2006-04-17  Erlend Aasland  <erlenda@gmail.com>
3811
3812         * scm/define-grobs.scm: fix stem-attachment for tablature note heads.
3813
3814         * ps/music-drawing-routines.ps (draw_dashed_line): fix dash pattern bug.
3815
3816         * scm/output-lib.scm: add some more predefined string tunings.
3817
3818         * Documentation/user/instrument-notation.itely: and doc them.
3819
3820 2006-04-16  Jürgen Reuter  <reuter@ipd.uka.de>
3821
3822         * ly/engraver.ly: Remove obsolete comments.
3823
3824         * ly/gregorian-init.ly: Define default layout block.
3825
3826         * input/puer-fragment.ly: Updated and extended.
3827
3828 2006-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
3829
3830         * lily/lily-parser-scheme.cc: Use them to fix --output=DIR/BASE
3831         pdf conversion behaviour.
3832
3833         * flower/file-name.cc (dir_name)
3834         (get_working_directory): Move from relocate.cc.
3835
3836         * lily/relocate.cc (setup_paths): Remove rogue stat calls.
3837         
3838         * lily/relocate.cc: Encapsulate sys/stat.h in
3839         HAVE_STAT_H.
3840
3841 2006-04-14  Graham Percival  <gpermus@gmail.com>
3842
3843         * Documentation/user/ various: small updates from Cameron
3844         and Juergen, thanks!
3845
3846         * Documentation/user/ various: small updates of my own.
3847
3848         * THANKS: 2.7 -> 2.8.
3849
3850 2006-04-11  Graham Percival  <gpermus@gmail.com>
3851
3852         * scm/define-context-properties.scm: typo.
3853
3854         * Documentation/user/ : many more small updates.
3855
3856 2006-04-13  Jürgen Reuter  <reuter@ipd.uka.de>
3857
3858         * scm/define-music-types.scm: disposed "docme".
3859
3860 2006-04-11  Erlend Aasland  <erlenda@gmail.com>
3861
3862         * lily/hairpin.cc: make niente circles a bit smaller.
3863
3864 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
3865
3866         * mf/GNUmakefile: remove redundant mftrace check. Also remove
3867         get-pfa and get-*-fonts targets.
3868
3869 2006-04-10  Graham Percival  <gpermus@gmail.com>
3870
3871         * THANKS, Documentation/user/ basic-notation, advanced-notation,
3872         music-glossary, programming-interface: more minor fixes
3873         from mailist.
3874
3875         * scm/define-grob-properties.scm: clarified direction, thanks Mats!
3876
3877         * scm/define-context-properties.scm: another old \property update.
3878         This time tested for compiling!
3879
3880 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
3881
3882         * mf/GNUmakefile: fix for mftrace version >= 1.2.0
3883
3884 2006-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3885
3886         * scm/define-context-properties.scm (all-user-translation-properties): 
3887         * Documentation/user/global.itely (Page formatting): Compile fix.
3888
3889 2006-04-09  Mats Bengtsson  <mabe@s3.kth.se>
3890
3891         * Documentation/user/advanced-notation.itely (Polymetric
3892         notation): Update the example to use the "+" symbol and add link
3893         to input/test/compound-time.ly.
3894
3895 2006-04-08  Graham Percival  <gpermus@gmail.com>
3896
3897         * scm/define-grob-properties.scm: clarify docs for #'direction.
3898
3899         * scm/define-context-properties.scm: update old \property override.
3900
3901         * Documentation/user/ advanced-notation, global, lilypond-book:
3902         more minor doc updates.
3903
3904 2006-04-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
3905
3906         * lily/parser.yy (Generic_prefix_music_scm): append lists, not objects.
3907
3908         * scm/backend-library.scm (search-gs): oops.
3909
3910 2006-04-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
3911
3912         * scripts/lilypond-book.py (output): use base, not filename for href.
3913
3914         * scm/backend-library.scm: only look for gs.
3915
3916         * scripts/lilypond-book.py (output): fix printfilename.
3917
3918         * lily/parser.yy (music_function_musicless_prefix): fold together
3919         definitions of signature (SCM*) (Music|post_event|chord_body_element)
3920
3921         * lily/slur.cc (print): only set font-size if not set yet.
3922
3923         * lily/slur-configuration.cc (add_score): improved layout of debug
3924         scoring output.
3925
3926 2006-04-05  David Feuer  <David.Feuer@gmail.com>
3927
3928         * music-drawing-routines.ps (draw_round_box): removed testing artifact.
3929         (draw_circle): Hopefully fixed regression.
3930         Improved documentation for several procedures.
3931         
3932 2006-03-04  Werner Lemberg  <wl@gnu.org>
3933
3934         * ly/engraver-init.ly (\Score): Add beam-event to quotedEventTypes.
3935
3936 2006-04-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
3937
3938         * scripts/musicxml2ly.py (bindir): add dynamic
3939         relocation. 
3940
3941 2006-04-04  Graham Percival  <gpermus@gmail.com>
3942
3943         * Documentation/user/ basic-notation, advanced-notation, putting,
3944         instrument-notation, invoking, lilypond, THANKS: another ream of small
3945         fixes from the Doc Helpers.
3946
3947 2006-04-03  David Feuer  <David.Feuer@gmail.com>
3948
3949         * music-drawing-routines.ps: remove superfluous gsave/grestore pairs.
3950
3951         * lilyponddefs.ps (set-ps-scale-to-lily-scale): Fixed code duplication.
3952
3953         * Cleaned up interfaces between PostScript and Scheme, and moved
3954         computations from PostScript to Scheme:
3955
3956         * music-drawing-routines.ps
3957         (*SF, stroke_and_fill): new procedures.  Replaced stroke and fill
3958         with stroke_and_fill throughout.
3959         (euclidean_length, print_letter, draw_box): Deleted unused
3960         procedures.  If someone needs draw_box, implement it using
3961         draw_round_box; don't duplicate code.
3962         (print_glyphs, draw_round_box, draw_polygon, draw_repeat_slash):
3963         Refactored/cleaned up interfaces.
3964         (mark_URI): Moved.
3965
3966         * output-ps.scm: reordered arguments to PostScript functions to
3967         match new interfaces
3968         (glyph-string): Rewrote glyph-string.
3969         (grob-cause): Replaced string-append with format.
3970         (repeat-slash): Rewrote to do computation here.
3971         (round-filled-box): Rewrote to do computation here.
3972
3973 2006-04-04  Erlend Aasland  <erlenda@gmail.com>
3974
3975         * stepmake/stepmake/generic-targets.make: add cvs-clean target
3976
3977         * stepmake/stepmake/toplevel- targets.make: print help info about
3978         cvs-clean
3979
3980 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
3981
3982         * input/regression/hairpin-circled.ly: new file
3983
3984 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
3985
3986         * lily/hairpin.cc (print): add support for circled tip
3987
3988         * scm/define-grob-properties.scm: add circled-tip parameter
3989
3990         * scm/define-grobs.scm: init circled-tip to false
3991         
3992 2006-04-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
3993
3994         * scm/music-functions.scm (quote-substitute): set
3995         iterators-ctor. 
3996
3997 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
3998
3999         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): set
4000         BSTINPUTS. 
4001
4002         * Documentation/topdocs/AUTHORS.texi (Top): add David Feuer.
4003
4004         * scm/output-ps.scm (glyph-string): revert cid selectfont.
4005
4006 2006-03-31  David Feuer  <david.feuer@gmail.com>
4007         
4008         * scm/framework-ps.scm:
4009         
4010         * scm/output-ps.scm: glyph-string now produces smaller, more
4011         readable, and probably faster PostScript.  Several findfont
4012         scalefont setfont instances changed to selectfont
4013         Hacked-up string-appends changed to formats.
4014
4015         * ps/music-drawing-routines.ps: add print_letter, print_glyphs.
4016         
4017 2006-03-30  Graham Percival  <gpermus@gmail.com>
4018
4019         * scm/lily-library.scm: make "no version" warning message more polite.
4020
4021         * lily/music.cc: add double quotes to failed octave check.
4022
4023         * Documentation/user/ advanced-notation, changing-defaults,
4024         instrument-notation, invoking, music-glossary: whole bunch of minor
4025         fixes from mailist.
4026
4027 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
4028
4029         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): use
4030         $(buildscriptdir) iso. depth.
4031
4032         * VERSION (PACKAGE_NAME): release 2.9.1
4033
4034 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
4035
4036         * lily/pango-font.cc (pango_item_string_stencil): more robustness.
4037
4038         * VERSION (PATCH_LEVEL): bump version number.
4039
4040         * flower/include/guile-compatibility.hh (scm_from_uint32): add
4041         scm_from_uint32 ()
4042
4043         * lily/pango-font.cc (pango_item_string_stencil): use
4044         scm_from_uint32 ()
4045
4046         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
4047         $(outdir)/emmentaler-%.svg): remove canary.
4048
4049         * lily/pango-font.cc (pango_item_string_stencil): only use uXXX
4050         glyphnames if we have a ttf font.
4051
4052 2006-03-30  Mats Bengtsson  <mabe@s3.kth.se>
4053
4054         * Documentation/user/advanced-notation.itely (Font selection):
4055         Corrected reference to the font-family-override.ly example.
4056
4057 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
4058         
4059         * lily/chord-tremolo-engraver.cc (acknowledge_stem): set the
4060         stem-tremolo object in the stem (or else the stem might not be
4061         long enough).
4062
4063 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
4064
4065         * lily/ttf.cc (print_trailer): only print existing glyphs.
4066
4067 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
4068
4069         * lily/stem-tremolo.cc (print): for whole notes (and breves, etc.)
4070         position the tremolo based on the position of the notehead.
4071
4072         * input/regression/stem-tremolo.ly: add example of unbeamed eighth
4073         notes and update the texidoc line with the new positioning rules.
4074         
4075 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
4076
4077         * lily/ttf.cc (print_trailer): don't always use uXXX glyphname.
4078
4079         * scripts/lilypond-book.py (Module): set default for linewidth if
4080         preamble not found.
4081
4082 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
4083
4084         * VERSION (PACKAGE_NAME): release 2.9.0.
4085
4086         * input/regression/stem-tremolo-position.ly: new file.
4087
4088         * lily/stem-tremolo.cc: remove Stem_tremolo::dim_callback
4089
4090 2006-03-28  Joe Neeman  <joeneeman@gmail.com>
4091
4092         * lily/stem-tremolo.cc (print): position
4093         the tremolo depending only on the end of the stem
4094         and not on the notehead
4095         (raw_stencil): center, on the middle staff line, the
4096         flag that is closest to the end of the stem (previously
4097         the bottom flag)
4098         (calc_width): add this callback to shorten a tremolo when
4099         it is beamed or it is stemup with a flag
4100         (style): add this callback to make a tremolo rectangular when
4101         it is beamed or it is stemup with a flag
4102         (rotated_box): this is like Lookup::beam but makes a rotated
4103         rectangle instead of a parallelogram
4104
4105         * lily/stem.cc (calc_stem_info): make sure the stem
4106         is long enough to fit the tremolo
4107         (calc-length): reduce the length of tremolo stems since the
4108         tremolo code is now capable of better positioning
4109
4110         * scm/define-grobs.scm: make calc_width the default beam-width
4111         callback for stem-tremolo and add the style callback
4112                 
4113 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
4114
4115         * lily/tuplet-bracket.cc (calc_control_points): handle suicide
4116         case. 
4117
4118 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
4119
4120         * lily/ttf.cc (make_index_to_charcode_map): restore old
4121         cmap. 
4122
4123 2006-03-28  Werner Lemberg  <wl@gnu.org>
4124
4125         * lily/pango-font.cc (get_unicode_name): Fix `uXXXXX' glyph names.
4126
4127 2006-03-28  Graham Percival  <gpermus@gmail.com>
4128
4129         * THANKS: update for 2.9, add section for Documentation helpers.
4130
4131         * Documentation/topdocs/NEWS.tely: compile fix.
4132
4133         * Documentation/user/ basic-notation, global, advanced-notation,
4134         examples.itely: minor fixes from mailist.
4135
4136 2006-03-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
4137
4138         * mf/feta-bolletjes.mf: match width of solfa notes with normal
4139         note heads. 
4140
4141         * lily/ttf.cc (print_trailer): use it.
4142
4143         * lily/pango-font.cc (get_unicode_name): new function.
4144
4145         * lily/ttf.cc (make_index_to_charcode_map): move function from
4146         open-type-font.cc
4147         (print_trailer): substitute uniXXXX name if applicable. 
4148
4149         * lily/pango-font.cc (get_index_to_charcode_map): new function.
4150         (pango_item_string_stencil): use it to generate uniXXXX names.
4151
4152         * mf/feta-bolletjes.mf (overdone_heads): add small style (ugly)
4153         note heads, for uniform widths in shape note output.
4154         (overdone_heads): hmm. remove them again.
4155
4156         * scripts/lilypond-book.py (output): add links to filenames.
4157
4158         * Documentation/topdocs/INSTALL.texi (Top): update versions.
4159
4160         * lily/note-collision.cc (get_clash_groups): only consider when
4161         Note_column::dir <> CENTER. 
4162
4163         * scripts/lilypond-book.py (get_option_parser): init output_name
4164         to ''. 
4165
4166 2006-03-24  Graham Percival  <gpermus@gmail.com>
4167
4168         * Documentation/topdocs/NEWS.tely: add @end itemize
4169
4170         * Documentation/user/ global, advanced-notation: minor
4171         stuff from mailist.
4172
4173 2006-03-23  Graham Percival  <gpermus@gmail.com>
4174
4175         * Documentation/user/ lilypond.tely, music-glossary,
4176         preface: housekeeping; 2005->2006, remove "notes for 2.6"
4177
4178 2006-03-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
4179
4180         * mf/GNUmakefile: don't install .enc files.
4181
4182         * Documentation/topdocs/NEWS.tely: clear for 2.9 cycle.
4183
4184         * VERSION (PATCH_LEVEL): bump to 2.9.0
4185
4186 2006-03-22  Graham Percival  <gpermus@gmail.com>
4187
4188         * Documentation/user/advanced-notation.itely: minor fixes
4189         from mailist.
4190
4191 2006-03-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
4192
4193         * Documentation/topdocs/AUTHORS.texi (Top): add Joe Neeman.
4194
4195         * branch lilypond_2_8
4196
4197 2006-03-22  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
4198
4199         * scripts/lilypond-book.py (samefile): new function, for windoze
4200         compatibility.
4201
4202 2006-03-21  Graham Percival  <gpermus@gmail.com>
4203
4204         * ly/engraver-init.ly: add info about StaffGroup.
4205
4206 2006-03-21  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
4207
4208         * input/regression/stem-direction-context.ly: idem.
4209
4210         * Documentation/topdocs/NEWS.tely (Top): fix interpolation example.
4211
4212         * THANKS: add Mats.
4213
4214         * input/regression/page-layout-twopass.ly: comment out \markup so
4215         tweak-file is left.
4216
4217         * lily/instrument-name-engraver.cc (finalize): add to instrument
4218         name global System. This also fixes chopped instrument names, but
4219         doesn't crash when there are slurs/beams.
4220
4221         * lily/slur-configuration.cc (add_score): disallow negative slur
4222         scores.
4223         
4224 2006-03-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4225
4226         * scm/framework-ps.scm (dump-stencil-as-EPS): remove debugging code.
4227
4228         * lily/instrument-name-engraver.cc (process_music): kludge: add
4229         InstrumentName spanner to axis group of left bound. Fixes chopped
4230         off instrument names in EPS images.
4231
4232         * input/regression/lyric-hyphen-retain.ly: elaborate explanation.
4233
4234         * scripts/abc2ly.py (option_parser): update to 2.7.40
4235
4236 2006-03-20  Graham Percival  <gpermus@gmail.com>
4237
4238         * THANKS: move small doc contributors to SUGGESTIONS.
4239
4240         * Documentation/user/ basic-notation, advanced-notation,
4241         global: small changes from mailist.
4242
4243 2006-03-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4244
4245         * Documentation/user/advanced-notation.itely (Text marks): update
4246         for new rehearsalMarkAlignSymbol convention.
4247
4248         * VERSION (PATCH_LEVEL): bump version.
4249
4250         * input/test/instrument-name-align.ly: new file.
4251
4252         * scm/define-markup-commands.scm (hcenter-in): add hcenter-in.
4253
4254         * input/test/instrument-name-align.ly: new file. Document how to
4255         align instrument names.
4256
4257         * lily/mark-engraver.cc: remove properties.
4258
4259         * scm/define-context-properties.scm
4260         (all-user-translation-properties): remove align symbol properties
4261         for barnumber/reh. mark.
4262
4263         * lily/break-align-interface.cc (self_align_callback): new
4264         interface, new function. Look at complete alignment. This handles
4265         tunable break alignments in case break-align-symbols are missing.
4266
4267         * lily/bar-number-engraver.cc (acknowledge_break_alignment): new function
4268
4269         * lily/mark-engraver.cc (acknowledge_break_alignment): new function.
4270
4271         * python/convertrules.py (conv): mark/bar number alignment rule.
4272
4273         * lily/break-align-interface.cc (calc_positioning_done): also
4274         store offset from last visible break-alignment to its
4275         neighbor. This makes alignment on non-visible objects more reliable.
4276
4277         * po/lilypond.pot (Module): ran po-replace.
4278
4279         * input/regression/tie-single-manual.ly (Module): new file.
4280
4281         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
4282         look at has_manual_position_.
4283         (from_ties): set has_manual_position_ if tie has staff-position set.
4284
4285         * lily/tuplet-bracket.cc (calc_positions): idem.
4286
4287         * lily/tuplet-number.cc (print): don't print tupletnumber if it
4288         doesn't span time.
4289
4290 2006-03-19  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4291
4292         * scm/define-markup-commands.scm (smallCaps): new markup command
4293         for turning a text to small caps using smaller font size and upper
4294         casing.
4295
4296 2006-03-17  Graham Percival  <gpermus@gmail.com>
4297
4298         * Documentation/user/ examples, instrument-notation,
4299         advnaced-notation: minor fixes from mailist.
4300
4301 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4302
4303         * Documentation/user/tutorial.itely (First steps): change example
4304         to verbatim.  
4305
4306 2006-03-17  Graham Percival  <gpermus@gmail.com>
4307
4308         * Documentation/user/ examples, advanced: minor changes from mailist.
4309
4310         * THANKS: add Geoff Horton, for documentation stuff.
4311
4312 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4313
4314         * python/lilylib.py (system): revert have_select kludge.
4315
4316         * Documentation/user/tutorial.itely (Commenting input files):
4317         update version numbers in doc. 
4318
4319         * scm/define-grob-interfaces.scm (multi-measure-interface): add
4320         bound-padding to multi-measure-interface
4321
4322 2006-03-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4323
4324         * input/test/engraver-example.ily: update version number.
4325
4326         * VERSION (PACKAGE_NAME): release 2.7.39
4327
4328         * lily/note-spacing.cc (get_spacing): heighten threshold where
4329         accidentals/arpeggios influence previous spacing fully.
4330
4331         * lily/rest.cc (y_offset_callback): only use direction if
4332         staff-position wasn't set before.
4333
4334         * lily/bar-number-engraver.cc: add support for
4335         barNumberAlignSymbol. 
4336         add ADD_ACKNOWLEDGER() call for break_aligned. Fixes bar-number-breathe
4337
4338         * lily/pointer-group-interface.cc (set_ordered): new function. 
4339         (add_unordered_grob): new function.
4340
4341         * lily/grob-array.cc (Grob_array): grob-arrays are always assumed
4342         to ordered, unless the opposite has been proved.  This fixes
4343         random reordering of large object groups across linebreaks,
4344         eg. beams.
4345
4346         * lily/main.cc (do_chroot_jail): printf format fix.
4347
4348         * lily/tie-formatting-problem.cc (generate_configuration):
4349         multiply y-shift for dot with direction.
4350  
4351         * scm/define-markup-commands.scm (note-by-number): put (magstep
4352         size) in y-attach too.
4353
4354         * Documentation/topdocs/NEWS.tely (Top): show override.
4355
4356         * scm/define-grobs.scm (all-grob-descriptions): reinstate neutral
4357         direction for stems.
4358         
4359 2006-03-15  Graham Percival  <gpermus@gmail.com>
4360
4361         * Documentation/user/ changing-defaults, global: minor
4362         fixes from mailist.
4363
4364 2006-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4365
4366         * lily/lexer.ll (Lily_lexer): bump required version to 2.7.38
4367
4368         * lily/spacing-spanner.cc (musical_column_spacing): crude fix for
4369         breakable items after uniformly stretched notes.
4370
4371         * lily/tie-formatting-problem.cc (set_chord_outline): initialize
4372         outline with outer edge of note heads. This prevents infinity
4373         problems with tied whole notes.
4374
4375         * scripts/lilypond-book.py (do_file): use os.popen
4376
4377         * python/convertrules.py (conv): add rule for Stem #'beamed-*
4378
4379 2006-03-14 Erik Sandberg  <mandolaerik@gmail.com>
4380
4381         * Documentation/user/invoking.itely: Add ragged-right to bug report
4382         guidelines.
4383
4384 2006-03-14  Graham Percival  <gpermus@gmail.com>
4385
4386         * Documentation/user/global.itely: small fix from mailist.
4387
4388 2006-03-14  Mats Bengtsson  <mabe@s3.kth.se>
4389
4390         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use the
4391         file descriptor returned by tempfile.mkstemp() when writing
4392         to tmpfile and closing it. Solves problem with unlink(tmpfile)
4393         on mingw.
4394
4395 2006-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
4396
4397         * po/fi.po: newline bugfix.
4398
4399 2006-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
4400
4401         * scm/paper.scm (paper-alist): Rounding fixes.
4402
4403 2006-03-13  Graham Percival  <gpermus@gmail.com>
4404
4405         * Documentation/user/ changing-defaults, instrument-notation,
4406         tutorial: small fixes from mailist, mostly from Mats.  Thanks!
4407
4408 2006-03-13 Heikki Junes  <hjunes@cc.hut.fi>
4409
4410         * po/fi.po: update.
4411
4412 2006-03-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4413
4414         * stepmake/bin/add-html-footer.py (mail_address_url): don't add
4415         mailto: to http:// 
4416
4417         * python/lilylib.py (print_environment): move ps_page_count to
4418         lilypond-book.py
4419
4420 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4421
4422         * Documentation/user/music-glossary.tely (G clef): fix clef alignments.
4423
4424         * scm/framework-ps.scm (embed-document): new function. Use to
4425         embed PFA files.
4426
4427         * ly/engraver-init.ly: init rehearsalMarkAlignSymbol to staff-bar.
4428
4429 2006-03-12  Mats Bengtsson  <mabe@s3.kth.se>
4430
4431         * Documentation/user/instrument-notation.itely (Setting simple
4432         songs): Added \book{...} around the full example, so the separate
4433         markups are included in the printed example. 
4434
4435 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4436
4437         * scripts/lilypond-book.py (get_latex_textwidth): explicitly close
4438         tmphandle.
4439
4440         * python/lilylib.py (system): rewrite system() using
4441         subprocess. Remove >& redirection trickery.
4442
4443 2006-03-11  Graham Percival  <gpermus@gmail.com>
4444
4445         * Documentation/user/ changing-defaults, global, scheme-tutorial,
4446         notation-appendices.itely: minor fixes from mailist.
4447
4448 2006-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4449
4450         * Documentation/user/GNUmakefile ($(outdir)/lilypond.html):
4451         unsplit man also needs images.
4452
4453         * tex/texinfo.tex (sectionheading, q.v.): relax after \char'15.
4454
4455         * VERSION (PACKAGE_NAME): 2.7.38 released.
4456
4457 2006-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4458
4459         * scripts/lilypond-book.py (get_latex_textwidth): look for latex
4460         log in output dir.
4461
4462 2006-03-08  Johannes Schindelin  <Johannes.Schindelin@gmx.de>
4463
4464         * lily/audio-column.cc, lily/score-performer.cc: MIDI output now
4465         respects the Score.skipTypesetting property.
4466         
4467 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4468
4469         * scm/framework-ps.scm (ps-embed-cff): no Setup section in
4470         Prolog. No %%EOF after CFF file.
4471
4472 2006-03-08  Joe Neeman  <joeneeman@gmail.com>
4473         
4474         * lily/constrained-breaking.cc (get_max_systems): used to return a
4475         much too big value
4476         (combine_demerits): use pointers to reduce copying data
4477         (calc_subproblem): idem
4478         (get_page_penalty): add page turn penalties
4479         
4480 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4481
4482         * Documentation/user/invoking.itely (Invoking lilypond): better
4483         explanation of -e usage.
4484
4485         * lily/main.cc (main_with_guile): don't append to
4486         init_scheme_code_string
4487
4488         * tex/texinfo.tex (sectionheading, q.v.): don't center @image.
4489
4490         * Documentation/user/invoking.itely: add note about MacOS X scripts.
4491
4492         * scripts/convert-ly.py (do_options): don't print help for
4493         --show-rules rule.
4494
4495         * tex/texinfo.tex: patch texinfo.tex to leave single quotes in
4496         @code and @example. Update from texinfo.tex from CVS.
4497
4498 2006-03-08  Graham Percival  <gpermus@gmail.com>
4499
4500         * Documentation/user/scheme-tutorial.itely: clarifies distances
4501         measured in staff-spaces.
4502
4503 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4504
4505         * lily/slur.cc (outside_slur_callback): only calculate offsets if
4506         consider[k] is true.
4507
4508         * scm/output-ps.scm (grob-cause): put numbers to ~$ (Thanks Johannes!)
4509
4510         * lily/spacing-basic.cc (standard_breakable_column_spacing): also
4511         consider columns that have originals.  Unifies spacing for mm
4512         rests around line breaks.
4513
4514         * lily/multi-measure-rest.cc (set_spacing_rods): read bound-padding.
4515         (set_text_rods): idem.
4516         (calculate_spacing_rods): new function: share code between
4517         set_text_rods and set_spacing_rods.
4518         (set_text_rods): take extents of bounds into account.  
4519
4520 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4521
4522         * Documentation/user/basic-notation.itely (Writing music in
4523         parallel): don't use relative.
4524
4525 2006-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4526
4527         * ly/music-functions-init.ly (Module): add shiftDurations
4528
4529         * ly/drumpitch-init.ly (drumPitchNames): add tamtam.
4530
4531         * scm/paper.scm (paper-alist): no decimals for Ax paper sizes. 
4532
4533         * ly/engraver-init.ly: init vocalName to nil.
4534
4535 2006-03-05 Erik Sandberg  <mandolaerik@gmail.com>
4536
4537         * scm/music-functions.scm (music->make-music): bugfix,
4538         KeyChangeEvents are now handled correctly.
4539
4540         * scripts/lilypond-book.py: Add --debug option.
4541
4542 2006-03-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4543
4544         * python/lilylib.py: add tempfile.
4545
4546 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4547
4548         * VERSION (PACKAGE_NAME): release 2.7.37
4549
4550         * python/lilylib.py (ps_page_count): remove make_ps_images().
4551         (ps_page_count): remove mkdir_p
4552         (system): remove cleanup_temp.
4553         (exit): remove lilypond_version_(check)
4554         (error_log): remove pseudo_filter_p
4555         remove read_pipe
4556         remove cp_to_dir
4557         remove identify
4558
4559         * scripts/lilypond-book.py (Lilypond_snippet.compose_ly): don't
4560         use __main__
4561
4562         * lily/accidental-engraver.cc (make_standard_accidental): only add
4563         support for side-axis is X_AXIS. Fixes text-spacing-accidental.ly
4564
4565         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
4566         $(outdir)/emmentaler-%.svg): rewrite without functions; too many
4567         Make incompatibilities.
4568
4569         * scm/output-ps.scm (grob-cause): replace backslashes by /
4570         (glyph-string): use ~$ for less decimals for glyph-string and grob-cause.
4571
4572 2006-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4573
4574         * cygwin/GNUmakefile: Install fixes.
4575
4576         * scripts/GNUmakefile (SEXECUTABLES): Install fix: remove mup2ly.
4577
4578         * lily/note-head.cc (head::get_balltype): Compile fix.
4579
4580         * flower/file-name.cc (dos_to_posix): Flower string fix.
4581
4582 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4583
4584         * python/lilylib.py: pychecker cleanups.
4585
4586         * scripts/lilypond-book.py
4587         (Lilypond_snippet.output_print_filename): pychecker cleanups
4588
4589         * scripts/midi2ly.py (Key.dump): pychecker cleanups.
4590
4591         * python/lilylib.py (underscore): remove identify() , warranty()
4592
4593         * ps/music-drawing-routines.ps: change Border routine for GSView
4594         compatibility.
4595
4596         * lily/stem.cc (height): use quantize-positions.  This triggers
4597         set_stem_lengths, so scripts on beamed stems are handled correctly.
4598
4599         * lily/side-position-interface.cc (aligned_side): check if edges
4600         of script are inside staff. Fixes accent of edge of the staff.
4601
4602         * input/regression/staccato-pos.ly: more examples.
4603
4604         * stepmake/aclocal.m4 (depth): fix bashism.
4605
4606         * lily/lyric-combine-music-iterator.cc: move from
4607         new-lyric-combine-iterator.cc
4608         (process): add pending_grace_lyric_ member to delay lyrics on
4609         grace notes.
4610
4611         * lily/system-start-text.cc (print): suicide if we don't have any
4612         elements. Fixes hara kiri'd instrument names.
4613
4614         * scripts/mup2ly.py (Module): remove.
4615
4616 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4617
4618         * Documentation/user/global.itely (A single music expression):
4619         close @lilypond properly
4620
4621         * lily/volta-bracket.cc (modify_edge_height): change from
4622         after_line_breaking_callback. Suicide last bracket if appropriate.
4623  
4624         * python/lilylib.py: strip getopt support
4625
4626         * scripts/etf2ly.py (do_options): use optparse
4627
4628         * scripts/midi2ly.py: optparse, strip lilylib copy. 
4629
4630         * scripts/abc2ly.py (voices): use optparse.
4631
4632         * stepmake/stepmake/generic-vars.make: new function absdir.
4633
4634         * scripts/convert-ly.py (bindir): use optparse, argv[0] relocation.
4635
4636         * scripts/lilypond-book.py (find_file): use global_options for
4637         include path
4638
4639         * scm/ps-to-png.scm (ps-page-count): prevent null characters
4640         entering C code.
4641
4642 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4643
4644         * python/lilylib.py (get_global_option): ughness for extracting
4645         global options from lilylib.
4646         (NonDentedHeadingFormatter.format_heading): move from musicxml2ly
4647
4648         * scripts/lilypond-book.py (get_option_parser): use optparse for
4649         option handling.  Put options in global_options variable.
4650
4651 2006-02-28  Heikki Junes  <hjunes@cc.hut.fi>
4652
4653         * Documentation/index.html.in: clarify.
4654
4655 2006-02-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4656
4657         * scm/layout-page-layout.scm (write-page-breaks): add a
4658         music-system-heights property to the page layout output.
4659
4660         * scm/page.scm (make-page-stencil): take footer into account when
4661         computing the 'space-left page property
4662         (annotate-space-left): take footer into account when annonating
4663         space left.
4664
4665 2006-02-28  Graham Percival  <gpermus@gmail.com>
4666
4667         * Documentation/user/ advanced-notation, global: more (final)
4668         docs for music expressions, removed special fermatas.
4669
4670 2006-02-27  Graham Percival  <gpermus@gmail.com>
4671
4672         * Documentation/user/ basic-notation, global: minor changes
4673         from mailist.
4674
4675 2006-02-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4676
4677         * scm/framework-ps.scm:         
4678         * scm/lily-library.scm (nan?, inf?): Move guile 1.6 compatibility
4679         layer for inf? and nan? from framework-ps to lily-library.
4680
4681 2006-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4682
4683         * mf/GNUmakefile ($(outdir)/emmentaler-$(1).otf
4684         $(outdir)/emmentaler-$(1).svg): remove backslashes from define endef.
4685
4686         * buildscripts/substitute-encoding.py (Module): remove file.
4687
4688         * mf/GNUmakefile: more PFA strippage.
4689
4690         * mf/aybabtu.pe.in (i): remove PFAaybabtu generation
4691
4692         * buildscripts/gen-emmentaler-scripts.py (i): remove PFAemmentaler
4693         generation
4694
4695         * scm/framework-ps.scm: remove font name munging.
4696
4697         * Documentation/topdocs/INSTALL.texi (Top): bump GS requirement.
4698
4699 2006-02-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4700
4701         * scm/markup.scm (define-markup-command): change
4702         def-markup-command to define-markup-command
4703
4704         * scm/music-functions.scm (define-music-function): change
4705         def-music-function to define-music-function.
4706
4707         * python/convertrules.py (conv): rules for def-music-function
4708         and def-markup-commands
4709
4710         * Documentation/user/programming-interface.itely,
4711         input/no-notation/display-lily-tests.ly,
4712         input/regression/lily-in-scheme.ly,
4713         input/regression/markup-user.ly,
4714         input/regression/music-function.ly, input/regression/tie-chord.ly,
4715         scm/fret-diagrams.scm, ly/music-functions-init.ly,
4716         ly/gregorian-init.ly: use new macro names (define-music-function,
4717         define-markup-command).
4718
4719 2006-02-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4720
4721         * scripts/lilypond-book.py (main): write Makefile dependencies file. 
4722         (output): add comments to lp-book latex output.
4723
4724         * GNUmakefile.in (footifymail): use gmane address for webpage bug
4725         address.
4726
4727 2006-02-23  Graham Percival  <gpermus@gmail.com>
4728
4729         * Documentation/user/ tutorial, global: minor changes.
4730
4731 2006-02-23  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4732
4733         * mf/GNUmakefile: add '\' in multi-line "define ... endef"
4734         blocks (for make 3.80)
4735
4736         * scm/parser-ly-from-scheme.scm (ly:parse-string-result): add
4737         \notemode so that user should not have to explicitely type it.
4738
4739         * scm/define-music-display-methods.scm: various
4740         fixes (ApplyOutputEvent, ApplyContext; \new, \context and derived
4741         constructs)
4742
4743         * input/no-notation/display-lily-tests.ly: new tests for
4744         \applyOutput and \applyContext
4745
4746 2006-02-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4747
4748         * lily/constrained-breaking.cc: patch by Joe Neeman: "I have
4749         changed it slightly so that the number of systems returned by
4750         solve () will be the same as the last value passed to resize
4751         (). I've also added more documentation, removed casts, fixed style
4752         problems and put in some recovery if constraints aren't satisfied."
4753
4754 2006-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4755
4756         * elisp/lilypond-mode.el (count-matches-as-number): New funtion
4757         for emacs < 22 compatibility.
4758         (count-rexp): Use it.
4759         (LilyPond-string-current-midi, LilyPond-string-all-midi): Remove
4760         substring juggling (Milan Zamazal).
4761
4762 2006-02-23  Graham Percival  <gpermus@gmail.com>
4763
4764         * Documentation/user/ basic-notation, advanced-notation,
4765         global.itely, invoking.itely, tutorial,itely:
4766         minor fixes from mailist.
4767
4768         * scm/define-markup-commands.scm: improve docs of \filled-box.
4769
4770 2006-02-23  Heikki Junes  <hjunes@cc.hut.fi>
4771
4772         * Documentation/index.html.in: changes concern the previous release.
4773
4774         * input/regression/+.ly: cultivate typographical terminology.
4775
4776 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4777
4778         * scm/define-grob-interfaces.scm (parentheses-interface): add
4779         padding to parentheses-interface.
4780
4781         * Documentation/user/GNUmakefile: remove $(CROSS) support from
4782         Documentation/user/GNUmakefile. Use --disable-documentation for that.
4783
4784         * VERSION (PATCH_LEVEL): release 2.7.36
4785
4786         * lily/slur.cc: add avoid-slur (ugh.)
4787         
4788         * lily/slur-configuration.cc (fit_factor): oops, skip point if
4789         intersection gets smaller. This fixes slurs over extreme points.
4790
4791         * lily/melody-engraver.cc (stop_translation_timestep): ignore
4792         stems with neutral-direction set.
4793
4794         * lily/piano-pedal-engraver.cc (create_text_grobs): idem.
4795
4796         * lily/open-type-font.cc (load_table): format error.
4797
4798         * lily/change-iterator.cc (process): format fix.
4799
4800         * flower/include/international.hh (_f): idem.
4801
4802         * flower/include/std-string.hh: add format printf attribute.
4803
4804         * scm/define-grobs.scm (all-grob-descriptions): height of all
4805         PedalLineSpanner is Y-extent property. Fixes pedal-ped.ly
4806
4807         * lily/ambitus-engraver.cc (finalize): use grob_array. This fixes
4808         ambitus lines.
4809
4810         * input/regression/beam-cross-staff-slope.ly: remove decrescendo.
4811
4812 2006-02-22 Erik Sandberg  <mandolaerik@gmail.com>
4813
4814         * input/regression/: upgraded syntax for some files.
4815
4816         * THANKS: Add bughunters.
4817
4818 2006-02-22  Graham Percival  <gpermus@gmail.com>
4819
4820         * Documentation/user/ invoking.itely, advanced-notation.itely,
4821         global.itely: long-awaited "let's make chapter 10 not suck"
4822         update.  Rearrange chapter 10; now called "global issues",
4823         addresses file structure, etc.  Some info from other files
4824         moved into global.itely.
4825
4826 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4827
4828         * lily/accidental-engraver.cc (acknowledge_rhythmic_head): also
4829         catch trill-span-event notes.
4830
4831         * Documentation/user/examples.itely (Ancient notation templates): typo.
4832         (Jazz combo): typo.
4833
4834         * scripts/lilypond-book.py (main): scrap invokes_lilypond(). 
4835
4836         * Documentation/user/basic-notation.itely (Ties): document \repeatTie.
4837
4838         * Documentation/topdocs/NEWS.tely (Top): document \repeatTie.
4839
4840         * scm/define-music-types.scm (music-descriptions): add RepeatTieEvent
4841
4842         * lily/repeat-tie-engraver.cc (acknowledge_note_head): new file. cut & paste
4843         froum Laissez_vibrer_engraver.
4844
4845         * ly/declarations-init.ly (repeatTie): add \repeatTie
4846
4847         * scm/define-grobs.scm (all-grob-descriptions): add RepeatTie, RepeatTieColumn
4848
4849         * scm/define-grob-properties.scm (all-user-grob-properties): add
4850         head-direction property.
4851
4852         * lily/tie-formatting-problem.cc (from_semi_ties): rename from
4853         from_lv_ties. Take head direction argument.
4854
4855         * lily/semi-tie-column.cc: rename from
4856         laissez-vibrer-tie-column.cc. Rename class too.
4857
4858         * lily/semi-tie.cc: rename from laissez-vibrer-tie.cc. Rename
4859         class too.
4860
4861         * lily/paper-score.cc (find_break_indices): move from Break_algorithm.
4862
4863         * lily/break-algorithm.cc (find_break_indices): remove linewidth <
4864         0 case.
4865         (find_breaks): idem.
4866
4867 2006-02-21  Graham Percival  <gpermus@gmail.com>
4868
4869         * Documentation/user/advanced-notation.itely: fixed make-moment]
4870         example.
4871
4872         * Documentation/user/basic-notation.itely: more clarification to
4873         transpose.
4874
4875 2006-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4876
4877         * lily/include/constrained-breaking.hh (class
4878         Constrained_breaking): new file.
4879
4880         * lily/constrained-breaking.cc (resize): new file.
4881
4882         * lily/gourlay-breaking.cc (do_solve): ragged-last iso raggedlast
4883
4884         * Documentation/user/advanced-notation.itely (Clusters): insert
4885         end ignore too.
4886
4887         * lily/tie-column.cc (calc_positioning_done): support for
4888         tie-score debugging
4889
4890         * lily/tie-formatting-problem.cc
4891         (generate_extremal_tie_variations): factor out.
4892         (score_ties_configuration): annotate all tie 
4893         (print_ties_configuration): new routine.
4894         (generate_configuration): nudge extremal ties outside of the head
4895         Y extents.
4896         (score_ties_configuration): oops. convert to staff-space before
4897         determining position symmetry.
4898
4899 2006-02-20  Graham Percival  <gpermus@gmail.com>
4900
4901         * Documentation/user/*-notation.itely: misc minor editing,
4902         shifting doc sections around.
4903
4904         * Documentation/user/*-notation-itely, global.itely,
4905         changing-defaults.itely: added new stuff from NEWS.
4906
4907 2006-02-20  Heikki Junes  <hjunes@cc.hut.fi>
4908
4909         * po/fi.po: update.
4910
4911 2006-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4912
4913         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): don't run
4914         lilypond --verbose for lp-book.
4915
4916         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
4917         $(outdir)/%.ly $(outdir)/%.ps): use $(srcdir) iso $(shell pwd).
4918
4919         * make/lysdoc-rules.make ($(outdir)/collated-files.tely): use
4920         $(buildscript-dir) iso. absolute depth.
4921
4922         * buildscripts/genicon.py (dir): thinko.
4923
4924         * Documentation/pictures/GNUmakefile ($(outdir)/%.ico): typo.
4925
4926 2006-02-19 Erik Sandberg  <mandolaerik@gmail.com>
4927
4928         * scm/output-lib.scm: swap darkcyan/darkyellow
4929
4930         * THANKS: Add bughunters.
4931
4932 2006-02-19  Graham Percival  <gpermus@gmail.com>
4933
4934         * Documentation/user/programming-interfaces.itely: fixed example.
4935
4936         * Documentation/user/instrument-notation.itely: fix @{ @}.
4937
4938         * scm/script.scm: add avoid-slur for \open.
4939
4940 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4941
4942         * lily/tie-formatting-problem.cc (score_configuration): use
4943         sliding score for min-length. 
4944
4945         * Documentation/pictures/GNUmakefile (local-dist): loose the rule
4946         spaghetti for icons.
4947
4948         * buildscripts/genicon.py (program_name): new file.
4949
4950         * lily/tie-formatting-problem.cc (set_chord_outline): put dots
4951         in outline too.  
4952         (generate_configuration): for small ties, also look for collisions
4953         at Y + DIR*h + DELTA_Y.
4954         (get_variations): consider variation for dot positions too.
4955
4956         * lily/side-position-interface.cc (aligned_side): take abs for
4957         quantized rounded position. Fixes tenuto below staff.
4958
4959         * scm/stencil.scm (annotate-y-interval): robustify: print nan/inf
4960         markers when necessary.
4961
4962         * lily/program-option.cc (internal_set_option): add
4963         strict_infinity_checking option.
4964
4965         * scm/output-lib.scm (cyan): swap yellow and cyan.
4966
4967 2006-02-19  Graham Percival  <gpermus@gmail.com>
4968
4969         * darwin.patch: trivial linenumber update.
4970
4971         * Documentation/user/ {various}: `\context foo = named' changed
4972         to `\new foo = "name"' in docs.
4973
4974 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4975
4976         * scm/stencil.scm (annotate-y-interval): use it.
4977
4978         * scm/lily-library.scm (interval-sane?): new function.
4979
4980         * buildscripts/mf-to-table.py (Char_metric.__init__): remove
4981         tfm_checksum stuff.
4982
4983         * lily/tie-formatting-problem.cc (from_lv_ties): add heads for
4984         common refpoint.
4985
4986         * flower/include/std-vector.hh (iterof): add iterof macro.
4987
4988         * lily/enclosing-bracket.cc (width): new function.
4989
4990         * lily/align-interface.cc (align_elements_to_extents): reinstate
4991         warning.
4992
4993 2006-02-18  Heikki Junes  <hjunes@cc.hut.fi>
4994
4995         * Documentation/index.html.in: fix spelling: thankyous.
4996
4997 2006-02-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4998
4999         * lily/lyric-hyphen.cc: typo.
5000
5001 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5002
5003         * stepmake/stepmake/c++-rules.make ($(outdir)/%.cc
5004         $(outdir)/%.hh): generate h and c in one rule; otherwise -jX
5005         builds don't work. 
5006
5007         * VERSION: release 2.7.35
5008
5009         * lily/beam.cc (get_default_dir): oops. Take abs () for
5010         extremes[DOWN].
5011         (get_default_dir): use extreme position criterion only in absence
5012         of forced stem directions.
5013
5014         * VERSION (PATCH_LEVEL): bump VERSION.
5015
5016         * mf/GNUmakefile: explicit rules for emmentaler/aybabtu
5017         dependencies. Necessary for -jX builds.  
5018
5019 2006-02-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5020
5021         * lily/relocate.cc (setup_paths): Yet another const fix.
5022
5023 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5024
5025         * configure.in (HOST_ARCH): determine HOST_ARCH in configure.
5026
5027         * lily/relocate.cc (setup_paths): oops.
5028
5029 2006-02-17  Heikki Junes  <hjunes@cc.hut.fi>
5030
5031         * Documentation/index.html.in: order links: html before PDF.
5032
5033 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5034
5035         * lily/tie-column-format.cc (Module): remove.
5036
5037         * lily/relocate.cc (setup_paths): GCC 4.2 fixes: const correctness.
5038
5039         * lily/text-spanner.cc (print): idem.
5040
5041         * lily/dynamic-text-spanner.cc (print): only print line if longer
5042         than dash-period.
5043
5044         * lily/auto-change-iterator.cc (change_to): formatting.
5045
5046         * lily/beam.cc (get_default_dir): take extreme note head as input
5047         for stem direction.
5048
5049         * lily/tie.cc (get_default_dir): only look directions for visible
5050         stems. 
5051
5052         * lily/side-position-interface.cc (aligned_side): oops. Don't
5053         mutiply with direction. This fixes quantized (staccato, tenuto)
5054         scripts below notes.
5055
5056         * lily/lyric-hyphen.cc (set_spacing_rods): oops. Multiply with
5057         direction. Fixes c-lyrics-center-align.ly
5058
5059 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
5060
5061         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Add copy
5062         constructor.
5063
5064         * lily/std-string.cc:
5065         * lily/include/std-vector.hh (split_string): Move and rename from
5066         lily/include/misc.hh, lily/misc.cc.  Update callers.
5067
5068 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5069
5070         * lily/include/pango-font.hh: HAVE_PANGO_FT2 iso. HAVE_PANGO_16
5071
5072 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
5073
5074         * flower/test-file.cc: New file.
5075
5076         * stepmake/stepmake/test-vars.make (TEST_MODULE_LIBES): Fixes for
5077         libraries.
5078
5079         * flower/GNUmakefile (TEST_MODULE_LIBS): Link to flower lib.
5080
5081 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5082
5083         * flower/include/file-storage.hh: remove file.
5084
5085         * lily/include/midi-item.hh (class Midi_track): idem.
5086
5087         * lily/include/source.hh (class Sources): idem.
5088
5089         * lily/include/performance.hh (class Performance): use vector
5090         iso. Cons<>
5091
5092         * flower/include/cons.hh (class Cons): remove file.
5093
5094         * flower/include/flower-proto.hh: remove template cruft.
5095
5096         * lily/include/font-metric.hh: use size_t not vsize for indices.
5097
5098         * flower/include/flower-proto.hh (Module): remove std-vector.hh
5099         from proto.
5100
5101         * lily/include/all-font-metrics.hh: use HAVE_PANGO_FT2
5102
5103         * lily/include/paper-book.hh (class Paper_book):
5104         make get_system_specs() public.
5105
5106         * scm/layout-page-layout.scm (optimal-page-breaks): only consider
5107         the force=10000 case if we don't have a current-best. 
5108
5109         * lily/tuplet-bracket.cc (get_bounds): don't do (size() - 1) for
5110         vsize 
5111
5112         * flower/include/flower-proto.hh: remove outdated templates.
5113
5114         * scm/page.scm: use annotate-spacing
5115
5116 2006-02-15  Graham Percival  <gpermus@gmail.com>
5117
5118         * scm/translation-functions.scm: circle patch from Erlend, thanks!
5119
5120         * THANKS: moved Erlend Aasland to contributors.
5121
5122 2006-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5123
5124         * config.hh.in: remove HAVE_PANGO_16
5125
5126         * lily/tuplet-bracket.cc (calc_positions): multiply with
5127         staff-space for beam case. This fixes tuplets+beams on scaled
5128         staves.
5129
5130         * config.hh.in: remove all Kpathsea related defines.
5131
5132         * lily/dot-column.cc (side_position): reach stem via dots->
5133         head->stem. Inspect all stems for dot collisions. 
5134
5135         * lily/dot-column-engraver.cc (class Dot_column_engraver): excise
5136         stem handling.
5137
5138         * lily/bar-number-engraver.cc (process_music): document function
5139         of whichBar.
5140
5141         * lily/score.cc (default_rendering): add pscore, not systems
5142         themselves.
5143
5144         * lily/paper-book.cc (get_system_specs): separate generation of
5145         titles and systems.
5146
5147         * flower/include/std-vector.hh: don't include config.hh
5148
5149 2006-02-15  Jan Nieuwenhuizen  <janneke@gnu.org>
5150
5151         * flower/include/std-vector.hh: Better wrapper compatibility with
5152         std::vector.
5153
5154         * flower/include/flower-proto.hh: Remove cheap forward declaration
5155         attempts.
5156
5157         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): Bugfix.
5158
5159 2006-02-14  Graham Percival  <gpermus@gmail.com>
5160
5161         * Documentation/user/invoking.itely: add warning about command line.
5162
5163 2006-02-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5164
5165         * lily/include/lily-proto.hh: add Prob, rm Page.
5166
5167         * flower/include/std-vector.hh (VPOS): use 64 bit-proof version.
5168
5169         * VERSION: release 2.7.34
5170
5171         * lily/relocate.cc (framework_relocation): show canary if
5172         GHOSTSCRIPT_VERSION undefined.
5173
5174         * GNUmakefile.in: remove $(VERSION) symlink.
5175
5176         * lily/relocate.cc (setup_paths): add + 
5177
5178 2006-02-13  Heikki Junes  <hjunes@cc.hut.fi>
5179
5180         * Documentation/index.html.in: specify sizes for all big HTML pages.
5181
5182 2006-02-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5183
5184         * config.hh.in: remove @FRAMEWORKDIR@
5185
5186         * lily/system-start-text.cc (get_stencil): new file: separate out
5187         system-start-delimiter text support.
5188
5189         * input/**ly: replace \context with \new where appropriate.
5190         
5191         * THANKS: add Don.
5192
5193         * lily/slur-scoring.cc (get_base_attachments): use
5194         robust_relative_extent. This fixes problems with empty paper-columns. 
5195
5196 2006-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5197
5198         * Documentation/topdocs/NEWS.tely (Top): document \new syntax.
5199
5200         * scm/define-music-properties.scm (all-music-properties):
5201         create-new property.
5202
5203         * lily/context-specced-music-iterator.cc (construct_children):
5204         inspect 'create-new property iso. magical $uniqueContextId context
5205         id.
5206
5207         * lily/parser.yy (optional_id): allow \new "Bar" = "foo" too.
5208
5209         * lily/context-key-manager.cc (Module): new file. Encapsulate
5210         object key generation.
5211
5212         * lily/include/context-key-manager.hh (Module): new file.
5213
5214 2006-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5215
5216         * scm/define-grobs.scm (all-grob-descriptions): center instrument
5217         names vertically
5218
5219         * configure.in (LINK_GXX_STATICALLY): strip -DSTRING_UTILS_INLINED
5220         options.
5221         (reloc_b): excise --enable-framework-dir
5222
5223         * lily/relocate.cc (framework_relocation): use getenv
5224         LILYPOND_GS_VERSION or -DGHOSTSCRIPT_VERSION to set GS version.
5225
5226 2006-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
5227
5228         * flower/include/std-string.hh: 
5229         * flower/include/std-vector.hh: Finish std:: conversion; move
5230         flower extensions from std:: namespace.  Update users.
5231
5232         * lily/include/lily-proto.hh: Replace Link_array__*_ macros by
5233         their expansion to vector<*>.  Update users.
5234
5235 2006-02-10  Graham Percival  <gpermus@gmail.com>
5236
5237         * Documentation/user/invoking.itely: add example to File structure.
5238
5239         * Documentation/user/ instrument-notation.itely, cheatsheet.itely,
5240         examples.itely, putting.itely: {\new|\context} Lyrics \lyricsto.
5241
5242 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5243
5244         * ly/paper-defaults.ly: typo.
5245
5246         * lily/parenthesis-engraver.cc (acknowledge_grob): don't do
5247         set_parent() for parentheses. This will make it show up in bbox
5248         calculations.
5249
5250         * scm/output-lib.scm (parentheses-item::print): rewrite, using
5251         ly:grob-common* functions.
5252
5253         * lily/grob-scheme.cc (LY_DEFINE):
5254         ly:grob-common-refpoint-of-array: new function 
5255         ly:grob-common-refpoint: new function 
5256         ly:grob-relative-coordinate: new function 
5257
5258         * lily/instrument-name-engraver.cc (process_music): use
5259         Text_interface::is_markup(). This fixes \markup on instrument names.  
5260
5261         * scm/define-grobs.scm (all-grob-descriptions): set line-thickness
5262         for ties and slurs.
5263
5264         * lily/slur.cc (print): idem.
5265
5266         * lily/tie.cc: add line-thickness for ties. 
5267
5268 2006-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
5269
5270         * scm/output-svg.scm: Document diversion from GNU coding standards
5271         as a workaround for a bug in Microsoft Internet Explorer.
5272
5273 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5274
5275         * lily/instrument-name-engraver.cc (process_music): use
5276         is_markup() iso. is_string()
5277
5278         * Documentation/user/changing-defaults.itely (Module): add menu entry.
5279
5280         * lily/percent-repeat-engraver.cc (process_music): only look at
5281         main_part_ for % repeats.
5282
5283         * lily/stem-tremolo.cc (get_beam_translation): new function.
5284         (calc_slope): new function.
5285         (height): don't use real slope.
5286
5287 2006-02-10  Jürgen Reuter  <reuter@ipd.uka.de>
5288
5289         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: add
5290         new connect-to-neighbor, control-points and staff-padding
5291         properties to make ligature brackets showing up again.
5292
5293 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5294
5295         * VERSION: release 2.7.33
5296
5297         * lily/relocate.cc (prefix_relocation): oops. One TOPLEVEL_VERSION
5298         too many.
5299
5300         * Documentation/user/changing-defaults.itely (Difficult tweaks):
5301         remove applyOutput example.
5302         (Objects connected to the input): document \tweak, \parenthesize
5303
5304         * lily/relocate.cc (prefix_relocation): allow "current"
5305         iso. TOPLEVEL_VERSION for share/lilypond/ suffix. This makes
5306         changing VERSION in a lily tree less painful.
5307
5308         * input/regression/parenthesize.ly: new file. 
5309
5310         * scm/output-lib.scm (parenthesize-element): new function.
5311
5312         * scm/define-grobs.scm (all-grob-descriptions): add ParenthesesItem.
5313
5314         * lily/parenthesis-engraver.cc (acknowledge_grob): new file.
5315
5316         * lily/accidental-engraver.cc (make_standard_accidental): reroute
5317         cause: accidentals are caused by note heads, not note events. 
5318
5319 2006-02-08  Graham Percival  <gpermus@gmail.com>
5320
5321         * darwin.patch: small patch from Erlend, thanks!
5322
5323         * Documentation/user/basic-notation.itely: add stem-neutral example.
5324
5325         * Documentation/user/putting.itely: clarifications.
5326
5327 2006-02-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5328
5329         * Documentation/topdocs/NEWS.tely (Top): remove internal cleanup
5330         note, add more guidelines to what should go into NEWS.
5331
5332         * input/sakura-sakura.ly: document how to override font.
5333
5334         * input/regression/font-family-override.ly:  doc -dshow-available-fonts
5335
5336 2006-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5337
5338         * lily/midi-item.cc (to_string): truncate time sig at 255 beats.
5339
5340 2006-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
5341
5342         * scripts/convert-ly.py (lilypond_version_re_str): Move from
5343         convertrules.  Add explicit grouping, needed for python2.2.
5344
5345 2006-02-07  Jan Nieuwenhuizen  <janneke@gnu.org>
5346
5347         * Documentation/topdocs/NEWS.tely (Top): Mention code cleanup.
5348
5349 2006-02-07  Graham Percival  <gpermus@gmail.com>
5350
5351         * Documentation/user/global.itely: fix line-width in (text) docs.
5352
5353         * Documentation/user/lilypond-book.itely: same.
5354
5355 2006-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5356
5357         * VERSION (PACKAGE_NAME): release 2.7.32
5358
5359         * Documentation/topdocs/NEWS.tely (Top): document new variable
5360         naming.
5361
5362         * flower/include/array.icc (Message): remove file.
5363
5364         * flower/include/std-vector.hh: make sure vsize and VPOS are
5365         defined for binary_search_bounds().
5366
5367         * flower/std-string.cc (std): add to_string(long unsigned).
5368
5369         * configure.in (gui_b): excise std_string option.
5370         (gui_b): excise std_vector option.
5371
5372         * flower/string.cc (Module): excise flower array & string
5373
5374         * flower/include/std-string.hh: excise flower string.
5375
5376         * {ly,lily,scm}/*: use dashes in \paper and \layout variables
5377
5378         * python/convertrules.py (lilypond_version_re_str): require
5379         only numbers and dots in \version string.
5380
5381 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5382
5383         * lily/system-start-delimiter.cc (print): allow style = text too.
5384
5385         * lily/system-start-delimiter-engraver.cc
5386         (acknowledge_system_start_text): new function, also add add to
5387         support of system-start-text (instrument names). This fixes
5388         instrument names on piano staves.
5389
5390         * lily/instrument-name-engraver.cc: rewrite. Use
5391         system-start-delimiter approach. This save memory and cpu.
5392
5393         * scm/define-grobs.scm (all-grob-descriptions): remove
5394         instrument-name from break-alignment.
5395
5396         * mf/GNUmakefile ($(NCSB_TTFS)): depend on pfx2ttf script too.
5397
5398 2006-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5399
5400         * stepmake/stepmake/generic-vars.make (LOOP): Add PLUS to keep -j
5401         jobserver going.
5402
5403         * configure.in (std_vector): On by default.
5404
5405         * lily/include/font-metric.hh:
5406         * lily/include/tfm-reader.hh: 
5407         * lily/include/spanner.hh: Use unsigned for indices and sizes.
5408         Update users.
5409
5410         * Documentation/user/changing-defaults.itely: Fix link v2.5, out-www.
5411
5412 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5413
5414         * VERSION (PACKAGE_NAME): 2.7.31
5415
5416         * scm/framework-ps.scm (dump-stencil-as-EPS): don't hardcode left
5417         EPS edge at 0, but take minimum with left-overshoot. This fixes
5418         cut off system start delims. 
5419
5420         * lily/instrument-name-engraver.cc (stop_translation_timestep):
5421         hack: add to axis group if not added yet. This fixes hara kiri'd
5422         piano staves.
5423
5424         * lily/hara-kiri-group-spanner.cc
5425         (force_hara_kiri_in_y_parent_callback): fix signatures.
5426
5427         * lily/hairpin.cc (print): check next hairpin to see whether or
5428         not to be continuing.
5429
5430 2006-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
5431
5432         * Remove trailing whitespace from makefiles.
5433         
5434         * flower/include/std-vector.hh: Add binary_search_bounds workaround
5435         for earlier gcc.
5436
5437         * .cvsignore: Add out*, out-www, config-*.  Remove lots of cruft.
5438
5439         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Workaround.
5440
5441         * config.hh.in (HAVE_STL_DATA_METHOD): Add.
5442
5443         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): New function.
5444
5445         * configure.in: Use it.
5446
5447 2006-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5448
5449         * scm/music-functions.scm (pitch-of-note): new function.
5450
5451         * ly/music-functions-init.ly: add \octave and \addquote
5452
5453         * lily/parser.yy (music_function_chord_body): softcode \octave.
5454         (lilypond_header): softcode \addquote
5455
5456 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5457
5458         * flower/include/std-vector.hh[STD_VECTOR]: Do not include
5459         array.hh, parray.hh at all.  Getting ready to flip the
5460         configure default.
5461
5462         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
5463
5464         * lily/source-file.cc (file::get_line): Help binary_search_bounds
5465         a bit.
5466
5467         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
5468
5469 2006-02-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5470
5471         * flower/include/array.hh: typo. 
5472
5473 2006-02-02  Graham Percival  <gpermus@gmail.com>
5474
5475         * Documentation/user/advanced-notation.itely: doc "\#" in text.
5476
5477 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5478
5479         * flower/include/pqueue.hh: Derive from std::vector.
5480
5481         * flower/include/parray.hh: Conform to std::vector interface.
5482         Update users.
5483
5484 2006-02-02  Graham Percival  <gpermus@gmail.com>
5485
5486         * Documentation/topdocs/NEWS.itely: grammar fix from Laura.
5487
5488 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5489
5490         * flower/file-path.cc (is_file): remove if 0 section.
5491
5492         * buildscripts/pfx2ttf.fontforge (err): robustness fix for
5493         selecting afii61352.
5494
5495 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5496
5497         * flower/include/std-vector.hh (boundary): Oops, reverse.
5498
5499         * flower/string-convert.cc (convert::unsigned_string): Bugfix:
5500         remove superfluous `d'.
5501
5502         * flower/include/std-vector.hh (boundary, top): Detach from class.
5503         Remove empty vector shell.
5504
5505         * flower/include/array.hh (reverse, swap): Detach from class.
5506         Update users.
5507         
5508         * flower/include/std-vector.hh
5509         * flower/include/array.hh (concat): Globally change to insert ().
5510
5511         
5512         * flower/include/std-vector.hh
5513         * flower/include/parray.hh
5514         * flower/include/array.hh (elem, elem_ref): Globally replace by
5515         at ().
5516
5517 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5518
5519         * Documentation/topdocs/NEWS.tely (Top): use ly: prefix for members.
5520
5521         * python/convertrules.py (FatalConversionError.sub_cxx_id):
5522         anticipate on identifier substitutions.
5523
5524 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5525
5526         * flower/include/std-vector.hh (insert): Remove, replace by
5527         std::vector interface.  Update callers.
5528
5529         * flower/include/array.icc (insert): Change signature to
5530         match std::vector interface.
5531         
5532         * flower/include/array.icc (vector_sort): Bugfix.
5533
5534 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5535
5536         * lily/parser.yy (output_def_head_with_mode_switch): new
5537         production. Result: dashes and underscores may be used in the
5538         \paper block.
5539
5540         * lily/lexer.ll: add DASHED_WORD.  Accept in INITIAL mode.
5541
5542         * python/convertrules.py (conv): oops. One slash too much.
5543
5544 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5545
5546         * flower/include/std-vector.hh (sort): Remove, replace by
5547         ::vector_sort.  Update callers.
5548
5549         * flower/include/std-vector.hh (slice): Remove.  Update callers.
5550         (sort): Bugfix.
5551
5552         * flower/test-std.cc (vector_sort): New test.
5553
5554 2006-02-01  Graham Percival  <gpermus@gmail.com>
5555
5556         * Documentation/user/putting.itely: fixes from Erik.
5557
5558 2006-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
5559
5560         * flower/test-std.cc: Add simple unit test for vector migration.
5561
5562         * stepmake/stepmake/test*: Unit test support.
5563
5564         * flower/include/std-vector.hh (del): Remove.  Use erase (),
5565         update callers.
5566
5567         * flower/include/array.hh (begin, end): Add.
5568         (del, get): Remove.
5569
5570 2006-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5571
5572         * lily/include/lily-guile-macros.hh (MAKE_SCHEME_CALLBACK): use
5573         std::string not String. 
5574
5575         * lily/context-def.cc (path_to_acceptable_context): use INT_MAX
5576         iso UINT_MAX.
5577
5578         * lily/prob.cc (Prob): copy type_ too.
5579
5580         * lily/lily-guile.cc (mangle_cxx_identifier): new
5581         function. Class_bla::foo_bar_[px] ->
5582         ly:class-bla::foo-bar[?!]. Changes throughout
5583
5584 2006-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5585
5586         * flower/include/guile-compatibility.hh (scm_from_unsigned): add scm_from_unsigned().
5587
5588         * lily/beam.cc (calc_direction): take dir from visible stem in
5589         degenerate case.
5590
5591 2006-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
5592
5593         * lily/melody-spanner.cc (spanner::calc_neutral_stem_direction):
5594         Fix -1, >=0 boundary checks for unsigned vsize.
5595
5596         * lily/separating-group-spanner.cc (spanner::find_rods): Fix >=0
5597         loop for unsigned vsize.
5598
5599         * configure.in (--enable-std-vector): New option.
5600         (--enable-std-string): On by default.
5601
5602         * flower/include/std-vector.hh: New file.  Enable switch to
5603         std::vector, update client code.
5604
5605 2006-01-30  Graham Percival  <gpermus@gmail.com>
5606
5607         * scm/document-translation.scm: clarify "this context is also
5608         known as".  Thanks, Werner!
5609
5610         * Documentation/user/putting.itely: small fixes from Don Blaheta.
5611
5612         * Documentation/user/invoking.itely: small fix from Don.
5613
5614 2006-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5615
5616         * scm/lily.scm (define-scheme-options): rename option
5617         preview-include-book-title to book-title-preview
5618         (define-scheme-options): move force-eps-font-include (from paper
5619         block) to eps-font-include -d option.
5620
5621         * VERSION (PATCH_LEVEL): release 2.7.30
5622
5623         * input/bach-schenker.ly (staffPiano): new file.
5624
5625         * buildscripts/pfx2ttf.fontforge: remove No. glyph from TTF file.
5626
5627         * Documentation/topdocs/NEWS.tely (Top): simplify NEWS entry, add
5628         credits to Nicolas.
5629
5630         * scm/define-markup-commands.scm (epsfile): add scaling to \epsfile.
5631
5632         * ps/lilyponddefs.ps: remove start-system, stop-system,
5633         start-page fluff. This saves putting { } code on the stack, fixing
5634         stack overflows when including EPS files.
5635
5636 2006-01-29  Graham Percival  <gpermus@gmail.com>
5637
5638         * Documentation/user/putting.itely: minor fixes (comments on -devel).
5639
5640 2006-01-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5641
5642         * Documentation/topdocs/NEWS.tely (Top): add \parallelMusic news.
5643
5644 2006-01-28  Graham Percival  <gpermus@gmail.com>
5645
5646         * Documentation/user/putting.itely: minor fixes (mostly tab->space).
5647
5648 2006-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5649
5650         * input/mutopia/claop.py: Update.
5651
5652 2006-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5653
5654         * input/regression/completion-heads.ly (texidoc): fix.
5655
5656         * lily/staff-symbol-referencer.cc (on_staff_line): idem.
5657
5658         * lily/tie-formatting-problem.cc
5659         (set_ties_config_standard_directions): use abs iso fabs for ints.
5660
5661         * Documentation/topdocs/INSTALL.texi (Top): document ncsb requirement.
5662
5663         * mf/feta-bolletjes.mf (overdone_heads): solfa_noteheight, a
5664         little less than noteheight, to prevent overlaps in chords.
5665
5666         * lily/note-collision.cc (check_meshing_chords): wipe upper FA
5667         head, and fudge stem-attachment.
5668
5669         * scm/lily-library.scm (not): define hash-for-each for guile 1.6
5670
5671         * lily/slur-scoring.cc (get_best_curve): handle opt_idx < 0 case.
5672
5673 2006-01-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5674
5675         * lily/main.cc (main): Debugging aid: catch exceptions.
5676
5677         * flower/std-string.cc (to_string): Robustification.  Fixes midi
5678         output with std::string.
5679
5680 2006-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5681
5682         * Documentation/topdocs/INSTALL.texi (Top): remove libkpathsea notes.
5683
5684 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
5685
5686         * Fix -DSTRING_UTILS_INLINED.
5687
5688 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5689
5690         * VERSION (PATCH_LEVEL): release 2.7.29
5691
5692         * lily/relocate.cc (setup_paths): mingw uses std string too.
5693
5694         * lily/*.cc: various fixes for substr(ARG).
5695
5696         * lily/sustain-pedal.cc (print): 
5697
5698         * flower/file-name.cc (slashify): use std strings.
5699
5700         * flower/string-convert.cc: remove publib.h
5701
5702         * scm/define-markup-commands.scm (verbatim-file): new markup
5703         command \verbatim-file
5704
5705         * Documentation/topdocs/NEWS.tely: fixup URLs
5706
5707         * input/regression/alignment-vertical-manual-setting.ly (Module):
5708         new file.
5709
5710         * lily/align-interface.cc (align_elements_to_extents): overwrite
5711         translations with numbers in alignment-offsets from left bound
5712
5713         * scm/page.scm (make-page-stencil): read X-offset from paper-system.
5714         (page-translate-systems): new function: take into account Y-offset.
5715
5716         * Documentation/topdocs/NEWS.tely (Top): document new features.
5717
5718         * input/regression/page-layout-manual-position.ly (Module): new
5719         file.
5720
5721 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
5722
5723         * flower/file-path.cc (path::parse_path): Oops.
5724
5725         * Finish std::string interface.  For now, use std:: marker
5726         throughout for easy s/r.
5727
5728 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5729
5730         * Documentation/user/putting.itely (Score is a single musical
5731         expression): typo.
5732         (Score is a single musical expression): more typos.
5733
5734         * scm/page.scm (annotate-space-left): thinko.
5735         (annotate-page): more thinkos.
5736
5737 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5738
5739         * scm/layout-page-layout.scm (write-page-breaks): record tweaks
5740         for different \score blocks separately.
5741         (post-process-pages): put write-page-layout into paper block.
5742
5743         * lily/output-def.cc (get_parser): new file.
5744
5745         * lily/output-def-scheme.cc (LY_DEFINE): ly:output-def-parser, new
5746         file.
5747
5748         * lily/include/output-def.hh (class Output_def): add parser_ member.
5749
5750         * input/regression/page-layout-twopass.ly (Module): new file.
5751
5752         * scm/lily.scm: remove cpp hack.
5753
5754         * lily/lyric-engraver.cc (get_voice_to_lyrics): use NPOS everywhere.
5755
5756 2006-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5757
5758         * GNUmakefile.in (c-clean): New target.
5759
5760         * flower/include/std-string.hh: String/std::string compatibility:
5761         Use NPOS for `not found' (iso -1), use ssize for length () and pos
5762         type.
5763
5764         * flower/rational.cc: 
5765         * flower/include/rational.hh: 
5766
5767         * flower/offset.cc: 
5768         * flower/include/offset.hh: 
5769
5770         * flower/interval.cc: 
5771         * flower/include/interval.hh: 
5772
5773         * flower/string-convert.cc: 
5774         * flower/include/string-convert.hh: Use std::string [interface].
5775         Update callers.
5776
5777 2006-01-25  Heikki Junes  <hjunes@cc.hut.fi>
5778
5779         * Documentation/index.html.in: clean up.
5780
5781 2006-01-25  Graham Percival  <gpermus@gmail.com>
5782
5783         * Documentation/user/putting.itely: another new untested doc section.
5784
5785 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5786
5787         * scm/layout-page-layout.scm (write-page-breaks): write
5788         \spacingTweaks #ALIST. Handle grace timing.
5789
5790         * scm/: more imports.
5791
5792         * scm/page.scm (make-page): add footer/header.
5793         (annotate-space-left): revise: only take page argument.
5794         (layout->page-init): new function.
5795
5796         * scm/layout-page-layout.scm (write-page-breaks): preliminary
5797         version of the system/spacing/linebreak hack writing to the output
5798
5799         * lily/prob-scheme.cc (LY_DEFINE): take optional 'key val args in
5800         ly:make-prob.
5801
5802         * lily/grob-scheme.cc (LY_DEFINE): ly:spanner-get-bound ->
5803         ly:spanner-bound
5804
5805 2006-01-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5806
5807         * scm/stencil.scm (annotate-y-interval): move from layout-page-layout.scm
5808
5809         * scm/paper-system.scm (paper-system-annotate): new file. Handle paper-system.
5810
5811         * scm/layout-page-layout.scm (optimal-page-breaks): move all page
5812         handling to page.scm
5813
5814         * lily/prob-scheme.cc (LY_DEFINE): new file.
5815         (LY_DEFINE): functions ly:make-prob , ly:prob-type? , ly:prob-(set-)property(!)
5816
5817         * lily/music-scheme.cc (LY_DEFINE): rewrite get/set property using
5818         prob functions.
5819
5820         * lily/music.cc (derived_mark): derive Music from Prob.
5821
5822         * lily/paper-system.cc (LY_DEFINE): derive from Prob.
5823
5824         * lily/prob.cc (Module): Implement Prob (Property Object), object
5825         with shared and r/w property alists.  
5826
5827         * lily/include/prob.hh (Module): new file. Declare Prob.
5828
5829         * flower/string.cc: remove is_empty().
5830
5831         * flower/include/string.hh (class String): remove String:: qualifier.
5832
5833         * buildscripts/analyse-cxx-log.py: new file. Read compile log to
5834         substitute appropriate functions.
5835
5836         * flower/include/string.hh (class String): remove to_str0 and
5837         is_empty(). S&R everywhere.
5838
5839 2006-01-23  Graham Percival  <gpermus@gmail.com>
5840
5841         * Documentation/user/basic-notation.itely: add hairpin
5842         after-linebreak tweak to commonprop.
5843
5844         * Documentation/user/putting.itely: added two new sections.
5845
5846 2006-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5847
5848         * flower/international.cc: 
5849         * flower/include/international.hh: 
5850
5851         * flower/getopt-long.cc: 
5852         * flower/include/getopt-long.hh: Use std::string [interface].
5853         Update callers.
5854
5855         * flower/include/std-string.hh: Oops, bugfix for --disable-std-string.
5856
5857         * stepmake/stepmake/executable-rules.make: Add dependency on
5858         module libraries.
5859
5860 2006-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5861
5862         * flower/file-path.cc: 
5863         * flower/include/file-path.hh: Use std::string [interface].
5864         Update callers.
5865
5866         * flower/direction.cc: 
5867         * flower/axis.cc: Unused.  Remove.
5868
5869         * configure.in (--enable-std-string): New option.
5870
5871         * flower/std-string.cc: 
5872         * flower/include/std-string.hh: New file.
5873
5874         * flower/file-name.cc[STD_STRING]:
5875         * flower/include/file-name.hh[STD_STRING]: Use it.  Update callers.
5876
5877 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5878
5879         * scm/output-svg.scm (placebox): no GNU coding standards in SVG output. 
5880
5881         * scm/define-markup-commands.scm (with-dimensions):
5882         with-dimensions markup command.
5883
5884         * input/test/font-table.ly: use it.
5885
5886         * lily/open-type-font.cc (glyph_list): new function.
5887
5888         * lily/open-type-font-scheme.cc (LY_DEFINE): ly:otf-glyph-list function.
5889
5890         * lily/ttf.cc: remove ly:font-glyph-list scheme function
5891
5892 2006-01-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5893
5894         * ly/music-functions-init.ly (parallelMusic): new music function
5895         for parallel music entry.
5896
5897         * scm/define-music-properties.scm (all-music-properties): new
5898         'void music property
5899
5900         * scm/music-functions.scm (ly:music-message): make public, to be
5901         used in music function definitions
5902
5903         * scm/lily-library.scm (collect-music-for-book): discard music
5904         when the 'void property is set.
5905
5906 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5907
5908         * lily/ttf.cc (LY_DEFINE): store name before destroying face.
5909
5910         * mf/GNUmakefile: idem.
5911
5912         * buildscripts/mf-to-table.py (help): excise fetaXXlist.ly support.
5913
5914         * stepmake/bin/install.py (dest): Only chmod/chown just created directories
5915
5916         * Documentation/user/notation-appendices.itely (The Feta font):
5917         use it.
5918
5919         * input/test/font-table.ly: new file. Generate font table within lily.
5920
5921         * Documentation/user/notation-appendices.itely (The Feta font):
5922         use new font-table.ly file. 
5923
5924         * stepmake/stepmake/install-out-targets.make
5925         (local-install-outfiles): only create directory if
5926         $(INSTALLATION_OUT_DIR) is defined. This fixes install on Gentoo.
5927
5928 2006-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5929
5930         * lily/ttf.cc (LY_DEFINE): new function ly:font-glyph-list.
5931
5932         * VERSION (PACKAGE_NAME): release 2.7.28
5933
5934         * scm/framework-ps.scm (write-preamble): use it to pick exactly
5935         the right font from a Mac dfont.
5936         (write-preamble): don't forget directory, only look at files.
5937
5938         This fixes problems with TTF files in dfonts that don't match
5939         their PostScript names.
5940          
5941         * lily/ttf.cc (LY_DEFINE): ly:ttf-ps-name: new routine to extract
5942         PS name from TTF font.
5943
5944         * input/regression/tie-manual.ly: document new feature.
5945
5946         * Documentation/topdocs/NEWS.tely (Top): add tie NEWS.
5947
5948         * VERSION (MY_PATCH_LEVEL): bump to .28
5949
5950         * Documentation/user/basic-notation.itely (Ties): add tie examples
5951         refs.
5952
5953         * lily/tie-formatting-problem.cc (score_ties_configuration):
5954         symmetry penalties for outer ties.
5955
5956 2006-01-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5957
5958         * lily/tie-formatting-problem.cc (generate_configuration) 
5959         (set_manual_tie_configuration): skip non-pair manual
5960         tie-configuration, so you can set individual ties as
5961
5962           #'tie-configuration = #'((7 . 1) #t (-3 . 1))
5963
5964         * input/regression/tie-chord.ly: use generateTiePattern to
5965         simplify file.
5966
5967         * lily/tie-formatting-problem.cc (peak_around): new function.
5968         (score_configuration): use sliding criterion for staff line collisions. 
5969         (score_configuration): idem for dot collisions.
5970         (generate_configuration): use separate stem_gap for gap to stem.
5971
5972         * lily/include/tie-formatting-problem.hh (struct Tie_details):
5973         separate penalty factors for x and y distance.
5974         (struct Tie_details): separate penalties for tip and center line collisions.
5975
5976 2006-01-19 Han-Wen Nienhuys  <hanwen@xs4all.nl>
5977
5978         * lily/tie-formatting-problem.cc (generate_configuration): make
5979         large ties avoid stafflines in the horizontal section.
5980         (score_configuration): use softcoded penalties
5981         (score_aptitude): idem.
5982
5983         * lily/tie-helper.cc (from_grob): softcode tie details
5984
5985         * lily/staff-symbol-referencer.cc (on_staff_line): new function
5986
5987         * lily/staff-symbol-referencer.cc (on_line): rename from
5988         on_staffline 
5989
5990 2006-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5991
5992         * ly/music-functions-init.ly: remove duplicate tag.
5993
5994         * lily/include/*.hh: GCC 4.1 fixes.
5995
5996 006-01-16  Erlend Aasland  <erlenda@gmail.com>
5997
5998         * Documentation/user/global.itely: fix typos; @bugs -> @refbugs
5999
6000         * scm/define-music-types.scm: fix bug in desc. string
6001         for OverrideProperty
6002
6003 2006-01-15 Erik Sandberg  <mandolaerik@gmail.com>
6004
6005         * scripts/lilypond-book.py: bugfix
6006
6007         * scm/define-music-types.scm: fix typos.
6008
6009 2006-01-14  Graham Percival  <gpermus@gmail.com>
6010
6011         * Documentation/user/ basic-notation.itely, global.itely,
6012         advanced-notation.itely, instrument-notation.itely: small
6013         additions (bugs and commonly tweaked properties).
6014
6015 2006-01-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6016
6017         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): generic
6018         detection of mingw build.
6019         (MINGW_BUILD): opps.
6020
6021 2006-01-12  Jan Nieuwenhuizen  <janneke@gnu.org>
6022
6023         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Add
6024         i686-mingw32.
6025
6026 2006-01-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6027
6028         * scm/music-functions.scm (skip->rest): add skip->rest
6029
6030 2006-01-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6031
6032         * lily/font-config.cc (init_fontconfig): call FcConfigBuildFonts()
6033         explicitly.
6034
6035         * lily/font-config-scheme.cc (LY_DEFINE): also display font and
6036         config dirs. Aids debugging. 
6037         (display_config): also display config files.
6038
6039 2006-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6040
6041         * VERSION: release 2.7.27
6042
6043         * lily/bar-line.cc (calc_bar_size): inspect staff->extent (Y_AXIS)
6044         for determining bar size.
6045
6046         * lily/staff-symbol.cc (print): place lines at distance line-positions
6047
6048         * scm/define-grob-properties.scm (all-user-grob-properties): add
6049         line-positions.
6050
6051         * lily/staff-symbol.cc (height): new function.
6052
6053         * input/regression/staff-line-positions.ly:  new file.
6054
6055 2006-01-06  Graham Percival  <gpermus@gmail.com>
6056
6057         * input/test/add-staccato.ly: remove reference to old file.
6058
6059 2006-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6060
6061         * scripts/lilypond-book.py (invokes_lilypond): allow . in path to
6062         lilypond binary too.
6063
6064 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6065
6066         * make/mutopia-rules.make (Module): use LILYPOND_BINARY
6067
6068 2006-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6069
6070         * scripts/midi2ly.py: Bugfix: Declare datadir.
6071
6072         * make/ly-rules.make:
6073         * make/mutopia-rules.make: Use LILYPOND_BINARY (WAS: LILYPOND, but
6074         that seems to be gone). Fixes make web.
6075
6076         * The grand 2005-2006 replace.
6077
6078         * VERSION (MY_PATCH_LEVEL): Stay on .26 for now.
6079
6080 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6081
6082         * make/lilypond-vars.make: set LILYPOND_BINARY variable
6083         (LILYPOND_BOOK_LILYPOND_FLAGS): new variable
6084         LILYPOND_BOOK_LILYPOND_FLAGS to hold system dependent settings,
6085         like -dgs-font-load.
6086
6087         * Documentation/user/GNUmakefile ($(outdir)/interfaces.itexi):
6088         remove absolute path to lilypond binary.
6089         
6090 2006-01-05 Pedro Kroeger    <kroeger@pedrokroeger.net>
6091
6092         * configure.in (NCSB_DIR): fix --with-ncsb-dir option.
6093
6094 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6095
6096         * make/lilypond-vars.make: support LILYPOND_EXTERNAL_BINARY variable.
6097
6098         * mf/GNUmakefile: remove broken dvips map symlink.
6099
6100 2006-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6101
6102         * lily/main.cc: 
6103         * configure.in: Cosmetic fixes.
6104
6105 2006-01-04  Mats Bengtsson  <mabe@s3.kth.se>
6106
6107         * Documentation/user/music-glossary.tely (Pitch names): Added
6108         Spanish pitch names and durations, thanks to Ernesto Gancedo
6109
6110 2006-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6111
6112         * scm/lily.scm (define-scheme-options): use quasi-quote for option
6113         init. Fixes verbose printing of .scm files.
6114
6115         * stepmake/aclocal.m4: add spaces before - options.
6116         
6117 2006-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
6118
6119         * lily/relocate.cc (setup_paths): Bugfix: do not store result
6120         of path search in local block variable.
6121
6122 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6123
6124         * configure.in (NCSB_DIR): --enable-ncsb-dir
6125         (LINK_GXX_STATICALLY): denko.
6126
6127         * mf/GNUmakefile ($(NCSB_TTFS)): NCSB_DIR iso. NCSB_PATH. 
6128
6129         * configure.in (LINK_GXX_STATICALLY): --enable-ncsb-path option. 
6130         use locate to find c059033l.pfb. 
6131         
6132 2006-01-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6133
6134         * lily/tie-formatting-problem.cc
6135         (problem::generate_base_chord_configuration): Use my_round (was
6136         round).
6137
6138         * lily/source-file.cc (file::get_counts)[!HAVE_MBRTOWC]: Bugfix,
6139         do not invoke mbrtowc.
6140
6141         * lily/relocate.cc (setup_paths): Add more debugging verbosity.
6142
6143 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6144
6145         * scm/lily.scm (lilypond-all): oops. remove debugging hack.
6146
6147 2005-01-02  Heikki Junes  <hjunes@cc.hut.fi>
6148
6149         * Documentation/user/invoking.itely (svg): revise.
6150
6151 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6152
6153         * lily/lexer.ll: use sourcefilename iso. renameinput.
6154
6155 2006-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6156
6157         * mf/GNUmakefile ($(NCSB_TTFS)): revise rule. Create
6158         <PostScriptName>.ttf instead of c059XXXttf.
6159
6160         * lily/program-option.cc (LY_DEFINE): special support for
6161         --verbose, so it works before option init too.
6162  
6163         * mf/GNUmakefile (local-install): oops.
6164
6165         * lily/lyric-hyphen.cc (print): oops.
6166
6167         * buildscripts/pfx2ttf.fontforge: new file.
6168         
6169         * mf/GNUmakefile (NCSB_PATH): add vars for NCSB.
6170         ($(outdir)/%.ttf): new rule. 
6171
6172         * scm/define-grobs.scm (all-grob-descriptions): add font-interface
6173         to LyricHyphen.
6174
6175         * lily/lyric-hyphen.cc (print): multiply hyphen height by
6176         font-size
6177
6178 2005-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6179
6180         * VERSION: release 2.7.26
6181         
6182         * mf/GNUmakefile (install-fc-cache): remove old font.cache-1 files.
6183
6184 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6185
6186         * lily/font-config.cc (init_fontconfig): verbosity.
6187
6188         * THANKS: add Muziekacademie Lede. 
6189
6190         * scripts/musicxml2ly.py (print_voice_definitions): new function 
6191         (print_score_setup): new function
6192         (convert): read part definition to output staves properly.
6193
6194         * python/musicxml.py (Measure.get_notes): new class. Wrap lists of
6195         Music_xml notes.
6196
6197         * python/musicexp.py (Output_printer.__init__): use _ in data
6198         members.
6199         (Output_printer.unformatted_output): new function: no formatting,
6200         but count braces.
6201         (Duration.get_length): remove isinstance() checks for
6202         Output_printer everywhere.
6203
6204         * input/regression/lyrics-bar.ly (texidoc): add
6205         Separating_line_group_engraver.
6206
6207 2005-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
6208
6209         * lily/relocate.cc (framework_relocation): New function,
6210         factored from set_relocation ().
6211         (prefix_relocation): Rename from set_relocation ().
6212         (setup_paths): Use it.
6213
6214 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6215
6216         * scm/*.scm: use LEFT/RIGHT/UP/DOWN etc. iso. magical
6217         numbers. Patch by Erlend Aasland.
6218
6219 2005-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6220
6221         * lily/font-config.cc (init_fontconfig): print warning if cache
6222         file is not existant.
6223
6224         * lily/main.cc: don't use #ifdef but #if
6225
6226 2005-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6227
6228         * lily/grob-property.cc (internal_set_property): don't abort on
6229         calculation-in-progress.
6230
6231         * lily/beam.cc (get_default_dir): robustness: don't divide by zero.
6232
6233         * lily/tuplet-bracket.cc (calc_control_points): oops: typo. Read
6234         connect-to-neighbor property not connect-to-other
6235
6236         * lily/program-option.cc (LY_DEFINE): remove Protected_scm global variable.
6237         (LY_DEFINE): oops. don't forget protection.
6238
6239         * flower/parse-afm.cc (Module): strip AFM handling completely.
6240
6241         * lily/stencil-expression.cc: idem.
6242
6243         * lily/grob-interface-scheme.cc (LY_DEFINE): idem.
6244
6245         * lily/function-documentation.cc (ly_add_function_documentation):
6246         use static member iso. Protected_scm
6247
6248         * lily/main.cc: use ifdef ARGV0_RELOCATION iso. MINGW
6249
6250         * config.make.in (prefix): remove HAVE_KPATHSEA_SO
6251
6252 2005-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6253
6254         * lily/relocate.cc (set_env_dir): New function.
6255         (set_relocation): Use it to fix setting PANGO_PREFIX.
6256
6257 2005-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6258
6259         * input/regression/stem-direction-context.ly: remove rest.
6260
6261         * lily/melody-engraver.cc (process_music): restart for bar lines.
6262         (acknowledge_slur): restart for slurs.
6263
6264 2005-12-27  Heikki Junes  <hjunes@cc.hut.fi>
6265
6266         * Documentation/user/invoking.itely: describe how to view SVG 
6267         output using Inkscape which replace embedded fonts with OTF fonts.
6268
6269 2005-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6270
6271         * lily/relocate.cc (set_relocation): set PANGO_PREFIX
6272
6273 2005-12-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6274
6275         * lily/melody-engraver.cc (class Melody_engraver): Remove lying
6276         comment.
6277
6278 2005-12-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6279
6280         * VERSION (PACKAGE_NAME): release 2.7.25
6281
6282         * Documentation/topdocs/NEWS.tely (Top): document new feature.
6283
6284         * input/regression/stem-direction-context.ly: new file.
6285
6286         * lily/relocate.cc (set_relocation): add PANGO_PREFIX
6287
6288         * lily/melody-engraver.cc (acknowledge_stem): restart MelodyItem
6289         on rest.
6290
6291         * ly/engraver-init.ly: add Melody_engraver
6292
6293         * lily/beam.cc (calc_direction): use default-direction
6294         iso. get_default_direction()
6295
6296         * scm/define-grob-properties.scm (all-user-grob-properties): add
6297         default-direction property.
6298
6299         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem.
6300
6301         * lily/stem.cc (calc_default_direction): remove
6302         Stem::get_default_direction, use default-direction with callback
6303         instead.
6304
6305         * lily/melody-spanner.cc (calc_neutral_stem_direction): 
6306
6307         * lily/melody-engraver.cc: new file. Acknowledge stems for
6308         interpolated stem directions. 
6309
6310         * lily/melody-spanner.cc: new file. Interpolate stem directions.
6311
6312         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem
6313
6314         * lily/slur-configuration.cc (fit_factor): more robust check for
6315         point in curve X-extent.
6316
6317         * lily/slur.cc (outside_slur_callback): return offset_scm, not 0.
6318         (outside_slur_callback): check for 'outside avoidance.
6319
6320         * lily/slur-configuration.cc (score_extra_encompass): don't use
6321         bound->column() == avoid->column() for checking extents, as this
6322         doesn't work for accidentals. 
6323
6324         * lily/slur-engraver.cc (acknowledge_extra_object): remove
6325         DynamicText hardcoding.
6326
6327         * lily/slur-scoring.cc (enumerate_attachments): robustness: don't
6328         crash if bound stem is NULL
6329
6330         * lily/piano-pedal-performer.cc: patch by MWD for enabling piano
6331         pedals.
6332
6333 2005-12-22  Graham Percival  <gpermus@gmail.com>
6334
6335         * scm/define-markup-commands.scm: typo.  @code{\raise}
6336         => @code{\\raise}.
6337
6338         * darwin.patch: now used again, includes a
6339         required patch from fink.
6340
6341 2005-12-21  Heikki Junes  <hjunes@cc.hut.fi>
6342
6343         * po/TODO: mention gtranslator along with kbabel.
6344         * po/fi.po: update translations.
6345
6346 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6347
6348         * lily/relocate.cc (setup_paths): Bugfix.
6349
6350 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6351
6352         * lily/slur-configuration.cc (score_extra_encompass): don't use
6353         "avoid" choice for avoid-slur.
6354
6355         * stepmake/bin/install.py (dest): don't create existing dir.
6356
6357 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6358
6359         * stepmake/bin/install.py: Remove file before copying.
6360
6361         * config.make.in: 
6362         * stepmake/aclocal.m4: Do not substitute INSTALL.
6363
6364 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6365
6366         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
6367         depend on link-tree.
6368
6369         * lily/relocate.cc (setup_paths): only check path for non-absolute
6370         dir without directory part.
6371
6372         * flower/file-name.cc (is_absolute):  new method.
6373         (is_absolute): check root_ too.
6374
6375 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6376
6377         * lily/relocate.cc (setup_paths) [__MINGW32__]: Comment-out broken
6378         relocation code.  Oops, don't comment out too much.
6379
6380         * stepmake/stepmake/generic-vars.make (INSTALL): Assign INSTALL_PY
6381         iso itself.
6382
6383         * lily/relocate.cc [HAVE_GETTEXT]: Include libintl.h.  Fixes mingw
6384         compile.
6385
6386 2005-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
6387
6388         * .cvsignore: Add install-sh.
6389
6390         * autogen.sh (srcdir): Typo.
6391
6392 2005-12-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6393
6394         * autogen.sh (srcdir): urg. Touch install-sh.
6395
6396         * stepmake/bin/install-sh (Module): remove.
6397
6398         * stepmake/stepmake/generic-vars.make (INSTALL): add $(INSTALL).
6399
6400         * lily/include/relocate.hh: new file.
6401
6402         * lily/relocate.cc: new file. Contain relocation logic.
6403
6404         * lily/main.cc (setup_paths): fix: LILYPOND_RELOCATE_PREFIX.
6405         (main): read LILYPOND_VERBOSE as the first thing.
6406
6407         * stepmake/aclocal.m4: remove INSTALL variable.
6408
6409         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
6410         separate target for making font symlinks.
6411         (documentation-dir): use $(if $(findstring )) for switching off
6412         Documentation.
6413
6414         * stepmake/stepmake/help2man-vars.make (OUT_DIST_FILES): only do
6415         something if DOCUMENTATION is no.
6416
6417 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6418
6419         * VERSION: release 2.7.24
6420
6421         * lily/script-column-engraver.cc (stop_translation_timestep):
6422         delay adding to script-column.
6423
6424         * lily/tuplet-bracket.cc (print): suicide if no control-points. 
6425
6426         * python/convertrules.py (conv): rule for number-visibility
6427
6428         * lily/slur-configuration.cc (score_extra_encompass): different
6429         distance measure for avoid and inside avoidance.
6430         (score_extra_encompass): use 1/(distance+eps) as penalty.
6431
6432         * lily/slur-scoring.cc (generate_avoid_offsets): use 'inside
6433         encompass objects for generating slur curves.
6434
6435         * lily/slur.cc: use details iso. slur-details property.
6436
6437         * input/regression/slur-tuplet.ly: new file.
6438
6439         * lily/slur-engraver.cc (acknowledge_tuplet_number): new function.  
6440
6441         * flower/include/offset.hh (class Offset): new operator /=
6442
6443         * lily/tuplet-number.cc (print): new file, new interface.
6444
6445         * scm/define-grob-properties.scm (all-user-grob-properties):
6446         remove number-visibility property.
6447
6448         * lily/tuplet-bracket.cc (calc_control_points): new function
6449         (calc_connect_to_neighbors): new function.
6450         (print): remove text handling for tuplet numberdef.
6451
6452         * lily/tuplet-engraver.cc (struct Tuplet_description): create
6453         TupletNumbers too. 
6454
6455         * lily/lily-guile.cc (robust_scm2booldrul): new function
6456
6457         * scm/define-grobs.scm (all-grob-descriptions): new grob TupletNumber
6458
6459         * lily/tuplet-bracket.cc (calc_position_and_height): use
6460         staff-padding to control whether tuplet brackets are over staves.
6461
6462         * lily/grob.cc (suicide): clear dim_caches_.
6463
6464         * lily/dimension-cache.cc (clear): new function.
6465
6466         * lily/grob.cc (extent): swap order of min-extent and extent
6467         calculations. This fixes hara kiri staves. 
6468
6469 2005-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6470
6471         * lily/main.cc: Nitpick: relocation is not based on path, but on
6472         directory (location).
6473
6474 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6475
6476         * lily/main.cc (setup_paths): read LILYPOND_RELOCATE_PREFIX
6477
6478         * stepmake/stepmake/install-targets.make (local-uninstall): idem.
6479
6480         * stepmake/stepmake/install-out-targets.make (local-install-outfiles): idem.
6481
6482         * stepmake/stepmake/help2man-targets.make (install-help2man): idem.
6483
6484         * stepmake/stepmake/generic-vars.make (Module): idem.
6485
6486         * stepmake/stepmake/executable-targets.make (default): use it.
6487
6488         * stepmake/bin/install.py (create_dir): new file. Replace install-sh.
6489
6490         * make/GNUmakefile: don't install make rules.
6491
6492         * lily/main.cc (setup_paths): don't inspect $PATH for argv0 with
6493         slashes.
6494         (prepend_env_path): more verbosity.
6495
6496 2005-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6497
6498         * GNUmakefile.in: add dir argument for find command.
6499
6500         * lily/parser.yy (bass_figure): set_spot() for bass figures. This
6501         fixes weird line numbers for point & click.
6502
6503         * lily/source-file.cc (get_counts): init line/column/char counts.
6504
6505 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6506
6507         * lily/main.cc: remove ARGV0_RELOCATION, instead use --relocate.
6508
6509 2005-12-16  Graham Percival  <gpermus@gmail.com>
6510
6511         * Documentation/user/basic-notation.itely, advanced-notation.itely:
6512         minor fixes from Fredric.  Thanks!
6513
6514 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6515
6516         * ly/music-functions-init.ly: add \bar and \clef music function 
6517
6518         * lily/lily-lexer.cc: idem.
6519
6520         * lily/parser.yy (FIXME): remove BAR and CLEF.
6521
6522 2005-12-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6523
6524         * Documentation/topdocs/NEWS.tely (Top): doc string argument change.
6525
6526         * lily/parser.yy (Generic_prefix_music_scm): allow strings as
6527         function arguments too
6528
6529         * lily/main.cc (set_relocation): new function.
6530
6531         * scripts/musicxml2ly.py (convert): add \version
6532
6533         * lily/tie.cc: remove get_default_attachments()
6534
6535         * VERSION (PACKAGE_NAME): release 2.7.23
6536         
6537         * lily/chord-tremolo-engraver.cc (acknowledge_stem): use
6538         ultimate_music_cause(). This fixes core dumps in unfold-all-repeats.ly
6539
6540         * Documentation/topdocs/NEWS.tely (Top): document new feature.
6541
6542         * lily/tie-formatting-problem.cc (score_ties): new function
6543         (get_variations): new function. Try flipping dirs for collisions.
6544         (generate_optimal_chord_configuration): new function. 1-opt search
6545         for better configuration.
6546
6547         * lily/tie-configuration.cc: new file.
6548
6549         * lily/tie.cc: junk Tie::get_configuration()
6550
6551         * lily/tie-formatting-problem.cc (score_ties_aptitude): new function.
6552         (score_ties_configuration): new function.
6553         (generate_ties_configuration): new function.
6554         (generate_base_chord_configuration): new function.
6555         (set_ties_config_standard_directions): Move body from tie-column-format.cc 
6556         (set_manual_tie_configuration): Move body from tie-column-format.cc 
6557
6558         * input/regression/tie-dot.ly: new file.
6559
6560         * lily/tie-formatting-problem.cc (score_configuration): score
6561         tie/dot collisions.
6562
6563         * lily/tie-helper.cc (get_transformed_bezier): new function
6564
6565         * Documentation/topdocs/NEWS.tely (Top): strip out-www.
6566
6567         * stepmake/stepmake/python-module-vars.make (SHARED_FLAGS): use
6568         -undefined suppress iso. -framework Python 
6569
6570         * scm/define-grobs.scm (all-grob-descriptions): set
6571         springs-and-rods (thanks Joe Neeman!)
6572
6573 2005-12-12  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6574
6575         * input/no-notation/display-lily-tests.ly (test): 
6576         * scm/display-lily.scm (tag->lily-string): the syntax for tags has
6577         changed from \tag #'(a b) to \tag #'a \tag #'b
6578
6579 2005-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6580
6581         * Documentation/topdocs/NEWS.tely: strip out-www.
6582
6583         * lily/include/grob-interface.hh: include lily-guile.hh not libguile.h
6584
6585         * config.make.in (AR): add AR and RANLIB
6586
6587         * flower/libc-extension.cc: include cassert
6588
6589         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): more robust
6590         darwin check.
6591
6592 2005-12-11  Graham Percival  <gpermus@gmail.com>
6593
6594         * stepmake/stepmake/generic-vars.make: define DARWIN_BUILD.
6595
6596         * stepmake/stepmake/python-modules-vars.make: define
6597         SHARED_FLAGS for OSX.  Thanks Johannes Schindelin!
6598
6599         * THANKS: added Johannes Schindelin.
6600
6601 2005-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6602
6603         * python/midi.c (pymidi_parse): use memcmp() iso. strcmp().
6604
6605         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
6606         Span_arpeggio_engraver, add Tweak_engraver to Score context. 
6607
6608         * lily/parser.yy: reorganize file layout.
6609
6610         * ly/music-functions-init.ly: add tweak music function.
6611
6612         * lily/grob-info.cc (ultimate_music_cause): new function:
6613         recursively lookup causes. 
6614
6615         * lily/parser.yy (chord_body_element): allow music functions for
6616         post-events, allow music functions for chord elements. 
6617  
6618         * lily/font-config-scheme.cc (display_fontset): add cast.
6619
6620         * python/convertrules.py (FatalConversionError.sub_syms): \tag
6621         #'(a b) -> \tag #'a \tag #'b rule.
6622
6623         * python/musicexp.py (Output_printer.dump_version): new function
6624
6625 2005-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6626
6627         * lily/parser.yy (FIXME): remove \tag
6628         (FIXME): remove tag_music() function.
6629
6630         * lily/lily-lexer.cc: remove \tag
6631
6632         * ly/music-functions-init.ly: define music-function "tag"
6633
6634         * lily/parser.yy (chord_body_element): allow tags in chord bodies.
6635
6636 2005-12-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6637
6638         * VERSION (PATCH_LEVEL): release 2.7.22
6639
6640         * input/regression/lyric-hyphen-retain.ly: renew.
6641
6642         * scm/define-grobs.scm (all-grob-descriptions): add LyricSpace
6643         grob
6644
6645         * lily/lyric-hyphen.cc (set_spacing_rods): use minimum-distance
6646         iso. minimum-length property for rods.
6647
6648         * lily/hyphen-engraver.cc (acknowledge_lyric_syllable): create
6649         LyricSpace item to keep lyrics spaced apart.
6650
6651         * ly/engraver-init.ly: remove Separating_line_group_engraver
6652
6653         * Documentation/user/music-glossary.tely: do setfilename before
6654         music-glossary.
6655
6656 2005-12-07  Heikki Junes  <hjunes@cc.hut.fi>
6657
6658         * Documentation/user/lilypond-book.itely: use `,´ after xref:
6659         See xref documentation, for example.
6660
6661 2005-12-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6662
6663         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): use
6664         pending_skip iso. ly_voice[-1]
6665         (main): add if __main__ for debugging.
6666
6667         * python/musicxml.py (Accidental.__init__): new class.
6668
6669         * scripts/musicxml2ly.py (progress): new function
6670         (musicxml_key_to_lily): don't barf on modeless keys.
6671         (create_skip_music): new function.
6672         (musicxml_spanner_to_lily_event): new function. Handle beams too.
6673         (musicxml_note_to_lily_main_event): new function.
6674
6675         * python/musicexp.py (Music.__init__): add comment field.
6676         (NestedMusic.append): new routine.
6677         (SequentialMusic.print_ly): print comment.
6678         (ArpeggioEvent.ly_expression): new class
6679         (BeamEvent.ly_expression): new class
6680         (NoteEvent.__init__): support for cautionary/forced accs.
6681
6682         * lily/lookup.cc (slur): normal order for array loop.
6683
6684         * scm/framework-ps.scm (dump-stencil-as-EPS): set left X of bbox
6685         to 0.0.
6686
6687         * ly/engraver-init.ly: set bar-size, so bar-lines aren't
6688         collapsed.
6689
6690 2005-12-06 Erik Sandberg  <mandolaerik@gmail.com>
6691
6692         * scm/music-functions.scm: Make phrasing slurs follow voice direction
6693
6694         * scripts/lilypond-book.py: Introduce option
6695             --preserve-line-breaks, for usage with srcltx
6696
6697 2005-12-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6698
6699         * scm/output-lib.scm (print-circled-text-callback): draw circle
6700         around text using make-circle-markup.
6701
6702         * Documentation/user/*: strip out-www from file names.
6703
6704 2005-12-05  Heikki Junes  <hjunes@cc.hut.fi>
6705
6706         * Documentation/user/lilypond.tely (direntry): remove empty lines;
6707         fixes invalid info entry issue with makeinfo 4.8 in debian sid.
6708
6709 2005-12-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6710
6711         * Documentation/user/GNUmakefile: idem.
6712
6713         * Documentation/user/macros.itexi: strip out-www
6714
6715         * python/rational.py: python 2.3 compat.
6716
6717         * VERSION (PATCH_LEVEL): release 2.7.21
6718
6719         * scripts/musicxml2ly.py (NonDentedHeadingFormatter.format_headi):
6720         option formatting, lilypond style.
6721
6722         * python/musicexp.py: grab from Ikebana: a library for composing
6723         ly music expressions. 
6724         (Output_printer): class for advanced .ly printing.
6725         (eg. tupletting) 
6726
6727         * python/musicxml.py: new file. Read MusicXML MiniDOM tree, and
6728         convert to pythonesque structure.
6729
6730         * python/rational.py: PD rational number class.
6731
6732         * Documentation/user/converters.itely (Invoking musicxml2ly):  new node.
6733
6734 2005-12-04  Erik Sandberg  <mandolaerik@gmail.com>
6735
6736         * lily/part-combine-iterator.cc: Minor bugfix
6737         
6738         * THANKS: Update bughunters
6739
6740 2005-12-02  Werner Lemberg  <wl@gnu.org>
6741
6742         * mf/README: Document process for proper mf2pt1 conversion.
6743
6744         * mf/feta-beugel.mf (draw_brace): Fix path to assure clean
6745         overlapping.
6746
6747         * mf/feta-harmonica.mf: Removed.  Unused.
6748
6749 2005-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6750
6751         * scripts/lilypond-book.py (do_file): fix thinkos.
6752
6753 2005-12-01  Jan Nieuwenhuizen  <janneke@gnu.org>
6754
6755         * lily/GNUmakefile ($(outdir)/FlexLexer.h):
6756         ($(outdir)/parser.cc): 
6757         ($(outdir)/lexer.cc): Bugfix: depend on config.h.
6758
6759 2005-11-30  Pedro Kröger  <kroeger@pedrokroeger.net>
6760
6761         * ly/titling-init.ly (tagline): it should be a space between
6762         "Music engraving by LilyPond" and the version number.
6763
6764 2005-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6765
6766         * VERSION (PACKAGE_NAME): release 2.7.20
6767
6768 2005-11-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6769
6770         * scm/define-markup-commands.scm (pad-to-box): new markup command.
6771
6772         * scm/define-grobs.scm (all-grob-descriptions): set thickness to
6773         1.0.
6774         (all-grob-descriptions): don't shift RehearsalMark arbitrarily.
6775
6776 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6777
6778         * configure.in (LINK_GXX_STATICALLY): remove kpathsea checks.
6779
6780         * kpath-guile/: remove directory
6781
6782         * scm/kpathsea.scm (ly:kpathsea-expand-variable): new
6783         file. Encapsulate kpathsea using commandline tools.
6784
6785         * lily/all-font-metrics.cc (kpathsea_find_file): use (scm
6786         kpathsea) module.
6787
6788 2005-11-29  Mats Bengtsson  <mabe@s3.kth.se>
6789
6790         * Documentation/user/advanced-notation.itely (Setting automatic
6791         beam behavior): Correct a few typos. Thanks to David Bobroff.
6792
6793         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use
6794         \usepackage instead of \RequirePackage. Thanks to Bernard Hurley.
6795
6796 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6797
6798         * scripts/*.py: gmane address for bugs.
6799
6800 2005-11-28 Pal Benko <benkop@freestart.hu>
6801         
6802         * make/ly-rules.make: add -f switch to mv
6803
6804         * scm/output-libs.scm: add new bar symbol "." for punctus divisionis
6805
6806         * lily/bar-line.cc: interpret it
6807
6808 2005-11-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6809
6810         * configure.in (--disable-documentation): New switch.
6811
6812         * GNUmakefile.in: Use it.
6813
6814         * stepmake/aclocal.m4: Use AC_ARG_ENABLE for kpatsea.
6815
6816 2005-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6817
6818         * scripts/lilypond-book.py (do_file): search chunks for
6819         \\begin{document}
6820
6821         * GNUmakefile.in: add copy step in between so we can lose the
6822         out-www directories.
6823
6824 2005-11-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6825
6826         * lily/pango-font.cc (pango_item_string_stencil): put
6827         geometry.width into glyph-string too.
6828
6829 2005-11-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6830
6831         * scm/define-music-display-methods.scm (RevertProperty):
6832         (OverrideProperty): Use grob-property-path property, a list of
6833         symbols, instead of grob-property, which used to be a single
6834         symbol.
6835         (BassFigureEvent): a figure can be a plain number, not necessarily a
6836         markup.
6837
6838 2005-11-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6839
6840         * VERSION: release 2.7.19
6841         
6842         * lily/figured-bass-engraver.cc (process_music): check
6843         figuredBassCenterContinuations first.
6844
6845         * scm/translation-functions.scm (format-bass-figure): make double
6846         sharp larger. 
6847
6848         * lily/mark-engraver.cc: read rehearsalMarkAlignSymbol to
6849         determine X-parent.
6850
6851         * lily/system-start-delimiter-engraver.cc: move from
6852         Nested_system_start_delimiter_engraver, rename
6853         Nested_system_start_delimiter_engraver ->
6854         System_start_delimiter_engraver.
6855
6856         * lily/nested-system-start-delimiter-engraver.cc (from_list): read
6857         bracket type from hierarchy.
6858
6859 2005-11-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6860
6861         * lily/rest.cc (y_offset_callback): read staff-position.
6862
6863         * scm/define-grob-properties.scm (all-user-grob-properties): don't
6864         mark after-line-breaking-callback as internal.
6865
6866         * lily/self-aligment-interface.cc: remove self-[XY]-offset.
6867
6868 2005-11-25  Werner Lemberg  <wl@gnu.org>
6869
6870         * mf/feta-banier.mf ("d3"): Make `flare' equal to `staff_space'.
6871
6872 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6873
6874         * stepmake/bin/add-html-footer.py (do_file): add google
6875
6876         * lily/staff-symbol-engraver.cc (process_music): bugfix: stop
6877         staff if first_start_ is true.
6878
6879 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6880
6881         * scripts/midi2ly.py (split_track): add __repr__ members.
6882         (track_first_item): only return Item if not None. This fixes a
6883         problem when dumping a track that starts with an empty channel.
6884
6885         * python/midi.c: doc module.
6886
6887 2005-11-22  Mats Bengtsson  <mabe@s3.kth.se>
6888
6889         * Documentation/user/global.itely (Creating MIDI files): Fix
6890         compilation problem.
6891
6892 2005-11-22  Graham Percival  <gpermus@gmail.com>
6893
6894         * Documentation/user/basic-notation.itely: clarify dynamic
6895         padding text.
6896
6897         * Documentation/user/advanced-notation.itely: add unicode
6898         escape control example, whatever that is.  :)
6899
6900         * Documentation/user/global.itely: added "removing dynamics
6901         from MIDI" code.
6902
6903 2005-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6904
6905         * VERSION (PATCH_LEVEL): release 2.7.18
6906
6907         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): replace
6908         System_start_delimiter_engraver by
6909         Nested_system_start_delimiter_engraver.
6910
6911         * lily/nested-system-start-delimiter-engraver.cc (struct
6912         Bracket_nesting_node): new class.
6913         (struct Bracket_nesting_group): new class
6914         (struct Bracket_nesting_staff): new class.
6915         (process_music): create hierarchy of grobs. This allows separate
6916         tuning of different SSDs. 
6917
6918         * scm/define-grobs.scm (all-grob-descriptions): new Grob SystemStartSquare
6919         (all-grob-descriptions): remove old NestedSystemStartDelimiter.
6920
6921 2005-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6922
6923         * lily/side-position-interface.cc (aligned_side): multiply
6924         staff_radius by 2.
6925
6926         * lily/script-engraver.cc (make_script_from_event): allow setting
6927         values to '()
6928
6929 2005-11-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6930
6931         * lily/system-start-delimiter.cc (line_bracket): don't shorten height.
6932
6933         * scm/define-grobs.scm (all-grob-descriptions): new grob
6934         NestedSystemStartDelimiter.
6935
6936         * input/regression/system-start-heavy-bar.ly: new file.
6937
6938         * lily/nested-system-start-delimiter-engraver.cc: new file.
6939
6940         * lily/nested-system-start-delimiter.cc: new file.
6941
6942         * input/regression/system-start-nesting.ly: new file.
6943
6944         * scm/define-grobs.scm (all-grob-descriptions): use X side
6945         positioning for positioning braces for nested contexts.
6946
6947         * lily/system-start-delimiter.cc (print): don't divide extent by
6948         staff_space.
6949         (print): use style iso. glyph.
6950         (staff_bracket): translate glyph inside routine already.
6951
6952 2005-11-18  Michael Welsh Duggan <md5i@cs.cmu.edu>
6953
6954         * lily/vaticana-ligature-engraver.cc: fixed 2 typos in glyph
6955         names.
6956
6957 2005-11-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6958
6959         * scm/define-context-properties.scm
6960         (all-user-translation-properties): rename figuredBassFormatter
6961         from newFiguredBassFormatter.
6962
6963         * scm/define-grobs.scm (all-grob-descriptions): move from NewBassFigure
6964
6965         * lily/figured-bass-engraver.cc: move from new-figured-bass-engraver.cc
6966
6967         * lily/stem.cc (calc_stem_info): trigger beaming calculation.
6968
6969         * lily/beam.cc (calc_beaming): new function.
6970         (calc_shorten): new function.
6971
6972         * THANKS: add Edward Neeman.
6973
6974         * input/regression/accidental-clef-change.ly: new file.
6975
6976         * lily/note-collision.cc (check_meshing_chords): don't merge fa heads.
6977
6978         * scm/define-grobs.scm (all-grob-descriptions): add Y-offset property.
6979
6980         * lily/clef-engraver.cc (inspect_clef_properties): reset
6981         localKeySignature for clef changes.
6982
6983 2005-11-17  Mats Bengtsson  <mabe@s3.kth.se>
6984
6985         * python/midi.c: PyMIDINIT_FUNC isn't defined in Python < 2.3 
6986         add dummy definition that works in Linux and add information in
6987         INSTALL.texi on the specific Python requirements for Cygwin/Mingw.
6988
6989         * Documentation/user/changing-defaults.itely (Modifying context
6990         plug-ins): Add index for \with.
6991
6992         * Documentation/user/music-glossary.tely (dal segno): Updated
6993         example to version >=2.6.
6994
6995 2005-11-16  Mats Bengtsson  <mabe@s3.kth.se>
6996
6997         * Documentation/user/instrument-notation.itely (Printing chord
6998         names): Reorder \chordmode and \repeat in one example.
6999
7000 2005-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7001
7002         * VERSION: release 2.7.17
7003         
7004         * Documentation/topdocs/NEWS.tely (Top): add note about
7005         refactoring.
7006
7007         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
7008         new function. Search region of 3 positions for best tie.
7009         (score_configuration): new function.
7010         (score_aptitude): new function.
7011         (generate_configuration): new function.
7012         (get_configuration): new function.
7013         (Tie_formatting_problem): new function
7014
7015         * input/regression/page-top-space.ly: a6 for page-top-space demo. 
7016
7017         * stepmake/aclocal.m4: use $(if ) for config-FOOF.make
7018
7019         * THANKS: add Eduardo Vieira & Ralph Little
7020
7021         * mf/feta-bolletjes.mf (solfa_quarter_width): make solfa heads
7022         narrower.
7023
7024         * lily/include/tie-formatting-problem.hh (class
7025         Tie_formatting_problem): add Tie_details to
7026         Tie_formatting_problem. Update calling conventions.
7027
7028         * stepmake/aclocal.m4: oops. Include $CONFIGFILE.make, not
7029         config.make.
7030
7031         * Documentation/user/lilypond.tely: remove musedata2ly entry.
7032
7033 2005-11-16  Jürgen Reuter  <reuter@ipd.uka.de>
7034
7035         * lily/ligature-engraver.cc, lily/include/ligature-engraver.hh,
7036         scm/define-context-properties.scm: Maintenance bugfix: make
7037         ligature brackets work again by removing obsolete ligature
7038         primitive callback push/pop.
7039
7040         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: do
7041         not call Tuplet_bracket::calc_direction.  Removed obsolete gap
7042         value.
7043
7044 2005-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
7045
7046         * stepmake/aclocal.m4 (depth): Explain why absolute directory is
7047         used and do not call it a path.
7048         (FLEXLEXER_FILE): Rename from FLEXLEXER_PATH and add file name.
7049
7050 2005-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7051
7052         * lily/include/tie-formatting-problem.hh (class
7053         Tie_formatting_problem): new file.
7054
7055         * lily/tie-formatting-problem.cc (common_x_refpoint): new file.
7056
7057         * Documentation/misc/ChangeLog-2.3:  new file.
7058
7059         * lily/audio-staff.cc (output): degarianize.
7060
7061 2005-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
7062
7063         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.pyc):
7064         Unset PYTHONOPTIMIZE.  Fixes install if set.
7065
7066 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7067
7068         * python/convertrules.py (conv): add warning about drums. 
7069
7070         * make/stepmake.make: include toplevel-version.make after config.make.
7071
7072         * stepmake/aclocal.m4 (depth): make sure $srcdir is absolute.
7073         also allow python2.4
7074
7075         * config.make.in (configure-srcdir): remove GXX GCC vars.
7076
7077         * stepmake/aclocal.m4: don't do non-srcdir build with
7078         symlinks. Use inclusion, so the src directory name can be changed.
7079
7080 2005-11-13  Jan Nieuwenhuizen  <janneke@gnu.org>
7081
7082         * make/mutopia-vars.make:
7083         * make/ly-vars.make: Use src-wildcard iso wildcard for source
7084         files.
7085
7086 2005-11-13  Werner Lemberg  <wl@gnu.org>
7087
7088         * mf/feta-arrow.mf: For all glyphs, don't mirror `currentpicture'
7089         but the affected path.  This ensures that the (overlapping) outlines
7090         have the same direction, which is a necessary prerequisite for
7091         FontForge's algorithm to remove overlaps.
7092         Formatting.
7093
7094         * mf/feta-haak.mf: Formatting.
7095         (draw_bracket): Slightly modify outline to avoid an unnecessary
7096         corner.
7097         Don't use ad-hoc values for `leave_angle' and `tip_angle' but derive
7098         them from the affected paths.
7099
7100 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7101
7102         * mf/README: remove xpm / accordion notes.
7103
7104         * lily/tie-column-format.cc (set_chord_outline): add dots into
7105         skyline extents. This fixes tie formatting if the left head has dots.
7106
7107         * lily/tie.cc (get_configuration): only shift tie by a whole staff
7108         space inside the staff.
7109         (get_configuration): shift another position if necessary in case
7110         of left head tie  
7111
7112 2005-11-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7113
7114         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): use
7115         buildscript-dir iso. $(depth)/buildscripts.
7116
7117         * tex/GNUmakefile (local-uninstall): remove
7118         music-drawing-routines.ps juggling.
7119
7120         * stepmake/stepmake/install-targets.make (local-install-files):
7121         prepend src-dir to install targets.
7122
7123         * lily/system-start-delimiter-engraver.cc
7124         (acknowledge_system_start_delimiter): use
7125         add_offset_callback(). This fixes translation of nested
7126         staffgroups.
7127
7128         * lily/grob-closure.cc (add_offset_callback): only encaps in
7129         simple_closure if it's a procedure.
7130         
7131         * lily/span-bar.cc (calc_glyph_name): read glyph-name, not glyph
7132         from bar-line.
7133
7134         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
7135         remove-empty where pertinent.
7136
7137 2005-11-12  Graham Percival  <gpermus@gmail.com>
7138
7139         * Documentation/user/instrument-notation.itely: added
7140         Cameron Horsburgh's multiple stanzas docs.  Thanks!
7141
7142 2005-11-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7143
7144         * lily/GNUmakefile
7145         ($(top-build-dir)/Documentation/pictures/$(outbase)/lilypond.ico):
7146         make picture in builddir, not srcdir.
7147
7148 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7149
7150         * VERSION: release 2.7.16
7151         
7152         * scripts/lilypond-book.py (main): use commands.mkarg () to quote
7153         shell arguments. 
7154
7155 2005-11-10  Mats Bengtsson  <mabe@s3.kth.se>
7156
7157         * Documentation/user/examples.itely (Piano templates): Minor
7158         modification to the Piano centered lyrics example.
7159
7160 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7161
7162         * scripts/lilypond-invoke-editor.scm (run-browser): look at
7163         $BROWSER.
7164
7165         * Documentation/user/point-and-click.itely: simplify p&c
7166         instruction: don't configure firefox. Put lilypond-invoke-editor
7167         in front of the browser.
7168
7169         * scripts/lilypond-invoke-editor.scm (run-editor): new function.
7170         (run-browser): new function.
7171
7172         * lily/parser.yy (Lily_lexer): recognize Book
7173
7174         * lily/book.cc (clone): new function
7175
7176         * lily/parser.yy (book_body): allow BOOK_IDENTIFIER.
7177
7178 2005-11-10  Jürgen Reuter  <reuter@ipd.uka.de>
7179
7180         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc:
7181         Maintenance bugfix: reduce number of font related warnings by
7182         updating naming conventions for glyph-name.
7183
7184 2005-11-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7185
7186         * scm/define-grobs.scm (all-grob-descriptions): add
7187         rhythmic-grob-interface to TabNoteHead.
7188
7189         * scm/layout-beam.scm (check-quant-callbacks): remove
7190         set_stem_lengths()
7191
7192 2005-11-08  Jürgen Reuter  <reuter@ipd.uka.de>
7193
7194         * ly/gregorian-init.ly (divisiones): Maintenance bugfix: vertical
7195         alignment of centered divisiones.
7196
7197         * scm/scripts.scm (articulations): Maintenance bugfix:
7198         follow-into-staff -> quantize-position.
7199
7200         * lily/vaticana-ligature-engraver.cc (transform_heads): Bugfix:
7201         plica head in porrectus deminutus.
7202
7203 2005-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7204
7205         * make/lilypond.fedora.spec.in (Group): add %clean section.
7206
7207         * lily/tuplet-bracket.cc (print): change check: remove bracket if
7208         less then 1/5th of total length.  
7209         (print): use gap too.  Fixes tupletUp-single-bracket.ly
7210
7211         * scm/music-functions.scm (glue-mm-rest-texts): also put other
7212         events into EventChord. This fixes textspanners on mm rests. Fixes
7213         spanner-rest.ly
7214
7215         * lily/side-position-interface.cc (get_axis): read side-axis
7216         (set_axis): set side-axis.
7217
7218         * scm/define-grobs.scm (all-grob-descriptions): add side-axis
7219         properties everywhere.
7220
7221         * lily/spacing-spanner.cc (breakable_column_spacing): add
7222         average-spacing-wishes. Take maximum if not set.
7223         (musical_column_spacing): idem. Fixes: spacing-keysig-note.ly
7224
7225         * scm/define-grobs.scm (all-grob-descriptions): add
7226         average-spacing-wishes.
7227
7228         * lily/grob-closure.cc (add_offset_callback): bugfix: properly add
7229         offset callbacks. This fixes alignment for Fingering objects.
7230
7231         * scm/define-grobs.scm (all-grob-descriptions): tiny bit less
7232         space for key - timesig combination. 
7233
7234         * input/regression/script-stem-tremolo.ly (Module): new file.
7235
7236         * scm/define-grobs.scm (all-grob-descriptions): decrease distance
7237         to key sig.
7238
7239         * lily/dynamic-engraver.cc (acknowledge_stem_tremolo): new function.
7240         Fixes: c-tremolo-script.ly.
7241         
7242         * lily/text-engraver.cc (acknowledge_stem_tremolo): new function.
7243
7244         * lily/script-engraver.cc (acknowledge_stem_tremolo): new function.
7245         
7246         * scm/define-grobs.scm (all-grob-descriptions): remove
7247         self-X-offset. Fixes alignment of octavate-8.
7248
7249         * scripts/lilypond-book.py (datadir): look in
7250         LILYPONDPREFIX/share/lilypond/current/
7251
7252         * GNUmakefile.in: symlink current to <VERSION>. 
7253
7254 2005-11-07  Pedro Kroger  <kroeger@pedrokroeger.net>
7255
7256         * lily/main.cc: eps listed as a backend.
7257
7258 2005-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7259
7260         * scm/lily-library.scm (print-music-as-book): quote $defaultpaper.
7261
7262 2005-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7263
7264         * lily/include/score.hh (class Score): remove texts_ member.
7265
7266         * lily/beam.cc (set_stem_lengths): force direction callback.
7267         (print): read quantized-positions, so we can force
7268         Beam::set_stem_lengths to occur.
7269         (rest_collision_callback): use common X parent. 
7270
7271 2005-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
7272
7273         * flower/file-path.cc (find): Bugfix: Return name of file found.
7274
7275         * lily/main.cc (setup_paths): Bugfix for argv0 logic.
7276         (setup_paths)[__CYGWIN__ || __MINGW32__]: Normalize argv0.
7277         (setup_paths)[__MINGW32__]: Also look for argv0 + .exe.
7278
7279 2005-11-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7280
7281         * flower/offset.cc: idem.
7282
7283         * mf/*.mf: update email address.
7284
7285         * lily/font-config-scheme.cc:  new file.
7286
7287         * GNUmakefile.in (SUBDIRS): remove debian/ directory.
7288
7289         * lily/*:  cs.uu.nl -> xs4all.nl
7290
7291         * VERSION (PATCH_LEVEL): release 2.7.15
7292
7293         * make/lilypond.mandrake.spec.in (Module): remove Mandrake & Suse
7294         spec files.
7295
7296         * make/lilypond.fedora.spec.in: add %{libdir}/lilypond/
7297
7298 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7299
7300         * GNUmakefile.in: bugfix: encapsulate mkdir && cd in parens.   
7301
7302         * lily/staff-performer.cc (process_music): add audio
7303         elements. This makes MIDI instrument changes work once again.
7304
7305         * lily/main.cc (LY_DEFINE): add gmane address.
7306
7307         * lily/beam.cc: remove calc_positions()
7308
7309         * lily/include/grob.hh (class Grob): move pscore, dim_cache_,
7310         original_ in private scope.
7311         (class Grob): drop pscore_ pointer, change to output_def pointer.
7312         (class Grob): cleanup class definition.
7313
7314         * ly/spanners-init.ly (assertBeamQuant): use make-simple-closure.
7315
7316 2005-11-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7317
7318         * lily/main.cc (setup_paths)[__MINGW32__]: Do not assume argv0 is
7319         absolute.  Better diagnostics.
7320
7321         * GNUmakefile.in: Add bin/ to tree and populate with some links.
7322         This makes lilypond run from the build directory using argv0
7323         relocation (without any --prefix or LILYPONDPREFIX setting).
7324
7325 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7326
7327         * Documentation/topdocs/NEWS.tely (Top): document new backend design.
7328
7329         * scm/define-grobs.scm: purge self-[XY]-offset variables, replace
7330         with simple-closure.
7331
7332         * lily/self-aligment-interface.cc (set_align_self): new function
7333         (set_center_parent): new function.
7334
7335         * lily/side-position-interface.cc (set_axis): new function.
7336
7337         * lily/new-fingering-engraver.cc (position_scripts): use drul for
7338         generic code. 
7339
7340         * scm/define-grob-properties.scm (all-user-grob-properties):
7341         remove [XY]-offset-callbacks add [YX]-offset
7342         
7343 2005-11-02  Mats Bengtsson  <mabe@s3.kth.se>
7344
7345         * scm/define-grobs.scm (all-grob-descriptions): Added space-alist
7346         entry for time signatures after breathing signs. Bug report by
7347         Scott Russell.
7348
7349 2005-11-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7350
7351         * lily/main.cc (setup_paths)[!__MINGW32__]: Bugfix: if argv0 is
7352         not absolute, make it absolute using PATH.
7353
7354 2005-10-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7355
7356         * python/midi.c (initmidi): Fix type for mingw.
7357
7358 2005-10-27  Jan Nieuwenhuizen  <janneke@gnu.org>
7359
7360         * stepmake/stepmake/compile-vars.make (SHARED_FLAGS): Support mingw.
7361
7362         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Detect mingw
7363         cross compiling.
7364
7365         * stepmake/aclocal.m4: Support python cross compiling.
7366
7367         * stepmake/stepmake/python-module-vars.make (SHARED_MODULE_SUFFIX):
7368         Add mingw section.
7369
7370 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7371
7372         * scm/output-lib.scm (chain-grob-member-functions): replace
7373         chained-callback.cc
7374
7375         * lily/chained-callback.cc (Module): remove file.
7376
7377         * lily/rest-collision.cc (force_shift_callback_rest): change to
7378         chained callback.
7379
7380         * lily/rest.cc (y_offset_callback): merge function of 3 callbacks. 
7381
7382         * lily/grob.cc (y_parent_positioning): remove axis argument from
7383         parent_positioning callbacks.
7384         (Grob): junk init code
7385         (get_offset): use generic property callbacks for
7386         X-offset, Y-offset. Remove Grob::{add,has}_offset_callback.
7387         (axis_parent_positioning): new function
7388         (axis_offset_symbol): new function
7389         (chain_offset_callback): new function
7390         (add_offset_callback): new function
7391
7392         * lily/beam.cc (rest_collision_callback): change signature; this
7393         is now a chained callback.
7394
7395         * lily/include/dimension-cache.hh (class Dimension_cache): remove
7396         callback administration.
7397
7398         * lily/simple-closure.cc: new file. Smob type that allows "grob
7399         member functions",
7400
7401             (ly:make-simple-closure FUNC A B)
7402
7403         is evaluated as (FUNC grob A B). This allows chaining of callbacks
7404         in various ways.
7405
7406         * lily/slur-engraver.cc (acknowledge_extra_object): use chained
7407         callbacks.
7408
7409         * lily/slur.cc (outside_slur_callback): take 2 arguments.
7410
7411         * lily/rest.cc (polyphonic_offset_callback): remove.
7412
7413         * lily/script-engraver.cc (try_music): remove bool* argument.
7414
7415         * scm/script.scm (default-script-alist): set quantize-position
7416         appropriately.
7417
7418         * lily/script-engraver.cc: remove follow_into_staff_ special coding. 
7419
7420         * lily/side-position-interface.cc (aligned_side): move staff
7421         position quantization from
7422         Side_position_interface::quantised_position().
7423         (quantised_position): remove
7424         
7425 2005-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7426
7427         * input/regression/beam-quant-standard.ly: reindent, set
7428         debug-beam-quanting to #t.
7429
7430         * lily/beam-concave.cc (calc_concaveness): set concaveness to
7431         10000 if this is a "hard" concave beam.
7432
7433         * lily/beam.cc (calc_least_squares_positions): change from
7434         calc_least_squares_dy
7435         (set_stem_lengths): this is now a chained callback.
7436
7437         * lily/context-property.cc (execute_general_pushpop_property):
7438         bugfix override with procedure should have effect.
7439
7440         * scm/define-grob-properties.scm (all-internal-grob-properties):
7441         remove position-callbacks.
7442
7443         * scm/define-grobs.scm (all-grob-descriptions): use
7444         ly:make-callback-chain for positions property.
7445
7446         * scm/layout-beam.scm (check-quant-callbacks): return list of
7447         chained callbacks.
7448
7449         * scm/lily.scm (type-p-name-alist): add callback-chain
7450
7451         * lily/lily-guile.cc (type_check_assignment): type check failure
7452         is warning not message.
7453
7454         * lily/grob-property.cc (try_callback): walk callback chain if
7455         appropriate.
7456
7457         * lily/chained-callback.cc: new file. new smob type.
7458
7459         * lily/lily-guile.cc (procedure_arity): new function.
7460
7461 2005-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7462
7463         * Documentation/topdocs/INSTALL.texi (Top): add perl flex bison.
7464
7465 2005-10-25  John Mandereau  <john.mandereau@free.fr>
7466  
7467         * Documentation/user/instrument-notation.itely (Figured bass):
7468         describe new features
7469
7470 2005-10-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7471
7472         * lily/beam.cc (calc_least_squares_dy): use property callback.
7473
7474         * lily/beam-concave.cc (calc_concaveness): use property callback.
7475
7476         * ly/paper-defaults.ly: move fixed dimensions from paper.scm 
7477
7478 2005-10-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7479
7480         * HACKING: Update.
7481
7482 2005-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7483
7484         * scm/layout-page-layout.scm (page-headfoot): annotate
7485         pagetopspace too.
7486
7487         * scm/stencil.scm (dimension-arrows): shorten arrowed lines a bit. 
7488
7489         * scm/layout-page-layout.scm (annotate-y-interval): y-annotation
7490         doesn't take y-space.
7491
7492         * scm/paper.scm (paper-alist): fix A7 dimensions. 
7493
7494 2005-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7495
7496         * stepmake/stepmake/generic-vars.make (DIST_FILES): Fix
7497         src-wildcard, remove $(wildcard).
7498
7499         * po/GNUmakefile (PO_FILES): 
7500         * ps/GNUmakefile (PS_FILES): 
7501         * tex/GNUmakefile (TEX_FILES): 
7502         * cygwin/GNUmakefile (POSTINSTALLS):
7503         * vim/GNUmakefile (EXTRA_DIST_FILES): Bugfix: [etags sr?] missed
7504         some wildcard calls.
7505
7506 2005-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7507
7508         * THANKS: add Thomas Bushnell.
7509
7510 2005-10-23  Jan Nieuwenhuizen  <janneke@gnu.org>
7511
7512         * scm/lily.scm: Remove horrendous running-from-gui? kludge.
7513         (lilypond-main): Redirect to gui-main if 'gui is set.
7514
7515         * scripts/midi2ly.py (datadir): Add libdir iso datadir to path,
7516         for alternative installations kludging s/share/lib/g
7517         LILYPONDPREFIX. 
7518
7519         * SConstruct (libdir_package_version): Define.
7520
7521         * python/SConscript: 
7522         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install binary .so
7523         module in libdir.  
7524
7525 2005-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7526
7527         * lily/main.cc: clarify --safe.
7528
7529 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7530
7531         * VERSION: release 2.7.14
7532         
7533         * Documentation/user/*.itely: remove minimumVerticalExtent.
7534
7535         * scm/define-grobs.scm (all-grob-descriptions): remove
7536         RemoveEmptyVerticalGroup
7537
7538         * lily/hara-kiri-engraver.cc (get_spanner): create VerticalAxisGroup.
7539
7540         * lily/include/lily-guile.hh (GUILE_ELLIPSIS): define to get clean
7541         compile on MOSX
7542
7543         * python/convertrules.py (conv): add rules.
7544
7545         * lily/grob.cc: remove is_empty()
7546
7547         * lily/grob-property.cc: remove add_to_list_property().
7548
7549         * scripts/convert-ly.py (datadir): add prefix switching hack to
7550         .py too.
7551
7552         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily (cresc): remove
7553         space-function tweak.
7554
7555         * lily/grob.cc: remove X-extent-callback / Y-extent-callback.
7556
7557         * scm/define-grob-properties.scm (all-user-grob-properties):
7558         remove callback property.
7559
7560         * lily/include/grob.hh (class Grob): remove property_callbacks_
7561         member. Properties of procedure type are assumed to be callbacks.
7562
7563         * lily/ligature-engraver.cc (override_stencil_callback):
7564         rewrite. Use noteHeadLigaturePrimitive as source.
7565
7566         * scm/define-grob-properties.scm (all-internal-grob-properties):
7567         remove ligature-primitive-callback
7568
7569         * lily/include/dimension-cache.hh (class Dimension_cache): make
7570         class, with Grob as friend.
7571
7572         * lily/grob.cc: remove set_extent_callback(), set_extent() and
7573         has_extent_callback()
7574
7575         * scm/translation-functions.scm (format-new-bass-figure): read
7576         figuredBassPlusDirection
7577
7578         * scm/define-context-properties.scm
7579         (all-user-translation-properties): add figuredBassPlusDirection.
7580
7581         * lily/staff-spacing.cc (next_notes_correction): oops. Init wishes.
7582
7583         * lily/align-interface.cc (set_ordered): new function.
7584
7585         * lily/grob.cc (flush_extent_cache): rewrite.
7586
7587         * lily/dimension-cache.cc (Dimension_cache): cache extent as
7588         Interval pointer directly.
7589
7590         * lily/main.cc (setup_paths): insert extra / .
7591         (setup_paths): junk cff entry.
7592
7593         * lily/font-config.cc (init_fontconfig): only add type1 / otf
7594         directories.
7595
7596         * lily/axis-group-engraver.cc (finalize): remove
7597         extraVerticalExtent, minimumVerticalExtent verticalExtent.
7598
7599         * lily/grob.cc (Grob): don't set extent from ctor.
7600         (extent): use property callbacks. 
7601
7602         * lily/axis-group-interface.cc: remove set_axes() function.
7603
7604         * lily/grob-property.cc (del_property): new function.
7605
7606 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7607
7608         * lily/font-config.cc (init_fontconfig): resurrect mf/out/ check.
7609         
7610 2005-10-20  Jan Nieuwenhuizen  <janneke@gnu.org>
7611
7612         * stepmake/stepmake/script-vars.make (PYTHON_SCRIPTS_IN): Oops.  Add.
7613
7614 2005-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7615
7616         * mf/SConscript: Updates.
7617
7618         * lily/GNUmakefile (OUT_DIST_FILES): Bugfix.
7619
7620         * stepmake/stepmake/*:
7621         * */GNUmakefile:
7622         * config.make.in:
7623         * GNUmakefile.in:
7624         * stepmake/aclocal.m4: Friendlier --srcdir build, allowing `make'
7625         from any directory in build-dir.  Cleanups.
7626
7627         * make/srcdir.make.in: Remove.
7628
7629         * lily/main.cc (setup_paths): Fix and document build-dir hack.
7630
7631         * SConstruct (CheckYYCurrentBuffer): Use TryCompile (there is no
7632         main).
7633
7634         * lily/SConscript: Remove ttftools.
7635
7636         * SConstruct: Resurrect.
7637
7638 2005-10-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7639
7640         * lily/tuplet-bracket.cc (print): use dy iso. positions[RIGHT] for
7641         Y coordinate. 
7642
7643         * lily/paper-book.cc (add_score_title): put Paper_score title into
7644         systems_ list.
7645
7646         * scm/translation-functions.scm (format-new-bass-figure): also
7647         allow plus in combination with _
7648
7649 2005-10-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7650
7651         * VERSION: 2.7.13 released.
7652
7653         * lily/note-collision.cc (check_meshing_chords): don't wipe
7654         stencil, merely set transparent.
7655
7656         * Documentation/topdocs/NEWS.tely (Top): mention John Mandereau. 
7657         (Top): document #'callbacks.
7658         (Top): document nested \override.
7659
7660         * input/regression/figured-bass.ly: update for slash and pluses.
7661
7662         * input/regression/figured-bass-continuation-forbid.ly (Module):
7663         new file.
7664
7665         * scm/translation-functions.scm (format-new-bass-figure): use
7666         slashed-digit if diminished is set.
7667         (format-new-bass-figure): add + if 'augmented is set.
7668
7669         * scm/define-markup-commands.scm (slashed-digit): new command slashed-digit.
7670
7671         * input/test/piano-staff-distance.ly: remove file.
7672
7673         * Documentation/user/advanced-notation.itely (Formatting cue
7674         notes): use length-fraction for making stems/beams smaller.
7675
7676         * lily/parser.yy (bass_figure): accept \+ \! and / as figured bass
7677         modifications.
7678
7679         * lily/new-figured-bass-engraver.cc: new property
7680         centerFiguredBassContinuations
7681
7682         * Documentation/user/changing-defaults.itely (Difficult tweaks):
7683         use callbacks.
7684
7685         * lily/context-property.cc (execute_general_pushpop_property):
7686         robustness checks.
7687
7688         * input/regression/override-nest.ly: new file.
7689
7690         * python/convertrules.py (FatalConversionError.subber): conversion
7691         rule for #'callbacks
7692
7693         * input/regression/override-nest.ly: new function.
7694
7695         * lily/parser.yy (music_property_def): allow \override #'a #'b =
7696         #c too. 
7697
7698         * lily/context-property.cc (lookup_nested_property): new function.
7699         (evict_from_alist): new function.
7700         (general_pushpop_property): new function.
7701         (execute_general_pushpop_property): rewrite. Support nested
7702         properties too.
7703
7704 2005-10-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7705
7706         * lily/beam.cc: use length-fraction too.
7707
7708         * scm/define-grob-properties.scm (all-user-grob-properties):
7709         remove property flag-width-function
7710         (all-user-grob-properties): remove space-function.
7711
7712         * scm/layout-beam.scm: remove flag-width-function.
7713
7714         * lily/beam.cc: remove flag-width-function
7715
7716         * scm/layout-beam.scm: remove beam dir functions.
7717
7718         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): use length-fraction.
7719
7720         * lily/stem.cc (calc_length): multiply with length_fraction. Makes
7721         for easier grace tweaks.
7722
7723         * lily/beam.cc: remove dir-function.
7724
7725         * lily/system.cc (pre_processing): use callback to trigger spacing procedures.
7726
7727         * lily/grob.cc: remove spacing-procedure.
7728
7729         * lily/note-head.cc (calc_stem_attachment): new function.
7730         (internal_print): use callback to get glyph-name.
7731
7732         * lily/grob-property.cc (get_interfaces): new function.
7733
7734         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-interfaces
7735
7736         * lily/stem.cc (calc_stem_end_position): new function.
7737         (calc_length): new function.
7738         document details for stem.
7739         remove Stem::get_direction()
7740
7741         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-set-callback! 
7742
7743         * lily/grob-property.cc (set_callback): new function.
7744
7745         * lily/script-engraver.cc (make_script_from_event): don't trigger callback.
7746
7747         * lily/item-scheme.cc: new file.
7748
7749         * lily/bar-line.cc (before_line_breaking): remove function.
7750         remove bar-size-procedure, break-glyph-function
7751
7752         * lily/clef-engraver.cc (set_glyph): use glyph iso. glyph-name
7753
7754         * lily/clef.cc (before_line_breaking): change to calc_glyph_name.
7755
7756         * lily/system-start-delimiter.cc (print): suicide from
7757         here. Remove after_line_breaking_callback.
7758
7759         * lily/script-interface.cc (calc_direction): use callback for direction.
7760
7761         * lily/side-position-interface.cc (aligned_side): don't use
7762         Side_position_interface::get_direction directly. Use callback. 
7763
7764         * lily/grob.cc (get_stencil): simplify: use callback mechanism to
7765         calculate stencil.
7766         (get_print_stencil): rename from get_stencil: create stencil with
7767         transparency, color and cause. 
7768
7769         * scm/define-grobs.scm: change print-function to stencil callback everywhere.
7770
7771         * python/convertrules.py (conv): insert temporary warning rule.
7772
7773         * lily/multi-measure-rest.cc (set_text_rods): use stencil directly.
7774
7775         * lily/grob-property.cc (try_callback): remove marker if applicable.
7776
7777         * lily/grob.cc: elucidate doc about after/before-line-breaking
7778
7779         * lily/slur-scoring.cc (enumerate_attachments): robustness fix.
7780
7781         * lily/stem.cc (height): idem.
7782
7783         * lily/stem-tremolo.cc: idem.
7784
7785         * lily/slur.cc (height): don't use get_uncached_stencil()
7786
7787         * lily/rest.cc (y_offset_callback): use offset callback
7788         iso. after-line-breaking callback.
7789
7790         * lily/grob.cc: change after/before-line-breaking-callback to
7791         after/before-line-breaking dummy properties.
7792
7793         * lily/include/grob.hh: remove Grob_status.
7794
7795         * scm/define-context-properties.scm
7796         (all-user-translation-properties): remove verticalAlignmentChildCallback
7797
7798         * lily/tuplet-bracket.cc: use positions property iso. left,right-position.
7799         (calc_direction): use callback
7800         (calc_positions): use callback.
7801
7802         * lily/tie.cc (calc_direction): use callback. Only call parent
7803         positioning for more than one tie.
7804
7805         * lily/tie-column.cc (calc_positioning_done): use callback
7806
7807         * lily/slur-scoring.cc (calc_control_points): use callback
7808
7809         * lily/slur.cc (calc_direction): use callback.
7810
7811         * lily/note-collision.cc (force_shift_callback): remove.
7812
7813         * lily/dot-column.cc (force_shift_callback): remove. Use
7814         other_axis_parent_positioning.
7815
7816         * lily/grob.cc (other_axis_parent_positioning): new function.
7817         (same_axis_parent_positioning): new function
7818
7819         * lily/align-interface.cc (alignment_callback): remove function.
7820
7821         * lily/note-collision.cc (calc_positioning_done): use callback.
7822
7823         * lily/laissez-vibrer-tie.cc (calc_control_points): use callback.
7824         (calc_direction): idem.
7825         remove print function.
7826
7827         * lily/laissez-vibrer-tie-column.cc (calc_positioning_done): use callback.
7828
7829         * lily/dot-column.cc (calc_positioning_done): use callback.
7830
7831         * lily/break-align-interface.cc (calc_positioning_done): use callback.
7832
7833         * lily/beam.cc (calc_direction): use pseudo-property for beam
7834         direction callback.
7835         (calc_positions): use callback 
7836
7837         * lily/align-interface.cc (calc_positioning_done): use
7838         callback. Fold fixed  distance and normal alignment in one function.
7839
7840         * lily/stem.cc (calc_stem_end_position): use callback.
7841         (calc_positioning_done): idem.
7842         (calc_direction): idem.
7843         (calc_stem_end_position): idem
7844         (calc_stem_info): idem.
7845
7846         * lily/grob-property.cc (get_property_data): new function: 
7847         (try_callback): new function.
7848
7849         * scm/define-grob-properties.scm (all-user-grob-properties): doc
7850         callbacks property.
7851
7852         * lily/break-align-interface.cc: remove Break_align_interface::alignment_callback.
7853
7854 2005-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7855
7856         * lily/tie.cc (get_position): robustness fix. Don't crash if a
7857         tie
7858         has no heads.
7859         
7860         * lily/include/*.hh (Module): compile fixes.
7861
7862 2005-10-14  Heikki Junes <hjunes@cc.hut.fi>
7863
7864         * elisp/lilypond-font-lock.el, elisp/lilypond-indent.el: Avoid nil 
7865         as an argument for char-syntax: use (char-syntax (or nil 0)) 
7866         instead of (char-syntax nil), thanks to Milan Zamazal.
7867
7868 2005-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7869
7870         * make/lilypond.fedora.spec.in (Group): add lilypond-internals to
7871         dist.
7872
7873         * lily/tuplet-bracket.cc: check columns of bounds, not bounds
7874         themselves.
7875
7876 2005-10-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7877
7878         * flower/include/virtual-methods.hh (VIRTUAL_COPY_CONSTRUCTOR):
7879         add class_name() method.
7880
7881         * lily/music-scheme.cc: remove ly:music-name.
7882
7883 2005-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7884
7885         * cygwin/postinstall-lilypond.sh: Remove cruft.
7886
7887         * cygwin/postremove-lilypond.sh: Remove.
7888
7889         * cygwin/GNUmakefile (default): Remove postremove rules.
7890
7891 2005-10-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7892
7893         * ly/titling-init.ly (evenHeaderMarkup): use space in header on
7894         even header too.
7895         
7896         * scm/define-markup-commands.scm (wordwrap-string): bugfix for
7897         MacOS 9 users.
7898
7899         * lily/hara-kiri-group-spanner.cc (consider_suicide): only
7900         consider break index for broken spanner.
7901
7902         * scm/define-markup-commands.scm (wordwrap-string): remove \r
7903         characters from string before splitting.
7904
7905 2005-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7906
7907         * scm/framework-ps.scm (output-preview-framework): use
7908         is-book-title to determine whether to chop off the booktitle.
7909
7910         * lily/paper-book.cc (systems): init from book-title-properties
7911         (add_score_title): init score-title-properties.
7912
7913         * ly/paper-defaults.ly: add {score,book}-title-properties.
7914
7915         * scm/document-backend.scm (lookup-interface): error message if
7916         using unknown interface.
7917
7918         * lily/volta-bracket.cc (after_line_breaking): new function. Set
7919         edge-height.
7920
7921         * lily/horizontal-bracket.cc (make_enclosing_bracket): rename from
7922         make_bracket.
7923         (make_bracket): new function.
7924
7925         * scm/lily.scm (define-scheme-options): add paper-size option.
7926
7927         * ly/declarations-init.ly (laissezVibrer): get paper size from
7928         -dpaper-size
7929
7930         * scm/translation-functions.scm: use \fontsize for changing the
7931         fontsize.
7932
7933         * scm/define-grobs.scm (all-grob-descriptions): set
7934         between-length-limit to 1.0
7935
7936         * lily/tie-helper.cc: add between_length_limit_ detail property.
7937
7938         * mf/feta-bolletjes.mf: typos.
7939
7940         * lily/note-head.cc (internal_print): don't shadow idx
7941         parameter. This fixes wrong attachment for do shape heads.
7942
7943 2005-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7944
7945         * scm/parser-ly-from-scheme.scm: rename from ly-from-scheme.scm
7946
7947         * scm/parser-clef.scm (supported-clefs): rename from clef.scm
7948
7949         * scm/layout-slur.scm: rename from slur.scm
7950
7951         * scm/layout-page-layout.scm: rename from page-layout.scm
7952
7953         * scm/layout-beam.scm: rename from beam.scm
7954
7955         * scm/define-grob-interfaces.scm (bass-figure-interface): add
7956         bass-figure-interface
7957
7958         * lily/new-figured-bass-engraver.cc (process_music): add
7959         implicitBassFigures property.
7960         
7961         * scm/define-markup-commands.scm (pad-x): new markup.
7962
7963         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set
7964         minimumVerticalExtent on FiguredBass context.
7965
7966         * lily/figured-bass-continuation.cc (center_on_figures): kludge in
7967         case the continuation crosses a line break.
7968
7969 2005-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
7970
7971         * flower/file-name.cc (dos_to_posix)[__CYGWIN__]: Return
7972         unconverted value if cygwin_conv_to_posix_path () fails.  Fixes
7973         absolute file name bug.  
7974
7975 2005-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7976
7977         * VERSION (PACKAGE_NAME): release 2.7.12
7978
7979         * input/regression/figured-bass-continuation-center.ly: new file.
7980
7981         * input/regression/beam-outside-beamlets.ly: new file.
7982
7983         * lily/beam.cc (set_beaming): don't clip edges.
7984         (connect_beams): don't clip edges.
7985
7986         * lily/beaming-info.cc (clip_edges): new function.
7987
7988         * lily/enclosing-bracket.cc (struct Enclosing_bracket): new file.
7989
7990         * Documentation/user/instrument-notation.itely (Figured bass):
7991         demonstrate extenders, update seealso links.
7992
7993         * scm/titling.scm (marked-up-headfoot): change tagline
7994         handling. tagline = ##f will blank the tagline as well.
7995
7996 2005-10-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7997
7998         * Documentation/topdocs/NEWS.tely: add entry for Figured bass.
7999
8000         * lily/new-figured-bass-engraver.cc (struct
8001         New_figured_bass_engraver): add new_music_found_ member.
8002
8003         * lily/lilypond-version.cc (Lilypond_version): deal with
8004         incorrectly formatted version strings. 
8005
8006         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): switch on
8007         New_figured_bass_engraver by default.
8008
8009         * lily/ttf.cc (print_trailer): only define glyph names when
8010         FT_Face has FT_FACE_FLAG_GLYPH_NAMES
8011
8012 2005-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8013
8014         * lily/horizontal-bracket.cc (make_bracket): new function.
8015
8016         * scm/define-grobs.scm (all-grob-descriptions): new grobs
8017         NewBassFigure, BassFigureBracket, BassFigureContinuation,
8018         BassFigureLine, BassFigureAlignment
8019
8020         * lily/new-figured-bass-engraver.cc (process_music): new file.
8021
8022         * lily/figured-bass-continuation.cc: new file.
8023
8024         * lily/include/horizontal-bracket.hh (struct Horizontal_bracket):
8025         new file.
8026
8027 2005-10-04  Mats Bengtsson  <mabe@s3.kth.se>
8028
8029         * scripts/lilypond-book.py: Bug fix, put the quote around the
8030         actual score for LaTeX documents.
8031
8032         * scm/define-grobs.scm (all-grob-descriptions): Change
8033         collapse-height of the SystemStartBracket grob to 5.0, 
8034         so the bracket disappears for single stave score lines (similarly
8035         to SystemStartBraces). 
8036
8037         * Documentation/user/advanced-notation.itely (Polymetric
8038         notation): Clarify the use of compressMusic.
8039
8040         * Documentation/user/basic-notation.itely (Grace notes): Clarify
8041         that the grace spacer note in other staves need the same duration
8042         and document the stroke-style property.
8043
8044 2005-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8045
8046         * Documentation/user/global.itely (Vertical spacing): document
8047         alignment-extra-space and fixed-alignment-extra-space.
8048
8049         * Documentation/topdocs/NEWS.tely (Top): add entry.
8050
8051         * input/regression/alignment-vertical-spacing.ly: new file.
8052
8053         * python/convertrules.py (conv): add rule.
8054
8055         * ly/music-functions-init.ly: rename outputProperty to overrideProperty
8056
8057         * lily/align-interface.cc (stretch_after_break): new
8058         function. Read fixed-alignment-extra-space property.
8059         (align_elements_to_extents): read alignment-extra-space property.
8060
8061         * lily/lily-guile.cc (robust_scm2dir): new function.
8062
8063         * scm/page-layout.scm (page-headfoot): annotate headsep and footsep.
8064         (annotate-space-left): new function. Annotate space left on page. 
8065         (annotate-y-interval): new function.
8066         (paper-system-annotate-last): new function. Annotate bottom-space.
8067
8068         * mf/feta-beugel.mf (y): 
8069
8070 2005-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8071
8072         * VERSION (PACKAGE_NAME):  release 2.7.11
8073
8074         * scm/lily-library.scm (interval-translate): new function
8075         (interval-center): new function. 
8076
8077         * scm/page-layout.scm (paper-system-annotate): new function. Add
8078         arrows for dimensions.
8079  
8080         * scm/stencil.scm (dimension-arrows): new function.
8081
8082         * Documentation/user/global.itely (Vertical spacing): mention annotatespacing
8083
8084         * input/regression/page-spacing.ly: add annotatespacing
8085
8086         * lily/paper-system-scheme.cc (LY_DEFINE): remove ly:paper-system-{extent,stencil}
8087         (LY_DEFINE): new function ly:paper-system-set-property!
8088
8089         * Documentation/user/global.itely (Paper size): explain how to add
8090         sizes.
8091
8092         * scm/paper.scm (paper-alist): rename tabloid paper to 11x17 to
8093         correspond to GS's definition.
8094
8095         * lily/tuplet-bracket.cc (after_line_breaking): suicide empty
8096         tuplet bracket.
8097         (print): only connect to next bracket if the next one is alive.
8098         (print): set padding to 0.0 if the bound is a breakable
8099         column. This makes tupletFullLength brackets reach up to the staff
8100         line if it doesn't connect to the next line.
8101
8102 2005-09-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8103
8104         * lily/bar-number-engraver.cc: correct docs.
8105
8106         * scm/output-lib.scm (first-bar-number-invisible): rename from
8107         default-bar-number-visibility
8108
8109 2005-09-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8110
8111         * scm/define-music-properties.scm (all-music-properties): remove
8112         predicate property.
8113
8114 2005-09-28  Heikki Junes  <hjunes@cc.hut.fi>
8115
8116         * po/fi.po: refresh.
8117
8118 2005-09-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8119
8120         * input/regression/hara-kiri-pianostaff.ly (disappear): remove
8121         superfluous s1.
8122         (disappear): bugfix.
8123
8124         * lily/stem-tremolo.cc (raw_stencil): read slope property.
8125
8126         * lily/include/paper-system.hh (class Paper_system): remove
8127         staff_extents_ member.
8128
8129         * lily/paper-system-scheme.cc (LY_DEFINE): remove.
8130
8131         * lily/include/paper-system.hh (class Paper_system): remove
8132         number_ variable. Remove is_title_. Remove break_before_penalty_
8133
8134         * lily/paper-book.cc (systems): use 'number property iso. number_
8135         member.
8136
8137         * lily/paper-system-scheme.cc: remove ly:paper-system-break-before-penalty
8138         remove ly:paper-system-number.
8139
8140         * scm/lily-library.scm (paper-system-title?): new function.
8141
8142         * lily/book.cc (process): bugfix: flip ?: cases. 
8143
8144         * Documentation/user/changing-defaults.itely (Difficult tweaks):
8145         add outputProperty.
8146
8147         * ly/music-functions-init.ly: add outputProperty music function.
8148
8149         * scm/paper.scm (set-paper-dimension-variables): add pagetopspace
8150
8151         * scm/page-layout.scm (ly:optimal-page-breaks): read next-space
8152         and next-padding.
8153         (optimal-page-breaks): rename from ly:optimal-page-breaks.
8154
8155         * lily/paper-system-scheme.cc (LY_DEFINE): new function.
8156
8157         * lily/paper-system.cc (internal_get_property): new function.
8158
8159         * Documentation/user/global.itely (Vertical spacing): refer to
8160         page-spacing.ly
8161
8162         * scm/page-layout.scm (ly:optimal-page-breaks): add support for
8163         pagetopspace
8164
8165         * input/regression/page-spacing.ly: new file.
8166
8167         * input/regression/page-top-space.ly: new file.
8168
8169         * lily/spacing-spanner.cc: cmath -> math.h
8170
8171         * lily/paper-system.cc (read_left_bound): new function. Read
8172         line-break-system-details from left bound to determine extents.
8173  
8174         * Documentation/user/programming-interface.itely (Using LilyPond
8175         syntax inside Scheme): change applyxxx -> applyXxx.
8176
8177         * ly/music-functions-init.ly: add outputProperty music function.
8178
8179         * lily/parser.yy (Generic_prefix_music_scm): add scm-scm-scm signature.
8180
8181         * lily/grob-scheme.cc (LY_DEFINE): add ! to ly:grob-suicide! name.
8182
8183         * python/convertrules.py (conv): rule
8184
8185         * ly/music-functions-init.ly: applyxxx -> applyXxx
8186
8187         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): alias
8188         TabVoice to Voice.
8189
8190 2005-09-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8191
8192         * flower/include/real.hh: include <math.h> iso. <cmath>
8193
8194         * flower/include/offset.hh: include real.hh
8195
8196 2005-09-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8197
8198         * Documentation/user/changing-defaults.itely (Difficult tweaks):
8199         fix example, now that 'interfaces is no longer directly available.
8200
8201         * lily/book.cc (process): don't crash if paper == NULL.
8202
8203         * po/fr.po: update.
8204
8205 2005-09-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8206
8207         * scm/define-music-types.scm (music-descriptions): set length and
8208         start-callback for QuoteMusic
8209
8210 2005-09-15  Mats Bengtsson  <mabe@s3.kth.se>
8211
8212         * lily/tie.cc (get_configuration): Replace fabs -> abs for integer
8213         arguments. Fixes compilation error with gcc 3.3.
8214
8215 2005-09-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8216
8217         * VERSION: release 2.7.10
8218
8219         * stepmake/stepmake/python-module-rules.make
8220         ($(outdir)/%$(SHARED_MODULE_SUFFIX)): SHARED_FLAGS at the end.  
8221
8222         * lily/*.cc: remove <cmath> everywhere. <cmath> is included from
8223         real.hh
8224
8225 2005-09-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8226
8227         * stepmake/stepmake/c++-vars.make (#EXTRA_CXXFLAGS): don't add
8228         -Werror. Otherwise GCC barfs over various optimizations.
8229
8230         * scm/define-grob-properties.scm (all-internal-grob-properties):
8231         add note-head property
8232
8233         * Documentation/user/instrument-notation.itely (Laissez vibrer
8234         ties): new node.
8235
8236         * input/regression/laissez-vibrer-ties.ly: new file.
8237
8238         * lily/laissez-vibrer-engraver.cc: new file.    
8239
8240         * lily/include/tie-column-format.hh: new file.
8241
8242         * lily/tie-column-format.cc: new file. 
8243
8244         * lily/tie-column.cc (set_manual_tie_configuration): new function.
8245
8246         * lily/laissez-vibrer-tie.cc: new file.
8247
8248         * lily/include/laissez-vibrer-tie.hh: new file.
8249
8250         * ly/engraver-init.ly: add Laissez_vibrer_engraver
8251
8252         * ly/declarations-init.ly (laissezVibrer): add \laissezVibrer
8253
8254         * scm/define-grobs.scm (all-grob-descriptions): add
8255         LaissezVibrerTie, LaissezVibrerTieColumn
8256
8257         * lily/tie-column.cc (set_tie_config_directions): new function
8258         (final_shape_adjustment): new function.
8259         (shift_small_ties): new function.
8260
8261         * scm/define-music-types.scm (music-descriptions): add LaissezVibrerEvent
8262
8263         * lily/include/tie.hh (struct Tie_details): add x_gap_
8264         (struct Tie_configuration): add head_position_
8265
8266         * lily/tie-column.cc (set_chord_outline): new function.
8267
8268         * mf/cmr.enc.in:  remove file.
8269
8270 2005-09-11  Graham Percival  <gpermus@gmail.com>
8271
8272         * Documentation/user/examples.itely: typo fix.  Thanks, Matevž
8273
8274 2005-09-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8275
8276         * mf/feta-banier.mf: make vertical stem 1/2 stemthickness wide to
8277         reduce aliasing effects.
8278
8279         * lily/tie-column.cc (set_chord_outlines): bugfix: insert complete
8280         box in skyline.
8281
8282 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8283
8284         * lily/tie.cc (get_configuration): don't crash if left_dot is NULL.
8285
8286         * flower/include/real.hh: std::fabs too.
8287
8288 2005-09-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8289
8290         * Documentation/user/lilypond.tely: Spell Baßtuba in UTF-8 (Werner). 
8291
8292         * lily, flower: Include C++ iso C headers.  Import namespace std
8293         throughout.
8294
8295         * lily/side-position-interface.cc: 
8296         * lily/scm-hash.cc: 
8297         * lily/note-head.cc: 
8298         * lily/include/includable-lexer.hh: 
8299         * flower/include/string-data.icc: Remove using std::*.
8300
8301         * lily, flower: Include C++ iso C headers.  Import namespace std
8302         throughout.
8303
8304         * lily/side-position-interface.cc: 
8305         * lily/scm-hash.cc: 
8306         * lily/note-head.cc: 
8307         * lily/include/includable-lexer.hh: 
8308         * flower/include/string-data.icc: Remove using std::*.
8309
8310         * Documentation/user/instrument-notation.itely (Entering lyrics):
8311         Multiple latin-1->utf-8 conversion fix.
8312
8313         * Documentation/user/*tely: Update Emacs cookie to utf-8.
8314
8315 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8316
8317         * lily/tie.cc (get_configuration): also avoid dots for non-space
8318         situations.
8319
8320 2005-09-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8321
8322         * Documentation/user/instrument-notation.itely: Bugfix.
8323
8324 2005-09-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8325
8326         * tex/GNUmakefile: don't install texinfo.tex
8327
8328         * tex/ : cleanup: remove unused files.
8329
8330         * lily/general-scheme.cc: remove my_{isinf,isnan}.
8331
8332         * flower/include/real.hh: using std::{isnan,isinf}
8333         
8334         * VERSION (PATCH_LEVEL): release 2.7.9
8335
8336 2005-09-05  Graham Percival  <gpermus@gmail.com>
8337
8338         * Documentation/user/ instrument-notation.itely,
8339         advanced-notation.itely: minor tweaks.
8340
8341         * input/test/script-chart.ly: add item padding.
8342
8343 2005-09-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8344
8345         * flower/offset.cc: use math.h iso. <cmath>
8346
8347         * scm/ps-to-png.scm (make-ps-images): use png16m again, for sake
8348         of IE users.
8349
8350         * scm/framework-eps.scm (dump-stencils-as-EPSes): cleanup.
8351         (widen-left-stencil-edges): new function. Fix alignment problems
8352         with LaTeX includegraphics.
8353
8354         * lily/text-interface.cc (interpret_markup): use abort().
8355
8356 2005-09-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8357
8358         * input/regression/tie-chord.ly (testLong): add a chord in 4ths
8359
8360         * lily/tie.cc (get_configuration): update bezier shape as we
8361         change Y positions.
8362         (get_configuration): don't move large ties if we're outside of the
8363         staff.
8364
8365 2005-09-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8366
8367         * scm/define-markup-commands.scm (strut): swap X and Y dims.
8368         
8369 2005-09-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8370
8371         * .cvsignore: Add auto-generated configure files and then some.
8372
8373 2005-09-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8374
8375         * scm/define-grobs.scm (DynamicLineSpanner): Add
8376         X-extent-callback.  Fixes hairpin-slur collision.
8377
8378 2005-08-31  Graham Percival  <gpermus@gmail.com>
8379
8380         * Documentation/user/advanced-notation.itely,
8381         basic-notation.itely: minor changes.
8382
8383 2005-08-31  Mats Bengtsson  <mabe@s3.kth.se>
8384
8385         * scm/framework-eps.scm (dump-stencils-as-EPSes): Insert a
8386         \linebreak between each .eps file if \betweenLilyPondSystem is
8387         undefined. 
8388
8389         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
8390         music): Document the \linebreak
8391
8392         * Documentation/user/lilypond-book.itely,
8393         input/tutorial/lbook-latex-test.tex,
8394         Documentation/user/examples.itely: Remove \usepackage{graphics}
8395
8396 2005-08-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8397
8398         * mf/aybabtu.pe.in (i): don't merge alphabet into aybabtu.
8399
8400         * lily/ly-module.cc (make_stand_in_procs_weak): 1.6.4 and earlier
8401         compat bugfix.
8402
8403         * scripts/lilypond-book.py (PREAMBLE_LY): define
8404         inside-lilypond-book
8405         (modify_preamble): new function. Insert \RequirePackage{graphics}
8406         when no {graphics found in preamble.  
8407
8408 2005-08030  Graham Percival  <gpermus@gmail.com>
8409
8410         * Documentation/user/basic-notation.itely, global.itely,
8411         tutorial.itely: misc small changes.
8412
8413 2005-08-30  Jan Nieuwenhuizen  <janneke@gnu.org>
8414
8415         * stepmake/aclocal.m4: Include MY_PATCH_LEVEL in config.make's
8416         VERSION.
8417
8418 2005-08-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8419
8420         * lily/tie-column.cc (new_directions): put Tie down on center
8421         staff line. 
8422
8423         * lily/script-interface.cc (before_line_breaking): use
8424         Grob::programming_error
8425
8426         * scm/ps-to-png.scm (make-ps-images): use pngalpha device.
8427
8428         * scripts/lilypond-book.py (get_latex_textwidth): oops. Take [0]
8429         of splitext.
8430
8431 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8432
8433         * VERSION (PACKAGE_NAME): VERSION release 2.7.8
8434
8435 2005-08-29  Werner Lemberg  <wl@gnu.org>
8436
8437         * mf/GNUmakefile: Add `-f' flag to `rm' command while removing
8438         the `*.scale.pfa' files to avoid warnings.
8439
8440 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8441
8442         * lily/tempo-performer.cc (process_music): idem.
8443
8444         * lily/midi-def.cc (get_tempo): Rational to int conversion bug.
8445
8446 2005-08-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8447
8448         * Documentation/user/advanced-notation.itely (Text markup): not a
8449         fragment.
8450
8451         * lily/midi-item.cc (to_string): use to_int() iso. int cast.
8452
8453         * lily/staff-performer.cc (initialize): add tempo/name to
8454         audio_staff_
8455
8456
8457 2005-08-26  Graham Percival  <gpermus@gmail.com>
8458
8459         * Documentation/user/advanced.itely: add text-only example.
8460
8461         * Documentation/user/invoking.itely: add index entries for
8462         convert-ly.
8463
8464         * Documentation/user/ tutorial.itely, basic-notation.itely:
8465         small fixes suggested by Steve D.  Thanks!
8466
8467 2005-08-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8468
8469         * input/regression/markup-bidi-pango.ly: new file.
8470
8471         * lily/pango-font.cc (pango_item_string_stencil): make Mingw code
8472         standard. Remove #ifdef. Remove memleak.
8473         (text_stencil): use text_dir to decide how to composite items.
8474         (text_stencil): determine uniform text direction for the entire
8475         string.
8476
8477         * scripts/lilypond-book.py (output_name): remove
8478         latex_filter_cmd. Non-portable to non-Unix systems. 
8479         (get_latex_textwidth): use File.write and os.unlink() instead.
8480
8481         * THANKS: add Vicente & Trevor.
8482
8483         * lily/grob.cc (discretionary_processing): look up origin for
8484         programming_error too. 
8485
8486         * input/regression/tie-broken.ly: new file.
8487
8488         * lily/tie-column.cc (set_chord_outlines): set outline for line
8489         break case too.
8490         
8491 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8492
8493         * lily/pango-font.cc (text_stencil): don't translate glyphs in
8494         unscaled transform, just translate stencils.
8495
8496         * ly/performer-init.ly: init timing to #t.  Fixes bar checks in
8497         MIDI.
8498
8499         * scm/define-markup-commands.scm (wordwrap-string): use
8500         text-direction
8501         (wordwrap-stencils): idem.
8502         (line): idem.
8503         (fill-line): idem.
8504         (wordwrap-stencils): translate last line to right for
8505         text-direction = LEFT.
8506
8507         * scm/define-grob-properties.scm (all-user-grob-properties): add
8508         text-direction.
8509
8510 2005-08-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8511
8512         * lily/lily-parser.cc (Lily_parser): also copy output_basename_
8513         when copying a Lily_parser object.
8514
8515 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8516
8517         * scm/define-markup-commands.scm (null): add null markup.
8518
8519 2005-08-25  Mats Bengtsson  <mabe@s3.kth.se>
8520
8521         * lily/item.cc: Add documentation of center-invisible
8522
8523 2005-08-24  Graham Percival  <gpermus@gmail.com>
8524
8525         * Documentation/user/advanced-notation.itely: add info about
8526         raising text.
8527
8528         * Documentation/user/programming-interface.itely: fix example
8529         involving raised text.
8530
8531 2005-08-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8532
8533         * lily/beam.cc (print): fix X start/end points of isolated
8534         beamlets.
8535
8536         * scm/output-ps.scm (grob-cause): escape spaces in URLs.
8537
8538         * lily/multi-measure-rest.cc (set_text_rods): new function.
8539
8540         * lily/vertical-align-engraver.cc (process_music): call
8541         Align_interface::set_axis(). This forces #'elements to be ordered,
8542         preventing random vertical reordering of staves.
8543
8544         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
8545         add avoid-slur property. 
8546
8547         * Documentation/user/basic-notation.itely (Measure repeats): add
8548         countPercentRepeats example.
8549
8550         * Documentation/user/advanced-notation.itely (Other text markup
8551         issues): remove remark about normal-font.  We have \normal-text
8552
8553         * input/regression/tie-chord.ly: add note about remaining bugs.
8554
8555         * lily/tie.cc (print): try Tie_column::set_directions () if
8556         control-points not yet defined.
8557
8558 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8559
8560         * lily/system-start-delimiter.cc (staff_brace): don't remove brace
8561         extent. This fixes braces falling out of the EPS bbox.
8562
8563         * mf/feta-beugel.mf (braces_per_font): make brace glyph align
8564         exactly to bbox.
8565
8566 2005-08-23  Graham Percival  <gpermus@gmail.com>
8567
8568         * {various} : change #up->#UP and #down->#DOWN.
8569
8570         * ly/titling-init.ly: Spacing fix when using printallheaders=##t.
8571
8572         * Documentation/user/advanced-notation.itely: clarify
8573         what objects handles text on a multimeasure rest.
8574
8575 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8576
8577         * VERSION (PATCH_LEVEL): release 2.7.7
8578
8579 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8580
8581         * make/lilypond-vars.make: set -dgs-font-load for "make web" 
8582
8583         * Documentation/topdocs/INSTALL.texi (Top): add GS bugfix requirement.
8584
8585         * input/regression/*.ly: formatting clean-up. Default layout
8586         before music expression.
8587
8588         * input/mutopia/R.Schumann/GNUmakefile (examples): switch off
8589         romanze28-2 example.
8590
8591         * scm/ps-to-png.scm: remove dir-re function.
8592         (make-ps-images): generate page names, instead of globbing them.
8593         This brings down LilyPond memory usage for make web by a factor
8594         10. 
8595
8596         * scripts/lilypond-book.py (Lilypond_snippet.png_is_outdated):
8597         don't use glob. With 3000 files, globbing
8598         Documentation/user/out-www/ can take too much time. 
8599         
8600         * lily/lily-guile.cc (gulp_file_to_string): take size argument.
8601
8602         * lily/general-scheme.cc (LY_DEFINE): take optional size argument.
8603
8604         * input/regression/tie-manual.ly: new file
8605
8606         * input/regression/tie-chord.ly: update.
8607
8608         * flower/include/interval.hh (struct Interval_t): 
8609
8610         * lily/tie.cc (distance): new function 
8611         (height): new function.
8612         (init): new function
8613         (Tie_details): new struct.
8614
8615         * lily/skyline.cc (skyline_height): new function.
8616
8617         * lily/tie-column.cc (set_chord_outlines): new function.
8618         (new_directions): read tie-configuration
8619
8620         * lily/skyline.cc: fix ASCII art.
8621         
8622 2005-08-22  Mats Bengtsson  <mabe@s3.kth.se>
8623
8624         * python/convertrules.py (string_or_scheme): Fix spelling error
8625
8626 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8627         
8628         * lily/tie-column.cc (set_directions): set directions only once.
8629         (add_configuration): new function.
8630
8631         * lily/tie.cc (set_control_points): new function
8632
8633         * lily/tie-column.cc (new_directions): new function.
8634
8635         * ly/music-functions-init.ly: set 'pitch property
8636         iso. trill-pitch. This makes \relative work with \pitchedTrill
8637
8638         * lily/tie.cc (get_configuration): new function. Don't generate
8639         control points, rather, generate configuration.
8640         remove head-pair property.
8641
8642         * lily/include/tie.hh (struct Tie_configuration): new struct.
8643
8644 2005-08-22  Heikki Junes  <hjunes@cc.hut.fi>
8645
8646         * Documentation/topdocs/NEWS.tely: clarify.
8647
8648 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8649
8650         * lily/tie.cc: remove minimum-length
8651
8652         * scm/define-grob-properties.scm (all-user-grob-properties):
8653         remove staffline-clearance, y-offset 
8654
8655         * input/regression/tie-dots.ly (Module): remove.
8656
8657         * lily/tie.cc (get_control_points): rewrite. Put short ties in
8658         staff-spaces, make long ties cross staff lines. Avoid flags and dots.
8659
8660         * input/regression/tie-single.ly: new file.
8661
8662 2005-08-21  Graham Percival  <gpermus@gmail.com>
8663
8664         * ly/bagpipe.ly: fix compile problem.
8665
8666 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8667
8668         * lily/midi-item.cc (name): new method.
8669
8670         * lily/staff-performer.cc (acknowledge_audio_element): use
8671         signature of baseclass.
8672
8673         * lily/engraver-group.cc (do_announces): move recursion call out
8674         of while loop. 
8675
8676         * lily/drum-note-performer.cc (class Drum_note_performer): use
8677         process_music everywhere.
8678
8679         * ly/performer-init.ly: add default children everywhere.
8680
8681         * lily/paper-book.cc (output): call paper-book-write-midis
8682         directly: always write MIDI, even if no \layout {} block. 
8683
8684 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8685
8686         * VERSION (PACKAGE_NAME): release 2.7.6
8687
8688         * lily/percent-repeat-engraver.cc (try_music): don't print warning
8689         about not being able to handle repeat.
8690
8691 2005-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
8692
8693         * Documentation/user/examples.itely (Piano templates):
8694         * lily/include/performer-group.hh: Remove last traces of
8695         Performer_group_performer.  Fixes make web.
8696
8697 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8698
8699         * Documentation/user/examples.itely (Piano templates): change
8700         Engraver_group_engraver -> Engraver_group
8701
8702         * lily/ly-module.cc (make_stand_in_procs_weak): only kludge if
8703         scm_stand_in_procs is not weak_any.
8704
8705         * lily/volta-bracket.cc (print): don't use strcmp().
8706
8707         * lily/volta-engraver.cc (process_music): use
8708         Text_interface::is_markup() for setting the 'text property of the
8709         volta bracket.
8710
8711         * input/mutopia/claop.py (accents): update syntax to 2.6
8712
8713         * scm/define-context-properties.scm
8714         (all-user-translation-properties): add countPercentRepeats.
8715
8716         * Documentation/user/basic-notation.itely (Measure repeats): add
8717         isolated percent example.
8718
8719 2005-08-18  Graham Percival  <gpermus@gmail.com>
8720
8721         * input/ {various}: change direction #1, #-1 to
8722         #up/#down or \fooUp, \fooDown.
8723
8724         * Documentation/user/music-glossary.tely: #-1 to #down.
8725
8726         * ly/bagpipe.ly, engraver-init.ly, property-init.ly: #1
8727         to #up, #-1 to #down.
8728
8729 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8730
8731         * lily/include/engraver-group.hh: rename.
8732
8733         * lily/include/performer-group.hh: rename.
8734
8735 2005-08-18  Mats Bengtsson  <mabe@s3.kth.se>
8736
8737         * input/test/script-abbreviations.ly: Removed some old LaTeX
8738         left overs.
8739
8740 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8741
8742         * python/convertrules.py (conv): inside-slur -> avoid-slur.
8743         Remove functions.  Remove if 1: constructs, reindent.
8744
8745         * scripts/convert-ly.py (add_version): Add functions from
8746         convertrules.py
8747
8748         * scm/script.scm (default-script-alist):
8749         s/priority/script-priority.  Fixes script stacking.  Backportme.
8750         (Fermata): Very low priority.
8751
8752 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8753
8754         * input/regression/*.ly: remove superfluous \score blocks. Reindent.
8755
8756         * input/regression/slur-script.ly: remove padding tweaks. Add
8757         comment strings.
8758
8759         * lily/note-spacing.cc (get_spacing): remove kludge for EOL wide
8760         time sigs and related stuff.
8761
8762         * scm/define-grob-properties.scm (all-user-grob-properties): add
8763         @code{} tags to property description.
8764
8765         * lily/include/line-group-group-engraver.hh (Module): remove file.
8766
8767         * python/convertrules.py (conv): add rule for
8768         Engraver_group_engraver -> Engraver_group.
8769
8770         * lily/include/performer-group-performer.hh: analogous.
8771
8772         * lily/include/engraver-group-engraver.hh: rename to Engraver_group.
8773
8774         * lily/context-def.cc (instantiate): check for
8775         Engraver_group_engraver and Performer_group_performer not
8776         Engraver/Performer. Fixes crashes when doing \with { \consists .. }
8777  
8778 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8779
8780         * input/les-nereides.ly: Remove three fingering tweaks, update
8781         remaining one.
8782
8783         * input/regression/slur-script-inside.ly: Update, fix doc.
8784
8785         * scm/script.scm: Update to avoid-slur.
8786
8787         * scm/define-grob-properties.scm (avoid-slur): New property.
8788
8789         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
8790         * lily/slur-engraver.cc (acknowledge_extra_object): Invoke
8791         outside_slur_callback if avoid-slur != #'inside.
8792
8793         * scm/define-grobs.scm (Fingering, Textscript): No
8794         inside-slur/outside-slur preference.
8795         (DynamicLineSpanner): Always outside slur.
8796
8797         * input/regression/slur-script.ly: More tests.
8798
8799 2005-08-17  Graham Percival  <gpermus@gmail.com>
8800
8801         * Documentation/user/lilypond-book: fix notime entry.
8802
8803         * Documentation/user/advanced-notation.itely: add info on
8804         getting an I rehearsal mark.
8805
8806         * Documentation/user/putting.itely: reinstate "I", re-enforce
8807         the fact that \override numbers are the result of
8808         experimentation and personal taste.
8809
8810         * Documentation/user/invoking.itely: update convert-ly bugs.
8811
8812 2005-08-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8813
8814         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set timing
8815         to #t.
8816
8817         * lily/timing-translator.cc (initialize): don't initialize timing.
8818
8819         * input/regression/stem-spacing.ly (Module): remove file.
8820
8821         * input/regression/spacing-stick-out.ly: specify Score context for
8822         \override
8823
8824         * input/regression/clefs.ly: remove spurious {}s 
8825
8826 2005-08-17  Heikki Junes  <hjunes@cc.hut.fi>
8827
8828         * Documentation/topdocs/NEWS.tely,
8829         input/regression/repeat-percent-count.ly: clarify a bit.
8830
8831 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8832
8833         * input/no-notation/display-lily-tests.ly: delete
8834         display-lily-init call.
8835
8836         * ly/music-functions-init.ly (displayLilyMusic): move
8837         display-lily-init call at top level, so that the user should not
8838         have to call it.
8839
8840         * scm/define-music-display-methods.scm (note-name->lily-string):
8841         retrieve note names directly from pitchnames using new function `rassoc'.
8842         (display-lily-init): note names list construction removed.
8843
8844 2005-08-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8845
8846         * THANKS: spello.
8847
8848         * lily/lily-parser.cc (get_header): copy module, instead of
8849         returning it.
8850
8851         * Documentation/topdocs/NEWS.tely (Top): add entry for percent
8852         counters.
8853
8854         * Documentation/user/basic-notation.itely (Measure repeats): add
8855         links to Counter grobs.
8856
8857         * scm/define-grobs.scm (all-grob-descriptions): add
8858         DoublePercentRepeatCounter
8859         (all-grob-descriptions): add PercentRepeatCounter
8860
8861         * lily/percent-repeat-engraver.cc (class Percent_repeat_engraver):
8862         also create counter grobs.
8863
8864         * lily/separation-item.cc (extremal_break_aligned_grob): don't
8865         return grob without space-alist.
8866
8867         * input/proportional.ly: tune staff-padding.
8868
8869         * input/regression/repeat-percent-count.ly: new file. 
8870
8871 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8872
8873         * input/no-notation/display-lily-tests.ly: moved from
8874         input/regression/ to input/no-notation. Be sure to call
8875         `display-lily-init' before trying to use the display function.
8876
8877 2005-08-16  Mats Bengtsson  <mabe@s3.kth.se>
8878
8879         * scripts/lilypond-book.py (option_definitions): Don't localize
8880         the empty string. Fixes bug when --psfonts was used with
8881         non-English locale.
8882
8883 2005-08-15  Graham Percival  <gpermus@gmail.com>
8884
8885         * lily/tuplet-bracket.cc: simple build fix.
8886
8887         * Documentation/user/putting.itely: use "we" instead of "I".
8888
8889         * Documentation/user/basic-notation.itely: cautionary accidentals
8890         work with naturals, too.
8891
8892 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8893
8894         * lily/tuplet-bracket.cc (calc_position_and_height): add
8895         staff-padding support.
8896
8897         * input/proportional.ly: set staff-padding.
8898         
8899         * VERSION (PATCH_LEVEL): release 2.7.5
8900
8901         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): text formatting
8902         fixes. Remove tweaks.
8903
8904         * input/regression/tuplet-slope.ly: add a test case.
8905
8906         * lily/tuplet-bracket.cc (calc_position_and_height): revert
8907         erroneous fix. Add spanner bounds to offset array with relative X
8908         positions.
8909
8910         * ly/engraver-init.ly: add Rest_engraver only once.
8911
8912         * scm/define-music-display-methods.scm (KeyChangeEvent): only do
8913         (*parser*) lookup if (*parser*) != #f.
8914
8915 2005-08-15  Jan Nieuwenhuizen  <janneke@gnu.org>
8916
8917         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
8918         Cut-and paste update.
8919
8920         * input/regression/slur-script.ly: Add example of reverting
8921         inside-slur for fingering.
8922
8923         * scm/define-grobs.scm (DynamicLineSpanner, Fingering,
8924         TextScript): Explicitly set inside-slur #f, forcing these out of slur.
8925
8926         * lily/slur-engraver.cc (acknowledge_extra_object): Only invoke
8927         outside_slur_callback if inside-slur == #f (as opposed to unset).
8928
8929 2005-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
8930
8931         * tex/GNUmakefile (INSTALLATION_FILES): Remove enc symlink setup,
8932         encoding files are already removed.
8933
8934 2005-08-15  Mats Bengtsson  <mabe@s3.kth.se>
8935
8936         * Documentation/user/advanced-notation.itely (Instrument names):
8937         Document a workaround for instrument names that collide with
8938         system start braces/brackets.
8939
8940 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8941
8942         * lily/rest-collision.cc (do_shift): spello.
8943
8944         * input/proportional.ly: use #'used property. Set break-overshoot
8945         property.
8946
8947         * mf/feta-arrow.mf: center on arrow tip center, iso. tip edge.
8948
8949         * lily/paper-column.cc: add #'used property
8950
8951         * lily/mark-engraver.cc (stop_translation_timestep): set grob
8952         array for staves found.
8953
8954         * lily/metronome-engraver.cc (stop_translation_timestep): set grob
8955         array for stavesFound.
8956
8957         * lily/staff-spacing.cc (next_note_correction): add fixed and
8958         space to calling convention. This fixes spacing of accidentals
8959         after barlines.
8960
8961         * input/regression/spacing-accidental-stretch.ly: add barline -
8962         accidental case.
8963
8964         * scm/framework-ps.scm (page-header): add version number to
8965         creator
8966         (eps-header): idem.
8967
8968         * mf/feta-bolletjes.mf: swap d0 and u0 fa heads.
8969         
8970 2005-08-13  Graham Percival  <gpermus@gmail.com>
8971
8972         * Documentation/user/global.itely: add "fit as much as
8973         possible onto this page" example (Vertical spacing).
8974
8975 2005-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
8976
8977         * *: Nitpick run.
8978
8979         * buildscripts/fixcc.py: Fixes.
8980
8981 2005-08-12  Graham Percival  <gpermus@gmail.com>
8982
8983         * Documentation/user/advanced-notation.itely: add markup
8984         example to Text spanners.
8985
8986 2005-08-12  Mats Bengtsson  <mabe@s3.kth.se>
8987
8988         * Documentation/user/basic-notation.itely (Ties): Add example of
8989         tying a tremolo to a chord. Thanks to Steve Doonan. 
8990
8991         * lily/tie-engraver.cc: Add tieWaitForNote to the list of read
8992         properties and move tieMelismaBusy to the list of written
8993         properties. 
8994
8995 2005-08-12  Heikki Junes  <hjunes@cc.hut.fi>
8996
8997         * po/TODO: suggest to use a dedicated tool like kbabel.
8998
8999         * po/fi.po: update using kbabel.
9000
9001 2005-08-12  Jan Nieuwenhuizen  <janneke@gnu.org>
9002
9003         * *: Remove obsolete files.  Nitpick run.
9004
9005         * lily/lily-guile.cc (parse_symbol_list): Bugfix.
9006
9007 2005-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9008
9009         * mf/GNUmakefile (get-*-fonts): Rename from get-*-pfa.  Copy SVG
9010         too.
9011
9012         * Documentation/topdocs/NEWS.tely (Top): Add slur script feature.
9013
9014         * lily/lily-guile.cc (parse_symbol_list): Rewrite.  Grok multiple
9015         whitespace as symbol separator.
9016
9017         * lily/side-position-interface.cc: Add slur-padding.
9018
9019         * input/regression/slur-script.ly: Fixed.  Backportme?  This is
9020         quite a large fix, and it never worked in a stable release; so not
9021         really a regression.
9022
9023         * lily/phrasing-slur-engraver.cc (class Phrasing_slur_engraver):
9024         Update cut and paste code from Slur_engraver.
9025
9026         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
9027         Add.
9028
9029         * scm/define-grobs.scm (DynamicLineSpanner): Add
9030         dynamic-line-spanner-interface.
9031         (DynamicLineSpanner, TextScript, Fingering): Add slur-padding.
9032
9033 2005-08-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9034
9035         * lily/slur-engraver.cc (acknowledge_extra_object): Bugfix: use
9036         to_boolean () so that non-set 'inside-slur means false.
9037
9038         * lily/slur.cc (outside_slur_callback): Bugfixes: make sure that
9039         slur has control-points.  Skip script without direction.  Always
9040         do_shift if script inside slur, even if slur not contained in
9041         script y-extent.  Increment k in loop.
9042
9043 2005-08-11  Mats Bengtsson  <mabe@s3.kth.se>
9044
9045         * scm/define-markup-commands.scm: Improved regexp to search for
9046         EPS bounding boxes and corrected call to ly:warning.
9047
9048 2005-08-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9049
9050         * Documentation/user/programming-interface.itely (Displaying music
9051         expressions): doc for \displayLilyMusic. Also some precisions in
9052         "Markup construction in Scheme"
9053
9054 2005-08-10  Mats Bengtsson  <mabe@s3.kth.se>
9055
9056         * scm/define-markup-commands.scm (normal-text): Added 2 new
9057         markup commands, \normal-text and \medium (the latter thanks to
9058         Bruce Fairchild). 
9059
9060 2005-08-08  Graham Percival  <gpermus@gmail.com>
9061
9062         * Documentation/user/programming-interface.itely: fix @{ @}.
9063
9064         * scm/define-markup-commands.scm: add linewidth info to
9065         \justify and \wordwrap, add "upright is the opposite of italic".
9066
9067         * Documentation/user/advanced-notation.itely: shaped->shape,
9068         add (cons (markup "foo")) type of example to text markup,
9069         reword multi-measure rests section.
9070
9071         * lily/note-heads-engraver.cc: changed Shaped->Shape in a
9072         comment.  No actual code was touched.
9073
9074         * Documentation/user/invoking.itely: add more info about
9075         \include.  Thanks, Bruce!
9076
9077         * THANKS: add Bruce Fairchild, alphabetise.
9078
9079         * Documentation/user/global.itely: document \score{\header{}}
9080         behavior.
9081
9082         * Documentation/user/basic-notation.itely: reword multi-measure
9083         rest discussion in Rests.
9084
9085 2005-08-08  Mats Bengtsson  <mabe@s3.kth.se>
9086
9087         * Documentation/user/programming-interface.itely (Markup
9088         construction in Scheme): Corrected example and tried to clarify
9089         the implicit \line in the table.
9090
9091 2005-08-07  Graham Percival  <gpermus@gmail.com>
9092
9093         * Documentation/user/instrument-notation.itely: moved
9094         some bagpipe info back into the bagpipe section.  Somehow
9095         it ended up in the "other vocal issues" section?!  :o_O
9096
9097 2005-08-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9098
9099         * scm/framework-ps.scm (dir-join): Rename from path-join (joins
9100         directories, not paths).
9101
9102 2005-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9103
9104         * scm/framework-ps.scm (munge-lily-font-name): Bugfix: Munge only
9105         plain emmentaler/aybabtu.  Backportme.
9106
9107         * lily/tuplet-bracket.cc (calc_position_and_height): Bugfix:
9108         missing dir correction.
9109
9110 2005-08-05  Graham Percival  <gperlist@shaw.ca>
9111
9112         * scm/define-markup-commands: fix reversed justify/wordwrap
9113         doc strings.
9114
9115 2005-08-05  Jürgen Reuter  <reuter@ipd.uka.de>
9116
9117         * lily/ligature-engaver.cc, lily/coherent-ligature-engaver.cc,
9118         lily/gregorian-ligature-engaver.cc,
9119         lily/include/ligature-engraver.hh,
9120         lily/include/coherent-ligature-engraver.hh,
9121         lily/include/gregorian-ligature-engraver.hh: make these classes
9122         truely abstract.  This should fix some internal oddities such as
9123         duplicate as well as dead translator/property declarations, and
9124         also some dead code.
9125
9126         * lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc:
9127         bugfix: avoid message "junking empty ligature" on ligature
9128         brackets by collecting dummy grobs.
9129
9130 2005-08-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9131
9132         * lily/tuplet-bracket.cc (print): default right overshoot to 0.0
9133
9134         * input/proportional.ly (staffKind): bugfix.
9135         (staffKind): updates by Trevor Baca.
9136
9137         * scm/define-grobs.scm (all-grob-descriptions): remove arrows as
9138         default layout. 
9139
9140         * lily/tuplet-bracket.cc (print): check whether edge-text is a
9141         pair.
9142
9143         * lily/beam.cc (rest_collision_callback): call position_beam() if
9144         necessary.
9145
9146         * VERSION: release 2.7.4
9147
9148         * input/regression/spacing-uniform-stretching.ly: new file.
9149
9150         * lily/spacing-loose-columns.cc (set_loose_columns): use robust_relative_extent().
9151
9152         * Documentation/topdocs/NEWS.tely (Top): add Nicolas as
9153         contributor.
9154
9155         * lily/include/ly-module.hh: define MODULE_GC_KLUDGE globally.
9156
9157         * input/proportional.ly: new file.
9158
9159         * lily/tuplet-bracket.cc (after_line_breaking): don't suicide if
9160         columns is empty
9161
9162         * lily/tuplet-engraver.cc (finalize): new function. Reset right
9163         bounds to currentCommandColumn for the last step.
9164         (start_translation_timestep): if tupletFullLength is set, set
9165         bound to Paper Column
9166
9167         * input/regression/tuplet-full-length.ly (indent): new file.
9168
9169         * lily/spacing-loose-columns.cc (set_loose_columns): space a whole
9170         clique of loose columns, eg. a set of grace notes in strict
9171         notespacing.
9172
9173         * input/regression/spacing-strict-spacing-grace.ly: new file.
9174
9175         * lily/key-signature-interface.cc: change property name to
9176         alteration-alist
9177
9178         * lily/key-engraver.cc (read_event): read keyAlterationOrder, not
9179         keyAccidentalOrder
9180
9181         * python/convertrules.py (conv): keyAccidentalOrder ->
9182         keyAlterationOrder
9183
9184         * lily/key-engraver.cc (create_key): always print a cancellation
9185         for going to C-major/A-minor, regardless of printKeyCancellation.
9186         (create_key): remove typecheck for visibility. This fixes key
9187         signature not being printed.
9188
9189         * lily/spacing-determine-loose-columns.cc: new file.
9190
9191         * input/regression/spacing-strict-notespacing.ly: new file.
9192
9193         * lily/spacing-spanner.cc (generate_springs): rename from
9194         do_measure. 
9195         (generate_pair_spacing): new function.
9196         (init, generate_pair_spacing): set between-cols for floating
9197         nonmusical columns.
9198
9199         * lily/spaceable-grob.cc (get_spring): new function. 
9200
9201         * lily/tuplet-bracket.cc (print): on the left, the overshoot is
9202         relative to the right edge of the prefatory matter.
9203
9204         * lily/beam.cc (print): read break-overshoot to determine where to
9205         stop/start broken beams.
9206
9207         * input/regression/spanner-break-overshoot.ly: new file.
9208
9209 2005-08-04  Graham Percival  <gperlist@shaw.ca>
9210
9211         * ly/bagpipe.ly: updated.
9212
9213         * Documentat/user/instrument.itely: un-comment out bagpipe example.
9214
9215 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9216
9217         * lily/dynamic-engraver.cc (acknowledge_slur): add slur to
9218         support: now (de)crescs avoid slurs as well.
9219
9220         * Documentation/user/instrument-notation.itely (Bagpipe example):
9221         comment out non-functioning bagpipe example.
9222         (Bagpipe definitions): idem.
9223
9224         * Documentation/topdocs/NEWS.tely (Top): add uniform-stretching example.
9225         (Top): add proportionalNotationDuration example.
9226
9227         * input/regression/spacing-proportional.ly: new file.
9228
9229         * lily/tuplet-bracket.cc (parallel_beam): broken bracket never is
9230         synched to a beam.
9231
9232         * lily/beam.cc (shift_region_to_valid): divide by zero fix. This
9233         fixes beams with a single stem (eg. beams across linebreaks.)
9234
9235         * lily/parser.yy (simple_string): allow \new STRING_IDENTIFIER.
9236
9237         * flower/rational.cc (operator +): prevent overflow. This fixes
9238         heavily nested tuplets.
9239
9240         * lily/auto-beam-engraver.cc (derived_mark): new method. Yes. We
9241         have to protect even those unlikely to be corrupted data members.  
9242
9243 2005-08-04  Graham Percival  <gperlist@shaw.ca>
9244
9245         * ly/bagpipe.ly: new file.
9246
9247         * THANKS: added Sven Axelsson.
9248
9249 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9250
9251         * lily/spacing-engraver.cc (stop_translation_timestep): directly
9252         copy proportionalNotationDuration into currentMusicalColumn if
9253         set.
9254
9255         * lily/spacing-spanner.cc (musical_column_spacing): if
9256         uniform-stretching set, fixed space is 0.0
9257
9258         * input/regression/spacing-multi-tuplet.ly: show
9259         uniform-stretching property.
9260
9261         * lily/spacing-spanner.cc (effective_shortest_duration): new function.
9262
9263         * lily/include/spacing-spanner.hh (class Spacing_spanner): new file.
9264         (struct Spacing_options): new struct.
9265
9266         * lily/spacing-basic.cc: new file.
9267
9268         * lily/spacing-spanner.cc (note_spacing): remove outdated code:
9269         delta_t doesn't have to be smaller than shortest_playing_len
9270
9271 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9272
9273         * input/regression/markup-arrows.ly:  new file.
9274
9275         * lily/tuplet-bracket.cc: document new behavior.
9276
9277         * input/regression/tuplet-broken.ly: new file. Demonstrate tuplets
9278         with line breaks.
9279
9280         * scm/define-markup-commands.scm (arrow-head): arrow-head markup command.
9281
9282         * scm/define-grobs.scm (all-grob-descriptions): set arrows as
9283         default 
9284
9285         * lily/tuplet-bracket.cc: add edge-text property.
9286         add break-overshoot.
9287         (print): read break-overshoot.
9288         (print): read edge-text, add stencils.
9289
9290         * mf/feta-arrow.mf: new file.
9291
9292         * mf/feta-generic.mf: add feta-arrow.
9293
9294 2005-08-03  Mats Bengtsson  <mabe@s3.kth.se>
9295
9296         * Documentation/user/lilypond-book.itely (An example of a
9297         musicological document): Added flag -o to dvips for people who use
9298         the default setting in teTeX where output is sent to the printer. 
9299
9300         * Documentation/user/global.itely (Vertical spacing): Added
9301         reference to the Axis_group_engraver which documents the *Extent
9302         properties.
9303
9304 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9305
9306         * Documentation/user/basic-notation.itely (Tuplets): add note
9307         about nested tuplets. Remove BUG. 
9308
9309         * input/regression/tuplet-nest.ly: update: remove manual hack. 
9310
9311         * lily/tuplet-bracket.cc (print): use robust_scm2drul
9312         (print): manually call print() for subtuplets.
9313         (calc_position_and_height): add subtuplets to the
9314         support. Vertically shift outer tuplet 
9315
9316         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): set
9317         remove-first for Lyrics, ChordNames and FiguredBass
9318
9319         * scm/define-grob-properties.scm (all-internal-grob-properties):
9320         use ly:grob-array? iso. grob-list?
9321         (all-internal-grob-properties): add tuplets grob-array.
9322
9323         * lily/tuplet-bracket.cc (add_tuplet_bracket):
9324         new function
9325
9326 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9327
9328         * input/test/time-signature-staff.ly: new file.
9329
9330         * ly/declarations-init.ly (center): escape to Scheme. Fixes
9331         spurious #<Music FingerEvent> errors. Backportme.
9332
9333 2005-08-03  Mats Bengtsson  <mabe@s3.kth.se>
9334
9335         * Documentation/user/programming-interface.itely (Markup
9336         construction in Scheme): Corrected markup syntax in the
9337         translation table.
9338
9339 2005-08-03  Graham Percival  <gperlist@shaw.ca>
9340
9341         * Documentation/user/instrument-notation.itely: small update
9342         to bagpipe notation docs; thanks Sven!
9343
9344         * Documentation/user/basic-notation.itely: add link about trills.
9345
9346 2005-08-02  Graham Percival  <gperlist@shaw.ca>
9347
9348         * Documentation/user/music-glossary: remove accidentally committed
9349         fink patch.
9350
9351 2005-08-02  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
9352
9353         * lily/lily-parser.cc (get_header): new function. Enable multiple
9354         \header definitions.
9355
9356         * lily/parser.yy (lilypond_header_body): use get_header.
9357
9358         * ly/init.ly:
9359         * scm/lily-library.scm (print-score-with-defaults): renamed
9360         $globalheader to $defaultheader
9361             
9362         * Documentation/user/global.itely (Creating titles): added short
9363         explanation that multiple headers are useable.
9364
9365
9366 2005-08-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9367
9368         * lily/module-scheme.cc (LY_DEFINE): new file. 
9369
9370         * Documentation/user/advanced-notation.itely (Font selection): add
9371         doco for make-pango-font-tree.
9372
9373 2005-07-31  Graham Percival  <gperlist@shaw.ca>
9374
9375         * Documentation/user/music-glossary: more languages
9376         for tenuto.
9377
9378         * Docuemntation/user/instrument-notation.itely: minor
9379         update for bagpipe example.
9380
9381 2005-07-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9382
9383         * input/regression/+.ly (TODO): add some text.
9384
9385 2005-07-28  Graham Percival  <gperlist@shaw.ca>
9386
9387         * Documentation/user/invoking.itely: \score begins with music.
9388
9389         * Documentation/user/ basic-notation.itely,
9390         instrument-notation.itely: minor changes.
9391
9392         * Documentation/user/music-glossary.itely: began tenuto entry.
9393
9394 2005-07-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9395
9396         * scm/output-socket.scm (bezier-sandwich): add bezier-sandwich
9397
9398         * mf/feta-bolletjes.mf: swap up and down for aiken heads.
9399
9400 2005-07-27  Graham Percival  <gperlist@shaw.ca>
9401
9402         * Documentation/user/examples.itely: remove bagpipe template.
9403
9404         * Documentation/user/instrument-notation.itely: add bagpipe
9405         section, maybe fix quotes in lyrics.  I hate text encoding.
9406         Clarify chord durations, more bagpipe stuff.
9407
9408 2005-07-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9409  
9410         * lily/accidental-engraver.cc: formatting fixes.
9411
9412         * lily/spacing-spanner.cc (prune_loose_columns): right-items is a
9413         grob-array.
9414
9415         * lily/arpeggio.cc (print): suicide arpeggio for single notehead.
9416
9417         * lily/note-column.cc (arpeggio): new function.
9418
9419         * lily/note-spacing.cc (get_spacing): also take arpeggio into
9420         account for spacing.
9421
9422 2005-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9423
9424         * lily/main.cc (sane_setenv)[!ARGV0_RELOCATION]: Also define.
9425         (setup_guile_env): Use it instead of nonstandard setenv.  Fixes
9426         mingw build.
9427         
9428 2005-07-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9429
9430         * scm/lily.scm (lilypond-all): clear anonymous modules after
9431         processing files.
9432
9433 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9434
9435         * flower/include/guile-compatibility.hh (SCM_I_CONSP): add
9436         SCM_I_CONSP
9437
9438         * VERSION: 2.7.3 released
9439
9440         * Documentation/user/invoking.itely (Invoking lilypond): add
9441         LILYPOND_GC_YIELD documentation.
9442
9443         * lily/*: cleanups: use scm_from_int iso. scm_int2num. Idem for
9444         scm_from_real / scm_make_real.
9445
9446         * lily/main.cc (setup_guile_env): new function. Set GC min_yields
9447         higher. This increases memory footprint, but provides overall
9448         speedup of 15 to 20%. 
9449
9450         * lily/include/translator.hh (class Translator): remove
9451         PRECOMPUTED_VIRTUAL everywhere.
9452
9453         * lily/include/lily-guile.hh: inline scm_c[ad]r, scm_is_pair.
9454
9455         * lily/context.cc (now_mom): non-recursive now_mom() 
9456
9457         * lily/include/profile.hh: new file.
9458
9459         * lily/profile.cc: new file.
9460
9461         * lily/grob.cc (Grob::Grob): look properties up directly.
9462
9463         * lily/open-type-font.cc (get_indexed_char): cache index -> bbox
9464         lookups.
9465
9466         * lily/include/box.hh (class Box): smob Box type.
9467
9468         * lily/smobs.cc (protect_smob): O(1) GC (un)protection.
9469
9470         * lily/include/smobs.hh (DECLARE_BASE_SMOBS): add methods
9471         protect() and unprotect(). Use throughout.
9472
9473 2005-07-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9474
9475         * Documentation/topdocs/NEWS.tely: new item for \displayLilyMusic
9476
9477         * scm/define-music-display-methods.scm (markup->lily-string):
9478         markup elements can also be strings (without simple-markup
9479         appended)
9480
9481 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9482
9483         * lily/context.cc (where_defined): also assign value in
9484         where_defined().
9485
9486         * lily/bezier.cc (get_other_coordinate): use curve_coordinate
9487         (curve_coordinate): new function
9488
9489         * lily/simple-spacer.cc (add_columns): only add rods between
9490         column i and begin/end if keep-inside-line is set (this repleces
9491         allow-outside-line as default)
9492
9493 2005-07-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9494
9495         * lily/tuplet-engraver.cc (start_translation_timestep): only read
9496         tupletSpannerDuration if applicable.
9497
9498         * lily/font-size-engraver.cc (process_music): read fontSize only
9499         once per timestep.
9500
9501         * lily/engraver*cc: use throughout.
9502         
9503         * lily/include/translator.icc (ADD_ACKNOWLEDGER): new macro.
9504
9505         * lily/translator.cc (add_acknowledger): new file. Directly jump
9506         into an Engraver::acknowledge_xxx () method based on a grobs
9507         interface-list.
9508
9509         * lily/include/translator-dispatch-list.hh (class
9510         Engraver_dispatch_list): new struct, new file.
9511
9512         * scm/define-context-properties.scm
9513         (all-internal-translation-properties): remove acceptHashTable,
9514         acknowledgeHashTable
9515
9516         * lily/translator-group.cc (mark_smob): idem for acceptHashTable.
9517
9518         * lily/engraver-group-engraver.cc (Engraver_group_engraver):
9519         change acknowledgeHashTable to C++ member. 
9520
9521         * lily/rest-collision.cc (do_shift): use extract_grob_set().
9522
9523 2005-07-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9524
9525         * scm/display-lily.scm: new file. Define a `display-lily-music'
9526         function, that displays the music expression given as an argument,
9527         using LilyPond notation.
9528
9529         * scm/define-music-display-methods.scm: new file. Implementation
9530         of display methods for each music type.
9531
9532         * ly/music-functions-init.ly (displayLilyMusic): new function for
9533         displaying music with LilyPond notation.
9534
9535         * input/regression/display-lily-tests.ly: new regression test file
9536         for `display-lily-music'.
9537
9538         * scm/markup.scm: remove obsolete debugging code (for printing
9539         markups with LilyPond notation).
9540
9541         * scm/define-music-types.scm (music-name-to-property-table):
9542         * scm/clef.scm (supported-clefs): export, in order to be accessible
9543         from the (scm display-lily) module.
9544
9545 2005-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
9546
9547         * Documentation/topdocs/NEWS.tely (Top): Typo.
9548
9549 2005-07-22  Heikki Junes  <hjunes@cc.hut.fi>
9550
9551         * Documentation/index.html.in, Documentation/texinfo.css,
9552           stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
9553           Documentation/bibliography/index.html.in,
9554           Documentation/bibliography/html-long.bst: revert css-width patch,
9555           it does not work with IE6.
9556
9557 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9558
9559         * Documentation/texinfo.css: revert 760px hack. 
9560
9561         * VERSION: release 2.7.2
9562
9563         * Documentation/topdocs/NEWS.tely (Top): mention barNumberCheck
9564
9565         * Documentation/user/basic-notation.itely (Barnumber check): add
9566         section.
9567
9568         * scm/music-functions.scm (skip-to-last): new function. Show only
9569         last showLastLength part of the \score.
9570
9571         * lily/moment-scheme.cc (LY_DEFINE): new function ly:moment-sub
9572
9573         * python/convertrules.py (conv): add ly:x-moment rule
9574
9575         * lily/moment-scheme.cc (LY_DEFINE): rename ly:X-moment  -> ly:moment-X
9576
9577         * Documentation/topdocs/NEWS.tely (Top): add new feature.
9578
9579         * Documentation/user/instrument-notation.itely (Flexibility in
9580         alignment): options in subsections.
9581
9582         * lily/lyric-engraver.cc (process_music): don't typeset text for _
9583         syllable text. Instead, assume that the previous lyric text is a
9584         melismated text.
9585
9586         * Documentation/index.html.in: revert 800x600 change.
9587
9588 2005-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9589
9590         * lily/main.cc (main): Remove invalid handle kludge.
9591
9592         * scm/lily.scm (running-from-gui?): WINDOWS: check -dgui.
9593         (lambda): add gui define.
9594
9595 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9596
9597         * Documentation/topdocs/NEWS.tely (Top): add note about Musica ficta.
9598
9599         * Documentation/user/instrument-notation.itely (Musica ficta
9600         accidentals): add section Musica ficta accidentals
9601
9602         * lily/accidental-engraver.cc (make_suggested_accidental): new
9603         function.
9604         (make_standard_accidental): move into new function.
9605         (create_accidental): new function.
9606
9607         * scm/define-grobs.scm (all-grob-descriptions): new Grob
9608         AccidentalSuggestion
9609
9610         * lily/output-def-scheme.cc (LY_DEFINE): take default  argument.
9611
9612         * lily/output-def.cc (lookup_variable): return SCM_UNDEFINED if
9613         undefined.
9614
9615         * Documentation/user/global.itely (Page formatting): document
9616         horizontalshift.
9617
9618         * scm/page-layout.scm (default-page-music-height):
9619         horizontalshift: new variable, shift all systems by
9620         horizontalshift to the right, to make space for instrument names.
9621
9622         * scm/paper.scm (set-paper-dimension-variables): add horizontalshift
9623
9624         * lily/input-scheme.cc (LY_DEFINE): take format commands.
9625
9626 2005-07-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9627
9628         * lily/note-column.cc (dir): idem.
9629
9630         * lily/spacing-spanner.cc (Module): idem.
9631
9632         * lily/script-column.cc (before_line_breaking): use extract_grob_set()
9633
9634         * lily/include/paper-column.hh (class Paper_column): add
9635         non-static get_rank() member.
9636
9637         * VERSION: release 2.7.1
9638         
9639         * scm/framework-null.scm: new file, used for benchmarking.
9640
9641 2005-07-20  Heikki Junes  <hjunes@cc.hut.fi>
9642
9643         * Documentation/topdocs/INSTALL.texi, configure.in: fix
9644         version dependencies for fontforge and gs.
9645
9646         * Documentation/index.html.in, Documentation/texinfo.css,
9647         stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
9648         Documentation/bibliography/index.html.in, 
9649         Documentation/bibliography/html-long.bst: optimize width of
9650         html for a 800x600 screen (width:760), increases printability
9651         when 'fit to page' is not set and readability in wide screens.
9652
9653         * stepmake/bin/add-html-footer.py: add missing </p>.
9654
9655 2005-07-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9656
9657         * scm/define-markup-commands.scm (beam): use polygon in beam
9658         command.
9659
9660         * lily/grob-pq-engraver.cc (stop_translation_timestep): save up
9661         all acknowledged grobs, and do potentially expensive merge and
9662         write in one go.
9663
9664         * buildscripts/mf-to-table.py (write_fontlist): enforce noBreak.
9665
9666         * configure.in (reloc_b): add --enable-static-gxx to statically
9667         link to libstdc++
9668
9669         * lily/GNUmakefile (static-gxx-libs): new target
9670         static-gxx-libs. Create symlink to libstdc++.a
9671
9672         * lily/new-lyric-combine-music-iterator.cc: rename to
9673         Lyric_combine_music_iterator
9674
9675         * lily/lyric-combine-music-iterator.cc
9676         (Old_lyric_combine_music_iterator): rename to
9677         Old_lyric_combine_music_iterator
9678
9679         * lily/*-engraver.cc (various): remove double use of
9680         PRECOMPUTED_VIRTUAL function: only use
9681         start_translation_timestep() and stop_translation_timestep(), not
9682         both.
9683
9684         * lily/break-substitution.cc (fast_substitute_grob_array): do
9685         fast_substitute_grob_array for all unordered grob_arrays.
9686         (substitute_grob): return Grob *. Saves packing/unpacking SCMs.
9687         (substitute_grob_array): optimize.
9688
9689         * lily/align-interface.cc (set_axis): set ordered_ for 'elements
9690
9691         * lily/include/grob-array.hh (class Grob_array): ordered_ member.
9692
9693         * lily/parser.yy: revert $globalheader patch.
9694         
9695         * lily/include/translator.icc
9696         (IMPLEMENT_FETCH_PRECOMPUTABLE_METHODS): directly jump into
9697         Translator methods, without _static helper.
9698  
9699         * lily/grob-smob.cc (derived_mark): rename from
9700         do_derived_mark(). Return void.
9701
9702         * scm/define-context-properties.scm
9703         (all-internal-translation-properties): remove tweakCount/tweakRank.
9704
9705         * scm/output-lib.scm (begin-of-line-invisible): use vectors for
9706         predefined break-visibilities.
9707
9708         * lily/item.cc (handle_prebroken_dependencies): use a vector of 3
9709         booleans for break-visibility.
9710
9711         * Documentation/topdocs/NEWS.tely (Top): add note about engravers.
9712
9713         * python/convertrules.py (conv): rule for Timing_translator. 
9714
9715         * lily/include/translator.icc: new file. 
9716
9717         * lily/paper-column-engraver.cc (process_music): new
9718         file. Separate Paper_column factory from Score_engraver.
9719
9720         * lily/vertically-spaced-context-engraver.cc: administer
9721         spaceable-staves property of System.
9722
9723         * lily/translator-group-ctors.cc: new file.
9724
9725         * lily/context-property.cc (make_grob_from_properties): construct
9726         the right Grob class programmatically, looking at the class entry
9727         for the meta property.
9728
9729         * lily/break-align-engraver.cc (stop_translation_timestep): call
9730         Break_align_interface::add_element() directly.
9731
9732         * lily/context.cc (measure_position): measure_position() is now a
9733         normal function.
9734
9735         * lily/include/translator.hh (class Translator): rename
9736         process_acknowledged_grobs() to process_acknowledged() and move to
9737         Translator.
9738
9739         * scm/define-grobs.scm (all-grob-descriptions): add a 'class meta
9740         field for each grob description.
9741
9742         * lily/include/translator-group.hh (class Translator_group):
9743         change to base class. Separate class from Translator. This gets
9744         rid of virtual inheritance for Engravers/Performers.
9745
9746         * lily/staff-performer.cc (class Staff_performer): derive
9747         Staff_performer from Performer, not Performer_group_performer 
9748
9749         * Lily/translator-group.cc (precomputed_recurse_over_translators):
9750         new function.
9751         (precompute_method_bindings): new function. Precompute lists of
9752         Translators, so we only call methods (process_music,
9753         start_translation_timestep, etc.) for Translators needing
9754         it. Also: dispose of pointer-to-member-function calls.
9755
9756         * lily/engraver-group-engraver.cc: remove engraver_each,
9757         recurse_down_engravers ()
9758
9759         * lily/note-head.cc (internal_print): only call
9760         glyph-name-procedure if style != default. 
9761
9762 2005-07-16  Graham Percival  <gperlist@shaw.ca>
9763
9764         * ly/titling-init.ly: add printallheaders option.
9765
9766         * Documentation/user/global.itely: document printallheaders.
9767
9768 2005-07-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9769
9770         * lily/system.cc (do_derived_mark): don't mark from object_alist_
9771         anymore, but do it centrally.  
9772
9773         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
9774         hammer hack.
9775
9776         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-object
9777
9778         * scm/output-lib.scm: remove hammer-print-function.
9779
9780         * lily/include/pointer-group-interface.hh (extract_grob_set): new
9781         macro. Declare a Link_array<Grob> and fill it from a grob.
9782         (extract_item_set): idem for item.
9783
9784         * lily/break-substitution.cc: add header.
9785         (fast_substitute_grob_array): rewrite for Grob_arrays.
9786         (substitute_grob_array): idem.
9787
9788         * lily/group-interface.cc (add_thing): remove file.
9789
9790         * flower/include/parray.hh (class Link_array): slice() is const.
9791
9792         * lily/include/grob-array.hh: new file.
9793
9794         * lily/grob-array.cc (spanner): new file.
9795
9796         * lily/beam-quanting.cc (fill): read details property from beam.
9797
9798         * lily/beam.cc: support details property.
9799
9800         * total speedups below: approx 10%.
9801
9802         * lily/include/beam.hh: new struct, softcode beam quanting parameters
9803
9804         * lily/include/grob.hh (class Grob): add interfaces_ member.
9805
9806         * lily/bezier.cc (init_polynomial_cache): new function: cache
9807         binom(3,j) t^j (1-t)^{3-j}
9808         (curve_point): opps, actually use the cache for t^j , (1-t)^j! 
9809
9810         * lily/*.cc: substitution throughout.
9811
9812         * lily/grob-property.cc (internal_get_object): new routine.
9813         (internal_set_object): idem. Store grob refrences in separate
9814         alist. This saves processing time, since properties aren't
9815         break-substituted, and the per grob namespace is smaller, both for
9816         grobs and non-grob properties.
9817
9818         * scm/define-grob-properties.scm (all-internal-grob-properties):
9819         remove center-element.
9820
9821         * lily/grob.cc: remove tweak-count, tweak-rank.
9822
9823 2005-07-15  Graham Percival  <gperlist@shaw.ca>
9824
9825         * Documentation/user/lilypond-book.itely: fixes example.
9826
9827 2005-07-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9828
9829         * Documentation/user/global.itely (Creating titles):    
9830         * Documentation/user/examples.itely (All headers): change the
9831         place of \header in \score blocks (after music block) to make
9832         examples compile (cf. changes on parser.yy on 2005-07-10)
9833
9834 2005-07-13  Graham Percival  <gperlist@shaw.ca>
9835
9836         * python/convertrules.py: add exc -> ecc rule.
9837
9838         * scripts/convert-ly.py: add location of convertrules.py
9839         in a comment.
9840
9841         * Documentation/user/changing-defaults.itely: fix language.
9842
9843 2005-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
9844
9845         * lily/lily-parser-scheme.cc (LY_DEFINE): Guile 1.6 fix.
9846
9847 2005-07-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9848
9849         * scm/output-socket.scm (grob-bbox): don't use inf? 
9850
9851         * flower/include/rational.hh: add operator bool() 
9852
9853         * scm/define-music-types.scm (music-descriptions): remove
9854         internal-class-name properties.
9855
9856         * lily/include/event.hh: remove file.
9857
9858         * lily/include/music-constructor.hh: remove file.
9859
9860         * lily/parser.yy (Lily_lexer): check EVENT_IDENTIFIER using 'event
9861         in 'types property.
9862
9863         * lily/music.cc (duration_length_callback): new function.
9864
9865         * lily/event.cc: remove file.
9866
9867         * lily/music-constructor.cc: remove file.
9868
9869         * lily/music-scheme.cc (LY_DEFINE): rename to ly:make-music
9870
9871         * lily/context.cc (get_grob_key): nop if use_object_keys not set.
9872         (get_context_key): idem.
9873
9874         * scm/lily.scm (lambda): new option object-keys (default to #f)
9875
9876         * scm/output-svg.scm (utf-8-string): rename  from utf8-string.
9877
9878         * scm/output-gnome.scm: remove beam routine.
9879
9880         * scm/output-ps.scm (scm): idem.
9881
9882         * scm/output-svg.scm: remove beam.
9883
9884         * ps/music-drawing-routines.ps: remove draw_beam.
9885
9886         * lily/lookup.cc (beam): use round_filled_polygon() for beam.
9887
9888         * flower/include/guile-compatibility.hh (scm_from_locale_string):
9889         add scm_from_locale_string compatibility glue. 
9890
9891 2005-07-13  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
9892
9893         * scripts/lilypond-book.py: Prevent occuring error when
9894         'lilypond-book --output=foo/ somefile.ly' is executed multiple
9895         times and target file shoud be overwritten.  (Error message said
9896         'input file and output file is same'.)
9897
9898 2005-07-13  Graham Percival  <gperlist@shaw.ca>
9899
9900         * input/regression/slur-extreme.ly,
9901         input/regression/slur-scoring.ly, lily/slur-configuration.cc,
9902         lily/slur.cc, mf/feta-din-code.mf, mf/feta-timesig.mf,
9903         mf/parmesan-heads.mf, scm/define-grob-properties.scm: Change
9904         "excentricity" to "eccentricity".
9905
9906         * Documentation/user/converters.itely: fix URL for Noteedit and
9907         Rosegarden.
9908
9909         * THANKS: added Yoshinobu Ishizaki.
9910
9911 2005-07-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9912
9913         * scm/define-markup-commands.scm (justify-field): add. 
9914
9915         * scm/define-grobs.scm (all-grob-descriptions): decrease font size.
9916
9917 2005-07-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9918
9919         * lily/lookup.cc (filled_box): express filled_box with
9920         round_filled_box
9921
9922         * scm/midi.scm (paper-book-write-midis): new function. Write all
9923         performances in numbered MIDI files.
9924
9925         * lily/performance-scheme.cc (LY_DEFINE): new file.
9926         (LY_DEFINE): new function ly:performance-write.
9927
9928         * lily/lily-parser-scheme.cc (LY_DEFINE): ly:parser-output-name:
9929         new function.
9930         (LY_DEFINE): change name ly:parser-define -> ly:parser-define!
9931
9932         * scm/framework-*.scm: use port arguments throughout.
9933
9934         * lily/include/lily-guile.hh: rename ly_c_X_p -> ly_is_X
9935
9936         * lily/paper-outputter.cc (Paper_outputter): take port argument.
9937
9938         * lily/paper-outputter-scheme.cc (LY_DEFINE): take port argument.
9939
9940         * scm/framework-texstr.scm (output-framework): 
9941
9942         * input/regression/repeat-fold.ly (texidoc): remove TeX strings.
9943
9944         * scm/output-lib.scm (tablature-stem-attachment-function):
9945         tablature stem attachment fix. 
9946
9947 2005-07-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9948
9949         * lily/bezier.cc: hardcode binomial coefficients of order 3.
9950
9951         * lily/include/music-wrapper.hh: remove Music_wrapper as Music subtype.
9952
9953         * scm/define-music-types.scm (music-descriptions): don't use
9954         Music_wrapper type.
9955
9956         * lily/paper-column.cc (print): print moment too.
9957
9958         * scripts/mup2ly.py (cp_to_dir): remove 1.5.2 compat glue.  
9959         remove compatibility cruft.
9960
9961         * lily/parser.yy (score_body): \score can only begin with Music. 
9962
9963         * lily/score-scheme.cc (LY_DEFINE): rename scorify to
9964         make-score. Take music argument only. Move parser interaction to
9965         Scheme.
9966
9967         * scm/lily-library.scm (scorify-music): new function.
9968
9969         * python/lilylib.py (datadir): remove 2.1 compat kludge.
9970         (datadir): remove resource import.
9971         (print_environment): remove get_bbox()
9972         (cp_to_dir): remove pre 1.5.2 compat glue.
9973
9974 2005-07-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9975
9976         * lily/include/simple-spacer.hh (Module): idem.
9977
9978         * lily/include/spring.hh (struct Spring): store inverse
9979         strength. This prevents division by zero.
9980
9981         * VERSION: release 2.7.0
9982         
9983         * lily/include/music.hh (class Music): remove Music::duration_log()
9984
9985         * lily/stem-engraver.cc (make_stem): take duration log from event.
9986
9987         * lily/chord-tremolo-engraver.cc: don't ack note-head-interface.
9988
9989 2005-07-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9990
9991         * scm/lily.scm (ly:load): load autochange.scm
9992
9993         * Documentation/user/tutorial.itely (Running LilyPond for the
9994         first time): remove reference to DVI/TeX
9995
9996         * scm/define-markup-commands.scm (text): add \text markup command.
9997
9998         * configure.in (reloc_b): bump requirement to Python 2.2.
9999
10000         * lily/include/dots.hh (class Dots): make has_interface() static.
10001
10002         * python/convertrules.py (conv): add rule for ly:grob-default-font
10003
10004         * scm/define-grobs.scm (all-grob-descriptions): reorganize in
10005         alphabetical order.
10006
10007         * input/regression/trill-spanner-pitched.ly: new file.
10008
10009         * lily/font-interface-scheme.cc (LY_DEFINE): function
10010         ly:grob-default-font (changed from get-default-font).
10011
10012         * lily/axis-group-interface-scheme.cc (LY_DEFINE): new file.
10013
10014         * lily/note-head.cc (internal_print): if style is not a symbol,
10015         set style to 'default. 
10016         (internal_print): no style suffix if glyph-name-procedure not
10017         set. Default to quarter head.
10018
10019         * scm/define-grobs.scm (Module): new grob TrillPitchHead.
10020
10021         * scm/define-music-properties.scm (all-music-properties): add trill-pitch.
10022
10023         * ly/music-functions-init.ly: \pitchedTrill
10024
10025         * lily/pitched-trill-engraver.cc (acknowledge_grob): new file.
10026
10027         * ly/Welcome_to_LilyPond.ly: update to 2.6.0
10028
10029         * lily/trill-spanner-engraver.cc (finalize): rename req -> event
10030
10031         * scm/define-markup-commands.scm (pad-markup): pad-markup command.
10032
10033         * po/fr.po: update
10034
10035         * po/de.po: update.
10036
10037 2005-07-06  Graham Percival  <gperlist@shaw.ca>
10038
10039         * Documentation/user/changing-defaults.itely: add link
10040         to grob-iterface.
10041
10042         * Documentation/user/advanced-notation.itely: add material
10043         to Setting automatic beam behaviour.  Thanks, Joe!
10044
10045         * Documentation/user/lilypond.itely: change encoding to utf-8.
10046
10047 2005-07-01  Mats Bengtsson  <mabe@s3.kth.se>
10048
10049         * Documentation/user/advanced-notation.itely (Setting automatic
10050         beam behavior): Correct the documentation of
10051         revert-auto-beam-setting (backportme)
10052
10053 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10054
10055         * lily/ly-module.cc (ly_make_anonymous_module): define
10056         %module-public-interface of module. 
10057
10058         * lily/lily-parser.cc (print_smob): allow printing of parser smob
10059         without lexer.
10060
10061 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10062
10063         * input/regression/fret-diagrams.ly: stretch example.
10064
10065 2005-06-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10066
10067         * cygwin/GNUmakefile ($(outdir)/%.sh): Bugfix: use TAB (Bertalan
10068         Fodor).
10069
10070 2005-06-30  Graham Percival  <gperlist@shaw.ca>
10071
10072         * Documentation/topdocs/AUTHORS.texi: update personal web address.
10073
10074         * Documentation/user/examples.itely, lilypond-book.itely:
10075         change \RequirePackage to \usepackage.
10076
10077         * Documentation/user/global.itely: document copyright and tagline.
10078
10079 2005-06-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10080
10081         * Documentation/user/basic-notation.itely (Transpose): remove link
10082         to nonexistent UntransposableMusic.
10083
10084         * scm/output-svg.scm: remove old definitions.
10085
10086         * scripts/lilypond-book.py (do_file): search for kpsewhich before
10087         invoking.
10088
10089         * python/lilylib.py (search_exe_path): new function.
10090
10091 2005-06-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10092
10093         * python/lilylib.py (mkdir_p): remove setup_environment()
10094         (backportme)
10095
10096         * buildscripts/mutopia-index.py (headertext): trim text.
10097
10098         * Documentation/topdocs/NEWS.tely (Top): refresh.
10099
10100         * scm/define-markup-commands.scm (wordwrap-string): new function:
10101         split string in paras and words.
10102         (wordwrap-markups): new function.
10103         (wordwrap-stencils): new function. 
10104         (justify): use it.
10105         (wordwrap): use it.
10106         (wordwrap-string): use it
10107         (justify-string): use it.
10108
10109         * scm/lily-library.scm (regexp-split): new function.
10110
10111         * scm/define-markup-commands.scm: remove encoded-simple. 
10112         remove font-markup.
10113         (fontsize): remove old version  of fontsize.
10114         (wordwrap): new markup function. Wrap into paragraphs.
10115
10116         * VERSION: Branch lilypond_2_6
10117         (MINOR_VERSION): go to 2.7.0
10118
10119 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10120
10121         * po/zh_TW.po: update from translation project.
10122
10123 2005-06-28  Graham Percival  <gperlist@shaw.ca>
10124
10125         * scm/midi.scm: compile fix.
10126
10127 2005-06-28  Mats Bengtsson  <mabe@s3.kth.se>
10128
10129         * scripts/lilypond-book.py : Fix embarrassing bug in my previous
10130         patch. Now, the tempfile module is loaded too, not only used.
10131
10132 2005-06-28  Stephen Charles McCarthy  <stecmccarthy@hotpop.com>
10133
10134         * scm/midi.scm: changed midi volumes in absolute-volume-alist from
10135         0.05 - 1.00 to 0.25 - 1.00
10136
10137         * scm/midi.scm: moved the default-instrument-equalizer procedure
10138         to just under the insturment-equalizer-alist it takes as an
10139         argument.
10140
10141 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10142
10143         * Documentation/user/advanced-notation.itely (Font selection):
10144         remove CMR note.
10145
10146         * scm/framework-ps.scm (write-preamble): ly:warning iso. ly:warn 
10147
10148 2005-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10149
10150         * THANKS: Add UTF-8 marker.
10151
10152         * Documentation/user/point-and-click.itely (http): Update: use
10153         lilypond-invoke-editor.  Fix: instruct to use user.js.
10154
10155 2005-06-27  Graham Percival  <gperlist@shaw.ca>
10156
10157         * ly/titling-init.ly: implements printpagenumber, increases
10158         space between dedication and title (to avoid collisions with
10159         "g" and "q" in dedication), and nicer logic about copyright
10160         and instrument fields being printed on the first page.
10161         Thanks Vincent!
10162
10163         * Documentation/user/global.itely: document printpagenumber.
10164
10165 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10166
10167         * Documentation/topdocs/NEWS.tely: Update to 2.6.
10168
10169 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10170
10171         * THANKS: update to 2.6
10172
10173         * VERSION: 2.6.0 released.
10174
10175 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10176
10177         * cygwin/GNUmakefile (OUT_POSTREMOVES): Reinclude install script
10178         rule, errorneously removed probably because of misleading comment.
10179
10180 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10181
10182         * python/lilylib.py (datadir): py2exe comments.
10183
10184         * Documentation/topdocs/INSTALL.texi (Top): remove EC fonts requirement.
10185
10186         * configure.in (reloc_b): make fontconfig REQUIRED.
10187
10188 2005-06-27  Heikki Junes <hjunes@cc.hut.fi>
10189
10190         * po/fi.po: add latest translations.
10191
10192 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10193
10194         * ChangeLog: recode utf-8
10195
10196         * Documentation/pictures/lilypond.xpm (Module): edited photo as
10197         logo.
10198
10199         * Documentation/user/examples.itely (Module): 2.4.0 -> 2.6.0
10200
10201         * input/*.ly (Module): 2.4 -> 2.6 grand convert-ly s/r. 
10202
10203         * python/convertrules.py (do_conversion): don't print program_name
10204         from within a module
10205
10206         * configure.in (reloc_b): bump fontforge requirement to 20050624.
10207
10208         * python/convertrules.py (conv): add 2.6.0 dummy rule.
10209
10210 2005-06-23  Graham Percival  <gperlist@shaw.ca>
10211
10212         * Documentation/user/lilypond-book.itely,
10213         Documentation/user/examples.itely: add \RequirePackage{graphics}.
10214
10215         * ly/titling.ly: checks printfirstpagenumber, adds meter, and
10216         fixes baseline-skip.  Thanks Vincent!
10217
10218         * Documentation/user/advanced-notation.itely, global.itely:
10219         moved "Selecting font sizes" to global, since it deals with
10220         notation font size, not text fonts.
10221
10222 2005-06-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10223
10224         * buildscripts/gen-emmentaler-scripts.py (notice): add GPL notice
10225         to fonts.
10226
10227 2005-06-23  Mats Bengtsson  <mabe@s3.kth.se>
10228
10229         * scripts/lilypond-book.py (LATEX_DOCUMENT): More or less ugly
10230         workaround since /dev/stdin doesn't work on Cygwin. Using a
10231         temporary file in the current directory since latex doesn't
10232         understand the path name to the default TMP in Cygwin (at least on
10233         win XP).
10234         
10235         * Documentation/user/global.itely (Creating titles): Correct
10236         misprint in example. Thanks to Rob Vlasaty.
10237
10238 2005-06-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10239
10240         * VERSION (PATCH_LEVEL): release 2.5.32
10241
10242         * lily/lily-parser-scheme.cc (LY_DEFINE): don't set 'parser
10243         variable in lily module
10244
10245         * scm/framework-ps.scm (output-classic-framework): error message
10246         regarding the classic framework.
10247
10248         * Documentation/user/henle-flat-gray.png (Module): new file.
10249
10250         * Documentation/user/baer-flat-gray.png (Module): new file.
10251
10252         * scm/output-lib.scm (fret-number-tablature-format): vcenter and
10253         whiteout for markups.
10254
10255         * buildscripts/substitute-encoding.py (note_glyph): include _ in
10256         regex too. This fixes change clef appearance in PDF. 
10257
10258         * ttftool/include/*: remove.
10259
10260         * configure.in (reloc_b): remove TTFTOOL_ENDIAN
10261
10262         * config.make.in (WINDRES): remove TTFTOOL_ENDIAN.
10263
10264         * lily/GNUmakefile (MODULE_INCLUDES): remove ttftool
10265
10266         * ttftool/*: remove ttftool subdirectory.
10267
10268         * GNUmakefile.in (SUBDIRS): remove ttftool subdirectory.
10269
10270         * lily/ttf.cc (print_header): new file. Convert to type42, using
10271         FreeType to parse the TTF. 
10272
10273         * ttftool/parse.c (readPostTable): ugh. Kludge: nglyphs in maxp
10274         and post table may differ. Pass around post_nglyphs as well.
10275
10276 2005-06-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10277
10278         * ly/music-functions-init.ly (musicMap): new music function
10279         musicMap. 
10280         
10281 2005-06-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10282
10283         * make/mutopia-rules.make: anti-alias-factor = 2
10284
10285         * scm/ps-to-png.scm (make-ps-images): cleanup multipage vs. single
10286         page switch.
10287
10288         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): set
10289         anti-alias-factor for lilypond-book runs.
10290
10291         * scm/ps-to-png.scm (scale-down-image): new function.
10292         (my-system): new function.
10293         (make-ps-images): blow up GS resolution by anti-alias-factor,
10294         scale down image by anti-alias-factor.  This improves appearance
10295         of bitmaps
10296         (make-ps-images): remove showpage. Fixes spurious empty png at
10297         end.
10298
10299         * scm/framework-ps.scm (write-preamble): downcase filename before
10300         string-matching. Should fix .TTF files (as opposed to ttf files)  
10301
10302         * Documentation/user/tutorial.itely (Running LilyPond for the
10303         first time): separate subsections for windows, macos and unix.  
10304
10305         * Documentation/user/invoking.itely (Updating files with
10306         convert-ly): add MacOS X note.
10307
10308 2005-06-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10309
10310         * Documentation/user/introduction.itely (Engraving): don't include
10311         file optical-spacing, add directly.
10312
10313         * lily/paper-outputter.cc (file): open file in binary mode. This
10314         fixes OTF embedding on windows.
10315
10316 2005-06-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10317
10318         * scm/framework-ps.scm (write-preamble): remove debugging output.
10319
10320         * mf/aybabtu.pe.in (i): don't generate aybabtu.cff
10321
10322         * mf/GNUmakefile ($(outdir)/fonts.cache-1): create font cache for
10323         outdir.
10324         (install-fc-cache): install font cache in installation directories.
10325
10326 2005-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10327
10328         * scm/editor.scm (editor-command-template-alist): Use char iso
10329         column, except for Emacs.
10330         (get-editor-command): Substitute char too (Bertalan Fodor).
10331
10332 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10333
10334         * scm/ps-to-png.scm (make-ps-images): Use ~S instead of single
10335         quoted ~s.  This should fix PNG output on Windows; single quotes
10336         are regular characters on Windows.
10337
10338 2005-06-16  Graham Percival  <gperlist@shaw.ca>
10339
10340         * Documentation/user/basic-notation.itely: include ChoirStaff
10341         in System start delimiters.
10342
10343         * Documentation/user/putting.itely: new doc section on
10344         fixing overlapping notation.
10345
10346 2005-06-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10347
10348         * Documentation/user/global.itely (Paper size): \paper is in
10349         \book, not \score.
10350
10351         * make/mutopia-rules.make: -ddelete-intermediate-files
10352
10353         * ly/engraver-init.ly: make Staff default child of ChoirStaff.
10354
10355 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10356
10357         * ChangeLog: Recode utf-8.
10358
10359         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install .so module in
10360         datadir with .py modules.
10361
10362 2005-06-15  Heikki Junes  <hjunes@cc.hut.fi>
10363
10364         * Documentation/user/basic-notation.itely (Ties): add tieDashed.
10365
10366 2005-06-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10367
10368         * make/mutopia-rules.make: switch off ps, p&c for lilypond runs.
10369         
10370         * scm/framework-ps.scm (write-preamble): remove status check.
10371
10372         * Documentation/user/invoking.itely (Updating files with
10373         convert-ly): remove -o option.
10374
10375         * VERSION (PACKAGE_NAME): release 2.5.31
10376
10377         * scm/framework-ps.scm (write-preamble): use ly:system.
10378         (write-preamble): verbosity.
10379
10380         * scripts/convert-ly.py: cleanup. Use lilylib. Use convertrules.
10381
10382         * python/convertrules.py: new file. Store conversion rules
10383         separately.
10384
10385 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10386
10387         * scm/backend-library.scm (postprocess-output): remove debugging gobs.
10388
10389 2005-06-14  Mats Bengtsson  <mabe@s3.kth.se>
10390
10391         * Documentation/topdocs/NEWS.tely (Top): Corrected name of
10392         \musicDisplay 
10393
10394         * Documentation/user/instrument-notation.itely (More stanzas): Add
10395         reference to StanzaNumber.
10396
10397 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10398
10399         * THANKS: separate section for website translators.
10400
10401 2005-06-14  Graham Percival  <gperlist@shaw.ca>
10402
10403         * Documentation/topdocs/INSTALL.texi: update vim info;
10404         thanks Simon Bailey!
10405
10406         * Documentation/user/advanced-notation.itely: included
10407         color names.
10408
10409         * Documentation/user/advanced-notation.itely,
10410         Documentation/usr/notation-appendices.itely: moved
10411         color names into an appendix.
10412
10413 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10414         
10415         * lily/program-option.cc (LY_DEFINE): new function ly_add_option.
10416
10417         * scm/lily.scm (lambda): initialize program options from here.
10418
10419         * scm/framework-*.scm: add header info.
10420
10421         * lily/main.cc (parse_argv): only set output format to pdf if no
10422         other format specified.
10423
10424         * scm/backend-library.scm (postprocess-output): process
10425         'delete-intermediate-files after running convert-to-*. This fixes
10426         PNG generation when 'delete-intermediate-files is set.
10427         
10428 2005-06-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10429
10430         * buildscripts/mutopia-index.py (list_item): thinko. Fixes png
10431         links on website. 
10432
10433 2005-06-13  Graham Percival  <gperlist@shaw.ca>
10434
10435         * Documentation/topdocs/INSTALL.texi,
10436         Documentation/user/lilypond-book.itely: typos.
10437
10438 2005-06-12  Pal Benko  <benkop@freestart.hu>
10439
10440         * elisp/lilypond-mode.el (LilyPond-command-alist: 2PS): space
10441         added between program name and switch; -b changed to -f not
10442         to generate pdf
10443
10444 2005-06-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10445
10446         * elisp/lilypond-mode.el (LilyPond-command-alist): remove 2midi
10447         (LilyPond-command-alist): use -f ps (thanks to Pal Benko)
10448
10449         * input/sakura-sakura.ly: add \midi.
10450
10451         * buildscripts/mutopia-index.py (find): use /usr/bin/find
10452         iso. python find. 
10453
10454         * ttftool/test.c (main): cosmetics.
10455
10456         * ttftool/util.c (surely_lseek): use stdio FILE's for I/O 
10457
10458         * ttftool/test.c: new file. If compiled with -DTEST_TTFTOOL,
10459         create a ttf2ps binary.
10460
10461         * scm/ps-to-png.scm (make-ps-images): fix rename-page-1 functionality.
10462
10463         * scm/backend-library.scm (postscript->png): set rename-page-1 to
10464         true.
10465
10466 2005-06-11  Graham Percival <gperlist@shaw.ca>
10467
10468         * Documentation/user/lilypond-book.itely: add warning about
10469         the font warnings in dvips.
10470
10471 2005-06-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10472
10473         * THANKS: typo
10474
10475         * mf/GNUmakefile ($(outdir)/$(redhat-package)): Fedora-4 url.
10476
10477         * GNUmakefile.in: remove links for .map, .enc
10478         don't fail if out/ doesn't exist yet.
10479
10480 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10481
10482         * ttftool/util.c (surely_read): return nbytes
10483
10484         * stepmake/bin/text2html.py (txt2html): add utf-8 marker. 
10485
10486         * VERSION (PACKAGE_NAME): release 2.5.30
10487
10488         * flower/string-convert.cc (precision_string): >? fix.
10489
10490         * scm/ps-to-png.scm (make-ps-images): search-gs for multipage too.
10491         (make-ps-images): add verbose -q too.
10492
10493         * lily/default-actions.cc (Module): new file. default
10494         {book,score}-print functions.
10495
10496         * scm/ly-from-scheme.scm (ly:parse-string-result): use new setup:
10497         pass results via parseStringResult, lookup via ly:parser-lookup.  
10498
10499         * lily/lily-parser.cc (Lily_parser): only clone lexer in
10500         constructors.
10501         (parse_file): encapsulate do_yyparse() in scm_set_current_module()
10502         (parse_string): idem.
10503
10504         * ly/spanners-init.ly (assertBeamQuant): don't use #{ #} in init.
10505
10506         * lily/main.cc (main_with_guile): copy be_verbose_global into
10507         ly_set_option()
10508
10509 2005-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10510
10511         * scm/backend-library.scm (postscript->pdf):
10512         * scm/ps-to-png.scm (make-ps-images): Do not use gs -q switch in
10513         verbose mode.  Search for several names of gs executable.
10514
10515 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10516
10517         * lily/ly-module.cc (ly_make_anonymous_module): call make-module
10518         directly. This fixes a massive memory leak, provided you use CVS
10519         GUILE.
10520
10521 2005-06-10  Erik Sandberg  <ersa9195@student.uu.se>
10522
10523         * ly/property-init.ly: Added tieDashed.
10524
10525         * THANKS: Added some bughunters for 2.5.
10526
10527 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10528
10529         * lily/program-option.cc: add debug-gc option.
10530
10531         * lily/include/lily-guile-macros.hh: don't protect exported module
10532         objects.
10533
10534         * lily/include/lily-parser.hh (class Lily_parser): remove beam_check().
10535
10536         * scm/backend-library.scm (postscript->pdf): use
10537         delete-intermediate-files iso. running-from-gui? 
10538
10539         * ttftool/util.c (surely_read): robustness. Allow read() to return
10540         less bytes than requested, as per posix standards.
10541
10542         * lily/pfb.cc (LY_DEFINE): set ttf_verbosity from ttf-verbosity
10543         program option.
10544
10545         * ttftool/include/ttftool.h ("C"): rename verbosity to
10546         ttf_verbosity. Add to public interface.
10547
10548         * scm/music-functions.scm (unfold-repeats): remove debugging display.
10549
10550         * lily/program-option.cc: rename from scm-option.cc
10551
10552         * lily/scm-option.cc (LY_DEFINE): handle no-foobar option setting.
10553         (get_help_string): Print pretty help string.
10554
10555         * scripts/lilypond-book.py (PREAMBLE_LY): add no-point-and-click
10556         to snippet preamble.
10557
10558         * lily/scm-option.cc: remove command-line-settings option. Fold
10559         all command-line options plus default settings in a generic
10560         interface. 
10561
10562         * flower/getopt-long.cc (table_string): indent 2nd lines of help
10563         texts too.
10564
10565 2005-06-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10566
10567         * flower/file-name.cc: Bugfix: only append DIRSEP if BASE_
10568         or EXT_ components non-empty.
10569
10570 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
10571
10572         * scm/lily.scm (running-from-gui?): Export.
10573
10574         * lily/lily-parser-scheme.cc (ly:parse-file): Use it to generate
10575         output in .ly source directory.
10576
10577 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10578
10579         * ttftool/util.c (surely_lseek): more verbosity.
10580
10581         * lily/include/lily-proto.hh: add Context_def. This fixes FC4
10582         compile.
10583
10584         * lily/parser.yy (Repeated_music): remove >? 
10585
10586         * scm/backend-library.scm (postscript->pdf): Support for
10587         -dgs-font-load=1
10588
10589         * scm/framework-ps.scm (write-preamble): make font loading
10590         switchable to GS via --define-default gs-font-load=1
10591
10592 2005-06-09  Graham Percival  <gperlist@shaw.ca>
10593
10594         * Documentation/user/global.itely: added \layout docs.
10595
10596 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10597
10598         * lily/lily-parser-scheme.cc: add unistd.h
10599
10600 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10601
10602         * scm/editor.scm: add char argument.
10603
10604         * scripts/lilypond-invoke-editor.scm (dissect-uri): add char. 
10605
10606         * ttftool/util.c (syserror): use errno for better error reporting.
10607
10608         * lily/source-file.cc (get_counts): new function. Calc column,
10609         line and char count in one go.
10610
10611         * lily/binary-source-file.cc (quote_input): rename to quote_input
10612
10613         * lily/input.cc (set): new function.
10614
10615 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
10616
10617         * flower/file-path.cc (find): Bugfix.  Append rather than prepend
10618         directory part of file name to search directory.
10619
10620         * lily/lily-parser-scheme.cc (ly:parse-file): Prepend cwd to
10621         search path and chdir to DIR if --outname=DIR used.
10622
10623         * lily/main.cc (prepend_env_path): Bugfix: Check directory
10624         existence before appending original path.
10625
10626 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10627
10628         * ttftool/parse.c (readNamingTable): verbosity for "bad TTF
10629         file" massage.
10630
10631         * Documentation/user/GNUmakefile (TEXINPUTS): set TEXINPUTS so our
10632         texinfo.tex is always used.
10633         
10634 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10635
10636         * flower/include/axis.hh: rename from axes.hh
10637
10638         * lily/include/text-interface.hh (Module): rename from text-item.hh
10639
10640         * VERSION (PATCH_LEVEL): release 2.5.29
10641
10642         * ttftool/parse.c (readNamingTable): handle Apple/8bit encoding too.
10643
10644         * scm/framework-ps.scm (font-file-as-ps-string): new function.
10645         (handle-macfont): new function. Call fondu for Native mac fonts.
10646
10647         * scm/define-markup-commands.scm (fill-line): handle text-widths =
10648         '() case.
10649
10650 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10651
10652         * scm/ps-to-png.scm (make-ps-images): Bugfix: `Pages: 1\n' is not
10653         multi-page.  Fix .eps regular expression.
10654
10655 2005-06-07  Graham Percival  <gperlist@shaw.ca>
10656
10657         * Documentation/user/putting.itely: add info on modifying templates.
10658
10659         * Documentation/user/lilypond.itely, converters.itely, invoking.itely:
10660         misc small changes.
10661
10662 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10663
10664         * scm/ps-to-png.scm (make-ps-images): no paper size for multi-page.
10665
10666         * scripts/lilypond-ps2png.scm
10667
10668         * VERSION (PACKAGE_NAME): release 2.5.28
10669
10670 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10671
10672         * lily/main.cc (prepend_env_path): Do not append /, that does not
10673         work.  Localedir lives in datadir, not in prefix.
10674
10675         * scm/framework-ps.scm (write-preamble): Remove load-font-via-GS
10676         hack for windows.
10677
10678         * flower/include/file-cookie.hh: Compile fix.
10679
10680 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10681
10682         * ly/engraver-init.ly: add \defaultchild to InnerStaffGroup. 
10683
10684         * scm/ps-to-png.scm (gulp-port): rename from read. Don't redefine
10685         system primitives.
10686         (gulp-port): using read-string!/partial. We don't want to read an
10687         entire PS file  (GUILE 1.6 limits strings to 16M) 
10688
10689         * scm/define-grobs.scm (all-grob-descriptions): remove arch-*
10690         properties. Add font-interface. 
10691
10692         * scm/define-grob-properties.scm (all-user-grob-properties):
10693         remove old bracket properties.
10694
10695         * scm/x11-color.scm: reformat. 
10696
10697         * lily/ledger-line-engraver.cc (acknowledge_grob): create new
10698         LedgerLineSpanner if new StaffSymbol is found. 
10699
10700         * lily/staff-symbol-engraver.cc (acknowledge_grob): also set
10701         staff-symbol for finishing staff. 
10702
10703         * lily/GNUmakefile (OUT_DIST_FILES): don't dist Flex output
10704
10705         * scm/output-svg.scm (setcolor): implement (re)setcolor with <g>
10706         change black to currentColor everywhere. This fixes color support
10707         in SVG.
10708
10709 2005-06-06  Carl Sorensen  <carldsorensen@comcast.net>
10710
10711         * input/regression/fret-diagrams.ly: new file to test fret diagram
10712         capability
10713
10714         * scm/output-tex.scm: remove white-dot and white-text
10715
10716         * scm/output-ps.scm: remove white-dot and white-text
10717
10718         * scm/fret-diagrams.scm (sans-serif-stencil-white): removed -- 
10719         using ly:stencil-in-color instead
10720         (draw-dots) : remove call to white-dot
10721
10722 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10723
10724         * flower/memory-stream.cc (Memory_out_stream): remove fopencookie
10725         support.
10726
10727         * ttftool/ttfps.c: use lily_cookie functions everywhere. 
10728
10729         * flower/include/file-cookie.hh: new file. lily_cookie extension 
10730
10731         * flower/file-cookie.cc: new file. lily_cookie extension.
10732         
10733 2005-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10734
10735         * scm/editor.scm (editor-command-template-alist): Add syn
10736         editor (Jaap [de Vos]).
10737
10738 2005-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10739
10740         * scripts/lilypond-ps2png.scm:
10741         * scm/ps-to-png.scm: New file.
10742
10743         * scm/backend-library.scm (postscript->png): Use it.
10744
10745         * scripts/lilypond-ps-to-png.py: Remove file.
10746
10747         * python/lilylib.py (get_bbox, make_ps_images): Remove.
10748
10749 2005-06-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10750
10751         * lily/auto-beam-engraver.cc (acknowledge_grob): remove dead code.
10752
10753         * scm/auto-beam.scm (default-auto-beam-check): only forbid beam
10754         start on grace moment. Fixes autobeam-grace.ly.
10755
10756         * lily/auto-beam-engraver.cc (process_acknowledged_grobs): don't
10757         process anything unless we're at the end of a pending beam. Fixes
10758         syncopated 8ths beamed across a beat.
10759
10760 2005-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10761
10762         * scm/editor.scm (editor-command-template-alist): Start emacs if
10763         emacslient fails.
10764
10765         * lily/main.cc (setup_localisation): Listen to LILYPOND_LOCALEDIR.
10766
10767         * flower/file-path.cc (is_file, is_dir): Export.
10768
10769         * lily/main.cc (prepend_env_path, set_env_file): Use them.
10770
10771 2005-06-02  Mats Bengtsson  <mabe@s3.kth.se>
10772
10773         * lily/easy-notation.cc: Added include cctype to correct
10774         compilation error.
10775
10776 2005-06-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10777
10778         * scm/backend-library.scm (postscript->pdf): set resolution to
10779         1200, so bitmap fonts aren't that ugly. 
10780
10781         * Documentation/topdocs/NEWS.tely (Top): add entry about font family.
10782
10783         * lily/dynamic-engraver.cc (acknowledge_grob): only center on
10784         parent if we have a notehead. Fixes incorrect offsets when
10785         Paper_column is very wide in the X direction.
10786
10787         * input/regression/font-family-override.ly (Module): new file.
10788
10789         * scm/font.scm (make-pango-font-tree): new function.
10790
10791         * lily/beam.cc (before_line_breaking): remove warning about less
10792         than 2 visible stems. We still get a warning when there is only
10793         one stem.
10794
10795 2005-06-01  Werner Lemberg  <wl@gnu.org>
10796
10797         * buildscripts/substitute-encoding.py: Handle PFAemmentaler-xx.pfa
10798         correctly.
10799
10800 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10801
10802         * lily/slur-scoring.cc (generate_avoid_offsets): new
10803         function. Generate avoid offsets once per slur.
10804
10805         * lily/slur.cc (add_extra_encompass): add dependency to
10806         extra-encompass object. This fixes bugs/c-phrasing-slur.ly
10807
10808         * lily/stencil.cc (is_empty): check dim_ field for is_empty()
10809         too. Fixes inf error with added bass notes.
10810
10811         * scripts/lilypond-book.py (do_options): --psfonts doesn't take
10812         argument anymore.
10813
10814         * make/ly-vars.make (DVIPS_FLAGS): use .psfonts as extension.
10815
10816         * input/tutorial/lbook-latex-test.tex: add line length test.
10817
10818         * scripts/lilypond-book.py (set_default_options): new
10819         function. Call this before dissecting snippets, so linewidth
10820         settings reach the snippets.
10821
10822 2005-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
10823
10824         * scm/lily.scm (PLATFORM, slashify): Remove double slashes.
10825
10826 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10827
10828         * input/mutopia/R.Schumann/romanze-op28-2.ly (leftb): bugfix.
10829
10830 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
10831
10832         * stepmake/aclocal.m4: More autopackage friendliness.
10833
10834 2005-05-31  Graham Percival  <gperlist@shaw.ca>
10835
10836         * Documentation/index.html.in: remove link to LSR.
10837
10838         * Documentation/user/global.itely: remove duplicate
10839         "dedication" \header{} section.
10840
10841 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10842
10843         * VERSION (PACKAGE_NAME): release 2.5.27.
10844
10845         * lily/lily-parser-scheme.cc (LY_DEFINE): unprotect paper
10846         too. Plugs memory leak.
10847
10848         * make/lilypond.fedora.spec.in (Group): remove
10849         lilypond-pdfpc-helper.
10850
10851         * scripts/GNUmakefile (SEXECUTABLES): remove
10852         lilypond-pdfpc-helper. Use lilypond-invoke-editor instead.
10853
10854         * scm/font.scm (make-century-schoolbook-tree): add Mono as
10855         'typewriter family.
10856
10857         * lily/score.cc (Score): unprotect copy of Output_def. Plugs
10858         memory leak.
10859
10860         * lily/parser.yy (score_body): don't clone Score, that's done in
10861         Lily_lexer::try_special_identifiers(). This fixes a memory leak.
10862
10863         * lily/score-engraver.cc (derived_mark): new function.
10864         (initialize): unprotect Paper_score. This fixes a memory leak.
10865
10866         * lily/score-performer.cc (derived_mark): new function.
10867
10868         * lily/score-translator.cc (get_output): use SCM for get_output() call.
10869
10870         * stepmake/aclocal.m4: put FlexLexer.h test in conftest.cc. Fixes
10871         spurious warning.
10872
10873         * scm/font.scm (make-century-schoolbook-tree): use Sans for sans
10874         serif.
10875
10876 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
10877
10878         * configure.in (reloc_b): Add --enable-relocation.
10879
10880 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10881
10882         * lily/pfb.cc (LY_DEFINE): show file name when loading PFB. 
10883
10884         * input/regression/alignment-order.ly: add Staff example.
10885
10886 2005-05-31  John Mandereau   <john.mandereau@free.fr>
10887
10888         * po/fr.po: update.
10889
10890 2005-05-31  Graham Percival  <gperlist@shaw.ca>
10891
10892         * Documentation/index.html.in: add link to LSR.
10893
10894 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10895
10896         * scm/define-stencil-commands.scm (Module): new file. Register all
10897         allowed stencil expression heads in a central place.
10898
10899         * lily/stencil-scheme.cc (LY_DEFINE): check is_stencil_head in
10900         ly:make-stencil
10901
10902         * lily/stencil-expression.cc (all_stencil_heads): registering
10903         stencil expressions.
10904
10905         * lily/stencil-interpret.cc: new file. Stencil expression
10906         interpreting.
10907
10908         * input/xiao-haizi-guai-guai.ly: move file back.
10909
10910 2005-05-30  Graham Percival  <gperlist@shaw.ca>
10911
10912         * Documentation/user/advanced.itely, converters.itely,
10913         instrument-notation.itely, lilypond-book.itely: misc small
10914         changes.
10915
10916 2005-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10917
10918         * lily/lexer.ll: Skip UTF-8 BOM at BOF.
10919
10920         * make/lilypond.fedora.spec.in: Fix source url.
10921
10922         * cygwin: Update from mingw patches.
10923
10924         * scm/editor.scm (editor-command-template-alist): Use jedit
10925         -reuseview (Bertalan), add uedit (Patrick Huberts).
10926
10927         * input/xiao-hai-zi-guai-guai.ly: Rename from
10928         xiao-haizi-guai-guai.ly.
10929
10930         * input/*: Reindent, do not use TAB.
10931
10932         * Documentation/pictures/ly.xpm: Bugfix: do not anti-alias against
10933         white background.
10934
10935 2005-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10936
10937         * scm/framework-ps.scm (dump-stencil-as-EPS): Add silly fix for
10938         numerical overflow error.
10939
10940 2005-05-29 Laura Conrad <lconrad@laymusic.org>
10941         
10942         * abc2ly.py: fix to syntax error in multi-part output.
10943
10944 2005-05-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10945
10946         * lily/span-bar.cc (print): sort bar line extents. Fixes problem
10947         with disappearing span bars when alignAboveContext is active
10948
10949         * lily/property-iterator.cc (check_grob): use is-grob?
10950         object-property. Fixes crash-key-sig-font-size.ly. 
10951
10952 2005-05-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10953
10954         * lily/bar-line.cc (print): don't round barlines; this produces
10955         odd aliasing effects in Acroread.
10956
10957         * lily/timing-engraver.cc (process_music): robustness fix.
10958
10959         * lily/context-def.cc (filter_engravers): bugfix.
10960
10961 2005-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10962
10963         * lily/lilypond.rc.in: Add ly-icon.
10964
10965         * lily/GNUmakefile: 
10966         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Add ly-icon
10967         rules.
10968
10969 2005-05-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10970
10971         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-in-color
10972
10973         * ps/music-drawing-routines.ps: 
10974
10975         * scm/output-ps.scm: remove draw ez_ball.
10976
10977         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
10978         EasyNotation context definition.
10979
10980         * lily/easy-notation.cc (brew_ez_stencil): new file. Use
10981         Text_interface and color for making easy note heads.
10982
10983         * lily/stencil.cc (with_color): new function.
10984
10985         * ps/music-drawing-routines.ps: remove draw_zigzag_line
10986
10987         * lily/line-spanner.cc (zigzag_stencil): rewrite to use draw-line
10988         output routine. Zigzag now works in SVG too.
10989
10990         * scm/output-tex.scm (filledbox): idem.
10991
10992         * scm/output-svg.scm (filledbox): idem.
10993
10994         * scm/output-ps.scm (lily-def): remove horizontal-line. 
10995
10996         * lily/lookup.cc (horizontal_line): use draw-line. 
10997
10998         * lily/system-start-delimiter.cc: remove old staff bracket code.
10999
11000         * mf/feta-haak.mf: further tweaks.
11001
11002         * lily/system-start-delimiter.cc (staff_bracket): use glyphs.
11003
11004         * mf/feta-generic.mf: include feta-haak.
11005
11006         * mf/feta-haak.mf: rewrite. Make separate glyphs for the tips 
11007
11008         * scm/framework-ps.scm (write-preamble): only load fonts if their
11009         filename is a string. 
11010
11011 2005-05-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11012
11013         * scm/output-svg.scm (circle): support circle.
11014         (bracket): stub for bracket.
11015
11016         * scripts/lilypond-book.py (main): make sure --psfonts warning is
11017         correct.
11018
11019 2005-05-26  Graham Percival  <gperlist@shaw.ca>
11020
11021         * Documentation/user/lilypond.tely, advanced-notation.itely,
11022         basic-notation.itely, instrument-notation.itely, global.itely,
11023         introduction.itely, tutorial.itely: rearranging, editing,
11024         clean-up.
11025
11026         * mf/GNUmakefile: change a "make -C" to "${MAKE} -C", required
11027         for compiling on FreeBSD.
11028
11029 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11030
11031         * lily/pfb.cc (LY_DEFINE): progress indication for opening ttf and
11032         otf files.
11033
11034         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (lower):
11035         bugfixes.
11036
11037         * VERSION: 2.5.26 released.
11038
11039         * scm/titling.scm (marked-up-headfoot): revert Pedro's patch. 
11040
11041 2005-05-25  Pedro Kroger  <kroeger@pedrokroeger.net>
11042
11043         * scm/titling.scm (marked-up-headfoot): doesn't print pagenumbers
11044         if printpagenumber is false.
11045
11046 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11047
11048         * lily/font-config.cc (init_fontconfig): comment out FontConfig
11049         cache warning.
11050
11051         * lily/tie.cc (print): support dotted ties.
11052         
11053 2005-05-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11054
11055         * scm/define-grobs.scm (all-grob-descriptions): switch off
11056         debugging
11057         (all-grob-descriptions): Arpeggio has Y-extent.
11058
11059         * scm/define-music-properties.scm (all-music-properties): document
11060         length-callback and start-callback as "read-only".
11061
11062         * scm/music-functions.scm (unfold-repeats): rewrite. Cannot set
11063         length-callback after creation. 
11064
11065         * scripts/convert-ly.py (conv): unfoldrepeats -> unfoldRepeats,
11066         compressmusic -> compressMusic.
11067
11068         * ly/music-functions-init.ly (oldaddlyrics): idem.
11069
11070         * lily/parser.yy: NewLyricCombineMusic ->
11071         LyricCombineMusic. LyricCombineMusic -> OldLyricCombineMusic.
11072
11073 2005-05-24  Pedro Kroger  <kroeger@pedrokroeger.net>
11074
11075         * ly/Welcome_to_LilyPond.ly: typo.
11076
11077 2005-05-24  Graham Percival  <gperlist@shaw.ca>
11078
11079         * Documentation/user/lilypond.tely: move changing-defaults to be
11080         before global issues.
11081
11082         * Documentation/user/basic-notation.itely: move Transpose section
11083         here from advanced/Other.
11084
11085         * Documentation/user/changing-defaults.itely,
11086         advanced-notation.itely: move Fonts to advanced, edit.
11087
11088 2005-05-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11089
11090         * lily/parser.yy (bare_int): remove rule.  From now on, we require
11091         # before negative integers.
11092
11093 2005-05-23  Graham Percival  <gperlist@shaw.ca>
11094
11095         * ly/property.ly: Update tieDotted to have the same form as slurDotted.
11096
11097         * Documentation/user/lilypond.tely: change Unified index to
11098         LilyPond index.
11099
11100         * Documentation/user/advanced-notation.itely,
11101         instrument-notation.itely: editing.
11102
11103 2005-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
11104
11105         * scm/lily.scm (lilypond-all): Bugfix: return failed.
11106
11107         * lily/main.cc (setup_paths)[__MINGW32__]: Normalize LILYPONDPREFIX.
11108
11109 2005-05-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11110
11111         * lily/general-scheme.cc (ly:stderr-redirect): Rename from
11112         ly:port-move.  Needs to be stderr-specific on mingw.
11113         Run fixcc.
11114
11115 2005-05-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11116
11117         * lily/general-scheme.cc (ly:port-move): Remove.
11118
11119         * scm/backend-library.scm (postscript->pdf): Remove -dSAFER in
11120         windows.
11121
11122         * lily/main.cc (setup_paths) [ARGV0_RELOCATION]: Reinstate GS_*
11123         variables.  This eliminates the need for a gs.bat wrapper, which
11124         opens a console.
11125
11126         * scripts/lilypond-invoke-editor.scm (running-from-gui?): 
11127         * scm/lily.scm (running-from-gui?): 
11128         * lily/main.cc[MINGW]: Remove isatty inversion, this is an
11129         artifact of not compiling with -mwindows.
11130
11131         * scm/editor.scm: Define PLATFORM.
11132
11133 2005-05-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11134
11135         * scripts/lilypond-book.py (PREAMBLE_LY): add marker, where people
11136         can start to cut & paste lilypond-book fragments.  
11137
11138         * scm/define-music-types.scm (music-descriptions): remove
11139         UntransposableMusic
11140
11141 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11142
11143         * scm/output-ps.scm (glyph-string): remove / before CIDs.
11144
11145 2005-05-20  Graham Percival  <gperlist@shaw.ca>
11146
11147         * Documentation/user/instrument-notation.itely: remove *Engraver.
11148
11149         * Documentation/user/advanced-notation.itely: edit, rearrange.
11150
11151 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11152
11153         * scm/output-ps.scm (glyph-string): take cid? argument. Use
11154         findresource iso. findfont for CID CFF fonts.
11155
11156         * VERSION (PACKAGE_NAME): release 2.5.25
11157
11158         * ly/Welcome_to_LilyPond.ly: add  \version
11159
11160 2005-05-20  Graham Percival  <gperlist@shaw.ca>
11161
11162         * Documentation/user/programming-interface.itely: move
11163         \displayMusic into its own section.
11164
11165         * Documentation/user/basic-notation.itely: finish editing.
11166
11167 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11168
11169         * flower/file-path.cc (find): don't throw away file_name.dir, but
11170         append to it. Fixes \include with directories.
11171
11172         * flower/include/file-path.hh (class File_path): don't derive from
11173         Array<String>.
11174
11175         * flower/include/file-name.hh (class File_name): remove to_str0()
11176
11177         * lily/hara-kiri-engraver.cc (acknowledge_grob): split
11178         Hara_kiri_engraver in separate file.
11179
11180         * lily/slur-configuration.cc (score_encompass): oops, <? to min()
11181         translation went wrong. Fixes vertically translated slurs.
11182
11183 2005-05-19  Graham Percival  <gperlist@shaw.ca>
11184
11185         * Documentation/user/basic-notaton.itely: editing.
11186
11187 2005-05-18  Graham Percival  <gperlist@shaw.ca>
11188
11189         * Documentation/user/macros.itexi, basic-notation.itely:
11190         add @commonprop (commonly used properties) macro.
11191
11192 2005-05-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11193
11194         * ly/Welcome_to_LilyPond.ly: talk about icon, not program.
11195
11196         * scripts/lilypond-book.py (invokes_lilypond): new function
11197         (main): only run fontextract if invokes_lilypond() is true.
11198
11199         * lily/function-documentation.cc (ly_add_function_documentation):
11200         duh, use !=
11201
11202         * Documentation/topdocs/INSTALL.texi (Top): add MacOS command.
11203
11204         * stepmake/aclocal.m4: remove kpathsea warning, change to OPTIONAL.
11205
11206         * scm/lily.scm (running-from-gui?): lowercase Darwin.
11207
11208         * lily/function-documentation.cc (ly_add_function_documentation):
11209         use scm_hash_table_p() for checking.
11210
11211 2005-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
11212
11213         * Documentation/user/advanced-notation.itely (Text scripts):
11214         Change nonexisting @internalsref{Text markup} to @ref{Text
11215         markup}.  Change @internalsref{Text script} to
11216         @internalsref{TextScript}.
11217
11218         * lily/main.cc (setup_paths): Bugfix: pangorc is not pango.modules.
11219
11220 2005-05-17  Graham Percival  <gperlist@shaw.ca>
11221
11222         * Documentation/user/tutorial.itely, basic-notation.itely,
11223         changing-defaults.itely: remove duplicate cindex entries
11224         that appear on the same page.
11225
11226         * scm/define-grobs.scm: change default padding for TextSpanner.
11227
11228         * Documentation/topdocs/AUTHORS.texi: update email address.
11229
11230         * Documentation/user/global.itely: add info about \include.
11231
11232 2005-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
11233
11234         * scm/backend-library.scm (postscript->pdf): Remove (useless) .ps
11235         when running-from-gui.
11236
11237         * scm/editor.scm (get-editor): Add platform defaults.
11238
11239         * scm/backend-library.scm (postscript->pdf): Typo.
11240
11241 2005-05-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11242
11243         * scm/lily.scm (running-from-gui?): Darwin never runs from GUI.
11244
11245         * lily/font-config.cc (init_fontconfig): add warning about cache.
11246
11247 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11248
11249         * lily/main.cc (setup_paths)[ARGV0_RELOCATION]: Remove GS_*.
11250
11251 2005-05-16  Mats Bengtsson  <mabe@s3.kth.se>
11252
11253         * lily/horizontal-bracket.cc (print): Take care of the direction
11254         property so brackets above the stave point downwards. 
11255
11256         * scm/define-grobs.scm (all-grob-descriptions): Set staff-padding
11257         for HorizontalBracket so it doesn't end up within the stave.
11258
11259 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11260
11261         * lily/GNUmakefile (default): Typo.
11262
11263         * scm/lily.scm (PLATFORM): Export.
11264
11265         * scm/framework-ps.scm (write-preamble)[MINGW]: Use
11266         load-font-via-GS, ttftool or fopencookie is broken on windows.
11267         
11268         * scm/backend-library.scm (postscript->pdf)[MINGW]: Do not use
11269         -dSAFER, that is broken on windows.
11270
11271 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11272
11273         * lily/GNUmakefile ($(outdir)/FlexLexer.h): conditional dependency
11274         for FlexLexer.h
11275
11276         * scripts/lilypond-invoke-editor.scm: remove stray -
11277
11278 2005-05-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11279
11280         * lily/lily-guile.cc (ly_scm2newstr): Use scm_i_string_length.
11281         Fixes deprecation warning.
11282
11283         * flower/include/string.icc (to_string): Only inline if
11284         -DSTRING_UTILS_INLINED.
11285
11286         * lily/pango-font.cc (pango_item_string_stencil): Normalize file
11287         name.  Remove windows comment.
11288
11289         * scm/editor.scm (slashify): New function.
11290         (get-editor-command): Use it.
11291         (get-command-template): Do not alter editor command if
11292         environment value includes `%(file)s' magic.
11293
11294         * scripts/lilypond-invoke-editor.scm (unquote-uri): New function.
11295         (dissect-uri): Use it.
11296         (unquote-uri): Bugfix.
11297
11298 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11299
11300         * scm/framework-ps.scm (write-preamble): add TTF rule.
11301
11302         * Documentation/topdocs/README.texi (Top): remove note about
11303         xdelta.
11304
11305         * Documentation/topdocs/INSTALL.texi (Top): remove Flex
11306         requirement.
11307
11308         * stepmake/aclocal.m4: STEPMAKE_FLEXLEXER_LOCATION: new
11309         function. Figure out where FlexLexer.h lives
11310
11311         * lily/GNUmakefile (OUT_DIST_FILES): dist lexer.cc and FlexLexer.h
11312         
11313 2005-05-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11314
11315         * scripts/lilypond-invoke-editor.scm (dissect-uri): Handle URIs
11316         with Windows root in file name.
11317
11318         * scm/backend-library.scm (ly:system): Only redirect output (using
11319         system and shell, ugh) if /dev/null is writable.
11320
11321         * Documentation/pictures/GNUmakefile [PLATFORM_WINDOWS]: Build
11322         windows icon.
11323
11324         * scm/lily.scm (is-absolute?): New function.  Fixes absolute files
11325         on Mingw.
11326
11327         * scm/output-ps.scm (grob-cause): Use it.  Fixes PDF point and
11328         click.
11329
11330         * flower/file-path.cc (is_dir, is_file): New function.  Actually
11331         use result of stat when available.
11332
11333         * flower/file-path.cc (find): Use it.  Refactor.  Fixes Mingw,
11334         absolute file name and root.
11335
11336         * scm/lily.scm (PLATFORM): On mingw, slashify getcwd.
11337
11338         * scm/editor.scm (get-editor-command): Typo: do not apply editor.
11339
11340         * flower/file-name.cc (slashify): Bugfix, do substitute if no
11341         slashes in file name.
11342
11343 2005-05-13  Jan Nieuwenhuizen  <janneke@gnu.org>
11344
11345         * Documentation/user/preface.itely (Preface): Run
11346         texinfo-all-menus-update.
11347
11348         * scm/editor.scm (get-editor-command): Bugfix: allow full
11349         LYEDITOR setting, partial XEDITOR setting.  With typo fix.
11350
11351         * Documentation/pictures/lilypond-48.xpm: New file.
11352
11353         * flower/file-path.cc (to_string): Bugfix: use PATHSEP.
11354
11355         * ly/Welcome_to_LilyPond.ly: New file.
11356
11357         * lily/main.cc (main): Only identify if we have a terminal.
11358
11359         * scm/backend-library.scm (postscript->png)
11360         (postscript->pdf): Fix file name quoting for GS/MINGW (ie,
11361         non-/bin/sh).
11362
11363 2005-05-13  Heikki Junes  <hjunes@cc.hut.fi>
11364
11365         * Documentation/topdocs/AUTHORS.texi: polish, update.
11366
11367 2005-05-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11368
11369         * Documentation/user/preface.itely (Notes for version 2.6): new
11370         notes for 2.6
11371
11372         * lily/dynamic-engraver.cc (stop_translation_timestep): first set
11373         finished_span_, then call typeset_all(). Fixes spurious "Hairpin
11374         is not fully contained" warnings.
11375
11376         * lily/slur-scoring.cc (get_bound_info): remove warning.
11377
11378         * lily/staff-symbol-engraver.cc (process_music): start initial
11379         spanner in process_music(). This fixes overrides of StaffSymbol
11380         properties.
11381
11382         * scm/framework-pdf.scm (Module): remove.
11383
11384         * Documentation/topdocs/AUTHORS.texi (AUTHORS): clean up, update.
11385
11386         * lily/ambitus-engraver.cc: formatting cleanups.
11387
11388         * mf/feta-solfa.mf (Module): remove.
11389
11390         * ChangeLog: more details about contributions.
11391
11392 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11393
11394         * lily/align-interface.cc (align_elements_to_extents): warn if
11395         called too early. Fixes: disappearing-staff-lines.ly
11396
11397         * VERSION (PACKAGE_NAME): release 2.5.24
11398
11399 2005-05-12  Jan Nieuwenhuizen  <janneke@gnu.org>
11400
11401         * stepmake/aclocal.m4: Typo.
11402
11403         * flower/string.cc (substitute): Take two strings or two
11404         characters.  Update callers.
11405
11406 2005-05-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11407
11408         * flower/file-name.cc (File_name): Slashify.
11409
11410         * scm/lily.scm: Use gui-main iso lilypond-main on MINGW.
11411
11412         * scripts/GNUmakefile (SEXECUTABLES): Add lilypond-invoke-editor.
11413
11414         * stepmake/aclocal.m4 (STEPMAKE_WINDOWS): New function.
11415
11416         * configure.in (gui_b): Use it.
11417
11418         * lily/lilypond.rc.in: New file.
11419
11420         * lily/GNUmakefile[PLATFROM_WINDOWS]: Compile it into executable.
11421
11422 2005-05-12  Graham Percival  <gperlist@shaw.ca>
11423
11424         * Documentation/user/advanced-notation.itely: edit of Text
11425         section; clarify text scripts vs. text markup.
11426
11427 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11428
11429         * lily/multi-measure-rest-engraver.cc
11430         (Multi_measure_rest_engraver): init bar_seen_ to true. Notice
11431         separation items on start. Fixes mm rests in start of score.
11432
11433         * lily/slur-scoring.cc (move_away_from_staffline): robustness,
11434         don't access StaffSymbol if not there.
11435         Fixes: crash-staff-symbol-engraver.ly.
11436
11437         * lily/instrument-name-engraver.cc (class
11438         Instrument_name_engraver): data member first_. Create
11439         InstrumentName on start. 
11440
11441 2005-05-12  Graham Percival  <gperlist@shaw.ca>
11442
11443         * Documentation/user/instrument-notation.itely: add guitar
11444         position.
11445
11446         * Documentation/user/introduction.itely,
11447         Documentation/user/lilypond.tely,
11448         Documentation/user/tutorial.itely: begin pruning
11449         unused (duplicated) cindex entries and misc cleanup.
11450
11451 2005-05-12  Mats Bengtsson  <mabe@s3.kth.se>
11452
11453         * input/test/volta-chord-names.ly: Bring the explanation up to
11454         date.
11455
11456 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
11457
11458         * Documentation/topdocs/{AUTHORS.texi,INSTALL.texi,README.texi}:
11459         Specify `@documentencoding utf-8' for html, ignore warnings.
11460
11461 2005-05-11  Erik Sandberg  <ersa9195@student.uu.se>
11462
11463         * THANKS: Added bughunters.
11464
11465 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
11466
11467         * lily/main.cc: update help string for `lilypond -H'.
11468
11469         * po/fi.po: update.
11470         
11471 2005-05-10  Graham Percival  <gperlist@shaw.ca>
11472
11473         * Documentation/user/advanced-notation.itely: minor fixes.
11474
11475 2005-05-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11476
11477         * scm/editor.scm: New module.
11478
11479         * scm/lily.scm (gui-main): Use it.
11480
11481         * scm/framework-gnome.scm (spawn-editor): Use it.
11482
11483         * scripts/lilypond-invoke-editor.scm: Use it in new script.
11484
11485 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11486
11487         * scm/framework-ps.scm (load-font-via-GS):  new function.
11488
11489         * lily/pango-font.cc (pango_item_string_stencil): add support for
11490         CID keyed font.
11491
11492         * scm/output-ps.scm (glyph-string): add support for CID keyed font.
11493
11494 2005-05-10  Graham Percival  <gperlist@shaw.ca>
11495
11496         * Documentation/user/basic-notation.itely: add @ref.
11497
11498         * Documentation/user/advanced-notation.itely: add example
11499         of 5/8 beaming.
11500
11501 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11502
11503         * scripts/lilypond-pdfpc-helper.py (ly_pc_editor): robustness fixes.
11504
11505         * scm/backend-library.scm (postscript->pdf): Invoke gs instead of
11506         going through ps2pdf wrappers.
11507
11508 2005-05-09  Jürgen Reuter  <reuter@ipd.uka.de>
11509
11510         * Documentation/user/instrument-notation.itely: petrucci note
11511         heads: updated docu
11512
11513         * input/regression/note-head-style.ly: updated regression test;
11514         indentation fixes
11515
11516         * ly/engraver-init.ly: MensuralVoiceContext: use petrucci note
11517         heads as default
11518
11519         * mf/parmesan-heads.mf: minor editing; use musicological names
11520         (rather than optical description) as note head names
11521
11522         * scm/output-lib.scm: complete petrucci heads
11523
11524 2005-05-09  Pal Benko  <benkop@freestart.hu>
11525
11526         * mf/parmesan-heads.mf: add petrucci heads (like neo-mensural
11527         heads, but bigger)
11528
11529 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11530
11531         * lily/main.cc (main_with_guile): Remove no files check.
11532
11533         * lily/main.cc (ly:usage): Export to Scheme.
11534
11535         * scm/lily.scm (no-files-handler): New function.
11536
11537         * scm/lily.scm (lilypond-main): Use it.
11538
11539         * configure.in (gui_b): Add mbrtowc checking.
11540         Resurrect [utf8/]wchar.h checking.
11541
11542 2005-05-09  Mats Bengtsson  <mabe@s3.kth.se>
11543
11544         * Documentation/user/advanced-notation.itely (Metronome marks):
11545         Add link to the program reference for MetronomeMark
11546
11547         * Documentation/user/lilypond-book.itely (An example of a
11548         musicological document): Correct the example using psfonts 
11549
11550 2005-05-09  Heikki Junes  <hjunes@cc.hut.fi>
11551
11552         * po/fi.po: update after a lesson how to update entries against
11553         source.
11554         
11555         * po/TODO: document the lesson.
11556
11557 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11558
11559         * configure.in (gui_b): remove wcrtomb checking.
11560
11561         * lily/general-scheme.cc (LY_DEFINE): hand-convert utf8 to 32
11562         bits. Patch by Matthias Neeracher. <neeracher@mac.com>
11563
11564 2005-05-09  Mats Bengtsson  <mabe@s3.kth.se>
11565
11566         * scripts/convert-ly.py: In the conversion to version 1.9.0, 
11567         keep Scheme expressions and strings unmodified when doing the
11568         conversion to postfix notation for slurs and beams. Should
11569         hopefully solve most related conversion problems. 
11570
11571         * Documentation/user/lilypond-book.itely : Clarify and correct how
11572         to call dvips with -h psfonts.
11573
11574 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11575
11576         * Documentation/user/instrument-notation.itely (Entering lyrics):
11577         Typo.  Fixes build.
11578
11579 2005-05-09  Graham Percival  <gperlist@shaw.ca>
11580
11581         * Documentation/user/lilypond-book.itely: document PSFONTS file.
11582
11583         * Documentation/user/lilypond.tely, lilypond-book.itely,
11584         tutorial.itely: change references to 2.5.x to 2.6.x.
11585
11586         * Documentation/user/instrument-notation.itely: clarified \addlyrics
11587         vs \lyricmode.
11588
11589         * Documentation/user/invoking.itely: remove old info about
11590         lilypond-profile.
11591
11592         * Documentation/topdocs/INSTALL.texi: remove old info about
11593         lilypond-profile, add warning about needing international fonts
11594         to build docs.
11595
11596 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11597
11598         * lily/include/grob-info.hh (class Grob_info): make data member
11599         private. Changes throughout.
11600
11601         * input/regression/alignment-order.ly: new file. 
11602
11603         * lily/vertical-align-engraver.cc (acknowledge_grob): read
11604         alignAboveContext and alignBelowContext
11605
11606 2005-05-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11607
11608         * lily/pfb.cc (LY_DEFINE): add cast.
11609
11610         * scm/framework-ps.scm (write-preamble): embed CFFs if file name
11611         matches .otf
11612         (write-preamble): warn about unknown fonts.
11613
11614         * lily/pfb.cc (Module): new function ly:otf->cff
11615
11616         * lily/open-type-font.cc (get_otf_table): use ::get_otf_table
11617         (get_otf_table): new function.
11618
11619 2005-05-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11620
11621         * scm/backend-library.scm (postscript->png): call lilypond-ps2png
11622         iso. ps2png.
11623
11624 2005-05-06  Heikki Junes  <hjunes@cc.hut.fi>
11625
11626         * po/fi.po: apply second round of update.
11627
11628 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11629
11630         * scm/x11-color.scm (make-x11-color-handler): don't use
11631         #\sp. Apparently doesn't work on all platforms. 
11632
11633 2005-05-06  Graham Percival  <gperlist@shaw.ca>
11634
11635         * Documentation/user/advanced-notation.itely, putting.itely,
11636         tutorial.itely, global.itely, introduction.itely: really minor fixes.
11637
11638 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11639
11640         * VERSION (PACKAGE_NAME): release 2.5.23
11641
11642 2005-05-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11643
11644         * Documentation/topdocs/AUTHORS.texi: Remove texinfo @accents,
11645         convert to utf-8.
11646
11647         * THANKS: Add translators for this release, convert to utf-8.
11648
11649         * mf/GNUmakefile (MFTRACE_FLAGS):
11650         * buildscripts/substitute-encoding.py (outdir): Build fix: pass
11651         outdir as option (WAS: hardcoded).
11652
11653 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11654
11655         * lily/staff-symbol-engraver.cc (Staff_symbol_engraver): init
11656         finished_span_
11657
11658         * THANKS: add Hans Forbrich.
11659
11660         * Documentation/topdocs/NEWS.tely (Top): document new feature.
11661
11662         * Documentation/user/basic-notation.itely (Staff symbol): document
11663         start/stop staff. Reference to ossia.ly
11664
11665         * input/test/ossia.ly: new example using stop and startStaff.
11666
11667         * lily/timing-engraver.cc: remove Timing_engraver::initialize(),
11668         in other words, don't create "|" barline at start of the score.
11669         (start_translation_timestep): don't set whichBar for start of score.
11670
11671         * input/regression/staff-halfway.ly: use new functionality.
11672
11673         * lily/staff-symbol-engraver.cc (try_music): take StaffSpanEvents,
11674         start and stop staff based on events.
11675
11676         * scm/define-music-types.scm (music-descriptions): add StaffSpanEvent
11677
11678         * ly/declarations-init.ly (startStaff, stopStaff): new identifiers.
11679
11680 2005-05-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11681
11682         * Documentation/user/programming-interface.itely (How markups work
11683         internally ): remove \encoding reference.
11684
11685 2005-05-04  Mats Bengtsson  <mabe@s3.kth.se>
11686
11687         * scripts/convert-ly.py: Attempt to do a smarter update of 
11688         text markups from versions < 1.9.0 with arbitrary nesting.
11689
11690 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
11691
11692         * po/fi.po: convert to utf-8, and update.
11693
11694 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11695
11696         * make/lilypond.suse.spec.in: update from suse 2.4 package.
11697
11698         * lily/*.cc: more <? >? to min/max changes
11699
11700         * lily/include/interpretation-context-handle.hh: rename
11701         Interpretation_context_handle to Context_handle.
11702
11703 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
11704
11705         * input/regression/GNUmakefile (local_delete): use `find` together 
11706         with `xargs` to avoid too long argument-lists in cmd line.
11707
11708 2005-05-04  Graham Percival  <gperlist@shaw.ca>
11709
11710         * Documentation/user/introduction.itely: updates "About this manual".
11711
11712         * Documentation/user/advanced-notation.itely,
11713         invoking.itely: minor fixes.
11714
11715 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11716
11717         * COPYING: add font exception. Update FSF address. 
11718
11719         * lily/context-def.cc (path_to_acceptable_context): bugfix, depth
11720         should be taken without child context.
11721
11722         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use it.
11723
11724         * scm/define-markup-commands.scm (triangle): new command, as
11725         robust replacement for unicode Delta/Triangle.
11726
11727 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11728
11729         * ps/music-drawing-routines.ps: add fillp argument.
11730
11731         * lily/lookup.cc (round_filled_polygon): polygon takes filled? argument
11732
11733         * lily/font-config.cc (init_fontconfig): don't add cff/
11734
11735         * VERSION (PACKAGE_NAME): release 2.5.22
11736
11737         * mf/GNUmakefile: remove cff/cff.ps/.map install rules.
11738
11739         * lily/grace-engraver.cc (consider_change_grace_settings): use
11740         is_alias(). Fixes problem with CueVoice grace notes. 
11741
11742         * lily/simultaneous-music-iterator.cc (construct_children): call
11743         Music_iterator::quit() for iterators that start out invalid. This
11744         fixes indefinitely continuing contexts.
11745
11746         * buildscripts/substitute-encoding.py: new file
11747
11748         * Documentation/user/basic-notation.itely (Basic polyphony): fix
11749         missing @end 
11750
11751         * scripts/lilypond-book.py (write_if_updated): print file name.
11752
11753         * Documentation/user/basic-notation.itely (Explicitly
11754         instantiating voices): idem.
11755
11756         * Documentation/user/advanced-notation.itely (Text spanners):
11757         remove stray { } 
11758
11759         * lily/context.cc (default_child_context_name): the default child
11760         is now first in accepts_list_.
11761
11762         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
11763         \defaultchild to all relevant contexts.  This fixes:
11764         drums-pitch.ly.
11765
11766         (Probably also fixes similar problems with ancient
11767         transcriptions getting CueVoices instead of the desired voices.)
11768  
11769         * lily/context-def.cc (get_default_child): new function.
11770         (get_accepted): place default child in front of list.
11771
11772         * lily/parser.yy (FIXME): add DEFAULTCHILD token.
11773
11774         * lily/include/context-def.hh (struct Context_def): add
11775         default_accept_
11776
11777 2005-05-03  Graham Percival  <gperlist@shaw.ca>
11778
11779         * scm/define-grobs.scm: remove "remove-first" line, since
11780         the absent property is set to #f anyway.
11781
11782         * Documentation/user/basic-notation.itely,
11783         advanced-notation.itely, instrument-notation.itely: minor
11784         fixes.
11785
11786         * ly/property-init.ly: add textSpanner{Up,Down,Neutral}.
11787
11788         * Documentation/user/advanced-notation.itely,
11789         changing-defaults.itely: consolidate Text stuff in
11790         advanced notation.
11791
11792         * Documentation/user/global.itely: better docs for \header.
11793
11794         * Documentation/user/putting.itely: new chapter; placeholder
11795         for future expansion.
11796
11797         * Documentation/user/examples.itely: moved "suggestions for
11798         writing LP files" section into putting.itely.
11799
11800         * Documentation/user/lilypond.itely: added new chapter,
11801         fixed the short table of contents.
11802
11803 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11804
11805         * lily/beam-quanting.cc (quanting): robustness fix, don't produce
11806         infinity for unfeasible beams.
11807
11808         * make/lilypond.fedora.spec.in (Group): idem.
11809
11810         * scripts/GNUmakefile (SEXECUTABLES): rename ps2png to lilypond-ps2png
11811
11812         * mf/GNUmakefile (ALL_GEN_FILES): remove .map
11813
11814         * scm/framework-ps.scm (write-preamble): extract CFF from OTF
11815         fonts directly.
11816
11817         * buildscripts/gen-emmentaler-scripts.py (i): idem.
11818
11819         * mf/GNUmakefile: remove all CFF rules.
11820
11821         * scm/framework-ps.scm (ps-embed-cff): reinstate.
11822
11823         * lily/open-type-font-scheme.cc (LY_DEFINE):
11824         new function ly:otf-font-table-data.
11825         (LY_DEFINE): new function otf-font?
11826
11827 2005-05-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11828
11829         * mf/GNUmakefile ($(outdir)/lilypond.map): remove rule.
11830         ($(outdir)/Fontmap.lily): idem.
11831
11832         * buildscripts/gen-emmentaler-scripts.py (i): load fetaXX encoding
11833         for PFAEmmentaler-XXX.pfa. 
11834
11835         * Documentation/user/music-glossary.tely (accidental): NL
11836         translation of accidental.
11837
11838 2005-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
11839
11840         * flower/include/international.hh: Bugfix: include "string.hh".
11841
11842         * lily/include/mingw-compatibility.hh: New file.
11843
11844         * flower/include/libc-extension.hh (memrev): Rename from strrev.
11845
11846         * configure.in: Search for mingw wcrtomb library.
11847
11848 2005-05-02  Mats Bengtsson  <mabe@s3.kth.se>
11849
11850         * scripts/convert-ly.py: Bug fix
11851
11852         * Documentation/user/changing-defaults.itely (Common tweaks):
11853         Added example where the context has to be specified explicitly
11854         (MetronomeMark). 
11855
11856 2005-05-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11857
11858         * scripts/lilypond-book.py (ly_options): set timing to #f for
11859         notime option.
11860
11861         * scripts/convert-ly.py (conv): typo.
11862
11863         * flower/*.cc: remove <? and >?
11864         
11865         * lily/*.cc: remove <? and >?
11866
11867         * lily/tweak-registration.cc (insert_tweak_from_file): Make sure
11868         that 0x0 isn't passed into scm_cons(). Fixes crash with tweak
11869         editor.
11870
11871 2005-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11872
11873         * lily/part-combine-engraver.cc: add space to variable list.
11874
11875 2005-04-30  Graham Percival  <gperlist@shaw.ca>
11876
11877         * scm/define-grobs.scm: changed RemoveEmptyVerticalGroup's
11878         remove-first to false (matches docs)
11879
11880         * Documentation/user/advanced-notation.itely: corrected docs
11881         concerning remove-first.
11882
11883 2005-04-29  Mats Bengtsson  <mabe@s3.kth.se>
11884
11885         * lily/part-combine-engraver.cc: make sure that the relevant
11886         properties are included in the documentation.
11887
11888 2005-04-28  Graham Percival  <gperlist@shaw.ca>
11889
11890         * Documentation/user/lilypond-book.itely: Bernard's docs
11891         for \betweenLilyPondSystem.
11892
11893 2005-04-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11894
11895         * Documentation/topdocs/INSTALL.texi (Top): remove TeX outdated
11896         remarks.
11897
11898 2005-04-28  Pal Benko  <benkop@freestart.hu>
11899
11900         * lily/mensural-ligature.cc (brew_flexa): apply thickness property
11901         only on vertical lines of flexa shape, and use a constant
11902         thickness value for horizontal lines (patch slightly modified by
11903         Jürgen Reuter)
11904
11905         * lily/include/mensural-ligature.hh: make 2 comments clearer
11906
11907 2005-04-28  Jürgen Reuter  <reuter@ipd.uka.de>
11908
11909         * lily/vaticana-ligature-engraver.cc (need_extra_space): renamed
11910         to need_extra_horizontal_space; bugfix: use class scope to avoid
11911         global namespace pollution
11912
11913         * Documentation/user/instrument-notation.itely (ligatures): added
11914         comment on possible future syntax change and how to work around
11915
11916         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf
11917         (epiphonus, cephalicus): fine-tune shape of plica head for narrow
11918         intervals (fixes agnus dei example)
11919
11920         * Documentation/user/instrument-notation.itely (white mensural
11921         ligatures): selected a more illustrative example
11922
11923 2005-04-28  Heikki Junes <hjunes@cc.hut.fi>
11924
11925         * Documentation/index.html.in: specify utf-8 charset in meta content.
11926
11927 2005-04-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11928
11929         * python/lilylib.py (make_ps_images): bugfixes; GS can produce
11930         empty 2nd page for single page.
11931
11932         * scm/lily.scm: remove p&c definitions.
11933
11934         * po/zh_TW.po (Module): new translation.
11935
11936         * lily/lily-guile.cc (ly_chain_assoc): remove.
11937
11938         * lily/general-scheme.cc (LY_DEFINE): export ly:chain_assoc_get
11939         (LY_DEFINE): recurse, iso. calling ly_chain_assoc.
11940
11941 2005-04-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11942
11943         * lily/beaming-info.cc: remove infinity_i
11944
11945         * scripts/abc2ly.py (out_filename): fix thinko with \version.
11946
11947 2005-04-26  Graham Percival  <gperlist@shaw.ca>
11948
11949         * Documentation/user/basic-notation.itely,
11950         instrument-notation.itely, advanced-notation.itely,
11951         changing-defaults.itely: minor fixes.  Added docs
11952         for colors to advanced-notation.itely.
11953
11954         * Documentation/user/advanced-notation.itely: fixed compile
11955         problem and added Bernard's x11-color doc patch.
11956
11957 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11958
11959         * scm/output-ps.scm (grob-cause): Yet another fix, hope it's
11960         alright this time round.
11961
11962 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11963
11964         * Documentation/topdocs/INSTALL.texi (Top): idem.
11965
11966         * Documentation/topdocs/README.texi (Top): remove clean-fonts refs.
11967
11968         * VERSION (MAJOR_VERSION): release 2.5.21
11969
11970         * scm/output-ps.scm (grob-cause): bugfix.
11971
11972 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11973
11974         * cygwin/*: Update.
11975
11976         * cygwin/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Remove profile
11977         stuff.
11978
11979         * scm/output-ps.scm (grob-cause): Bugfix.
11980
11981         * scm/lily.scm (ly:load): Remove x11-color.
11982
11983         * stepmake/aclocal.m4 (STEPMAKE_GET_EXECUTABLE): Bugfix: do not
11984         quote executable, fixes getting version from program --with
11985         --options.
11986         (STEPMAKE_KPATHSEA): Bugfix for Cygwin cross building: use
11987         $ac_exeect.
11988
11989         * Documentation/user/GNUmakefile: Only build music-glossary with
11990         rendered lilypond snippets during web.
11991
11992 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11993
11994         * po/de.po: update.
11995
11996         * lily/GNUmakefile (OUT_DIST_FILES): don't dist lexer.cc
11997
11998 2005-04-22  Laura Conrad <lconrad@laymusic.org>
11999  
12000         * scripts/abc2ly:
12001         second title line append with punctuation dash character;
12002         encode abc2ly python strings in utf-8
12003        
12004 2005-04-21  Laura Conrad <lconrad@laymusic.org>
12005
12006         * scripts/abc2ly fix chords (again)
12007  
12008 2005-04-22  Bernard Hurley  <bernard@fong-hurley.org.uk>
12009
12010         * scm/x11-color.scm: new file
12011         All x11 color names can be accessed with:
12012         #(x11-color 'ColorName),
12013         #(x11-color "ColorName") or:
12014         #(x11-color "color name")
12015         If the x11 color name is not recognised then it defaults
12016         to black
12017
12018         * scm/lily.scm: amended to call scm/x11-color.scm
12019
12020 2005-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12021
12022         * Documentation/user/invoking.itely (Reporting bugs): comment out
12023         reference to online PNG bug repository.
12024
12025 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12026
12027         * lily/translator-scheme.cc (ly:translator-property): Remove.
12028         Update callers.
12029
12030         * lily/context-scheme.cc (ly:context-now): Move from translator.
12031         Update callers.
12032
12033 2005-04-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12034
12035         * input/regression/grid-lines.ly (skips): refine example.
12036
12037         * scm/define-context-properties.scm
12038         (all-user-translation-properties): doc autoBeamCheck
12039
12040         * input/regression/grid-lines.ly (Module): new file.
12041
12042         * lily/grid-point-engraver.cc (Module): new file.
12043
12044         * lily/grid-line.cc (Module): new file.
12045
12046         * lily/grid-line-span-engraver.cc (Module): new file.
12047
12048         * lily/grid-line-interface.cc (Module): new file.
12049
12050 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12051
12052         * scm/auto-beam.scm (revert-property-setting): Bugfixes: add
12053         missing parameter, actualy cdr through list.  Actually return a
12054         list with ENTRY removed (was '()).
12055
12056         * scripts/convert-ly.py: Update.  Print warning if file cannot be
12057         opened.
12058         (do_conversion): Fix printing of continuation comma.
12059
12060         * Documentation/user/advanced-notation.itely (Beam formatting):
12061         Remove refbugs about compound time and mixed duration.
12062
12063         * scm/auto-beam.scm (default-auto-beam-settings): Write out all
12064         modulo moments explicitely.
12065
12066         * lily/moment.cc (operator %): New function.
12067
12068         * lily/moment-scheme.cc (ly:mod-moment): Wrap it.
12069
12070         * lily/translator-scheme.cc (ly:translator-now,
12071         ly:translator-property): New function.
12072
12073         * scm/auto-beam.scm (default-auto-beam-check): New function.
12074
12075         * lily/auto-beam-engraver.cc (test_moment): Use it.
12076
12077         * flower/rational.cc (operator %): Bugfix.
12078
12079 2005-04-21  Erik Sandberg  <ersa9195@student.uu.se>
12080
12081         * scripts/abc2ly: Bugfix
12082
12083 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12084
12085         * python/fontextract.py (write_extracted_fonts): bugfix, too many
12086         %'s on EndFont comment.
12087
12088         * lily/ledger-line-spanner.cc: some more words of explanation.
12089
12090 2005-04-20  John Williams <williams@tni.com>  
12091         
12092         * scripts/lilypond-book.py: htmlquote bugfix.
12093         Allow snippets to be given distinct filenames.
12094         Allow the default alt text to be overridden.
12095
12096 2005-04-20  Erik Sandberg  <ersa9195@student.uu.se>
12097
12098         * ly/performer-init.ly: Bugfix
12099
12100         * THANKS: Added bughunters.
12101
12102 2005-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
12103
12104         * SConstruct (test_lib): Bump mftrace requirement to 1.1.9.
12105
12106         * lily/auto-beam-engraver.cc (test_moment): Test exact measure
12107         position (was: use modulo measure length).
12108
12109         * configure.in (no gui_b): Remove optional gtk+ requirement.
12110
12111 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12112
12113         * Documentation/user/basic-notation.itely (Pitches): add
12114         LedgerLineSpanner.
12115
12116         * lily/dynamic-engraver.cc (process_music): set right bound to
12117         script if present. Else, do not set.
12118         (acknowledge_grob): only set right bound of finished spanner to
12119         note column if no other bound is set.
12120
12121         * python/lilylib.py (make_ps_images): switch back to png16m.
12122         
12123 2005-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
12124
12125         * scripts/lilypond-book.py (write_if_updated): Bugfix for not
12126         writing up to date file.  Add dvips usage suggestion.
12127
12128         * scripts/convert-ly.py: Fix error message.
12129         Print usage if no files on command line.
12130         (usage): Add example usage.
12131
12132         * input/test/compound-time.ly: New file.
12133
12134         * input/test/circle.ly: New file.
12135
12136         * Documentation/topdocs/NEWS.tely: Use them.
12137
12138         * input/test/boxed-stencil.ly: Remove \score.
12139
12140         * buildscripts/mf-to-table.py (base): Add .log dependency.
12141
12142         * mf/GNUmakefile: Add PFAemmentaler and PFAaybabtu dependencies on
12143         pfa's.  Add .log dependency
12144
12145         * scm/define-markup-commands.scm (lower): New command.
12146
12147         * elisp/lilypond-mode.el (LilyPond-pdf-command): New command,
12148         make it default.
12149
12150 2005-04-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12151
12152         * lily/dynamic-engraver.cc (acknowledge_grob): add note-column
12153         also to finished cresc as right bound. This fixes:
12154         skip-string-decresc.ly
12155
12156         * lily/slur-scoring.cc (get_bound_info): robustness: substitute
12157         relative_coordinate if extent is empty.
12158
12159         * lily/stem.cc (width_callback): determine correct extent if flag
12160         is not there. This fixes slur-no-flag.ly
12161
12162         * lily/grace-engraver.cc (consider_change_grace_settings): new
12163         function.
12164         (initialize): also consider_change_grace_settings() on
12165         initialization. Fixes large grace notes at start of score.
12166
12167         * lily/break-align-interface.cc (do_alignment): don't translate if
12168         total_extent is empty.
12169
12170         * buildscripts/lilypond-{login,profile}.sh (Module): remove file.
12171
12172 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12173
12174         * scm/output-ps.scm (grob-cause): don't add cwd if path starts
12175         with slash.
12176
12177 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
12178
12179         * stepmake/aclocal.m4: Remove tfm_path.
12180
12181 2005-04-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12182
12183         * scm/music-functions.scm (markup-expression->make-markup): fix
12184         bug with cons arguments of markup commands.
12185         (music->make-music): fix music expression property list building
12186
12187 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
12188
12189         * aclocal.m4: Massage package names.
12190
12191         * SCons updates.
12192
12193 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12194
12195         * VERSION (PACKAGE_NAME): release 2.5.20
12196
12197         * lily/stem.cc (calc_stem_info): add minimum Y extent of
12198         stem-tremolo.  Fixes: bugs/tremolo-stem-length-beamed
12199
12200         * lily/percent-repeat-engraver.cc (try_music): add measure before
12201         next_moment to future processing moment. Fixes:
12202         percent-repeat-mm-rest.ly
12203         (process_music): don't add moment for 2nd time.
12204
12205         * input/regression/repeat-percent.ly: add mmrests as extra test.
12206
12207         * lily/axis-group-engraver.cc (acknowledge_grob): read
12208         keepAliveInterfaces to decide what to kill.
12209
12210         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add
12211         percent-repeat-interface to keepAliveInterfaces. This fixes
12212         percent-repeat-harakiri.
12213
12214 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
12215
12216         * SCons updates.
12217
12218 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12219
12220         * config.make.in (TTFTOOL_ENDIAN): rm TFM_PATH
12221
12222         * aclocal.m4: remove --enable-tfm-path configure option
12223
12224         * input/test/ancient-font.ly (lowerStaff): clef name errors.
12225
12226         * scm/backend-library.scm (postscript->png): newline after
12227         finishing command.
12228
12229         * lily/paper-score-scheme.cc (LY_DEFINE): new file.
12230         (LY_DEFINE): ly:paper-score-paper-systems: new function 
12231
12232         * lily/score-scheme.cc (LY_DEFINE): require music argument. 
12233
12234         * lily/score.cc (default_rendering): use Music_output too.
12235
12236         * input/test/chord-names-languages.ly (Module): rename file.
12237
12238         * lily/text-spanner.cc: add bound-padding.
12239
12240         * lily/paper-book.cc (systems): accept Paper_score
12241         iso. Paper_system vector. 
12242
12243         * input/regression/line-arrows.ly: new file.
12244
12245         * lily/paper-score.cc (process): run get_paper_systems() only once.
12246
12247         * lily/line-spanner.cc (line_stencil): add arrows.
12248
12249 2005-04-18  Jonatan Liljedahl  <lijon@kymatica.com>
12250
12251         * lily/line-interface.cc (make_arrow): new function. 
12252         (arrows): idem.
12253
12254 2005-04-18  Mathieu Giraud  <magiraud@free.fr>
12255
12256         * input/test/chord-names-german.ly: update for italian/french
12257         chords.
12258         
12259         * Documentation/user/instrument-notation.itely (Printing chord
12260         names): update.
12261
12262 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12263
12264         * lily/include/paper-score.hh (class Paper_score): remove unused
12265         prototypes.
12266
12267         * lily/book.cc (process): add -COUNT to midi output.
12268
12269         * lily/score.cc (book_rendering): remove outname argument
12270         (book_rendering): return list of Music_outputs. 
12271
12272         * lily/global-context-scheme.cc (LY_DEFINE): remove outname argument.
12273
12274         * lily/book.cc (process): loop over Music_outputs returned from
12275         Score::book_rendering().
12276
12277         * lily/*.cc (width_callback): remove spurious "unused" warnings
12278         for assert (axis==[XY]_AXIS); 
12279
12280         * lily/include/music-output.hh (class Music_output): smobify class.
12281
12282         * lily/include/paper-score.hh (class Paper_score): make members
12283         private.
12284
12285         * lily/performance.cc (process): return #f iso. #<undefined>. This
12286         prevents #<undefined> leaking into GUILE-userspace.
12287
12288 2005-04-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12289
12290         * config.hh.in: remove HAVE_PANGO_FC_FONT_MAP_ADD_DECODER_FIND_FUNC.
12291
12292 2005-04-17  Mathieu Giraud  <magiraud@free.fr>
12293
12294         * scm/chord-name.scm : support for italian and french
12295         chords names.
12296
12297         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): add
12298         a space defined by chordPrefixSpacer when the root name is
12299         direclty followed by a prefix.
12300
12301         * ly/engraver-init.ly : chordPrefixSpacer       
12302         * scm/define-context-properties.scm : chordPrefixSpacer
12303         * ly/property-init.ly : italianChords, frenchChords 
12304
12305 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
12306
12307         * mf/feta-din.mf: Remove.
12308
12309         * mf/GNUmakefile (fontdir): Bugfix.
12310
12311         * mf/SConstruct: Some updates.
12312
12313         * SConstruct: Require pkg-config.
12314         (test_program): Bugfix for double digit version compares, use
12315         integer (not string-) compare.
12316         Optionally require gs 8.14.
12317
12318         * stepmake/aclocal.m4 (STEPMAKE_PANGO_FT2): Define HAVE_PANGO16 too.
12319
12320         * lily/*: s/ifdef HAVE_*/if have/.
12321
12322         * SConstruct (test_lib): New function.  Update pkg-config and some
12323         other requirements.
12324
12325         * configure.in: Require pkg-config.  Enforce REQUIRE and version for
12326         freetype, pangof2t.
12327
12328 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12329
12330         * po/lilypond.pot, ...: Update using bison-CVS.
12331
12332         * python/lilylib.py (make_ps_images): Fixo.
12333
12334 2005-04-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12335
12336         * python/lilylib.py (make_ps_images): typo.
12337
12338         * configure.in (gui_b): make bison optional.
12339
12340         * lily/GNUmakefile (OUT_DIST_FILES): dist parser and lexer.
12341
12342 2005-04-16  Bernard Hurley  <bernard@fong-hurley.org.uk>
12343
12344         * framework-eps.scm: code added so that a macro \betweenLilyPondSystem
12345         with one parameter can be defined in a LaTeX file when processed
12346         by lilypond-book this will be evaluated between the systems of
12347         a multi-system score. The parameter is the number of systems processed.
12348
12349 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12350
12351         * python/lilylib.py (make_ps_images): Escape newline.
12352
12353         * Documentation/user/music-glossary.tely: Run
12354         texinfo-all-menus-update.
12355
12356 2005-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
12357
12358         * scm/lily-library.scm (old-relative-not-used-message)
12359         (version-not-seen-message): Add input-file-name-location to message.
12360
12361         * lily/parser.yy (lilypond): Add token aliases.
12362
12363         * Documentation/user/music-glossary.tely (accidental): Fixes.  Do
12364         not confuse with alteration.
12365         (alteration): Add.
12366
12367 2005-04-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12368
12369         * python/lilylib.py (make_ps_images): use -dEPSCrop
12370
12371         * VERSION (PACKAGE_NAME): release 2.5.19 
12372
12373         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
12374         only put xrefs in info documentation.
12375
12376         * make/ly-rules.make ($(outdir)/%.html.omf): transplant .dvi ->
12377         .pdf rule to tex-rules.make.
12378
12379         * scm/framework-eps.scm (dump-stencils-as-EPSes): remove comments
12380         from -systems.* output.
12381
12382         * stepmake/stepmake/tex-rules.make ($(outdir)/%.pdf): make PDF
12383         directly, remove -$(PAGESIZE) target.
12384
12385         * input/test/embedded-postscript.ly: update.
12386
12387 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12388
12389         * make/lysdoc-targets.make (local-WWW): remove ps.gz target.
12390
12391         * Documentation/user/changing-defaults.itely (Font selection):
12392         document font-name.
12393
12394         * input/regression/font-name.ly: show Pango fonts for
12395         font-name. Update example. 
12396
12397         * lily/pango-select.cc (properties_to_pango_description): don't
12398         convert symbol font-size to number, but use to lookup.
12399
12400         * python/fontextract.py (write_extracted_fonts): add VMusage 0.
12401
12402         * scm/framework-ps.scm (write-preamble): use (NAME . CONTENTS) and
12403         (NAME . FILE-NAME) tuples for font descriptions. 
12404         (write-preamble): display BeginFont DSC comments.
12405
12406         * python/fontextract.py (write_extracted_fonts): new file. Extract
12407         font resources from a PS file.
12408
12409         * scripts/lilypond-book.py (option_definitions): --psfonts option.
12410         (Compile_error.process_include): do_file returns chunks.
12411
12412         * make/ly-vars.make (DVIPS_FLAGS): don't load .map file.
12413
12414         * make/lysdoc-targets.make: .texi is .PRECIOUS
12415
12416         * scripts/lilypond-book.py (write_if_updated): new function.
12417
12418 2005-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
12419
12420         * scm/framework-eps.scm (dump-stencils-as-EPSes): Massage messages.
12421
12422 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12423
12424         * scm/framework-eps.scm (dump-stencils-as-EPSes): no massages.
12425
12426         * input/regression/markup-syntax.ly: remove \score.
12427
12428         * scm/define-markup-commands.scm (draw-circle): add fill argument
12429
12430         * scm/stencil.scm (make-circle-stencil): add fill argument
12431
12432         * ps/music-drawing-routines.ps: add fill argument.
12433
12434         * ly/performer-init.ly: add CueVoice to MIDI too.
12435
12436         * ps/music-drawing-routines.ps: new routine BeginEPSF /
12437         EndEPSF.
12438
12439         * input/regression/markup-eps.ly: new file.
12440
12441         * scm/framework-ps.scm (write-preamble): change order: vars should
12442         be inited before procedures.
12443
12444         * scm/output-ps.scm (glyph-string): break lines. 255 chars is max
12445         for EPS files.
12446
12447         * scm/define-markup-commands.scm (epsfile): add epsfile command.
12448
12449 2005-04-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12450
12451         * configure.in (gui_b): add check for ghostscript 8.15
12452
12453 2005-04-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12454
12455         * lily/hairpin.cc (after_line_breaking): suicide the hairpinlet at
12456         start of line. Fixes cresc-after-newline.ly
12457
12458         * lily/source-file.cc (file_line_column_string): use get_column().
12459
12460 2005-04-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12461
12462         * lily/source-file.cc (get_column): utf-8 support for column numbers.
12463
12464 2005-04-12  Jan Nieuwenhuizen  <janneke@gnu.org>
12465
12466         * lily/*: use message () iso progress_indication () for messages.
12467         Revise/uniformise user messages.
12468
12469         * flower/warn.cc (progress_indication): New function.
12470         (message): Use it.  Fixes newline problems.
12471
12472         * config.make.in (webdir): Sort out install dirs.
12473
12474         * stepmake/stepmake/generic-targets.make (final-install): Bugfix.
12475
12476         * python/lilylib.py (command_name): Bugfix.
12477         (make_ps_images):
12478
12479 2005-04-11  Pedro Kroger  <kroeger@pedrokroeger.net>
12480
12481         * lily/main.cc: --help says what types of backends are availabe
12482
12483 2005-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12484
12485         Fix ./VERSION dependency, and without need to reconfigure.
12486
12487         * lily/main.cc (setup_paths): Update.
12488
12489         * stepmake/bin/make-version.py (defs): Add TOPLEVEL_VERSION define..
12490
12491         * config.hh.in (LILYPOND_DATADIR): Remove TOPLEVEL_VERSION.
12492
12493         * scripts/convert-ly.py (\markup): Fix too simplistic regexps.
12494         Add \line for some simplistic cases.
12495
12496         * lily/GNUmakefile (main.o): Add missing dependency on version.hh.
12497
12498 2005-04-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12499
12500         * elisp/lilypond-mode.el (LilyPond-lilypond-command): command used
12501         to compile LY files (useful for adding eg. "-I" args)
12502         (LilyPond-command-alist): use `LilyPond-lilypond-command'. Add a
12503         2Gnome command for gnome backend.
12504         (LilyPond-command-formatgnome): call the 2Gnome command. key
12505         binding: C-c C-g
12506
12507 2005-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
12508
12509         * Documentation/user/GNUmakefile (lilypond/index.html): Bugfix:
12510         depend on all PNG images.
12511
12512 2005-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
12513
12514         * GNUmakefile.in: Bugfix: also link .map files.
12515
12516 2005-04-09  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12517
12518         * scm/music-functions.scm (music->make-music): generate 
12519         a (make-music ...) sexpr from a music expression.
12520         (display-scheme-music): use guile pretty printer to display the
12521         make-music sexpr.
12522
12523 2005-04-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12524
12525         * ly/engraver-init.ly: reindent.
12526         Add CueVoice.
12527
12528         * scm/music-functions.scm (music-pretty-string): handle moments
12529         too.
12530         (music-pretty-string): only print non-empty lists.
12531         (cue-substitute): create CueVoice context, which has smaller type.
12532
12533         * lily/moment-scheme.cc (LY_DEFINE): new methods
12534         ly:moment-grace-{numerator,denominator}
12535
12536         * lily/context-handle.cc: remove quit() method. 
12537
12538         * lily/font-config.cc (init_fontconfig): be verbose about font path.
12539         (init_fontconfig): success is 0, not !0
12540
12541 2005-04-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12542
12543         * mf/feta-nummer-code.mf (code): add plus glyph.
12544
12545         * lily/tie.cc (print): idem.
12546
12547         * lily/slur.cc (print): don't use thickness property for
12548         slur shape-thickness.
12549
12550         * lily/stencil-scheme.cc (LY_DEFINE): don't reverse the order
12551         while adding stencils.
12552
12553         * scm/define-markup-commands.scm (with-color): with-color markup
12554         command.
12555         (whiteout): new markup command 
12556         (filled-box): new markup command
12557
12558 2005-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
12559
12560         * Documentation/topdocs/NEWS.tely (Top): Make tex-able.  Handy
12561         test for PDF docs.
12562
12563         * mf/GNUmakefile (lilypond.map): Add PFAEmmentaler,
12564         PFAAybabtu-Regular.  Fixes feta font in PDFs.
12565         
12566         Notes for tetex-3.0 make web:
12567            psclean.map: s/uhv8a/uhvr8a/
12568            config.ps add:
12569                 p +psfonts_t1.map
12570                 p +psclean.map
12571                 p +typeface.map
12572
12573 2005-04-06  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12574
12575         * scm/music-functions.scm (music-pretty-string): fix bug with
12576         string argument.
12577
12578 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
12579
12580         * stepmake/bin/add-html-footer.py (i18n): Bugfix.
12581
12582 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12583
12584         * scripts/lilypond-book.py (Lilypond_snippet.__init__): 
12585         only process options if they're there.
12586         (write_file_map): add version-seen? to snippet-map.ly
12587
12588 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
12589
12590         * scripts/lilypond-book.py (split_options): Bugfix.  Small code
12591         formatting cleanups.
12592
12593         * mf/GNUmakefile: Rewrite $addprefix, $addsuffix using % short-forms.
12594         Add PFAaybabtu.pfa dependency on aybabtu.subfonts.
12595
12596 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12597
12598         * scm/framework-ps.scm (ps-font-command): don't hash, just use
12599         name directly.
12600
12601         * lily/main.cc (setup_paths): either add mf/out to search path or 
12602         fonts/{otf,type1,etc}
12603         
12604         * lily/font-config.cc (init_fontconfig): either add mf/out to
12605         FontConfig or fonts/{otf,type1,etc}
12606
12607         * GNUmakefile.in: don't put mf/ link in share/ dir.
12608
12609         * lily/staff-spacing.cc: move same-direction-correction to
12610         note-spacing-interface
12611
12612         * scm/lily.scm (lilypond-main): use variable argument count for
12613         exception handler.
12614
12615         * lily/font-config.cc (init_fontconfig): add operator pacification
12616         message.
12617
12618         * mf/aybabtu.pe.in (i): generate PFAAybabtu.pfa
12619
12620         * buildscripts/gen-emmentaler-scripts.py (i): generate
12621         PFAEmmentaler as well.
12622
12623         * scm/framework-ps.scm (munge-lily-font-name): new function
12624         (write-preamble): hack: insert PFA equivalent of CFF into
12625         .PS. This makes LilyPond output printable on normal PS printers
12626         again.
12627
12628         * buildscripts/gen-emmentaler-scripts.py (i): generate
12629         PFAEmmentaler.pfa aswell.
12630
12631 2005-04-06  John Williams <williams@tni.com>  
12632         
12633         * scripts/lilypond-book.py: refactor the compose_ly procedure.
12634         
12635 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12636
12637         * scm/page-layout.scm (default-page-make-stencil): always combine
12638         the header stencil, even if empty. This prevents the body text to
12639         reach up to the margins.
12640
12641         * po/rw.po (Module): new file, for Kinyarwanda.
12642
12643         * input/test/spacing-optical.ly (Module): new file.
12644
12645         * lily/staff-spacing.cc: add same-direction-correction
12646
12647 2005-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
12648
12649         * Documentation/user/introduction.itely (Engraving): Comment-out
12650         non-existent file.
12651
12652 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12653
12654         * scm/define-grob-properties.scm (all-user-grob-properties): add
12655         same-direction-correction
12656
12657         * VERSION: release 2.5.18
12658
12659 2005-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
12660
12661         * lily/grob.cc (mark_smob): Check pscore->layout_ before
12662         dereferencing.  Fixes make web.
12663
12664         * lily/midi-stream.cc: Handle unwritable midi file.  Include
12665         errno.h.
12666
12667         * Documentation/user/: Fix links.
12668
12669 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12670
12671         * lily/text-interface.cc (Module): rename from text-item.cc
12672
12673         * input/regression/apply-output.ly (texidoc): function naming fix.
12674
12675         * lily/time-signature-performer.cc (derived_mark): new function.
12676
12677         * lily/lily-parser-scheme.cc:  print mapped file name for progress
12678
12679         * scripts/lilypond-book.py (find_linestarts): new function.
12680         (find_toplevel_snippets): keep track of line numbers.
12681
12682         * lily/key-performer.cc (try_music): remove FIXME warning, gobble
12683         all key changes.
12684
12685         * ly/declarations-init.ly (partCombineListener): use
12686         ignoreBarChecks. Fixes: warn-partcombine-barcheck.ly
12687
12688         * lily/bar-check-iterator.cc (process): ignoreBarChecks property.
12689
12690 2005-04-04  Jan Nieuwenhuizen  <janneke@gnu.org>
12691
12692         * lily/text-item.cc: Fix link.
12693
12694         * Documentation/user/changing-defaults.itely (Changing defaults):
12695         Fix programs reference links.
12696
12697         * Documentation/user/music-glossary.tely: Convert to utf-8.
12698
12699 2005-04-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12700
12701         * make/lilypond-vars.make: remove TEXMF from variables.
12702         remove DEB_BUILD pk font variables.
12703         remove GUILE_LOAD_PATH
12704         remove TeX memory vars.
12705
12706 2005-04-04  Werner Lemberg  <wl@gnu.org>
12707
12708         * lilypond/scm-option.cc (ly_option_usage): Add final newline.
12709
12710 2005-04-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12711
12712         * ps/lilyponddefs.ps: remove reencode-font
12713
12714         * lily/simple-spacer.cc (add_columns): also compare
12715         directly. Column rank doesn't distinguish between broken and
12716         unbroken columns. This fixes large spaces before time sig changes.
12717
12718         * Documentation/user/point-and-click.itely: document ly:set-option.
12719
12720         * lily/grob.cc (get_uncached_stencil): only set grob-cause if
12721         point_and_click_global is set.
12722
12723         * lily/scm-option.cc (LY_DEFINE): add point-and-click
12724         ly:set-option argument.
12725
12726 2005-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
12727
12728         * GNUmakefile.in: Include symlinks in webball.
12729
12730         * Documentation/user/GNUmakefile (source-links): Add symlinks to
12731         source dir for split and non-split manuals.
12732
12733         * Documentation/user/*y: Fix @uref/@inputfile links for
12734         split/non-split HTML documents.
12735
12736         * Documentation/user/GNUmakefile (local-WWW): Do not generate
12737         .ps.gz.
12738         
12739 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
12740
12741         * GNUmakefile.in: Add newline.
12742
12743 2005-04-01  Erlend Aasland  <erlenda@gmail.com>
12744
12745         * tex/lilyponddefs.tex: use color instead of xcolor
12746         * scm/output-tex.scm: minor editing
12747
12748 2005-04-02  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12749
12750         * scm/music-functions.scm (display-scheme-music): pretty printer
12751         for music expressions.
12752
12753 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
12754
12755         * buildscripts/install-info-html.sh (index_file): Fix link.
12756
12757 2005-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
12758
12759         * input/test/dynamic-extra.ly (piuf): Use utf-8 iso TeX accent.
12760
12761         * Documentation/index.html.in: Add size estimates with some big pages.
12762
12763         * Documentation/user/tutorial.itely (Running LilyPond for the
12764         first time): Add/replace some @rglos links.  TODO: add more
12765         @rglos links in tutorial, test non-intrusiveness (.css).
12766
12767         * stepmake/bin/add-html-footer.py (do_file): Remove info's
12768         annoying's indication of referencing external document.
12769
12770         * Documentation/user/GNUmakefile: Split version of glossary too.
12771         * Documentation/user/macros.itexi (@rglos): Have makeinfo produce
12772         links, not only for html.
12773
12774         * Documentation/user/introduction.itely: Fix some links for other
12775         than html, do not use `here' as link name.
12776
12777 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
12778
12779         * scm/documentation-generate.scm (string-append): Fix @usermanref,
12780         @glossaryref.
12781
12782 2005-03-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12783
12784         * scm/page-layout.scm (default-page-make-stencil): only add header
12785         if existing and not empty. Fixes spurious programming error.
12786
12787         * lily/span-bar.cc (print): don't make rounded edges for spanbars.
12788
12789 2005-03-31  Erlend Aasland  <erlenda@gmail.com>
12790
12791         * scm/output-tex.scm: implement {re,}setcolor
12792         * tex/lilyponddefs.tex: use color package
12793
12794 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
12795
12796         * GNUmakefile.in (local-WWW-post): Restore .htaccess and .html
12797         additions to website.
12798
12799         * Documentation/user/lilypond.tely: Remove reference to ps.gz.
12800
12801         * Documentation/user/macros.itexi: Fix @usermanref html links in
12802         split documents: use @inforef.
12803
12804 2005-03-30  Graham Percival  <gperlist@shaw.ca>
12805
12806         * Documentation/user/programming-interface.itely: minor fix.
12807
12808         * Documentation/user/advanced-notation.itely: added info to
12809         Metronome markings.
12810
12811 2005-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
12812
12813         * scm/output-lib.scm (make-stencil-boxer): Junk code duplication,
12814         use box-stencil.  Remove y-padding argument.
12815         (make-stencil-circler): New function.
12816
12817         * buildscripts/lilypond-words.py (F): 
12818         * elisp/SConscript (a): 
12819         * elisp/GNUmakefile (LILYPOND_WORDS_DEPENDS):
12820         * vim/SConscript (a): 
12821         * vim/GNUmakefile (LILYPOND_WORDS_DEPENDS): Update.
12822
12823         * lily/general-scheme.cc: Build fix.
12824
12825         * scm/markup.scm:
12826         * input/regression/markup-scheme.ly: 
12827         * input/regression/markup-syntax.ly: Drop 'new-' from name.
12828
12829         * scm/stencil.scm (make-circle-stencil): New function.
12830
12831         * scm/define-markup-commands.scm (draw-circle): Use it.  New
12832         name (was cicle).  Update callers.
12833         (circle): New markup command, similar to box.
12834
12835         * scm/stencil.scm (circle-stencil): New function.
12836
12837 2005-03-29  David Jedlinsky  <lilypond@ipnh.com>
12838
12839         * configure.in: Detect libutf8/wchar.h variant.
12840
12841         * stepmake/aclocal.m4: Modify shared size test.
12842
12843 2005-03-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12844
12845         * make/lilypond.fedora.spec.in (Group): remove texmf profile stuff.
12846
12847 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12848
12849         * scripts/convert-ly.py (conv): add stencil-aligned-to! rule.
12850         
12851         * VERSION (PACKAGE_NAME):  release 2.5.17
12852
12853 2005-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
12854
12855         * scm/backend-library.scm (postscript->png): Fix comment and png
12856         message.
12857
12858         * GNUmakefile.in (link-tree): Fix locales.
12859
12860 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12861
12862         * lily/stencil-scheme.cc (LY_DEFINE): change to
12863         ly:stencil-aligned-to, non mutating.
12864
12865         * scm/safe-lily.scm (lambda): remove ly:stencil-set-extent!
12866
12867         * lily/stencil-scheme.cc: remove ly:stencil-set-extent!
12868
12869         * lily/quote-iterator.cc (derived_mark): call
12870         Music_wrapper_iterator::derived_mark() too.
12871
12872         * lily/grace-engraver.cc (derived_mark): change signature, add
12873         const.
12874
12875 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12876
12877         * SConstruct (symlink): 
12878         * GNUmakefile.in (link-tree): Add scripts to prefix.
12879
12880         * lily/general-scheme.cc (ly:effective-prefix): New function.
12881
12882         * scm/backend-library.scm (postscript->png): Use it.
12883
12884 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12885
12886         * lily/paper-score.cc (process): don't delete grobs after
12887         producing stencils. 
12888
12889         * scm/part-combiner.scm (determine-split-list): switch off
12890         debugging info.
12891
12892         * scm/backend-library.scm (postscript->png): explicitly use ps2png.py
12893         if available.
12894
12895         * scm/define-context-properties.scm
12896         (all-user-translation-properties): add stringNumberOrientations.
12897
12898         * lily/new-fingering-engraver.cc (position_scripts): make generic,
12899         so fingering and string-numbers are separately controlled.
12900
12901 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12902
12903         * stepmake/aclocal.m4: Fix shared size test: add missing comma, do
12904         not use debugging.
12905
12906 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12907
12908         * GNUmakefile.in (local-WWW-post): remove UTF8 .htaccess.
12909
12910         * config.hh.in: add HAVE_FONTCONFIG.
12911
12912         * Documentation/user/instrument-notation.itely (String number
12913         indications): new node.
12914
12915         * input/regression/new-markup-syntax.ly (texidoc): add circle.
12916
12917         * lily/new-fingering-engraver.cc (add_string): new function. 
12918         (acknowledge_grob): accept string-number-event as well.
12919
12920         * scm/define-markup-commands.scm (circle): new markup command.
12921
12922         * scm/output-lib.scm (print-circled-text-callback): new function.
12923
12924         * lily/GNUmakefile: move ifeq after include stepmake.make.
12925
12926 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12927
12928         * config.make.in (HAVE_LIBKPATHSEA_SO):
12929         * stepmake/aclocal.m4: Also subst HAVE_LIBKPATHSEA_SO.
12930
12931         * lily/GNUmakefile (MODULE_LDFLAGS): Only if not HAVE_KPATHSEA_SO,
12932         add KPATHSEA_LIBS.
12933
12934         * debian/watch: 
12935         * debian/control: Update.
12936
12937 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12938
12939         * input/test/title-markup.ly (spaceTest): remove.
12940
12941         * input/test/embedded-tex.ly (Module): remove.
12942
12943         * input/test/music-box.ly: use 'name property, not ly:music-name.
12944
12945         * lily/GNUmakefile (MODULE_LDFLAGS): add KPATHSEA_LIBS.
12946
12947         * stepmake/aclocal.m4: STEPMAKE_FONTCONFIG: add.
12948
12949 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12950
12951         * Documentation/topdocs/INSTALL.texi (Top): Remove information
12952         about xdeltas.  Add information about CVS.
12953
12954         * scm/lily.scm (lilypond-main): Fix invocation of handler,
12955         gracefully handle failed files.
12956
12957         * lily/GNUmakefile (MODULE_LDFLAGS): Remove KPATHSEA_LIBS.
12958
12959         * Documentation/topdocs/INSTALL.texi (Top): Whitespace and other
12960         small fixes.
12961
12962         * scm/framework-tex.scm (convert-to-ps): Proper option spacing.
12963         No unnecessarily specific i18n messages.  Remove stray `1'.
12964
12965 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12966
12967         * buildscripts/lys-to-tely.py (strip_extension): add utf-8
12968         documentencoding
12969
12970         * scm/documentation-lib.scm (texi-file-head): set utf-8
12971         documentencoding.
12972
12973         * ly/chord-modifiers-init.ly (whiteTriangleMarkup): use the greek
12974         Delta, not the Symbol one. 
12975
12976         * mf/GNUmakefile ($(outdir)/lilypond.map): add -Regular to Aybabtu
12977         for the .map file.
12978
12979         * Documentation/topdocs/INSTALL.texi (Top): add running
12980         requirement as compilation requirement.
12981
12982 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12983
12984         * buildscripts/mutopia-index.py (headertext): add h1 header and
12985         utf-8 charset meta field.
12986
12987         * input/GNUmakefile: prune example list.
12988
12989         * scm/framework-tex.scm (convert-to-ps): add -ofoo.ps to dvips
12990         options.
12991
12992         * lily/slur-scoring.cc (get_base_attachments): only look at stem
12993         extent for visible stems.
12994
12995         * lily/grob.cc (mark_smob): mark \layout block from Grob::mark_smob().
12996
12997 2005-03-27  Jan Nieuwenhuizen  <janneke@gnu.org>
12998
12999         * Documentation/topdocs/INSTALL.texi (Top): Updates.
13000
13001         * scripts/convert-ly.py: Python 2.2 compatibility (thanks Mats).
13002
13003 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13004
13005         * lily/slur-scoring.cc (get_base_attachments): robustness. Don't
13006         pass inf/nan into slur scoring.
13007
13008         * ly/titling-init.ly (oddHeaderMarkup): don't show page no. on 1st
13009         page.
13010
13011         * scripts/abc2ly.py (dump_voices): use alphabet().
13012
13013 2005-03-27  Jeff Smith <whydoubt@yahoo.com>
13014         
13015         * mf/GNUmakefile (depth): use $(FONTFORGE). 
13016
13017 2005-03-27 Matthias Neeracher <neeracher@mac.com>
13018         
13019         * flower/include/virtual-methods.hh: simplify. Patch by
13020
13021 2005-03-25  John Williams <williams@tni.com>  
13022
13023         * scripts/lilypond-book.py (main): add png for HTML too, guess
13024         only if necessary. 
13025
13026 2005-03-25  Graham Percival  <gperlist@shaw.ca>
13027
13028         * Documentation/topdocs/INSTALL.texi: now recommends
13029         lexer-gcc-3.1.sh for gcc 3.1.1 or higher.
13030
13031         * Documentation/user/basic-notation.itely,
13032         Documentation/user/tutoria.itely: warn about
13033         only one (phrasing) slur at once.
13034
13035 2005-03-24  Pedro Kroger  <kroeger@pedrokroeger.net>
13036
13037         * ly/music-functions-init.ly (removeWithTag): fixed to return "music".
13038
13039 2005-03-23  Graham Percival  <gperlist@shaw.ca>
13040
13041         * Documentation/user/basic-notation.itely: fixed info about
13042         ending a (de)cresc.
13043
13044         * Documentation/user/lilypond-book.itely: fixed
13045         lilypond-book filter example and warned about not doing
13046         --filter and --process at the same time.
13047
13048 2005-03-23  Mats Bengtsson  <mabe@s3.kth.se>
13049
13050         * lily/parser.yy (bass_number),
13051         Documentation/user/instrument-notation.itely (Figured bass): 
13052         Add the possibility to use text markup in figured bass. 
13053
13054 2005-03-19  Graham Percival  <gperlist@shaw.ca>
13055
13056         * Documentation/user/global.itely: added info about naming
13057         identifiers and breakbefore.
13058
13059         * Documentation/user/invoking.itely: added info about batch
13060         processing files with convert-ly, removed references to TeX
13061         in the jail section.
13062
13063         * Documentation/user/examples.itely: possibly fixed piano
13064         dynamics.
13065
13066         * Documentation/user/advanced-notation.itely: added info
13067         about removing other types of Staff.
13068
13069         * Documentation/user/instrument-notation.itely: possibly
13070         fixed piano staff line switch.
13071
13072         * Documentation/user/changing-defaults.itely: added info
13073         about using normal font in titles.
13074
13075 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13076
13077         * VERSION (PATCH_LEVEL): release 2.5.16
13078
13079         * make/ly-vars.make (DVIPS_FLAGS): include lilypond.map path
13080         explicitly.
13081
13082 2005-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
13083
13084         * scm/framework-tex.scm (convert-to-dvi): Barf if NAME contains
13085         whitespace.
13086
13087         * python/lilylib.py (make_ps_images):
13088         * scm/backend-library.scm (postscript->pdf, postscript->png):
13089         Quote file name.  Use format rather than string-append juggling.
13090
13091 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13092
13093         * python/lilylib.py (make_ps_images): add x to -g argument. 
13094
13095         * lily/key-performer.cc (create_audio_elements): don't use
13096         scm_eval_string. Check for minor 3rd directly.
13097   
13098         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
13099         (sarabandeCelloGlobal): key is D minor, not F major.
13100
13101 2005-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
13102
13103         Fix truncated --png output (Peter Danenberg).
13104         
13105         * python/lilylib.py (make_ps_images):
13106         * scripts/ps2png.py (copyright): Grok --papersize option.
13107
13108         * scm/backend-library.scm (postscript->png): Add parameter
13109         PAPERSIZE.  Update callers.
13110
13111         * scm/output-gnome.scm (music-font?): Bugfix: use "Emmentaler".
13112         Fixes symbol placement.
13113
13114         * lily/spanner.cc: 
13115         * lily/stencil.cc: Use "libc-extension.hh" (WAS:
13116         <libc-extension.hh>).
13117
13118 2005-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
13119
13120         * Nitpick run.
13121
13122         * buildscripts/fixcc.py: Update.
13123
13124         Builddir run fixes.
13125
13126         * HACKING (datadir): Add VERSION.
13127
13128         * GNUmakefile.in (linktree): Bugfix: outconfdirs are one dir
13129         higher up.
13130
13131 2005-03-15  Werner Lemberg  <wl@gnu.org>
13132
13133         * mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the
13134         diagonal stem doesn't become thinner.
13135
13136 2005-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
13137
13138         * buildscripts/fixcc.py: Fixes (Werner).
13139
13140 2005-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13141
13142         * mf/GNUmakefile ($(outdir)/lilypond.map): capitalize
13143         Emmentaler/Aybabtu.
13144
13145         * GNUmakefile.in: fix lilypond-words path.
13146
13147         * po/tr.po: update to 2.3.21
13148
13149         * lily/new-fingering-engraver.cc (position_scripts): take priority
13150         from head position.
13151
13152         * input/regression/finger-chords-order.ly (texidoc): new file.
13153
13154 2005-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
13155
13156         * make/ly-rules.make: 
13157         * stepmake/aclocal.m4: 
13158         * Documentation/user/GNUmakefile: Remove old makeinfo compatibility.
13159
13160         * buildscripts/fixcc.py (rules): Leave space after operator.
13161
13162 2005-03-14  Werner Lemberg  <wl@gnu.org>
13163
13164         * mf/feta-klef.mf (draw_gclef): Replace `simple_serif' for
13165         top of the glyph with smooth curve.
13166
13167 2005-03-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13168
13169         * Documentation/user/global.itely (Page layout): remove
13170         printpagenumber.
13171
13172 2005-03-13  Jürgen Reuter  <reuter@ipd.uka.de>
13173
13174         * input/regression/mensural-ligatures.ly: new file (with examples
13175         compiled by Pal Benko).
13176
13177         * Documentation/user/instrument-notation.itely: Bugfix: yet some
13178         other "custodes.*-u0" -> "custodes.*.u0" renaming victims in
13179         musicglyph access.  Many small beautifications in ancient
13180         examples.
13181
13182         * input/test/divisiones.ly: fixed indentation; small
13183         beautifications
13184
13185         * ly/engraver-init.ly: added FIXME comment
13186
13187         * scripts/lilypond-book.py,
13188         Documentation/user/lilypond-book.itely: added music fragment
13189         option "packed" to lilypond-book
13190
13191         * Documentation/user/instrument-notation.itely: Bugfix: added
13192         missing LedgerLineSpanner color setting in several places.  Added
13193         music fragment option "packed" to VaticanaContext example.
13194
13195 2005-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13196
13197         * scm/define-grobs.scm (all-grob-descriptions): switch off
13198         Hyphen_spanner::set_spacing_rods 
13199
13200         * lily/lyric-hyphen.cc (print): add padding between syllable and
13201         hyphen.
13202         (print): shorten hyphen in tight situations (determine using
13203         minimum-length)
13204
13205         * scm/paper.scm (layout-set-staff-size): increase blotdiameter to
13206         0.4pt.
13207
13208 2005-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
13209
13210         * ly/titling-init.ly (bookTitleMarkup): Refinements.
13211
13212         * input/regression/page-breaks.ly (paper): Set not raggedlastbottom,
13213         header/footer markings for regression-test.
13214
13215         * scm/backend-library.scm (output-scopes, header-to-file): Move
13216         from framework-tex.scm.
13217
13218         * scm/framework-ps.scm (output-framework)
13219         (output-preview-framework):
13220         * scm/framework-eps.scm (output-classic-framework)
13221         (output-framework): Use it.  Fixes collated files.
13222
13223 2005-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
13224
13225         * input/sakura-sakura.ly: 
13226         * input/xiao-haizi-guai-guai.ly: Add from Debian package (Anthony).
13227
13228         * buildscripts/guile-gnome.sh: Update.
13229
13230         * mf/GNUmakefile (aybabtu.otf): Add dependency on .pe.
13231
13232         * mf/aybabtu.pe.in: Capitalize Aybabtu.
13233
13234 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13235
13236         * lily/separating-group-spanner.cc (find_rods): oops. Fix the real
13237         culprit: always exit the loop if we find a rod, even if it has
13238         distance < 0. 
13239
13240         * lily/ledger-line-spanner.cc (set_spacing_rods): rewrite to O(n)
13241         algorithm.
13242
13243         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
13244         $(outdir)/%.svg $(outdir)/%.pfa): add --simplify.
13245
13246         * scm/output-svg.scm (dashed-line): new  function body.
13247         
13248         * GNUmakefile.in: create .htaccess.
13249
13250 2005-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13251
13252         * Documentation/topdocs/NEWS.tely (Top): Fix text example.
13253
13254 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13255
13256         * VERSION (PACKAGE_NAME): release 2.5.15
13257
13258         * scm/output-{pdf,pdftex,sketch}.scm (Module): remove bitrotted files.
13259
13260         * scm/framework-svg.scm (output-framework): put scaling in
13261         document header. Apply scaling only once.
13262         (output-framework): dump page size in px, not mm. 
13263
13264         * scm/lily-library.scm (modified-font-metric-font-scaling): rename
13265         from font-size.
13266
13267         * lily/paper-outputter-scheme.cc (LY_DEFINE):
13268         ly:outputter-output-scheme, new function.
13269
13270         * scm/output-svg.scm (pango-description-to-svg-font): new function
13271
13272 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13273
13274         * Documentation/user/GNUmakefile (deep-symlinks): remove outimages
13275         target.
13276
13277         * input/typography-demo.ly: new file.
13278
13279 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
13280
13281         * Documentation/user/global.itely (File structure): Add markup blocks
13282         to toplevel expressions.
13283         (Multiple movements, Creating titles): Add markup blocks.
13284
13285         * lily/stencil-scheme.cc: Use "libc-extension.hh" (WAS:
13286         <libc-extension.hh>).
13287
13288         * lily/accidental.cc (accurate_boxes): Compile fix: 1.51 was broken.
13289
13290         * flower
13291         * lily
13292         * kpath-guile: Nitpick run: buildscripts/fixcc.py.
13293
13294 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13295
13296         * lily/accidental.cc: special bboxes for natural. 
13297
13298         * mf/feta-toevallig.mf: make stems heavier.
13299
13300         * lily/dynamic-text-spanner.cc (print): add bound padding for edge
13301         texts as well.
13302
13303         * mf/feta-klef.mf: revise. 
13304
13305         * mf/feta-schrift.mf: make thinning of accent less pronounced.
13306
13307         * mf/feta-klef.mf: add rounded curve at top. 
13308         make thinnib a little heavier.
13309
13310 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
13311
13312         * lily/parser.yy (book_body): Oops, allow \markup in \book too.
13313
13314         * buildscripts/fixcc.py: New file.
13315
13316         * input/regression/utf8.ly: Update Debian font description.
13317
13318 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
13319
13320         * stepmake/aclocal.m4: Fix test.
13321
13322 2005-03-09  Graham Percival  <gperlist@shaw.ca>
13323
13324         * Documentation/user/invoking.itely: added Sebastino Vigna's
13325         docs for the --jail option.
13326
13327 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13328
13329         * lily/stem.cc (print): only produce stemlets if there are no
13330         noteheads on this stem.
13331
13332         * lily/note-spacing.cc (stem_dir_correction): robustness fix:
13333         don't crash on stemlet (visible stem without heads).
13334
13335         * scm/define-grobs.scm (all-grob-descriptions): junk LeftEdge for
13336         unbroken situations. 
13337
13338         * scm/output-lib.scm (center-invisible): new function.
13339
13340         * lily/spacing-loose-columns.cc (set_loose_columns): use spacing
13341         wishes to determine loose column space.
13342
13343         * lily/font-config.cc (init_fontconfig): add
13344         fonts/{otf,type1,cff}  to path.
13345
13346         * lily/main.cc (setup_paths): add fonts/{otf,svg,tfm,cff} to path
13347
13348         * mf/GNUmakefile (Module): install all fonts under otf/
13349
13350         * scm/framework-ps.scm (Module): read fonts from fonts/extension,
13351         replace /fonts/otf/ by /ps/ 
13352
13353         
13354 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
13355
13356         * lily/paper-book.cc (classic_output): Reinstate header_0_ hack.
13357
13358         * lily/book.cc (process): Oops, add score_.header_.
13359
13360         * lily/paper-book.cc: Fold hearders, score and texts into scores_.
13361
13362         * lily/parser.yy: Handle toplevel and book texts as score.
13363
13364         * scm/page-layout.scm (default-page-make-stencil):
13365         Bugfix: (page-properties rename.
13366
13367         * scm/backend-library.scm (ly:system): Typo.
13368
13369 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13370
13371         * stepmake/stepmake/executable-targets.make (installexe): don't
13372         strip installed executables
13373
13374         * lily/font-select.cc (get_font_by_design_size): revert
13375         pango_description_string as well.
13376
13377         * lily/system.cc (set_loose_columns): put loose column just left
13378         of next column.
13379
13380         * lily/include/group-interface.hh (extract_grob_array): rename
13381         from Pointer_group_interface__extract_grobs
13382
13383         * input/regression/ledger-line-minimum.ly (texidoc): new file.
13384
13385         * lily/ledger-line-spanner.cc (set_spacing_rods): new
13386         function. Keep ledgered note heads at a minimum distance.
13387         Introduce minimum-length-fraction
13388         (print): introduce length-fraction property.
13389
13390 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13391
13392         * tex/GNUmakefile: remove latin1.enc rules.
13393
13394 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
13395
13396         * scm/titling.scm: Typo.
13397
13398         * input/regression/score-text.ly: Really add.
13399
13400         * lily/score.cc: Bugfixes for SCM header_ and texts_ members.
13401
13402 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13403
13404         * lily/open-type-font-scheme.cc:  new file.
13405
13406 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
13407
13408         * scm/titling.scm (layout-extract-page-properties): Rename from
13409         page-properties.  Update callers.
13410
13411         * lily/lexer.ll (Lily_lexer):
13412         * lily/parser.yy: Junk lyric_markup state.
13413
13414         * Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
13415
13416         * scripts/lilypond-book.py (PREAMBLE_LY): toplevel-music-handler:
13417         Add texts parameter.
13418
13419 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
13420
13421         * lily/lexer.ll (lyric_markup): New mode.
13422         (Lily_lexer::push_lyric_markup_state): New method.
13423         (MARKUPCOMMAND): Markup during lyric mode returns LYRIC_MARKUP.
13424
13425         * lily/parser.yy (book_body):
13426         (toplevel_expression): Grok \markup texts.
13427
13428         * lily/score-scheme.cc (ly:music-scorify): 
13429         * scm/lily-library.scm (collect-music-for-book): Take texts
13430         parameter.
13431
13432         * lily/score.cc (texts_): New member.
13433
13434         * lily/paper-book.cc (systems): Format score texts.
13435
13436         * score-text.ly: New file.
13437
13438         * ttftool/SConscript:
13439         * kpath-guile/SConscript: New file.
13440
13441         * lily/SConscript:
13442         * SConstruct: Update.
13443
13444 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13445
13446         * VERSION (PACKAGE_NAME): release 2.5.14
13447
13448 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
13449
13450         * lily/main.cc: Add dummy xgettext markers.
13451
13452 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13453
13454         * make/lilypond.fedora.spec.in (Requires): scrap kpathsea/tex
13455         requirements
13456
13457         * stepmake/aclocal.m4: check dynamic link, by checking if kpathsea
13458         executable is < 40k
13459
13460         * lily/main.cc (setup_paths): remove tfm1 tfm2 tfm3 include path
13461         hack.
13462
13463 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
13464
13465         * flower/libc-extension.cc:
13466         * flower/include/libc-extension.hh: [Open]BSD simply cast
13467         cookie/funopen declarations.
13468
13469         * stepmake/aclocal.m4: Check for libkpathsea.so.
13470
13471         * kpath-guile/kpath.c (ly_kpathsea_expand_variable): Use
13472         dl_kpse_find_file.
13473
13474 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13475
13476         * kpath-guile/kpath.c (open_library): dlopen libkpathsea.so
13477         (open_library): alternative for static library.
13478
13479 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
13480
13481         * configure.in: Set TTFTOOL_ENDIAN iso global CFLAGS.
13482
13483         * ttftool/GNUmakefile (MODULE_CFLAGS): Add $(TTFTOOL_ENDIAN).
13484
13485         Drop run-time dependency on teTeX.
13486
13487         * lily/kpath.cc (initialize_kpathsea): dlopen libkpathsea.
13488
13489         * stepmake/aclocal.m4 (STEPMAKE_KPATHSEA): Do not include
13490         KPATHSEA_LIBS in LIBS.
13491         (STEPMAKE_DLOPEN): New function.
13492
13493         * lily/font-config.cc (init_fontconfig): Use dir for directory,
13494         not path.
13495
13496         * flower/file-path.cc (directories): Rename from paths, as this
13497         return an array of directories (a single path).
13498
13499 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13500
13501         * lily/GNUmakefile (MODULE_LIBS): link with kpath-guile
13502
13503         * lily/all-font-metrics.cc (kpathsea_find_file): wrapper around
13504         new ly:kpathsea-find-file
13505
13506         * kpath-guile/kpath.c: new file. Put kpath bindings in lib.
13507
13508         * kpath-guile/GNUmakefile: new file
13509
13510         * buildscripts/gen-emmentaler-scripts.py (i): generate
13511         emmentaler-X.fontname as well.
13512
13513         * buildscripts/ps-embed-cff.py: new script
13514
13515         * scm/lily-library.scm: remove ps-embed-cff.
13516
13517         * scm/framework-ps.scm (write-preamble): don't use kpathsea for
13518         font loading. 
13519
13520         * scm/font.scm (add-music-fonts): load dynamics/numbers through
13521         fontconfig as well.
13522
13523         * lily/font-config.cc (init_fontconfig): add cff/ too.
13524
13525         * ly/generate-embedded-cff.ly: capitalize.
13526
13527         * lily/pango-select.cc (select_pango_font): use ::find_pango_font,
13528         so as to register the pango font.
13529
13530         * lily/font-config.cc (init_fontconfig): add
13531         prefix/{otf,type1,mf/out} to fontconfig path.
13532
13533         * lily/main.cc: only look at one prefix directory, LILYPONDPREFIX
13534         overrides all. 
13535
13536         * configure.in (gui_b): remove ec mftrace check
13537
13538         * config.hh.in: use lilypond-Major.Minor as data directory.
13539
13540         * scm/framework-ps.scm (dump-page): use output-units for landscape.
13541
13542         * buildscripts/gen-emmentaler-scripts.py (i): lower case file
13543         name.
13544
13545 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
13546
13547         * lily/main.cc (do_chroot_jail): Small cleanups.  Avoid constant
13548         error messages.
13549
13550         * flower/libc-extension.cc:
13551         * flower/include/libc-extension.hh: [Open]BSD fixes for
13552         cookie/funopen declarations.
13553
13554 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13555
13556         * buildscripts/gen-emmentaler-scripts.py (outdir): capitalize
13557         emmentaler.
13558
13559         * lily/score-engraver.cc (initialize): remove check for ecrm10 /
13560         lcrm10.
13561
13562         * scm/define-markup-commands.scm (fontsize): new markup
13563         command. Also set baseline-skip
13564
13565 2005-03-06 Sebastiano Vigna <vigna@dsi.unimi.it>.
13566         
13567         * lily/main.cc (do_chroot_jail): paranoia security for webserver
13568         use.
13569
13570 2005-03-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13571
13572         * stepmake/bin/add-html-footer.py (do_file): make wiki link optional.
13573
13574         * lily/pdf.cc: remove PDF related files
13575
13576 2005-03-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13577
13578         * ly/deutsch.ly: add quarter tones, patch by Arno Waschk.
13579         <hamamatsu@gmx.de>
13580
13581 2005-03-05  Graham Percival  <gperlist@shaw.ca>
13582
13583         * Documentation/user/advanced-notation.itely: first draft
13584         of reorg done.
13585
13586         * Documentation/user/global.itely: fixed (sub)section
13587         bits of MIDI.
13588
13589 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
13590
13591         * cygwin/mknetrel (extras): Bufix (Bertalan).
13592
13593         * Documentation/user/basic-notation.itely (Chords): @ref fix.
13594         * Documentation/user/instrument-notation.itely (Introducing chord
13595         names): Compile fix: must have unique name.
13596
13597 2005-03-02  Graham Percival  <gperlist@shaw.ca>
13598
13599         * Documentation/user/instrument-notation.itely: reorg.
13600
13601 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
13602
13603         * scm/output-gnome.scm:
13604         * scm/output-svg.scm: Fix font scaling.
13605
13606 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
13607
13608         * ly/titling-init.ly (tagline): Use Engraving.  Add comment about
13609         what link to use best.
13610
13611         * Documentation/user/instrument-notation.itely (Ancient accidentals): 
13612         * Documentation/user/tutorial.itely (Automatic and manual beams):
13613         Fix @ref.
13614
13615         * lily/tweak-registration.cc (replace_grob_tweak): New function.
13616         * lily/tweak-registration-scheme.cc (LY_DEFINE): Wrap it.
13617         * scm/framework-gnome.scm (tweak): Use it.
13618
13619 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13620
13621         * Documentation/topdocs/NEWS.tely (Top): elucidate GS problem.
13622
13623         * scm/output-ps.scm (white-text): reinstate white-text
13624
13625 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
13626
13627         * scm/output-ps.scm (offset-add): Remove.
13628
13629         * scm/lily-library.scm (offset-flip-y): New function.
13630         * scm/framework-gnome.scm (tweak): Use it.
13631
13632         * scm/output-gnome.scm (grob-cause): Add parameter.
13633
13634         * scm/lily.scm (ly:all-stencil-expressions): Add url-link.
13635         * scm/output-ps.scm (url-link): Move.
13636         (white-text): Warn user about brokenness.
13637
13638         * Documentation/topdocs/NEWS.tely: Be more accurate and respectful
13639         wrt ghostscript.
13640
13641 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13642
13643         * lily/slash-repeat-engraver.cc (try_music): always make slashes
13644         if body length smaller than measure length.
13645
13646         * scm/define-markup-commands.scm (with-url): oops. use Y extent
13647         for Y.
13648
13649         * ly/titling-init.ly (tagline): put default tagline in \paper
13650
13651 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
13652
13653         * lily/kpath.cc: 
13654         * lily/pdf.cc (Pdf_file): Use more generic error messages.
13655
13656         * scm/lily-library.scm (version-not-seen-message): New function.
13657         * ly/init.ly: Use it.
13658
13659         * scm/page-layout.scm (ly:optimal-page-breaks): Display page
13660         breaks as progess.
13661
13662         * scripts/lilypond-book.py (do_process_cmd): Do not lump
13663         whitespace with l10n message.
13664
13665         * scm/framework-tex.scm (convert-to-ps):
13666         (convert-to-dvi): Do not use overly specific l10n messages.
13667
13668         * ly/titling-init.ly (bookTitleMarkup): Add baseline skips from 2.4.
13669
13670         * tex/GNUmakefile $(outdir)/latin1.enc: Build fix:
13671         merge stderr with stdout.  
13672
13673 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
13674
13675         * flower/libc-extension.cc: Tested BSD compile fix (Matthias
13676         Neeracher).
13677
13678 2005-02-29  Graham Percival  <gperlist@shaw.ca>
13679
13680         * Documentation/user/instrument-notation.teily: moved
13681         \arpeggio to Basic.
13682
13683         * Documentation/user/advanced-notation.itely: Articulation to
13684         Basic, a bunch of stuff from Basic moved to Advanced.
13685
13686         * Documentation/user/basic.itely: swapped various sections,
13687         reorganized Basic.
13688
13689 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
13690
13691         * flower/memory-stream.cc: 
13692         * flower/libc-extension.cc: Remove obsolete #undefs.
13693
13694         * flower/include/libc-extension.hh: Bugfix for BSD, place #ifdef
13695         more carefully.
13696
13697 2005-02-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13698
13699         * make/lilypond.fedora.spec.in (Requires): add GS 8.15 as
13700         dependency.
13701
13702         * VERSION (PACKAGE_NAME): release 2.5.13
13703
13704         * GNUmakefile.in (web-ext): don't ship ps.gz
13705
13706         * tex/GNUmakefile ($(outdir)/latin1.enc): redirect stderr to
13707         stdout
13708
13709 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
13710
13711         * lily/general-scheme.cc (LY_DEFINE): Compile fix for systems
13712         without libintl.  Now it compiles too.
13713
13714 2005-02-28  Graham Percival  <gperlist@shaw.ca>
13715
13716         * Documentation/user/basic-notation.itely,
13717         instument-notation.itely, advanced-notation.itely:
13718         split up contents of notation.itely.
13719
13720         * Documentation/user/notation.itely: file removed.
13721
13722         * Documentation/user/invoking.itely, converters.itely:
13723         moved convert-ly info to invoking.itely.
13724
13725         * Documentation/user/global.itely, changing-defaults.itely,
13726         sound-output.itexi: moved global settings, file layout, and
13727         sound into global.itely.
13728
13729         * Documentation/user/sound-output.itexi: file removed.
13730
13731         * Documentation/user/lilypond.tely: removed links to
13732         notation.itely and sound.itely.
13733
13734 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13735
13736         * scm/output-ps.scm (grob-cause): only do mark_URI if non-empty.
13737
13738         * scm/framework-ps.scm (write-preamble): remove pdf-viewer code.
13739  
13740         * THANKS: add sponsor.
13741
13742         * scm/define-markup-commands.scm (with-url): new markup command.
13743
13744         * scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to
13745         tagline.
13746         
13747         * scm/output-tex.scm (url-link): stub.
13748
13749         * scm/output-ps.scm (url-link): new function.
13750
13751         * lily/lily-parser-scheme.cc (LY_DEFINE): deprecate
13752         ly:set-point-and-click
13753
13754 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
13755
13756         * ps/music-drawing-routines.ps (mark_file_line): Switch Action
13757         based on pdf-viewer setting.
13758
13759         * scm/framework-ps.scm (write-preamble): Find and set preferred
13760         pdf-viewer.
13761
13762 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13763
13764         * Documentation/user/point-and-click.itely: update for PDF point &
13765         click.
13766
13767         * scripts/lilypond-pdfpc-helper.py: new file. Invoke different
13768         editors based on EDITOR setting.
13769
13770 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
13771
13772         * scm/*: Oops, more grand 2005 replace bits.
13773
13774 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13775
13776         * ps/music-drawing-routines.ps: new routine: insert PDF mark
13777
13778         * scm/output-ps.scm (grob-cause): point & click support for
13779         PostScript
13780
13781 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13782
13783         * lily/input-scheme.cc (LY_DEFINE): rename to
13784         ly:input-file-line-column
13785
13786 2005-02-26  Graham Percival  <gperlist@shaw.ca>
13787
13788         * Documentation/user/examples.itely: small fix from Steve Doonan.
13789
13790         * Documentation/user/scheme-tutorial.itely: small fix from Steve Doonan.
13791
13792         * THANKS: added Yuval Harel.
13793
13794         * Documentation/user/{various}: inserted two spaces after a period.
13795
13796         * Documentation/user/lilypond.tely: added framework for reorg.
13797
13798         * Documentation/user/basic-notation.itely, instrument-notation.itely,
13799         advanced-notation.itely, global.itely: new files, placeholder for
13800         future reorg.
13801
13802 2005-02-26 Yuval Harel  <yuvalh@hotpop.com>
13803
13804         * Documentation/user/notation.itely: revamped Polyphony section
13805         
13806 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13807
13808         * Documentation/user/lilypond-book.itely (Music fragment options):
13809         doc fontload.
13810
13811         * Documentation/user/changing-defaults.itely (Text encoding): add
13812         fontload option to utf8 include
13813
13814         * scripts/lilypond-book.py (compose_ly): add fontload option
13815
13816         * scm/framework-eps.scm (dump-stencils-as-EPSes): add
13817         force-eps-font-include option.
13818
13819         * ly/chord-modifiers-init.ly (blackTriangleMarkup): reinstate
13820         black triangle
13821
13822         * Documentation/user/invoking.itely (Editor support): remove
13823         lilypond-latex section.
13824
13825         * scripts/lilypond-latex.py (Module): remove script.
13826
13827         * cygwin/lily-wins.py (stat): write to .lylog, so as not to
13828         overwrite .log. 
13829
13830         * lily/main.cc: remove -m, --no-layout
13831
13832         * flower/include/libc-extension.hh: add ALIAS_FILE_TO_FILECOOKIE
13833         to define. We don't want to override fprintf everywhere.
13834
13835 2005-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
13836
13837         * cygwin/lilypond.hint: 
13838         * cygwin/README.in: Update dependencies.
13839
13840         * stepmake/aclocal.m4 (STEPMAKE_PANGO, STEPMAKE_PANGO_FT2):
13841         Bugfix: do not pollute CPPFLAGS, LIBS.
13842
13843         * cygwin/mknetrel (extras): Cross compile fixes.
13844
13845         * ttftool/util.c: 
13846         * ttftool/ttfps.c: 
13847         * ttftool/ps.c: #include libc-extension.hh
13848
13849         * flower/include/libc-extension.hh:
13850         * flower/libc-extension.cc (fopencookie)[!HAVE_FOPENCOOKIE]: Add
13851         wrapper using funopen.
13852         (fopencookie, handle_cookie_io_fclose, handle_cookie_io_fprintf,
13853         handle_cookie_io_fprintf): Add wrappers catching Memory_out_stream.
13854
13855         * config.hh.in:
13856         * configure.in (AC_CHECK_FUNCS): Add fopencookie, funopen.
13857         (AC_CHECK_HEADERS): Add libio.h
13858
13859         * scripts/convert-ly.py: Uniformize, internationalize.
13860         (2.5.2): Remove fatal encoding rule.
13861         (2.5.13): Handle latin1 encoding gracefully.
13862
13863 2005-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
13864
13865         * HACKING: Fix line breaks.
13866
13867 2005-02-23  Werner Lemberg  <wl@gnu.org>
13868
13869         * mf/graycx.mf, mf/graylj.mf: Removed.  Any decent TeX distribution
13870         contains those two files.
13871
13872 2005-02-21  Werner Lemberg  <wl@gnu.org>
13873
13874         * mf/feta-nummer-code.mf ("Numeral 5"): Include intersection point
13875         to improve overlap removal process.
13876
13877         * mf/feta-slag.mf (draw_trillelement): Add parameter to control
13878         left and right ending.  This ensures better overlapping.
13879         Update all callers.
13880         ("lineprall"): Don't use draw_gridline to get better overlapping.
13881
13882 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13883
13884         * scm/lily-library.scm (ps-embed-cff): add \n after EndResource
13885
13886         * Documentation/topdocs/NEWS.tely (Top): oops.
13887
13888 2005-02-21  Pedro Kroger  <kroeger@pedrokroeger.net>
13889
13890         * HACKING: new file.
13891
13892         * input/regression/utf8.ly (portuguese): added a portuguese example
13893         to show latin1 accents.
13894
13895 2005-02-21  Pal Benko  <benkop@freestart.hu>
13896
13897         * lily/mensural-ligature-engraver.cc:
13898         * lily/mensural-ligature.cc:
13899         * lily/include/mensural-ligature.hh: new algorithm implemented
13900
13901         * scm/define-grob-properties.scm: join-left killed (add-join may
13902         be used); join-left-amount changed to join-right-amount
13903
13904 2005-02-21  Graham Percival  <gperlist@shaw.ca>
13905
13906         * Documentation/user/notation.itely: small but urgent fix.
13907
13908 2005-02-21  Jürgen Reuter  <reuter@ipd.uka.de>
13909
13910         * lily/duration-scheme.cc: bugfix: correct parameters to
13911         SCM_ASSERT_TYPE.
13912
13913         * THANKS: added Pal.
13914
13915         * Documentation/user/notation.itely: bugfix: unTeXified
13916         $\\backslash$.  Bugfix: yet another glyph renaming victim:
13917         "timesig.*x/y" -> "timesig.*xy".
13918
13919 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13920         
13921         * VERSION (PACKAGE_NAME): release 2.5.12
13922
13923 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13924
13925         * ly/engraver-init.ly: set tieWaitForNote to #t by default
13926
13927         * configure.in (gui_b): bump GUILE requirement to 1.6.5 
13928
13929         * Documentation/topdocs/NEWS.tely: add inputfileref macro.
13930
13931         * scm/framework-ps.scm (supplies-or-needs): uniq font name list.
13932
13933 2005-02-20  Jan Nieuwenhuizen  <janneke@gnu.org>
13934
13935         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: recode
13936         latin1..utf-8.
13937
13938         * input/regression/stanza-number.ly:
13939         * input/regression/utf8.ly (hebrew): Use addlyrics.  Update.
13940
13941         * lily/tie-engraver.cc (acknowledge_grob): Compile fix.
13942
13943 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13944
13945         * Documentation/topdocs/NEWS.tely (Top): only mention 2.5
13946         NEWS. Refer to website for older news.  
13947
13948         * stepmake/bin/add-html-footer.py (i18n): don't strip .PNG /
13949         .HTML. This should be done for specific servers only.
13950
13951         * Documentation/topdocs/NEWS.tely (Top): move to .tely. Add some
13952         .ly image examples.
13953
13954         * scm/define-grobs.scm (all-grob-descriptions): put ledger lines
13955         in layer 0 too.
13956
13957         * scm/define-context-properties.scm
13958         (all-user-translation-properties): add tieWaitForNote
13959
13960         * scm/define-grobs.scm (all-grob-descriptions): add
13961         Tie_column::before_line_breaking
13962
13963         * lily/tie.cc (get_column_rank): new function
13964
13965         * lily/tie-column.cc (before_line_breaking): new function.
13966         (werner_directions): take into account ties that start on
13967         different columns.  
13968
13969         * lily/score-engraver.cc (set_columns): move add_column() so we
13970         have column rank available.
13971
13972         * lily/tie.cc (get_column_rank): new function.
13973
13974         * input/regression/utf8.ly (japanese): add japanese lyrics.
13975
13976         * lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
13977
13978         * THANKS: add Steve D
13979
13980         * ttftool/*.c: add TTF -> Type42 conversion library. Based on
13981         Public Domain work by Juliusz Chroboczek <jch@pps.jussieu.fr>
13982
13983 2005-02-20  Tatsuya Ono  <tats_ono@infoseek.jp>
13984
13985         * mf/parmesan-heads.mf: "0harmonic" -> "s0harmonic"
13986         to show harmonic notes
13987         * scm/define-markup-commands.scm: in \markup-by-number
13988         "dots-dot" -> "dots.dot" to show dotted notes
13989
13990 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13991
13992         * flower/include/memory-stream.hh (class Memory_out_stream): new file.
13993
13994         * flower/memory-stream.cc (writer): new file.
13995
13996         * configure.in: add endian test.
13997
13998 2005-02-19  Jürgen Reuter  <reuter@ipd.uka.de>
13999
14000         * Documentation/user/examples.itely: small
14001         simplification/beautification
14002
14003         * Documentation/user/notation.ietly: bugfix: fixed many artefacts
14004         from the "x-y-z"->"x.y.z" renaming of glyphs throughout the whole
14005         notation manual.
14006
14007         * lily/mensural-ligature.cc: bugfix: another few victims of the
14008         "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
14009
14010         * ly/gregorian-init.ly: commit some experimental code for hi-level
14011         ligature input language lying around here for several months.
14012
14013         * lily/mensural-ligature-engraver.cc: bugfix: another victim of
14014         the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
14015
14016         * lily/vaticana-ligature-engraver.cc: bugfix: another few
14017         "x-y-z"->"x.y.s-z" fixes.
14018
14019 2005-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14020
14021         * scm/framework-pdf.scm (scm): new file
14022
14023         * lily/include/pdf.hh (class Pdf_file): new file.
14024
14025         * lily/pdf.cc (write_trailer): new file.
14026
14027 2005-02-18  Erlend Aasland  <erlenda@gmail.com>
14028
14029         * input/regression/color.ly: new file
14030
14031         * lily/stencil.cc (interpret_stencil_expression):
14032         when a color expression is encountered: save current color,
14033         process the rest of the expression, and restore previous color.
14034
14035         * lily/system.cc (get_line): check all grobs for color property and
14036         prepare the stencil scheme expressions for further processing.
14037         Fix layer-loop.
14038
14039         * scm/define-grob-properties.scm: introduce the color property.
14040
14041         * scm/output-lib.scm: color helper functions.
14042
14043         * scm/output-ps.scm: introduce setcolor/resetcolor.
14044
14045 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
14046
14047         * ly/*.ly, input/regression/*.ly: Added missing \version
14048         statements in some files.
14049
14050 2005-02-15  Graham Percival  <gperlist@shaw.ca>
14051
14052         * Documentation/user/notation.itely: minor editing.
14053
14054         * Documentation/user/converters.itely: updated convert-ly bugs.
14055
14056         * Documentation/user/lilypond-book.itely: add info about using
14057         feta characters in latex.
14058
14059 2005-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14060
14061         * scripts/convert-ly.py: new slur dash patch by Bertalan Fodor.
14062
14063 2005-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14064
14065         * scm/define-grob-properties.scm (all-user-grob-properties):
14066         removed 'dashed property.
14067
14068 2005-02-13  Nicolas Sceaux  <nicolas.sceaux@free.fr>
14069
14070         * scm/lily.scm (define-safe-public): new macro for defining
14071         variables that can be used in --safe mode. Use it in *.scm
14072         instead of manually setting safe-objects in safe-lily.scm.
14073
14074 2005-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14075         
14076         * lily/slur.cc: Slur-dash patch by Bertalan.
14077
14078         * ly/engraver-init.ly (EasyNotation): glyph name dash -> period.
14079
14080         * stepmake/bin/add-html-footer.py (do_file): do i18n only once. 
14081
14082 2005-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
14083
14084         * stepmake/aclocal.m4: teTeX-3.0 inimf fix.  Comment-out.
14085
14086 2005-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
14087
14088         * mf/GNUmakefile: teTeX-3.0 install fix.
14089
14090         * Cygwin patch from Bertalan.
14091
14092         * stepmake/stepmake/metafont-rules.make: Remove bashism.
14093
14094 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
14095
14096         * GNUmakefile.in: 
14097         * SConstruct (symlink): teTeX-3.0 build fix: add map symlink.
14098
14099         * tex/GNUmakefile: teTeX-3.0 fix: install .enc in fonts/enc.  Add
14100         2.0.x compatibility.
14101
14102 2005-02-08  Werner Lemberg  <wl@gnu.org>
14103
14104         * mf/feta-din-code.mf: Format; clean up code.
14105         Replace `---' with `--' plus explicit path directions.
14106         (linethickness#, stafflinethickness#): Remove.
14107         ("dynamic f"): Replace `draw' with `draw_rounded_block'.
14108         ("dynamic s"): Improve shape.
14109         ("dynamic p"): Improve shape.
14110         Replace `draw' with better outline approximation.
14111         ("dynamic r"): Improve shape.
14112         Don't call `fill' and `draw' at the same time.
14113
14114 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
14115
14116         * SConstruct (symlink):
14117         * GNUmakefile.in ($(builddir)/share/lilypond-force): teTeX-3.0
14118         build fix: add enc symlink.
14119
14120         * lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
14121
14122         Support for DESTDIR besides prefix=/foo
14123
14124         * vim/GNUmakefile (local-install): Use $(INSTALL) -d iso mkdir.
14125
14126         * stepmake/stepmake/*.make:
14127         * */GNUmakefile:
14128         * GNUmakefile.in: Prepend $(DESTDIR) to installation directory.
14129
14130         * config.make.in (prefix): Remove broken $(DESTDIR) hack.
14131
14132         * stepmake/aclocal.m4: Use %0.f iso %d to quiet gawk < 3.1.4 and
14133         mawk in fontforge (date) test.
14134
14135 2005-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14136
14137         * scm/font.scm (make-century-schoolbook-tree): add NCS as
14138         font-family=roman. Add Luxi Sans as sans
14139
14140 2005-02-07  Graham Percival  <gperlist@shaw.ca>
14141
14142         * Documentation/user/notation.itely: add warning about
14143         percent repeats and Voice contexts.
14144
14145         * Documentation/user/lilypond-book.itely: clarified the
14146         necessity of dvips -u arguments.
14147
14148 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
14149
14150         * THANKS: Added a bunch of bug hunters.
14151
14152 2005-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14153
14154         * scm/framework-ps.scm (output-preview-framework): bugfix.
14155
14156         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): use unicode
14157         o/ for chord modifier..
14158
14159         * lily/general-scheme.cc (LY_DEFINE): new function ly:wide-char->utf-8.
14160
14161         * lily/drum-note-performer.cc:  remove unused (thanks Michael
14162         Welsh Duggan). 
14163
14164 2005-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
14165
14166         * Documentation/user/changing-defaults.itely (Text encoding): Clarify.
14167
14168         * ly/titling-init.ly: Do not also print intstrument in header on
14169         first page.  Do not print page number on first and only page.
14170
14171 2005-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14172
14173         * input/regression/*.ly: remove old-relative everywhere
14174
14175         * lily/music-sequence.cc (simultaneous_relative_callback): do
14176         what-if analysis on copy, not on original. Fixes old-relative
14177         compatibility.
14178
14179         * scm/backend-library.scm (postscript->png): space before
14180         --verbose.
14181         
14182 2005-02-05  Werner Lemberg  <wl@gnu.org>
14183
14184         * mf/feta-autometric.mf (fet_beginchar): Check whether `feta_group'
14185         is defined.
14186
14187         * mf/feta-alphabet.mf: Define `staffsize#'.
14188         Include `feta-params.mf'.
14189         s/staffheight/design_size/.
14190
14191         * mf/feta-alphabet??.mf: s/staffheight/design_size/.
14192
14193         * mf/feta-alphabet26.mf: Fix a serious bug (design size off by 8pt).
14194
14195         * mf/feta-nummer-code.mf: Reformatted.
14196         (draw_six): Use outline intersection to avoid a self-intersecting
14197         path.
14198         ("Numeral comma"): Fix serious outline glitches.  This slightly
14199         changes the glyph shape.
14200         ("Numeral dash"): Use `draw_rounded_block'.
14201         ("Numeral dot"): Use `drawdot'.
14202         ("Numeral 1"): Assure identical tangent directions for the
14203         intersection points of paths.  The glyph shape improvement is only
14204         visible at very high magnifications.
14205         ("Numeral 2"): Use `solve' macro to make the lower right part of
14206         the glyph outline touch the x axis exactly.  This changes the
14207         glyph shape.
14208         Minor fixes for better overlap removal support.
14209         ("Numeral 4"): Make lefter corner `rounder'.
14210         ("Numeral 5"): Assure identical tangent directions for the
14211         intersection points of paths.  This improves the glyph shape at
14212         high magnifications.
14213         ("Numeral 7"): Use `solve' macro to make the upper right part of
14214         the glyph outline touch the metrics box exactly.  This changes the
14215         glyph shape.
14216         Avoid corner in the upper left part of the glyph (causing a minor
14217         shape change).
14218
14219         * mf/feta-ital-*.mf: Removed.  Unused.
14220
14221 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14222
14223         * VERSION (PATCH_LEVEL): release 2.5.11
14224
14225         * input/regression/fill-line-test.ly: new file.
14226
14227         * buildscripts/gen-emmentaler-scripts.py (i): insert dash in
14228         emmentaler name, eg. emmentaler-23. 
14229
14230 2005-02-04  Christian Hitz  <chhitz@gmx.net>
14231
14232         * scm/scm/define-markup-commands.scm (fill-line): rework for better
14233         alignment with centered texts
14234
14235         * scm/stencil.scm (stack-stencils-padding-list): new function, takes a
14236         list of paddings
14237
14238 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14239
14240         * mf/GNUmakefile ($(outdir)/lilypond.map): add aybabtu to .map file.
14241
14242         * lily/note-column.cc (translate_rests): call flush_extent_cache()
14243         of parents when translating rests. Fixes: c-chord-rest.ly 
14244
14245         * lily/include/dimension-cache.hh (struct Dimension_cache): add
14246         dimension_callback_ member.
14247
14248         * lily/grob.cc (flush_extent_cache): new function. Force recompute
14249         of extents.
14250
14251 2005-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
14252
14253         * all but lily/*: The grand 2004/2005 replace.
14254
14255 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14256
14257         * lily/*: add space after ,  
14258
14259         * scm/music-functions.scm (has-request-chord): don't use
14260         ly:music-name anywhere. Fixes <<\\>> notation. 
14261
14262         * scm/define-markup-commands.scm (box): use font-size for
14263         padding. Fixes boxed-rehearsal-marks.ly
14264
14265         * lily/parser.yy (assignment_id): allow LYRICS_STRING as
14266         identifier definition too, so foo = \lyrics { ...   } bar = #1
14267         doesn't complain about "bar" being LYRICS_STRING.
14268
14269         * lily/paper-def.cc (find_pango_font): new routine; Store
14270         pango_fonts in hash tab too. This is necessary for retrieving
14271         Pango_fonts::physical_font_tab() later on.
14272  
14273         * lily/pango-font.cc (pango_item_string_stencil): bugfix: don't
14274         crash if psname is null.
14275
14276         * lily/lily-guile.cc (ly_hash2alist): new function
14277
14278         * Documentation/user/changing-defaults.itely (Text encoding):
14279         rewrite. 
14280
14281         * lily/pango-font.cc (physical_font_tab): new member. Store PSname
14282         -> font_filename mapping.
14283
14284         * lily/pango-font-scheme.cc (LY_DEFINE): new file. New function
14285         ly_pango_font_physical_fonts
14286
14287         * scm/framework-ps.scm (supplies-or-needs): extract names from
14288         physical Pango_fonts.
14289
14290         * utf8.ly: new file.
14291
14292 2005-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14293
14294         * Documentation/user/changing-defaults.itely (Page layout): add
14295         doco about systemSeparatorMarkup.
14296
14297         * scm/page-layout.scm (default-page-make-stencil): add-to-page
14298         function.
14299         (default-page-make-stencil): insert system separators.
14300
14301         * scm/define-markup-commands.scm (hcenter): add
14302         (beam): add.
14303
14304 2005-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14305
14306         * scm/output-ps.scm (ez-ball): reinstate ez notation.
14307
14308 2005-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
14309
14310         * lily/main.cc: Spell backend consistently.  Sort options.
14311
14312 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14313
14314         * scripts/lilypond-book.py (Module): revert @include.
14315         
14316 2005-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
14317
14318         * scripts/lilypond-book.py: Resurrect HTML links to .ly source.
14319         Bugfix: @include .tex (not .texi).  Small cleanups.
14320
14321         * stepmake/bin/add-html-footer.py (i18n): New function.
14322
14323 2005-01-31  Werner Lemberg  <wl@gnu.org>
14324
14325         * mf/feta-nummer.mf: Removed.  Unused.
14326
14327 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14328
14329         * lily/ : 2004 -> 2005 s&r
14330
14331         * scm/file-cache.scm (cached-file-contents): add file. Read each
14332         file only once.
14333
14334         * scm/font.scm (add-pango-fonts): change order. Medium weight is
14335         now default.
14336
14337         * VERSION: release 2.5.10
14338         
14339         * mf/GNUmakefile (INSTALLATION_OUT_FILES4): install cff.ps files.
14340
14341         * make/ly-rules.make ($(outdir)/%.texi): detect new EOF marker.
14342
14343         * scm/framework-ps.scm (dump-stencil-as-EPS): robustness: ensure
14344         that both X and Y extents of bbox are non-nil.
14345
14346 2005-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14347
14348         * scm/chord-name.scm (alteration->text-accidental-markup): change
14349         - to . 
14350
14351         * scm/output-ps.scm (utf8-string): add utf8-string for completeness.
14352
14353         * scm/framework-ps.scm (dump-stencil-as-EPS): new function
14354
14355         * Documentation/user/invoking.itely (Invoking lilypond): add note
14356         about EPS backend.
14357
14358         * scm/framework-eps.scm: new file: create per-system/per-page EPS
14359         files for inclusion in lilypond-book document.
14360
14361         * input/tutorial/lbook-latex-test.tex: rename from lilbook.tex
14362
14363         * input/tutorial/lbook-texi-test.texi: new file.
14364
14365         * scm/safe-lily.scm (safe-objects): add
14366         {begin,end}-of-line-(in)?visible as safe.
14367  
14368 2005-01-30  Graham Percival  <gperlist@shaw.ca>
14369
14370         * Documentation/user/changing-defaults.itely: fixed example
14371         of (dynamics).
14372
14373 2005-01-29  Graham Percival  <gperlist@shaw.ca>
14374
14375         * lily/main.cc: fix info about -o=FILE.
14376
14377 2005-01-29  Werner Lemberg  <wl@gnu.org>
14378
14379         * mf/feta-toevallig.mf ("Natural"): Completely changed the
14380         construction to assure smooth transition from straight to curved
14381         lines.
14382
14383 2005-01-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14384
14385         * lily/stencil.cc (moved_to_edge): don't halt on adding empty
14386         stencils.
14387
14388         * ps/lilyponddefs.ps: add start-page, start-system doesn't
14389         translate to top of page. Fixes alignment problems of
14390         lilypond-generated EPS files.
14391
14392 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14393
14394         * scm/part-combiner.scm (analyse-spanner-states): trigger on
14395         crescendo-end as well, since Decrescendo maybe ended with Stop
14396         Crescendo.). Fixes: partcombine-diminuendo.ly
14397
14398         * scm/script.scm (default-script-alist): swap portato symbols.
14399
14400         * lily/instrument-name-engraver.cc (acknowledge_grob): typo.
14401
14402         * lily/paper-outputter-scheme.cc (LY_DEFINE):
14403         ly:outputter-port. New function.
14404
14405         * scm/framework-ps.scm (output-classic-framework): dump a
14406         -systems.texi too
14407         (output-classic-framework): dump multiple systems on an "infinite"
14408         page EPS including fonts. 
14409
14410         * scripts/lilypond-book.py (Lilypond_snippet.ly_is_outdated): use
14411         .eps files for both texi and tex formats. Use PNG coming from
14412         lilypond.
14413         
14414 2005-01-28  Graham Percival  <gperlist@shaw.ca>
14415
14416         * Docuemntation/user/invoking.itely: fix info about -o=FILE.
14417
14418         * scripts/lilypond-latex.py: fix info about -o=FILE.
14419
14420 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14421
14422         * ly/generate-embedded-cff.ly: write .cff.ps files.
14423
14424         * mf/GNUmakefile ($(outdir)/lilypond.map): add .cff.ps to .map file.
14425
14426         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
14427         $(outdir)/%.svg $(outdir)/%.pfa): remove --simplify
14428
14429 2005-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
14430
14431         * lily/include/guile-compatibility.hh (SCM_VECTOR_P): Compile fix.
14432
14433 2005-01-28  Werner Lemberg  <wl@gnu.org>
14434
14435         * mf/feta-macros.mf (soft_start_penstroke, soft_end_penstroke): New
14436         macros.
14437         (draw_bulb): Improved.
14438
14439         * mf/feta-pendaal.mf ("Pedal asterisk"): Remove workaround for
14440         metapost bug.
14441         (draw_pedal_P): Use soft_end_penstroke.
14442         (draw_pedal_d): Use soft_start_penstroke.
14443
14444         * mf/feta-schrift.mf ("Trill (`tr')"): Remove redundant point in
14445         path.
14446         ("Varied Coda"): Move some points to avoid fontforge warnings.  This
14447         doesn't change the glyph shape.
14448
14449         * mf/feta-accordion.mf ("accOldEE"): Draw glyph differently (without
14450         changing the shape) to avoid fontforge warnings.
14451
14452         * mf/feta-klef.mf (draw_tab_T, draw_tab_A, draw_tab_B): Use
14453         soft_end_penstroke and fix glyph shape.
14454
14455 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14456
14457         * lily/*.cc: Scheme deprecation of SCM_VECTOR_* 
14458
14459 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14460
14461         * scm/define-markup-commands.scm (line): filter out empty stencils
14462         from line command.
14463
14464         * lily/stencil-scheme.cc (LY_DEFINE): only allow finite real
14465         amount.
14466
14467 2005-01-27  Graham Percival  <gperlist@shaw.ca>
14468
14469         * Documentation/user/notation.itely: added info about what
14470         \voiceFoo does.  Also rewrote warning about marks at
14471         a line break.
14472
14473         * Documentation/user/changing-defaults.itely: added info
14474         about putting dynamics in parenthesis and brackets.
14475
14476 2005-01-27  Werner Lemberg  <wl@gnu.org>
14477
14478         * mf/feta-schrift.mf ("Trill (`tr')"): Fix typo.
14479
14480 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14481
14482         * mf/feta-schrift.mf: reverse u and d portato. Fixes:
14483         portato-direction.ly
14484
14485         * lily/beam.cc (consider_auto_knees): add beam height to
14486         threshold. Fixes: knee-multiple-beam.ly
14487
14488         * lily/instrument-name-engraver.cc (acknowledge_grob): also ignore
14489         pedal line spanners. Fixes: instrument-center-pedal.ly
14490
14491         * lily/auto-beam-engraver.cc (acknowledge_grob): stop beam
14492         if encountering barline. Fixes: auto-beam-repeat.ly
14493
14494 2005-01-26  Werner Lemberg  <wl@gnu.org>
14495
14496         * mf/feta-slag.mf (draw_trillelement): Fix shape to get clean
14497         overlapping.
14498
14499         * mf/feta-toevallig.mf (draw_meta_sharp): Fix shape to avoid curves
14500         with inflections for the 1/2 sharp glyph.
14501
14502         * mf/feta-schrift.mf ("Trill (`tr')"): Fix start position of
14503         connection between `t' and `r'.
14504         Unify bulb with the rest of `r' to avoid grazing outlines which
14505         confuses the overlap removal algorithm of fontforge.
14506
14507         * mf/feta-bolletjes.mf (draw_slash): Fix shape to avoid curves with
14508         inflections.
14509         (draw_cross): Fix shape to have uniform thickness in corners.
14510
14511         * mf/feta-pendaal.mf (draw_pedal_P): Break shape into smaller pieces
14512         to avoid an uneven number of self-intersections; this confuses
14513         fontforge.
14514         Fix a slight bug in the shape at left bottom (which is visible only
14515         at high magnifications).
14516         `Center' the stem horizontally to avoid overlapping.
14517
14518 2005-01-24  Werner Lemberg  <wl@gnu.org>
14519
14520         * mf/feta-autometric.mf (fet_beginfont): Set font_coding_scheme
14521         to `asis'.
14522         (fet_begingroup): Save group name in string `feta_group'.
14523         (fet_endgroup): Updated.
14524         (fet_beginchar): Emit `glyph_name' special for mf2pt1.
14525
14526         * mf/feta-bolletjes.mf: s/p/pat/ for paths.
14527
14528         * mf/feta-pendaal.mf ("Pedal asterisk"): Add workaround for bug
14529         in metapost.
14530
14531 2005-01-24  Graham Percival  <gperlist@shaw.ca>
14532
14533         * Documentation/user/notation.itely: really minor editing.
14534
14535 2005-01-22  Graham Percival  <gperlist@shaw.ca>
14536
14537         * Documentation/user/examples.itely: minor editing.
14538
14539         * Documentation/user/changing-defaults.itely: minor editing.
14540
14541         * Documentation/user/notation.itely: clarified info on polyphony
14542         and \addlyrics.
14543
14544 2005-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
14545
14546         * scm/output-gnome.scm: 
14547         * scm/output-svg.scm:
14548         * scm/lily-library.scm (font-name-style): Update font name
14549         kludging for fontconfig use.
14550
14551 2005-01-20  Erlend Aasland  <erlenda@gmail.com>
14552
14553         * scm/define-markup-commands.scm: Document right-align and
14554         larger markup commands. Remove "TODO" from the topmost comment
14555         "each markup function should have a doc string." More consistent
14556         use of new-lines.
14557
14558 2005-01-22  Graham Percival  <gperlist@shaw.ca>
14559
14560         * Documentation/user/changing-defaults: removed info about
14561         copyright symbol, since it's likely to change soon.
14562         Added info about betweensystemspace.
14563
14564         * Documentation/user/notation.itely: minor fixes.
14565
14566         * Documentation/user/lilypond.tely,
14567         Documentation/user/music-glossary.tely: changed copyright
14568         date to 2005 instead of 2004.
14569
14570         * input/test/volta-chord-names.ly: added old example back.
14571
14572 2005-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14573
14574         * mf/feta-beugel.mf: use design size 20 (not 15).
14575
14576         * mf/aybabtu.pe.in: scale brace fonts to design sizes.
14577         change name to aybabtu completely
14578
14579 2005-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14580
14581         * buildscripts/gen-emmentaler-scripts.py (outdir): add
14582         design_size to fontname
14583
14584 2005-01-19  Werner Lemberg  <wl@gnu.org>
14585
14586         * mf/feta-accordion.mf, mf/feta-klef.mf, mf/feta-pendaal.mf,
14587         mf/feta-schrift.mf: s/p/pat/ if a path variable.
14588
14589         * mf/feta-autometric.mf (set_char_box): Add code which emits
14590         specials for mf2pt1 if run with metapost.
14591         (to_bp): New macro for mf2pt1.
14592
14593 2005-01-18  Graham Percival  <gperlist@shaw.ca>
14594
14595         * Documentation/user/changing-defaults: added info on
14596         creating a copyright symbol.
14597
14598 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14599
14600         * VERSION: release 2.5.9
14601         
14602 2005-01-18  Erlend Aasland  <erlenda@gmail.com>
14603
14604         * scm/auto-beam.scm: Simplify score-override-auto-beam-setting
14605
14606         * Documentation/user/notation.itely: Document
14607         score-override-auto-beam-setting Fix documentation for
14608         revert-auto-beam-setting.
14609
14610 2005-01-18  Werner Lemberg  <wl@gnu.org>
14611
14612         * scm/framework-ps.scm (ps-embed-cff): Fix DSC comments.
14613         (procset): New function to define a procset resource.
14614         (ps-embed-pfa): New function to define a font resource.
14615         (setup): New function to define a `Setup' environment.
14616         (preamble): Use new functions.
14617
14618         * ps/lilypond.defs (init-lilypond-parameters): New function to
14619         get rid of directly executed PS code.  Used in scm/framework-ps.scm.
14620
14621 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14622
14623         * mf/GNUmakefile (MFTRACE_FLAGS): add --no-afm to MFTRACE_FLAGS
14624
14625 2005-01-17  Erlend Aasland  <erlenda@gmail.com>
14626
14627         * scm/define-markup-commands.scm: Change number->markletter-string
14628         to take two arguments (vector number). Add number->mark-alphabet-vector
14629         and markalphabet markup command.
14630
14631         * scm/translation-functions.scm: Add format-mark-box-alphabet,
14632         format-mark-alphabet, format-mark-box-barnumbers and
14633         format-mark-barnumbers. Fix bug in format-mark-box-numbers.
14634
14635 2005-01-17  Graham Percival  <gperlist@shaw.ca>
14636
14637         * Documentation/user/examples.itely: add SATB automatic piano
14638         reduction template.
14639
14640         * Documentation/user/notation.itely: added info about changing
14641         partcombine texts.  Also adds examples of alternate lyrics.
14642
14643         * Documentation/user/changing-defaults.itely: added warning
14644         about \RemoveEmptyStaffContext overriding previous changes.
14645
14646 2005-01-17  Werner Lemberg  <wl@gnu.org>
14647
14648         * buildscripts/mf-to-table.py: Use `FetaAlphabetEncoding' for
14649         feta-alphabet*.
14650
14651 2005-01-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14652
14653         * python/lilylib.py (make_ps_images): don't do final showpage for
14654         multi-page documents.
14655         
14656         * VERSION (MY_PATCH_LEVEL): release 2.5.8
14657
14658 2005-01-16  Graham Percival  <gperlist@shaw.ca>
14659
14660         * Documentation/user/lilypond.tely: changed order of appendices;
14661         unified index should be last.
14662
14663         * Documentation/user/notation.itely: add example of key signatures
14664         and info about Staff.printKeyCancellation.
14665
14666 2005-01-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14667
14668         * lily/include/repeated-music.hh (class Repeated_music): change
14669         into "namespace" class.
14670
14671         * lily/event.cc: remove Key_change_event.
14672
14673         * lily/include/transposed-music.hh (class Transposed_music): remove.
14674
14675         * lily/transposed-music.cc: remove
14676
14677         * lily/include/relative-music.hh: remove.
14678
14679         * lily/include/music-sequence.hh (struct Music_sequence): change
14680         into "namespace" class.
14681
14682         * lily/untransposable-music.cc (Module): remove
14683
14684         * lily/include/un-relativable-music.hh (Module): remove
14685
14686         * lily/include/untransposable-music.hh (Module): remove
14687
14688         * lily/include/music-list.hh (Module): remove file
14689
14690         * lily/un-relativable-music.cc: remove file.
14691
14692 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
14693
14694         * lily/parser.yy: Compile fix.
14695
14696 2005-01-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14697
14698         * lily/include/music.hh (class Music): unvirtualize transpose().
14699
14700         * lily/sequential-music.cc: remove file.
14701
14702         * lily/include/lyric-combine-music.hh ("music.hh"): remove file.
14703
14704         * lily/slur-scoring.cc (get_best_curve): only switch on
14705         DEBUG_SLUR_SCORING for non NDEBUG builds.
14706
14707         * lily/include/music.hh (class Music): replace Music::start_mom()
14708         by start-callback property
14709
14710         * lily/include/grace-music.hh: remove file. 
14711
14712         * lily/stem.cc (height): robustness fix.
14713
14714         * lily/time-scaled-music.cc: remove file.
14715
14716         * lily/include/music.hh (class Music): include SCM init argument.
14717         (class Music): replace Music::get_length() virtual by
14718         length-callback property everywhere.
14719
14720         * scripts/convert-ly.py (conv): add  # to \property scalar value.
14721
14722         * mf/GNUmakefile: don't install *list.ly
14723
14724 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
14725
14726         * mf/GNUmakefile (CFF_FILES): Bugfix: only big cheeses and braces.
14727
14728 2005-01-12  Werner Lemberg  <wl@gnu.org>
14729
14730         This patch addresses the following problems in the feta sources
14731         files which contribute to the fetaXX fonts.
14732
14733         . Many fixes for rasterization at low resolutions (consistent use of
14734           `vround' and `hround', integer shift values for paths, applying
14735           `eps' for mirrored paths, use of `define_whole_pixels' and
14736           friends, etc.) -- while this probably looks like a waste of time
14737           it has revealed deficiencies in some glyph shapes.  See comment at
14738           the end of feta-params.mf how vertical symmetry is achieved.
14739
14740         . The `---' operator has been replaced everywhere with `--'; this
14741           both improves and considerably reduces the font size after
14742           conversion with mf2pt1.
14743
14744         These change aren't explicitly mentioned below since virtually all
14745         glyphs are affected.
14746
14747         Other notable differences:
14748
14749         . Glyphs from feta-accordion.mf now have charboxes around the
14750           outline.
14751
14752         . Fixed incorrect charbox for `accDot'.
14753
14754         . The `rcomma' and `lcomma' glyphs were distorted due to a typo.
14755
14756         . Fixed position of the bow in the `upprall' glyph and its siblings.
14757
14758         . The bulb size in the `2/2 meter' and `4/4 meter' glyphs is now
14759           dependent on the staff line thickness to avoid touching the middle
14760           staff line at smaller sizes.
14761
14762         . Largely extended output for feta-testXX: Where useful, glyphs
14763         are shown both between and on staff lines.
14764
14765
14766         * mf/feta-params.mf (staff_space_rounded,
14767         stafflinethickness_rounded, linethickness_rounded,
14768         ledgerlinethickness_rounded, stemthickness_rounded): New variables.
14769         Update all code which uses them where appropriate.
14770         (feta_eps, feta_shift, feta_space_shift, feta_offset, feta_fillpen):
14771         New variables used to control rasterization at low resolutions.  Set
14772         to zero if feta code is processed with metapost.
14773
14774         * mf/feta-macros.mf (draw_staff, draw_staff_outline): Updated.
14775         (draw_rounded_block, draw_square_block): Updated to use `--' only.
14776         (flare_path): Updated.
14777         Make it work with `filldraw' (but only circular pens).
14778         (hfloor, vfloor, hceiling, vceiling): New macros.
14779
14780         * mf/feta-accordion.mf ("accDiscant", "accFreebase", "accStdbase"):
14781         Use `draw' again in mf mode to have good pixel dropout control.
14782         Fix intersection points of horizontal lines with circle.
14783         ("accDot"): Fix parameters for set_char_box.
14784         ("accOldEE"): Use `draw' again in mf mode to have good pixel dropout
14785         control.
14786
14787         * mf/feta-banier.mf: Updated.
14788
14789         * mf/feta-bolletjes.mf (remember_pic): New variable, used for
14790         testing.
14791         (undraw_inside_ellipse): Remove `center' argument.  Update all
14792         callers.
14793         (draw_brevis): New macro, called by "Brevis notehead".
14794         (draw_whole_triangle_head): New macro, called by "Whole
14795         trianglehead".
14796         (draw_small_triangle_head): Use `filldraw'.
14797
14798         * mf/feta-eindelijk.mf: Remove useless global group.
14799         Updated.
14800
14801         * mf/feta-klef.mf (draw_c_clef): Correct point positions for using
14802         `filldraw'.
14803
14804         * mf/feta-pendaal.mf: Updated.
14805
14806         * mf/feta-puntje.mf: Updated.
14807
14808         * mf/feta-schrift.mf (draw_very_long_fermata): Simplified to use
14809         less points.
14810         ("Flageolet"): Use `draw' again in mf mode to have good pixel
14811         dropout control.
14812         ("Varied Coda"): Use `draw_block'.
14813         (draw_comma): Fix typo.
14814         (draw_arpeggio_arrow): Use `draw' also in mf mode to have good
14815         pixel dropout control.
14816
14817         * mf/feta-slag.mf ("upprall", "downprall", "lineprall"): Fix start
14818         position of bow.
14819
14820         * mf/feta-timesig.mf (draw_C): Reduce bulb size for smaller design
14821         sizes.
14822
14823         * mf/feta-toevallig.mf (remember_pic): New variable, used for
14824         testing.
14825         (draw_meta_sharp): Much simplified.
14826         ("Sharp", "1/2 Sharp", "3/4 Sharp"): Don't rotate but shift.
14827
14828         * mf/feta-test-generic.mf: Include all files as in feta-generic.mf.
14829
14830 2005-01-13  Mats Bengtsson  <mabe@s3.kth.se>
14831
14832         * Documentation/user/notation.itely (Ancient rests): Fix typo
14833         (thanks Anthony)
14834
14835 2005-01-13  Jan Nieuwenhuizen  <janneke@gnu.org>
14836
14837         * scm/auto-beam.scm (score-override-auto-beam-setting): New function.
14838
14839         * lily/main.cc (setup_paths): Add cff.
14840
14841         * mf/GNUmakefile (foe): Include actual target %.cff.
14842         (INSTALLATION_OUT_SUFFIXES): Install CFF and SVG fonts too.
14843
14844 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14845
14846         * lily/include/lily-lexer.hh (class Lily_lexer): lose hungarian _b
14847         suffix for main_input_b_.
14848
14849         * scm/music-functions.scm (toplevel-music-functions):
14850         precompute music lengths for music expressions.  
14851
14852 2005-01-11  Nicolas Sceaux  <nicolas.sceaux@free.fr>
14853
14854         * lily/include/input.hh (class Input): new `end_' slot for end of
14855         input. Renamed defined_str0_ to start_.
14856
14857         * lily/input.cc (Input): Add Input::Input (Input const &) and
14858         remove Input::Input (Source_file*, char const *). Use the new
14859         slots.
14860         (set_location): method used by bison to propagate input
14861         locations (YYLLOC_DEFAULT).
14862         (end_line_number, end_column_number, step_forward): new methods
14863         
14864         * lily/input-scheme.cc (ly:input-both-locations): new function,
14865         similar to ly:input-location, but also return the end line and
14866         column.
14867
14868         * lily/include/includable-lexer.hh: 
14869         * lily/includable-lexer.cc: 
14870         * lily/include/lily-lexer.hh (class Lily_lexer): 
14871         * lily/lily-lexer.cc (add_lexed_char): Move add_lexed_char from
14872         Includable_lexer to Lily_lexer, in order to update lexloc (the
14873         yylloc), a new slot of Lily_lexer.
14874         (here_input, LexerError): simplify by using the lexloc slot (aka
14875         yylloc)
14876
14877         * lily/lexer.ll: #define yylloc to use input locations (it may
14878         be useless here?). Fixed the #embedded_scm rule (step the location
14879         forward in order to skip the sharp sign before parsing the scheme
14880         expression)
14881
14882         * lily/include/lily-parser.hh (class Lily_parser): 
14883         * lily/lily-parser.cc: Remove push_spot(), pop_spot() and
14884         here_input()
14885         (parser_error): overload for more precise locations of errors.
14886
14887         * lily/parser.yy (YYLTYPE): set location type to Input
14888         (YYLLOC_DEFAULT): use Input::set_location()
14889         (yylex): add the YYLTYPE* location parameter.
14890         Clean push_spot()/pop_spot()/here_input(), and use @$, @1, etc.
14891         Give an Input parameter to THIS->parser-error() for more accurate
14892         messages.
14893
14894 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14895
14896         * stepmake/aclocal.m4: do NDEBUG for optimizing builds.
14897
14898         * lily/include/beam.hh (DEBUG_QUANTING): performance: only switch
14899         on BEAMQUANTING for non-NDEBUG builds.
14900
14901         * lily/stem.cc (head_count): performance: avoid String::String()
14902         inside oft called function.
14903
14904 2005-01-09  Graham Percival  <gperlist@shaw.ca>
14905
14906         * Documentation/user/examles.itely: attempted fix for broken
14907         string quartet template.
14908
14909         * Documentation/user/notation.itely: remove unnecessary broken
14910         link.
14911
14912 2005-01-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14913
14914         * VERSION (PACKAGE_NAME): release 2.5.7
14915
14916 2005-01-09  Jan Nieuwenhuizen  <janneke@gnu.org>
14917
14918         * config.make.in (METAFONT): Append -progname=mf, fixes use with
14919         mf-nowin for teTeX-3.0.  Backportme.
14920
14921         * scm/output-svg.scm (utf8-string): New function.
14922
14923         * scm/output-gnome.scm (utf8-string): New function.
14924         (otf-name-mangling): Remove.
14925
14926         * lily/pango-font.cc (Pango_font): Use font string iso font
14927         filename for utf8-text.
14928
14929         * buildscripts/gen-emmentaler-scripts.py: Remove designsize from
14930         name.
14931
14932 2005-01-08  Graham Percival  <gperlist@shaw.ca>
14933
14934         * Documentation/user/notation.itely: add info about
14935         Staff.extraNatural = ##f in Pitches section.  Also
14936         fixed some minor issues in the Vocal music section.
14937
14938 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14939
14940         * scm/output-ps.scm (white-text): comment out Helvetica font,
14941         which is broken for my GS install.
14942
14943         * lily/pango-font.cc (pango_item_string_stencil): use ink_rect,
14944         which provides a tighter bbox.
14945
14946         * scm/define-grobs.scm (all-grob-descriptions): remove all
14947         extra-offsets from definitions.
14948
14949 2005-01-08  Erlend Aasland  <erlenda@gmail.com>
14950
14951         * scm/output-lib.scm: Rename guitar-tunings to guitar-tuning and
14952         add tuning for 4-string bass and some common 4/5-string banjo
14953         tunings.  New function (four-string-banjo) turns a 5-string tuning
14954         into a 4-string tuning.  New function
14955         (fret-number-tablature-format-banjo) computes correct fret numbers
14956         on 5-string banjos.
14957
14958         * ly/engraver-init.ly: Default stringTunings = #guitar-tuning
14959         Add beam correction to TabVoice.
14960
14961         * scm/define-grobs.scm: Adjust notehead offset. Print fret numbers
14962         using bold font; makes tabs more readable.
14963
14964 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14965
14966         * lily/font-select.cc (get_font_by_design_size): don't make
14967         Modified_font_metric; this causes trouble, since we don't know the
14968         font magnification from inside Pango_font::text_stencil()
14969
14970         * lily/all-font-metrics.cc (find_pango_font): take magnification argument.
14971
14972         * Documentation/user/notation.itely (The Lyrics context): comment out
14973         broken {Small ensembles} link.
14974
14975         * scm/framework-svg.scm (output-framework): change calling convention.
14976
14977         * lily/object-key-dumper-scheme.cc: new file.
14978
14979         * lily/object-key-undumper-scheme.cc: new file.
14980
14981         * lily/tweak-registration-scheme.cc: new file.
14982
14983         * lily/pango-select.cc (symbol_to_pango_variant): init local variable.
14984
14985         * Documentation/user/examples.itely (String quartet): uncomment
14986         broken example.
14987
14988         * lily/font-config.cc: new file.
14989
14990 2005-01-08  Jan Nieuwenhuizen  <janneke@gnu.org>
14991
14992         * scm/output-svg.scm: 
14993         * scm/output-gnome.scm: s/bigcheese/emmentaler.
14994
14995         * lily/score-engraver.cc (MUSIC_FONT): Use emmentaler20.
14996
14997 2005-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
14998
14999         * lily/general-scheme.cc (LY_DEFINE): Use snprintf (WAS: sprintf).
15000         Add headers.
15001
15002         * lily/GNUmakefile (general-scheme.o): Add version.hh dependency.
15003
15004 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15005
15006         * mf/GNUmakefile (debian-mirror): rename bigcheese to emmentaler.
15007
15008         * lily/include/main.hh: lose _b hungarian suffixes for global
15009         variables.
15010
15011         * lily/include/lily-guile-macros.hh: new file.
15012
15013         * lily/pango-select-scheme.cc (LY_DEFINE): new file.
15014
15015         * lily/general-scheme.cc: new file. 
15016
15017         * lily/font-select.cc (get_font_by_design_size): retrieve
15018         PangoFont for (designsize . "pango-descr") entries.
15019
15020         * lily/lily-parser-scheme.cc: new file.
15021
15022         * lily/output-def-scheme.cc: new file.
15023
15024         * lily/paper-book-scheme.cc: new file.
15025
15026         * lily/duration-scheme.cc (LY_DEFINE): new file.
15027
15028         * lily/pitch-scheme.cc:  new file.
15029
15030         * scm/font.scm (add-cmr-fonts): use real dimens in font selection.
15031
15032 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15033
15034         * lily/dimensions.cc (LY_DEFINE): add ly:{inch,cm,mm,bp,pt}.
15035
15036 2005-01-06  Graham Percival  <gperlist@shaw.ca>
15037
15038         * Documentation/user/notation.itely: minor editing.
15039
15040         * Documentation/user/changing-defaults: minor editing.
15041
15042         * Documentation/user/examples.itely: add template for
15043         string quartet part extraction; demonstrates tag.
15044
15045 2005-01-06  Erlend Aasland  <erlenda@gmail.com>
15046
15047         * Documentation/user/notation.itely: documents
15048         format-mark-box-letters and format-mark-box-numbers
15049
15050         * scm/define-context-properties.scm: change comment.
15051
15052 2005-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15053
15054         * scm/framework-ps.scm (output-classic-framework): new function:
15055         dump systems as separate .eps files (without fonts) and write a
15056         single collecting .tex file.
15057
15058 2005-01-05  Mats Bengtsson  <mabe@s3.kth.se>
15059
15060         * Documentation/user/notation.itely (Setting simple songs):
15061         Correct several errors in the equivalent formulation of
15062         \addlyrics. 
15063         (The Lyrics context): Corrected link to the SATB example.
15064
15065 2005-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15066
15067         * scm/lily.scm (completize-formats): new function
15068         (postprocess-output): new function
15069
15070         * lily/paper-book.cc (classic_output): change calling
15071         convention. Give basename as first argument. 
15072         remove Paper_book::post_processing().
15073
15074         * lily/lily-guile.cc (LY_DEFINE): ly:output-backend, new function.
15075
15076 2005-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15077
15078         * lily/paper-outputter.cc (LY_DEFINE): new function
15079         ly:outputter-close.
15080
15081         * lily/main.cc: change --format,-f to --backend,-b
15082
15083         * lily/include/main.hh: rename format to backend.
15084
15085         * scm/translation-functions.scm (format-mark-box-numbers): add.
15086         patch by Erlend Aasland
15087
15088 2005-01-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15089
15090         * lily/pango-font.cc (text_stencil): dump string as
15091         (utf-8-string FONTDESC UTF8) for use in -f gnome, -f svg.
15092
15093 2005-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
15094
15095         * configure.in (gui_b): Remove handy developer-only
15096         PKG_CONFIG_PATH settings that cater for Jan-and-Han-Wen ~/usr/pkg/
15097         CVS source installations (but break other non-default but correct
15098         PKG_CONFIG_PATH setups), as this is no longer developer-only.
15099
15100         * SConstruct: 
15101         * ps/GNUmakefile (INSTALLATION_FILES): teTeX-3.0
15102         compatibility (backportme).
15103
15104         * GNUmakefile.in: teTeX-3.0 compatibility (backportme).
15105
15106 2005-01-03  Werner Lemberg  <wl@gnu.org>
15107
15108         Prepare glyph shapes for mf2pt1 conversion.
15109
15110         * mf/feta-accordion.mf (accreg_pen): Removed.  No longer used.
15111         (accDiscant, accFreebase, accStdbase): Replace `draw' with
15112         `penstroke'.
15113         (accDot): Use `drawdot'.
15114         (accBayanbase): Replace `draw' with `draw_gridline'.
15115         (print_penpos): Moved to feta-macros.mf.
15116         (accOldEE): Replace `filldraw' with `penstroke'.
15117         Replace `draw' with `penstroke' and `drawdot'.
15118
15119         * mf/feta-banier.mf: Code clean-up.
15120         ("grace dash (up)", "grace dash (down)"): Replace `draw' with
15121         `fill'.
15122
15123         * mf/feta-bolletjes (draw_cross): Remove call to `labels'.
15124
15125         * mf/feta-eindelijk.mf (draw_rest_bulb, draw_eigth_rest): Add
15126         paremeter to control drawing of labels.  Update all callers.
15127
15128         * mf/feta-klef.mf (draw_c_clef): Use `&' not `..' to connect paths.
15129         (new_bulb): Return a bulb as a single path.  To do that, it now
15130         takes some more parameters.  Updated all callers.
15131         (draw_gclef): Major clean-up.  `draw' has been replaced with
15132         `penstroke', unnecessary outlines have been removed.
15133         Remove (unused) gnome-canvas code.
15134
15135         * mf/feta-macros.mf (print_penpos): New macro (from
15136         feta-accordion.mf).
15137         Other minor fixes.
15138
15139         * mf/feta-pendaal.mf ("Pedal asterisk"): Use `undrawdot'.
15140         ("Pedal dot"): Use `drawdot'.
15141         (draw_pedal_P): Add parameter to control drawing of labels.  Update
15142         all callers.
15143         Fix shape at top.
15144         (draw_pedal_e): Add parameter to control drawing of labels.  Update
15145         all callers.
15146         (draw_pedal_d): Add parameter to control drawing of labels.  Update
15147         all callers.
15148         Revert drawing direction.
15149
15150         * mf/feta-schrift.mf (draw_fermata): Use single path.
15151         (draw_short_fermata): Replace `filldraw' with `fill'.
15152         (draw_long_fermata, draw_very_long_fermata): Replace calls to
15153         `draw_rounded_block' with a single path.
15154         ("Thumb"): Draw full circle instead of mirroring segments.
15155         (draw_accent): New macro.
15156         ("> accent", "espr"): Use it.
15157         (draw_marcato): Replace `filldraw' and `draw' with `fill'.
15158         ("open (unstopped)"): Draw full circle instead of mirroring
15159         segments.
15160         (draw_vee): Removed.
15161         ("Upbow"): Use `draw_accent' instead of `draw_vee'.
15162         ("Downbow"): Replace calls to `draw_rounded_block' with a single
15163         path.
15164         ("Trill (`tr')"): Replace overlapping loop drawn with `draw' with
15165         partial pieces drawn with `fill' -- these do still overlap with the
15166         stem of the `t' but just once, not multiple times so that fontforge
15167         can handle it gracefully.
15168         Change other parts of the glyph so that fontforge's overlapping
15169         algorithm reliably works.
15170         (draw_heel): Replace `draw' with `fill'.
15171         (draw_toe): Use `draw_accent' instead of `draw_vee'.
15172         ("Flageolet"): Replace `draw' with `penstroke'.
15173         ("Segno"): Replace `filldraw' with `penstroke'.
15174         Replace `draw' with `drawdot'.
15175         ("Coda"): Replace `fill' with `penstroke', using a single path.
15176         ("Varied Coda"): Use less overlapping paths.
15177         (draw_arpeggio_arrow): Replace `filldraw' with `fill', using a
15178         single path.
15179
15180         * mf/feta-slag.mf (draw_trillelement): Put `clearxy' outside of
15181         group to better control the `labels' command.
15182         Rename argument to `offset' and use it actually.  Update all
15183         callers.
15184         Replace `filldraw' with `fill'.
15185         ("mordent", "prallmordent", "upmordent", "downmordent",
15186         "lineprall"): Replace `draw' with `draw_gridline'.
15187         ("upprall", "downprall"): Replace `draw' with `fill'.
15188
15189         * mf/feta-timesig.mf: Formatting.
15190
15191         * mf feta-toevallig.mf (draw_meta_flag): Move code to draw labels
15192         to...
15193         ("Flat"): Here.
15194         (draw_paren): Move code to draw labels to...
15195         ("Right Parenthesis"): Here.
15196
15197 2005-01-02  Graham Percival <gperlist@shaw.ca>
15198
15199         * Documentation/user/notation.itely: add example of \setTextDecresc
15200         and \setTextDim.
15201
15202 2005-01-02  Tatsuya Ono <tats_ono@infoseek.jp>
15203
15204         * scm/define-markup-commands.scm :  fix glyph-strings of
15205         accidentals and \note-by-number
15206
15207 2005-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15208
15209         * VERSION: 2.5.6 released.
15210         
15211         * ps/lilyponddefs.ps: put mm -> pt scaling in here.
15212
15213         * input/regression/new-markup-scheme.ly: oops. font-family=music
15214         -> font-encoding fetaMusic.  
15215
15216         * lily/main.cc: put default to PS.
15217
15218         * lily/tfm.cc: idem.
15219
15220         * lily/afm.cc: idem.
15221
15222         * lily/include/modified-font-metric.hh (struct
15223         Modified_font_metric): remove coding_scheme() method.
15224
15225         * input/mutopia/F.Schubert/morgenlied.ly: convert to utf8
15226
15227         * scripts/convert-ly.py (conv): crash on encountering \encoding.
15228
15229         * input/les-nereides.ly: convert to utf8
15230
15231         * lily/modified-font-metric.cc (text_dimension): idem.
15232
15233         * lily/parser.yy (TODO): idem.
15234
15235         * lily/include/lily-lexer.hh (class Lily_lexer): idem.
15236
15237         * lily/lexer.ll: remove encoding
15238
15239         * scm/framework-ps.scm (output-variables): separately scale the
15240         page to mm 
15241
15242         * lily/pango-font.cc (Pango_font): fix scaling.
15243
15244         * lily/font-metric.cc (design_size): design_size returns a
15245         dimension now as well.
15246
15247 2004-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15248
15249         * mf/GNUmakefile ($(outdir)/%.otf-table): use findstring. Fixes
15250         brace generation. 
15251
15252         * lily/text-metrics.cc (LY_DEFINE): use scm_c_make_hash_table().
15253
15254 2004-12-30  Jan Nieuwenhuizen  <janneke@gnu.org>
15255
15256         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Do not try to
15257         install unbuildable Fontmap and Fontmap.lily (Simon Aridis-Lang).
15258
15259 2004-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15260
15261         * mf/GNUmakefile ($(outdir)/%.otf-table): include parmesan20.lisp
15262         in first run as well.
15263
15264         * scm/paper.scm (layout-set-staff-size): use text-font-size in
15265         dimension less points (ie. 12 = 12 point)
15266
15267         * lily/pango-select.cc (select_pango_font): use find_scaled_font().
15268
15269         * lily/all-font-metrics.cc (find_pango_font): set description_
15270
15271         * lily/pango-font.cc (text_stencil): export size as well.
15272         (text_stencil): fix scaling and extents box.
15273
15274 2004-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15275
15276         * Documentation/topdocs/NEWS.texi (Top): add -f texstr
15277
15278         * Documentation/user/invoking.itely (Invoking lilypond): document
15279         texstr
15280
15281         * scripts/convert-ly.py (conv): add ancient rules.
15282
15283         * scm/clef.scm (c0-pitch-alist): replace - with .
15284
15285         * scripts/lilypond-book.py (process_snippets): add texstr support.
15286
15287         * scm/framework-texstr.scm (header): change extension to .textmetrics
15288
15289         * lily/lily-parser.cc (parse_file): do try_load_text_metrics for
15290         -f tex.
15291
15292         * lily/text-metrics.cc: new file.
15293         (try_load_text_metrics): new function
15294
15295         * lily/include/text-metrics.hh: new file.
15296
15297 2004-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15298
15299         * lily/include/lily-guile.hh (ly_lily_module_constant): rename
15300         ly_scheme_function to ly_lily_module_constant.
15301
15302         * lily/modified-font-metric.cc (text_dimension): try
15303         lookup_tex_text_dimension() first.
15304
15305         * lily/tfm.cc: new function ly:load-text-dimensions
15306
15307 2004-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15308
15309         * scm/output-texstr.scm (text): use \lilygetmetrics
15310
15311         * scm/framework-texstr.scm (header): dump in new format.
15312
15313         * tex/lilypond-tex-metrics: new file.
15314         
15315 2004-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
15316
15317         * lily/pango-font.cc (text_stencil): Quick try at glyph->charcode
15318         mapping.
15319         (index_to_charcode): New method.
15320
15321         * scm/output-ps.scm (glyph-string): 
15322         * scm/output-gnome.scm (glyph-string): Add FONT parameter.
15323
15324 2004-12-26  Jan Nieuwenhuizen  <janneke@gnu.org>
15325
15326         * scm/output-gnome.scm (FIXME-glyph-string): New function.  Cannot
15327         implement fully, need FONT to get to charcode.
15328
15329         * scm/lily.scm (ly:all-stencil-expressions): Add glyph-string.
15330
15331         * scm: Cleanups.
15332
15333         * Documentation/user/changing-defaults.itely: Fix internalsrefs
15334         {Tunable context properties},
15335         {All layout objects},
15336         {Music definitions}.
15337
15338 2004-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15339
15340         * VERSION: release 2.5.5
15341         
15342         * lily/main.cc: use TeX as default output format.
15343
15344         * flower/file-path.cc (find): try to open directly as well, so we
15345         find absolute path files. 
15346
15347         * lily/pango-select.cc: new file.
15348
15349         * scm/framework-ps.scm: remove all encoding code. 
15350         load pfb/pfa for PangoFont too.
15351         
15352         * lily/lily-guile.cc (ly_chain_assoc_get): new function.
15353
15354 2004-12-22  Werner Lemberg  <wl@gnu.org>
15355
15356         Prepare glyph shapes for mf2pt1 conversion.
15357
15358         * mf/feta-toevallig.mf ("Double Sharp"): Minor path fix.
15359
15360         * mf/feta-bolletjes.mf (penposx): New auxiliary macro.
15361         (define_triangle_shape): Use it to replace `draw' with `fill' and
15362         `unfill'.  Update all callers.
15363         (draw_slash): Replace `filldraw' with `fill'.  Update all callers.
15364         (draw_cross): Ditto.
15365         ("X-Circled notehead"): Replace `draw' with `fill' and `unfill'.
15366         Use penrazor for better conversion with mf2pt1.
15367         (generic_draw_solfa_note_shape, draw_solfa_note_shape,
15368         draw_solfa_quarter_note_shape, triangle): Removed.  Unused.
15369         (draw_do_head, draw_re_head, draw_mi_head, draw_fa_head,
15370         draw_la_head, draw_ti_head): Replace `filldraw' with
15371         `fill'.  Update all callers.
15372
15373 2004-12-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15374
15375         * lily/paper-book.cc (output): revert: only allow a single output
15376         format.
15377
15378         * lily/include/pango-font.hh: new file.
15379
15380         * lily/pango-font.cc: new file.
15381
15382         * lily/font-metric.cc (text_stencil): new routine
15383
15384         * lily/all-font-metrics.cc (find_pango_font): new routine.
15385
15386         * lily/include/font-metric.hh (struct Font_metric): add
15387         text_stencil()
15388
15389         * configure.in (PKG_CONFIG_PATH): require PANGO_FT2
15390
15391 2004-12-22  Werner Lemberg  <wl@gnu.org>
15392
15393         Prepare glyph shapes for mf2pt1 conversion.
15394
15395         * mf/feta-macros.mf, mf_feta-eindelijk.mf: Some formatting.
15396
15397         * mf/feta-toevallig.mf: Formatting.
15398         (draw_meta_sharp): Modify path to replace `filldraw' with `fill'.
15399         ("Natural"): Fix paths to allow better postprocessing.
15400         (draw_meta_flat): Use `z3l' as additional point in path to get
15401         better conversion with mf2pt1.
15402         Other minor cleanups.
15403         ("3/4 Flat"): Add auxiliary points and modify path to replace
15404         `draw' with `fill'.
15405         ("Double Sharp"): Mirror path segments instead of picture elements
15406         to get a single outline.
15407         Modify path to replace `filldraw' with `fill'.
15408
15409 2004-12-22  Graham Percival  <gperlist@shaw.ca>
15410
15411         * input/test/unfold-all-repeats.ly: added file back.
15412
15413         * Documentation/user/notation.itely,
15414         Documentation/user/programming-interface.itely
15415         Documentation/user/changing-defaults.itely: fixed misc broken
15416         links to input/test/ files.
15417
15418 2004-12-22  Jan Nieuwenhuizen  <janneke@gnu.org>
15419
15420         * tex/texinfo.tex: Update.  We should not be distributing this,
15421         but since we do, use latest version.
15422
15423         * Documentation/user/macros.itexi: Comment-out \fetaflat,
15424         \fetasharp.  Fixes make web.  FIXME: make usable (compatible?) TeX
15425         macros for feta glyphs.
15426
15427 2004-12-22  Graham Percival  <gperlist@shaw.ca>
15428
15429         * Documentation/user/changing-defaults.itely: fix index for set.
15430
15431         * Documentation/user/converters.itely: added convert-ly bugs list
15432         from CVS.
15433
15434 2004-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
15435
15436         * python/lilylib.py (setup_environment): Set GS_FONTPATH, GS_LIB
15437         to empty.  Fixes make web, using gs-gpl-8.01.  In fact,
15438         gs-afpl-8.50 has more trouble with make web (ie, uses *a lot* more
15439         resourses; 3x MAXSIZE, 4x MAXRSS, 1.5x user).
15440
15441         * mf/GNUmakefile (pfa_warning): Use less broken check.
15442
15443         * python/lilylib.py (setup_environment): Remove cruft from
15444         GS_FONTPATH.
15445
15446         * configure.in: Bump mftrace requirement to 1.1.1.
15447
15448 2004-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
15449
15450         * scm/output-svg.scm (beam): Use polygon.
15451
15452         * scm/lily-library.scm: Bugfix.
15453
15454         * Documentation/user/invoking.itely (Invoking lilypond): Bugfix.
15455
15456         * mf/GNUmakefile (ALL_GEN_FILES): Remove unbuildable Fontmap.lily.
15457
15458 2004-12-19  Werner Lemberg  <wl@gnu.org>
15459
15460         Prepare glyph shapes for mf2pt1 conversion.
15461
15462         * mf/feta-eindelijk: Some formatting.
15463         (multi_rest_x, multi_beam_height): Removed.  Unused.
15464         ("Quarter rest"): Use `intersectiontimes' to create a single
15465         outline.
15466         (rest_crook): Removed.  Unused.
15467         (draw_rest_bulb): Return path (without filling).  Update callers.
15468         Simplified.
15469         (draw_eighth_rest, "16th rest", "32th rest", "64th rest",
15470         "128th rest"): Simplify `pat'.
15471         Create single outline.
15472
15473 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
15474
15475         * mf/GNUmakefile (ALL_GEN_FILES):
15476         (INSTALLATION_OUT_SUFFIXES): Remove unbuildable fonts.scale.
15477
15478         * scm/output-svg.scm (polygon, draw-line, dashed-line): New
15479         function.
15480
15481 2004-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15482
15483         * scm/output-texstr.scm (placebox): add routine
15484
15485         * VERSION (PACKAGE_NAME): release 2.5.4
15486
15487         * scm/framework-texstr.scm (output-framework): new file.  
15488
15489         * scm/output-texstr.scm: new file. Collect (TEXT . ) calls for TeX
15490         processing.
15491
15492         * Documentation/user/invoking.itely (Invoking lilypond): add SVG
15493
15494         * stepmake/stepmake/metafont-rules.make: make single SVG/PFA/PFB
15495         rule.
15496
15497         * configure.in (gui_b): bump mftrace requirement to 1.1.0
15498
15499         * mf/feta-bolletjes.mf (triangle): add s to 0triangle.
15500
15501         * mf/GNUmakefile (ALL_GEN_FILES): make SVG files too.
15502
15503 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
15504
15505         * scm/framework-svg.scm (dump-page): Implement landscape.
15506
15507 2004-12-18  Jan Nieuwenhuizen  <janneke@gnu.org>
15508
15509         * lily/main.cc (setup_paths): Add svg to search path.
15510
15511         * scm/output-svg.scm:
15512         * scm/framework-svg.scm: Add pageSet.  Update.
15513         (dump-fonts): New function.
15514         (output-framework): Use it.
15515
15516         * mf/GNUmakefile: 
15517         * buildscripts/gen-bigcheese-scripts.py: Also generate SVG font.
15518
15519 2004-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15520
15521         * tex/lilyponddefs.tex: comment out new ifpdf code.
15522
15523 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
15524
15525         * GNUmakefile.in: 
15526         * SConstruct (symlink): Replace afm by otf.
15527
15528         * scm/framework-gnome.scm (gnome-main): Remove invocation of
15529         ly:pango-add-afm-decoder.
15530
15531         * lily/lily-guile.cc ("ly:pango-add-afm-decoder"): Build fix: Remove.
15532
15533 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15534
15535         * scm/output-ps.scm (new-text): don't access t glyph for getting
15536         space dimension.
15537
15538         * ly/init.ly: warn about \version
15539
15540         * lily/lexer.ll: set version-seen?
15541
15542 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
15543
15544         * scm/output-svg.scm (string->entities): Update.
15545
15546 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15547
15548         * lily/main.cc (setup_paths): replace afm by otf for path. 
15549
15550         * lily/pangofc-afm-decoder.cc: remove.
15551
15552         * lily/include/pangofc-afm-decoder.hh: remove.
15553
15554         * scm/framework-scm.scm (output-framework): new file.
15555
15556         * mf/GNUmakefile: remove SAUTER_FONTS.
15557         remove SVG/sodipodi hacks.
15558
15559         * scm/lily-library.scm (stderr): move stderr.
15560
15561         * mf/GNUmakefile: remove AFM support.
15562
15563         * buildscripts/mf-to-table.py (base): remove AFM support.
15564
15565         * lily/open-type-font.cc (design_size): use design_size
15566
15567 2004-12-17  Pedro Kroger  <kroeger@pedrokroeger.net>
15568
15569         * lily/font-metric.cc (LY_DEFINE): Fix the docstring.
15570
15571 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
15572
15573         * mf/GNUmakefile: Generate combined aybabtu info.
15574         * mf/aybabtu.pe.in (i): Load it.
15575
15576         * scm/framework-tex.scm (otf-font-load-command): Bugfix: subfonts
15577         are not symbols.
15578
15579         * lily/include/open-type-font.hh (count): New method.
15580
15581         * mf/aybabtu.pe.in: Typo.
15582
15583         * Documentation/user/out/lilypond-internals.nexi (Scheme
15584         functions): Typo.
15585
15586         * lily/include/guile-compatibility.hh (SCM_HASHTABLE_P): Add compat.
15587
15588 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15589
15590         * buildscripts/gen-bigcheese-scripts.py (i): use symbols for
15591         subfonts.
15592
15593         * scm/output-tex.scm (named-glyph): new function. This fixes TeX output.
15594
15595         * scm/framework-tex.scm (otf-font-load-command): load subfonts.
15596         (tex-font-command-raw): new function.
15597
15598         * lily/include/virtual-font-metric.hh (Module): remove file
15599
15600         * lily/virtual-font-metric.cc (Module): remove file.
15601         
15602
15603         * lily/open-type-font.cc (LY_DEFINE): ly:otf-font-glyph-info
15604         (get_indexed_char): read bbox from lily table if present.
15605
15606 2004-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15607
15608         * mf/GNUmakefile ($(outdir)/aybabtu.subfonts): rule for
15609         aybabtu.subfonts
15610
15611         * mf/feta-beugel.mf (y): don't number consecutively, instead, use
15612         global glyphname. Enables more than 64 glyphs in the OTF.
15613
15614 2004-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
15615
15616         * scm/font.scm (add-music-fonts): Load aybabtu iso all separate
15617         braces.
15618
15619         * lily/open-type-font.cc (design_size): Use 12 as default for
15620         design size.
15621
15622         * mf/aybabtu.pe.in: New file.  Merge all our braces.
15623
15624         * mf/GNUmakefile: Generate aybabtu.
15625
15626         * tex/lilyponddefs.tex: teTeX 3.0 pdfetex fix.
15627
15628 2004-12-14  Jan Nieuwenhuizen  <janneke@gnu.org>
15629
15630         * scm/lily-library.scm (char->unicode-index): Remove.
15631
15632         * scm/output-gnome.scm (text): Bugfix for plain string input.
15633         Updates.
15634
15635         * scm/output-svg.scm (svg-font): Add weight to font selection.
15636
15637 2004-12-14  Mats Bengtsson  <mabe@s3.kth.se>
15638
15639         * Documentation/topdocs/INSTALL.texi (Top): Point to
15640         buildscripts/out/clean-fonts instead of
15641         buildscripts/clean-fonts.sh. 
15642
15643 2004-12-13  Graham Percival  <gperlist@shaw.ca>
15644
15645         * input/regression/figured-bass.ly: attempt to clarify text.
15646
15647         * Documentation/user/notation.tely: add cindex for tag, attempt to
15648         add figured bass example.
15649
15650         * Documentation/user/changing-defaults: basic editing.
15651
15652 2004-12-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15653
15654         * buildscripts/gen-bigcheese-scripts.py (i): load .subfonts table. 
15655
15656         * lily/open-type-font.cc (LY_DEFINE): new function
15657         ly:font-sub-fonts
15658
15659         * lily/include/font-metric.hh (struct Font_metric): new method
15660         sub_fonts()
15661
15662         * lily/vaticana-ligature-engraver.cc (transform_heads): replace
15663         . with - in add.stem.
15664         
15665 2004-12-13  Jan Nieuwenhuizen  <janneke@gnu.org>
15666
15667         * scm/encoding.scm (coding-alist): Fix encodings for fetaNumber
15668         and fetaDynamic.
15669
15670         * lily/rest.cc (glyph_name): Change - to . .
15671
15672         * scm/output-gnome.scm (text): Hello world, again.
15673
15674         * scm/output-svg.scm (named-glyph): New function.  Hello world!
15675
15676         * lily/modified-font-metric.cc (index_to_charcode): New method.
15677
15678         * lily/include/font-metric.hh (index_to_charcode): New function.
15679
15680         * lily/font-metric.cc (ly:font-glyph-name-to-charcode): Use it in
15681         new function.
15682         (ly:font-glyph-to-index): Remove.
15683
15684 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15685
15686         * lily/open-type-font.cc (make_index_to_charcode_map): new method.
15687
15688         * mf/feta-autometric.mf (code): remove tex name from fet_beginchar.
15689
15690         * lily/open-type-font.cc (load_scheme_table): new function
15691
15692         * lily/dots.cc (print): replace - 
15693
15694         * lily/open-type-font.cc (attachment_point): new function.
15695         (load_table): read LILC table
15696
15697         * buildscripts/gen-bigcheese-scripts.py (Module): new
15698         file. Generate FF scripts.
15699
15700         * mf/feta-din10.mf: idem.
15701
15702         * mf/feta-nummer10.mf: remove mf files.
15703
15704         * mf/feta-alphabet.mf (dynamic_design_size): merge din and number font.
15705
15706 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
15707
15708         * lily/lily-guile.cc: Use scm_from_locale_stringn.
15709
15710         * lily/include/guile-compatibility.hh (scm_from_locale_stringn): Add
15711         compatibility.
15712
15713 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15714
15715         * lily/open-type-font.cc (get_indexed_char): scale metrics by
15716         design-size and units_per_EM.
15717
15718         * mf/bigcheese.pe.in: set PUA codepoints before loading din & nummer.
15719
15720 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
15721
15722         * mf/bigcheese.pe.in (i): Map to 0xe000 (PUA) for testing, which
15723         does not crash fontforge.
15724
15725         * scm/lily-library.scm (char->unicode-index): Hack to map onto
15726         PUA.
15727
15728 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15729
15730         * scm/framework-ps.scm (ps-embed-cff): new function.
15731
15732         * lily/lily-guile.cc (LY_DEFINE): make ly:gulp-file binary proof.
15733
15734 2004-12-12  Werner Lemberg  <wl@gnu.org>
15735
15736         * mf/bigcheese.pe.in: Add PUA mapping.
15737         Don't create Type 42 but bare CFF font.
15738
15739 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
15740
15741         * scm/output-gnome.scm (placebox): Hackery to get bigcheese symbols
15742         within canvas boundaries.
15743
15744         * mf/merge.pe.in: Set font names, version, license GPL.
15745
15746         * make/substitute.make: Add FONTFORGE.
15747
15748         * config.make.in (FONTFORGE): Add.
15749
15750         * configure.in (gui_b): Use PATH_PROG for fontforge.
15751
15752 2004-12-11  Graham Percival  <gperlist@shaw.ca>
15753
15754         * scm/define-markup-commands.scm: add baseline-skip to info
15755         about \column.
15756
15757 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
15758
15759         * lily/font-metric.cc (ly:font-get-glyph-index): New function.
15760
15761         * scm/output-gnome.scm (named-glyph): Use it.
15762
15763         * scm/lily.scm (ly:all-stencil-expressions): Add named-glyph.
15764
15765         * flower/string.cc (substitute_char): Rename, rewrite, modify this.
15766         (upper_string, lower_string, reverse_string): Remove.
15767
15768         * configure.in (fontforge): Reinstate version check.
15769
15770         * ly/engraver-init.ly: Fix clef glyph names.
15771
15772         * lily/time-signature.cc (special_time_signature): Fix fraction
15773         glyph names.
15774
15775 2004-12-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15776
15777         * mf/merge.pe: new file.
15778
15779         * lily/freetype.cc: new file.
15780
15781         * lily/include/open-type-font.hh (class Open_type_font): new file.
15782
15783         * lily/include/freetype.hh: new file.
15784
15785         * lily/open-type-font.cc: new file.
15786
15787         * lily/all-font-metrics.cc (find_otf): new function.
15788
15789 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
15790
15791         * lily/time-signature.cc (special_time_signature): Fix.
15792
15793         * configure.in (PKG_CONFIG_PATH): Remove stray `i'.  Check for
15794         GTK2 before checking for pango.  Fixes -fgnome.
15795
15796         * lily/font-metric.cc (LY_DEFINE): Also rename C name to match
15797         Scheme name.
15798
15799         * scm/define-markup-commands.scm:
15800         * scm/safe-lily.scm: Bugfix: ly:font-by-name.
15801
15802         * configure.in: Require makeinfo 4.7 (needed for @ifdocbook).
15803
15804         * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Grok fontforge-like
15805         date versions.  Fixes configure.
15806         (STEPMAKE_CHECK_VERSION): Support optional actual program version
15807         argument.
15808
15809 2004-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15810
15811         * buildscripts/mf-to-table.py (write_ps_encoding): write real
15812         names in .enc
15813
15814         * lily/*.cc: use '.' iso. '-' for separating glyph name elements.
15815
15816 2004-12-09  Graham Percival  <gperlist@shaw.ca>
15817
15818         * Documentation/user/changing-defaults.itely: add info about
15819         make-dynamic-script
15820
15821         * Documentation/user/notation.itely: add link in dynamics to
15822         section about make-dynamic-script.
15823
15824 2004-12-09  Christian hitz  <chhitz@gmx.net>
15825
15826         * lily/lily-guile.cc: change MACOS_X to __APPLE__
15827
15828 2004-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15829
15830         * buildscripts/mf-to-table.py (parse_logfile): use . for
15831         concatting name and group.
15832         (parse_logfile): use M for Minus (negative.)
15833
15834         * lily/include/type-swallow-translator.hh
15835         (DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
15836
15837         * lily/*.cc: cosmetics around = sign.
15838
15839         * lily/paper-column.cc (Paper_column): copy rank_. This fixes
15840         lyric spacing on the penultimate column.
15841
15842 2004-12-05  Christian Hitz  <chhitz@gmx.net>
15843
15844         * configure.in:
15845         * lily/accidental-placement.cc:
15846         * lily/bar-line.cc:
15847         * lily/beam-concave.cc:
15848         * lily/beam-quanting.cc:
15849         * lily/beam.cc:
15850         * lily/bezier-bow.cc:
15851         * lily/bezier.cc:
15852         * lily/break-align-interface.cc:
15853         * lily/custos.cc:
15854         * lily/dimension-cache.cc:
15855         * lily/dot-column.cc:
15856         * lily/font-metric.cc:
15857         * lily/font-select.cc:
15858         * lily/gourlay-breaking.cc:
15859         * lily/grob-property.cc:
15860         * lily/grob.cc:
15861         * lily/lily-guile.cc:
15862         * lily/line-spanner.cc:
15863         * lily/lookup.cc:
15864         * lily/lyric-extender.cc:
15865         * lily/lyric-hyphen.cc:
15866         * lily/mensural-ligature.cc:
15867         * lily/midi-def.cc:
15868         * lily/misc.cc:
15869         * lily/note-collision.cc:
15870         * lily/note-column.cc:
15871         * lily/note-head.cc:
15872         * lily/paper-outputter.cc:
15873         * lily/percent-repeat-item.cc:
15874         * lily/rest-collision.cc:
15875         * lily/side-position-interface.cc:
15876         * lily/simple-spacer.cc:
15877         * lily/slur-configuration.cc:
15878         * lily/slur-scoring.cc:
15879         * lily/slur.cc:
15880         * lily/spaceable-grob.cc:
15881         * lily/spacing-spanner.cc:
15882         * lily/spanner.cc:
15883         * lily/staff-symbol-referencer.cc:
15884         * lily/stem.cc:
15885         * lily/stencil.cc:
15886         * lily/system-start-delimiter.cc:
15887         * lily/system.cc:
15888         * lily/text-item.cc:
15889         * lily/tie.cc:
15890         * lily/tuplet-bracket.cc:
15891         * lily/vaticana-ligature.cc: Fix for MacOS X: use <math.h> instead of
15892         <cmath> beacause isinf/isnan is undefined in <cmath>
15893
15894 2004-12-03  Mats Bengtsson  <mabe@s3.kth.se>
15895
15896         * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
15897
15898 2004-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15899
15900         * VERSION: release 2.5.3
15901         
15902 2004-11-29  Arno Waschk <arno@arnowaschk.de>
15903
15904         * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo"
15905
15906 2004-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15907
15908         * scm/music-functions.scm (cue-substitute): voice counts start at 0.
15909
15910         * lily/note-head.cc (internal_print): always try the "s" head if
15911         u/d not found.
15912
15913         * scm/titling.scm (marked-up-headfoot): reinstate default tagline.
15914
15915 2004-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15916
15917         * mf/parmesan-heads.mf (overdone_heads): typos.
15918
15919 2004-11-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
15920
15921         * lily/parser.yy (markup): in markups, { .. } without command
15922         before are also flattened, ie \line must be explicitely used.
15923
15924         * Documentation/user/changing-defaults.itely:
15925         * Documentation/user/notation.itely: 
15926         * input/wilhelmus.ly: 
15927         * input/regression/instrument-name-markup.ly: 
15928         * input/regression/markup-score.ly: 
15929         * input/regression/new-markup-scheme.ly: 
15930         * input/regression/new-markup-syntax.ly: 
15931         * input/test/coriolan-margin.ly: use \line in markups where
15932         appropriate
15933         
15934 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
15935
15936         * scm/new-markup.scm (map-markup-command-list): helper function
15937         used in parser.yy to map markup commands on a markup list.
15938
15939         * lily/parser.yy: get rid off < > in markups by treating { } as
15940         real lists.
15941
15942         * lily/lexer.ll: remove < > from markup lexer mode.
15943
15944         * scripts/convert-ly.py (conv): add rule for converting 
15945         \markup < > to \markup { }
15946
15947         * ly/titling-init.ly: 
15948         * input/test/coriolan-margin.ly: 
15949         * input/regression/new-markup-syntax.ly: 
15950         * input/regression/new-markup-scheme.ly: 
15951         * input/regression/multi-measure-rest-text.ly: 
15952         * input/regression/markup-stack.ly: 
15953         * input/regression/markup-score.ly: 
15954         * input/regression/instrument-name-markup.ly: 
15955         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: 
15956         * input/mutopia/R.Schumann/romanze-op28-2.ly: 
15957         * input/mutopia/J.S.Bach/wtk1-fugue2.ly: 
15958         * input/wilhelmus.ly: 
15959         * Documentation/user/notation.itely: 
15960         * Documentation/user/music-glossary.tely: 
15961         * Documentation/user/changing-defaults.itely: change < > to { } in
15962         markups
15963
15964 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15965
15966         * lily/accidental-placement.cc (position_accidentals): shortcut if
15967         no accidentals to place.
15968
15969 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
15970
15971         * scm/define-grob-properties.scm (all-user-grob-properties): fixed
15972         typo s/ly:dimension ?/ly:dimension?/
15973
15974         * input/regression/lily-in-scheme.ly: 
15975         * input/regression/music-function.ly: 
15976         * ly/spanners-init.ly (assertBeamSlope): 
15977         * scm/music-functions.scm (def-grace-function): add the paper
15978         argument to music function definitions.
15979
15980 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15981
15982         * lily/moment.cc (LY_DEFINE):
15983         ly:moment-main-{denominator,numberator}, new function.
15984
15985         * lily/score-engraver.cc (typeset_all): assign to column on basis
15986         of axis-group-parent-X setting.
15987
15988         * lily/axis-group-engraver.cc (process_acknowledged_grobs): do
15989         add_element() on basis of axis-group-parent-Y setting.
15990
15991         * lily/grob.cc: add axis-group-parent-{XY} properties.
15992
15993         * input/regression/spacing-stick-out.ly: new file.
15994
15995         * lily/simple-spacer.cc (add_columns): use binary search for
15996         setting column rods. Changes O(n^2) to O(n log(n)) for
15997         constructing spacing problem from columns.
15998         (add_columns): read allow-outside-line to make sure no texts stick
15999         out.
16000         (solve): Simple_spacer::is_active() only determines
16001         satisfies_constraints_ for non-ragged typesetting.
16002
16003         * lily/simultaneous-music.cc (to_relative_octave): only set
16004         old_relative_used if return pitch actually changed.
16005
16006         * scm/define-context-properties.scm
16007         (all-user-translation-properties): change to match implementation.
16008
16009         * python/lilylib.py: Replace re.match by re.search and adds "-c
16010         showpage" to the gs command line (Johannes Schindelin)
16011
16012         * scm/framework-ps.scm (output-preview-framework): sanitize bbox
16013         before processing. Prevents crash when inf is in the extent.
16014
16015         * scm/define-markup-commands.scm (note-by-number): add "s" to
16016         "noteheads-" glyphname.
16017  
16018         * lily/parser.yy (Generic_prefix_music): supply parser argument to
16019         music function as well.
16020         
16021 2004-11-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16022
16023         * VERSION: release 2.5.2
16024
16025         * Documentation/user/changing-defaults.itely (Creating titles):
16026         add breakbefore variable.
16027
16028         * lily/paper-book.cc (set_system_penalty): new function. Set
16029         penalty_ based on breakBefore setting
16030
16031         * lily/context-specced-music-iterator.cc (construct_children):
16032         interpret special context id $uniqueContextId 
16033
16034         * lily/context.cc (create_unique_context): new method. Move
16035         creation of unique (\new) contexts into interpreting phase. This
16036         makes
16037
16038           foo= \new Staff ..
16039           << \foo \foo >>
16040
16041         produce 2 staves.
16042         
16043
16044         * scm/define-music-properties.scm (all-music-properties): add
16045         quoted-voice-direction
16046
16047         * ly/music-functions-init.ly: killCues function.
16048
16049         * scm/music-functions.scm (cue-substitute): move creation of voice
16050         contexts further to the back. 
16051
16052 2004-11-25  Werner Lemberg  <wl@gnu.org>
16053
16054         * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
16055         `/hyphen' in encoding vector to get correct glyph name for EC fonts.
16056
16057 2004-11-24  Erik Sandberg  <ersa9195@student.uu.se>
16058
16059         * buildscripts/guile-gnome.sh: Fixed typo.
16060
16061 2004-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16062
16063         * lily/lexer.ll: add < >  to markup lexer mode (backportme)
16064
16065         * scripts/abc2ly.py (dump_slyrics): add ord(). 
16066
16067         * lily/note-heads-engraver.cc (process_music): add shapeNoteStyles
16068         to regular engraver. 
16069
16070 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16071
16072         * mf/feta-bolletjes.mf (triangle): rewrite solfa heads.
16073
16074 2004-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
16075
16076         * scm/define-markup-commands.scm (fill-line): Typo.
16077
16078         * buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
16079         and newer.
16080
16081 2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
16082
16083         * ly/dynamic-scripts-init.ly: Fixed typo.
16084
16085 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16086
16087         * mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
16088         note-head, to have different attachment points for up and down.
16089
16090         * mf/feta-bolletjes.mf: merge solfa heads into main note heads.
16091
16092         * mf/feta-generic.mf (else): remove solfa.
16093
16094         * mf/feta-bolletjes.mf (tishape): remove unicode test.
16095
16096         * scm/define-context-properties.scm
16097         (all-user-translation-properties): add shapeNoteStyles property.
16098
16099         * lily/shape-note-heads-engraver.cc (process_music): new file.
16100
16101         * lily/event.cc (transpose): call Event::transpose() for
16102         transposing the tonic.
16103
16104 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
16105
16106         * scm/output-gnome.scm: Save some pointers about pango/fontconfig
16107         Unicode/OpenType and AFM.
16108
16109         * lily/include/guile-compatibility.hh (scm_from_bool): Add.
16110
16111 2004-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16112
16113         * lily/grob.cc (Grob): idem. Plugs mem leaks. 
16114
16115         * lily/context.cc (Context): unprotect key from ctor.
16116
16117         * scm/stencil.scm (stack-lines): return empty-stencil if argument
16118         is '()
16119         (stack-stencils): idem.
16120
16121         * Documentation/user/changing-defaults.itely (Creating titles):
16122         document new title layout options.
16123
16124         * lily/parser.yy (lilypond_header_body): copy previous
16125         $globalheader if present.
16126
16127         * lily/ly-module.cc (LY_DEFINE): rename ly:import-module to
16128         ly:module-copy
16129         
16130         * scm/page-layout.scm (marked-up-headfoot): remove old functions.
16131
16132         * scm/titling.scm: remove old titling functions
16133
16134         * lily/stencil.cc (translate): remove absolute dimension.
16135
16136         * ly/titling-init.ly (oddFooterMarkup): new file. Generate titles
16137         via markup.
16138
16139         * scm/page-layout.scm (marked-up-headfoot): create header/footer
16140         field from user-supplied markup
16141
16142         * scm/define-markup-commands.scm (on-the-fly): new markup
16143         command. Enter SCM markup procedure directly in Scheme.
16144         (fromproperty): new markup command. Read markup from props argument.
16145
16146         * scm/titling.scm (marked-up-title): create title via
16147         user-specified markup. 
16148
16149         * scm/define-markup-commands.scm (column): remove empty stencils
16150         from column.
16151
16152         * lily/ly-module.cc (LY_DEFINE): use ly_module_lookup(). This does
16153         not have side-effect of creating variable stub.
16154
16155         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-empty?
16156
16157 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
16158
16159         * scm/encoding.scm (coding-alist): 
16160         * scm/font.scm (add-ec-fonts):
16161         * ly/paper-defaults.ly: Use actual name for EC fontencoding:
16162         Extended-TeX-Font-Encoding---Latin.
16163
16164         * lily/side-position-interface.cc (general_side_position): Add
16165         actual offset to error message (avoid constant error messages).
16166
16167         * lily/all-font-metrics.cc (find_font): Add "lm" to try-AFM-first
16168         block.
16169
16170         * lily/font-select.cc (select_encoded_font)
16171         (get_font_by_mag_step, get_font_by_design_size): 
16172         * lily/modified-font-metric.cc (Modified_font_metric): 
16173         * lily/paper-def.cc (find_scaled_font): Add font_encoding parameter.
16174
16175         * scm/encoding.scm (coding-alist): Add fetaDynamic.
16176         (read-encoding-file): Bugfix: do not require space after bracket.
16177
16178         * scm/font.scm (add-cork-lm-fonts): Remove lmbxi8 and lmbxi14,
16179         these do not exist.
16180
16181 2004-11-20  Graham Percival  <gperlist@shaw.ca>
16182
16183         * Documentation/user/notation.itely: added info about typesetting
16184         boxed bar numbers.
16185
16186 2004-11-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16187
16188         * flower/interval.cc (T_to_string): gcc4 fixes.
16189
16190         * scm/define-markup-commands.scm (fill-line): use
16191         stack-stencils. This fixes problems with putting already centered
16192         stencils in a line.
16193
16194         * VERSION: release 2.5.1
16195
16196         * lily/bar-line.cc (get_staff_bar_size): add line thickness.
16197
16198 2004-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16199
16200         * input/example-[1-3].ly: simplify.
16201
16202         * lily/cluster-engraver.cc (try_music): react to busy-playing-event
16203
16204         * scm/output-ps.scm (new-text): new function. Use glyphshow to
16205         show glyphs.
16206
16207         * scm/encoding.scm (decode-byte-string): new function.
16208
16209         * scripts/convert-ly.py (conv): add warning about
16210         set-global-staff-size.
16211
16212         * Doxyfile: add. 
16213
16214         * scripts/convert-ly.py (conv): add raggedlastbottom rule
16215         (conv): warn for TextSpanner split.
16216         (conv): warn for textheight.
16217
16218 2004-11-19  Jan Nieuwenhuizen  <janneke@gnu.org>
16219
16220         * GNUmakefile.in (install-WWW): Invoke install-info, so that when
16221         building the documentation, info with images are installed.
16222         (final-install): Fix description.  Mention sourcing of login
16223         scripts (instead of running).
16224
16225 2004-11-18  Jan Nieuwenhuizen  <janneke@gnu.org>
16226
16227         * Debian lmodern support.  Note that LilyPond will issue warnings
16228         
16229             no such encoding: "FontSpecific"
16230
16231           The font selection mechanism wants to get the encoding from the
16232           font itself, but the idea of lmodern is that it is usable with
16233           different encodings, ie, Lily should get the encoding from the
16234           font tree, rather than the font itself.  This would require some
16235           more work.
16236         
16237         * configure.in: Test for and accept lmodern if EC fonts not found.
16238
16239         * scm/framework-tex.scm (font-load-command): TeX font name
16240         mangling for latin1 encoded cork-lm fonts.
16241         (convert-to-ps): Load lm.map if available.
16242
16243         * ly/paper-defaults.ly: Use cork-lm encoding if ec is not
16244         available.
16245
16246         * scm/encoding.scm (coding-alist): Add cork-lm encoding.
16247
16248         * scm/font.scm: Add header.  Autoload cork-lm and ec fonts if
16249         available.
16250
16251         * lily/kpath.cc (ly_kpathsea_find_file): Rename.  Do not use
16252         path for absolute file name, that is silly.
16253
16254         * lily/score-engraver.cc (initialize): 
16255
16256         * Documentation/user/GNUmakefile (local-install-info): Invoke
16257         install-info --remove first.
16258
16259         * #include cleanup (Andreas Scherer).
16260
16261 2004-11-18  Heikki Junes  <hjunes@cc.hut.fi>
16262
16263         * input/test/script-abbreviations.ly: fix typos.
16264
16265 2004-11-17  Werner Lemberg  <wl@gnu.org>
16266
16267         * python/lilylib.py (options_help_str): Support pretty-printing of
16268         newlines in fourth element of option description.
16269
16270         * scripts/lilypond-book.py (option_definitions): Use new lilylib
16271         feature.
16272         Sort options.
16273
16274         * Documentation/user/lilypond-book.itely: Finish update.
16275
16276 2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
16277
16278         * Documentation/user/macros.itexi: Add comment about \command.
16279
16280         * Documentation/user/lilypond.tely:
16281         * Documentation/user/lilypond-book.itely: Fix names of lilypond
16282         and lilypond-book nodes, so that `info lilypond' visits the manual
16283         at top level, and `info lilypond-book' visits the lilypond-book
16284         section.
16285
16286         * Documentation/user/GNUmakefile (local-install-info): Fix rules
16287         and packager messages.
16288
16289         * lily/pangofc-afm-decoder.cc: Update test.
16290
16291 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
16292
16293         * scm/lily-library.scm (char->unicode-index): New function.
16294
16295         * scm/output-gnome.scm: 
16296         * scm/output-svg.scm: Cleanup.  Map custom fonts to PUA.
16297
16298         * Proper naming of file name throughout; s/filename/file[-_]name/.
16299
16300         * lily/modified-font-metric.cc ("ly:font-encoding"): New function.
16301
16302         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Map onto PUA.
16303
16304 2004-11-16  Werner Lemberg  <wl@gnu.org>
16305
16306         * scripts/lilypond-book.py: The Lord has commanded me to use only
16307         tabs for indentation.  Your humble servant obeys.
16308
16309 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
16310
16311         * scm/output-svg.scm: Font fixes.  Sodipodi now groks svg
16312         including font, if LilyPond-feta font is only feta font in path.
16313
16314         * scm/output-gnome.scm (text): Revert to file name of font if font
16315         has no name.  Fixes ec font selection.
16316         (char): Bugfix: do not utf8 twice.  Fixes clefs.
16317
16318         * scm/framework-svg.scm:
16319         * scm/output-svg.scm: New file.  TODO: figure out how to
16320         do character by index in font.
16321
16322         * scm/output-sodipodi.scm: Remove.
16323
16324         * scm/output-ps.scm (stem): Remove.
16325
16326 2004-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
16327
16328         * scm/output-gnome.scm (beam): New function.
16329         (slur): Round corners.
16330         (round-filled-box): Round corners.
16331
16332 2004-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16333
16334         * scm/output-gnome.scm (beam): add function.
16335         (draw-line): new routine.
16336         (dashed-line): stub; call draw-line
16337         (polygon): new routine.
16338
16339 2004-11-15  Werner Lemberg  <wl@gnu.org>
16340
16341         * Documentation/user/lilypond-book.itely: Revise section on
16342         lilypond-book options.
16343         Other minor fixes.
16344
16345         * scripts/lilypond-book.py: Change indentation to 4.
16346         Minor formatting.
16347
16348 2004-11-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16349
16350         * lily/system.cc (apply_tweaks): new function. Run tweaks on all
16351         grobs that have tweaks specced.
16352         
16353 2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
16354
16355         * Documentation/user/sound-output.itexi: add code snippets for MIDI.
16356
16357 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
16358
16359         * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
16360         actual char #, not 0 based index.
16361
16362         * lily/system-start-delimiter.cc (staff_brace): Start at 65.
16363
16364         * mf/feta-beugel.mf: Actually start at char #65.  Add header.
16365         Warning: do make -C mf clean.
16366
16367         * lily/context-property.cc: Compile fix.
16368
16369         * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf.
16370         Grok ec-fonts, braces and dynamics.
16371
16372         * scm/framework-gnome.scm (gnome-main): Register braces with pango.
16373
16374 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16375
16376         * lily/include/tweak-registration.hh: new file.
16377
16378         * lily/tweak-registration.cc: new file.
16379
16380         * scm/framework-gnome.scm (save-tweaks): use new key mechanism for
16381         saving tweaks.
16382
16383         * scm/output-gnome.scm (text): comment dribble.
16384
16385 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
16386
16387         * lily/pangofc-afm-decoder.cc (main): Test more feta fonts.
16388
16389         * scm/output-gnome.scm (bezier-sandwich): New function.  Reset
16390         path-def before using.  Fixes muchtomany slurs in wrong places
16391         bug.
16392
16393 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16394
16395         * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
16396
16397         * lily/include/object-key-undumper.hh (Module): new file.
16398
16399         * lily/object-key-undumper.cc (Module): New file. Deserialize
16400         keys. SCM bindings
16401
16402         * lily/object-key-dumper.cc (Object_key_dumper): idem.
16403         Provide SCM bindings.
16404
16405         * lily/include/object-key-dumper.hh (class Object_key_dumper): 
16406         new file. Serialize object keys.
16407         
16408         * lily/object-key.cc (dump): new function.
16409         (as_scheme): new virtual function
16410         (undump): new function
16411         (undumpers): new table.
16412
16413         * lily/include/global-context.hh (Context): take \score key upon init.
16414
16415         * lily/object-key-dumper.cc (serialize_key): new file.
16416
16417         * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
16418
16419         * lily/lily-lexer.cc: remove \quote.
16420
16421         * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
16422
16423         * lily/context.cc (Context): take key argument in ctor.
16424         (create_context): new function
16425
16426         * lily/grob.cc (Grob): take key argument in ctor.  
16427
16428         * lily/lilypond-key.cc (do_compare): new file.
16429
16430         * lily/object-key.cc (Object_key): new file.
16431
16432         * lily/include/object-key.hh (class Object_key): new file.
16433
16434         * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
16435
16436 2004-11-13  Graham Percival  <gperlist@shaw.ca>
16437
16438         * Documentation/user/lilypond-book.itely: add small warning about
16439         noindent default in lilypond-book.
16440
16441         * Documentation/user/converters.itely: add examples for convert-ly.
16442
16443         * Documentation/user/examples.itely: change version string in templates
16444         to 2.4.0.
16445
16446 2004-11-12  Karl Hammar  <karl@aspodata.se>
16447
16448         * GNUmakefile.in (local-WWW-post): `find ...` overflows the
16449         cmdline, use xargs instead (backportme)
16450
16451 2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
16452         
16453         * Documentation/user/: Numerous fixes in the user manual.
16454
16455 2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16456
16457         * lily/parser.yy (re_rhythmed_music): search music expression for
16458         context-id, surround by \new Voice if not found. Fixes:
16459         addlyrics-second-staff.ly
16460
16461         * VERSION: 2.5.0 released.
16462         
16463 2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
16464
16465         * Documentation/index.html.in: Fix url to one big page.  (backportme)
16466
16467         * Documentation/user/GNUmakefile: Separate rules for split and
16468         unsplit html documents.  Remove perl massaging.  (backportme)
16469
16470 2004-11-11  Graham Percival  <gperlist@shaw.ca>
16471
16472         * Documentation/user/lilypond-book.itely: add short warning about
16473         \lilypond{} in LaTeX docs.
16474
16475 2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
16476
16477         * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
16478         found.  (backportme)
16479
16480         * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
16481         version requirement.  (backportme)
16482
16483         * configure.in: Be explicit about old versions of
16484         ec-fonts-mtraced.  (backportme)
16485
16486         * lily/context-selector.cc (set_tweaks): New function.
16487         * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
16488         web with -DTWEAK.
16489
16490         * Documentation/user/introduction.itely (Automated engraving):
16491         Remove fragment option.  Fixes web.
16492
16493         * lily/context-property.cc (make_item_from_properties):
16494         * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
16495         #ifdef.
16496
16497         * scm/define-context-properties.scm
16498         (all-internal-translation-properties): Add tweakRank and tweakCount.
16499
16500         * lily/grob.cc: 
16501         * scm/define-grob-properties.scm (all-internal-grob-properties):
16502         Add tweak-rank and tweak-count.
16503
16504 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
16505
16506         * scm/output-gnome.scm (string->utf8-string, char->utf8-string):
16507         New function.
16508         (text): Use them.
16509
16510         * scm/framework-gnome.scm (item-event): Add support from TLA.  Support
16511         animated/opaque grob dragging tweaks.
16512
16513         * buildscripts/guile-gnome.sh: Update.
16514
16515 2004-11-10  Mats Bengtsson  <mabe@s3.kth.se>
16516
16517         * scm/define-grobs.scm (all-grob-descriptions): Added
16518         line-interface to the LigatureBracket object.
16519
16520 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
16521
16522         * scm/framework-gnome.scm (item-event): Support non-animated mouse
16523         dragging tweaks.
16524
16525         * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.
16526
16527         * lily/context-selector.cc (store_context): New function.
16528
16529         * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
16530         (store_grob): New function.
16531         (identify_grob): Add Moment parameter.
16532
16533         * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
16534         exists.
16535
16536         * scm/framework-gnome.scm (save-tweaks): Write as alist.
16537
16538 2004-11-09  Jan Nieuwenhuizen  <janneke@gnu.org>
16539
16540         * scm/framework-gnome.scm (item-event): Print grob id.
16541         (save-tweaks): New function.
16542         (tweak): New funtion.
16543         (item-event): Use it, bound to arrow keys.
16544
16545         * lily/context-property.cc (make_item_from_properties): Register grob.
16546         * lily/context.cc (add_context): Register context.
16547
16548         * lily/include/context-selector.hh:
16549         * lily/include/grob-selector.hh:
16550         * lily/context-selector.cc:
16551         * lily/grob-selector.cc: New file.
16552
16553 2004-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16554
16555         * lily/slur.cc: add 'positions to interface
16556
16557         * lily/main.cc: reinstate PS as standard output format. 
16558
16559         * scm/framework-tex.scm (output-preview-framework): print systems
16560         up to first non title system.
16561
16562         * lily/grace-engraver.cc (start_translation_timestep): split
16563         scm_cadddr
16564         
16565 2004-11-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16566
16567         * lily/quote-iterator.cc (Module): remove old quote-iterator
16568
16569         * scm/define-music-types.scm (music-descriptions): move
16570         NewQuoteMusic over QuoteMusic
16571
16572         * Documentation/user/notation.itely (Formatting cue notes): use
16573         \cueDuring.
16574
16575         * lily/new-quote-iterator.cc (quote_ok): new function.
16576
16577         * input/regression/quote-cue-during.ly: new file.
16578
16579         * input/regression/quote-grace.ly: new file.
16580
16581         * scm/define-context-properties.scm (Module): change definition of
16582         graceSettings
16583
16584         * lily/context-property.cc (Module): rename from
16585         translator-property.cc
16586
16587         * lily/context.cc (context_name_symbol): new function
16588
16589         * lily/grace-engraver.cc: new file. Set properties for grobs based
16590         on the grace-ness of now_moment().
16591
16592         * scm/music-functions.scm (add-grace-property): use list
16593         iso. vector for graceSettings
16594         remove set-{start,stop}-grace-properties. 
16595
16596         * lily/new-quote-iterator.cc (construct_children): set
16597         quote_outlet_ if no quoted-context-{id,type} specified.
16598
16599         * scripts/convert-ly.py (conv): \quote -> \quoteDuring.
16600
16601         * lily/parser.yy (command_element): remove \quote.
16602
16603         * ly/music-functions-init.ly (location): add quoteDuring music
16604         function. 
16605
16606         * lily/lexer.ll: allow \encoding in lyrics as well.  Remove
16607         optional semicolon. (backportme)
16608
16609 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
16610
16611         * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
16612         need to link to GUILE et al.
16613
16614 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16615
16616         * scm/define-music-properties.scm (all-music-properties): add
16617         quoted-context-type, quoted-context-id.
16618
16619         * scm/lily.scm (type-check-list): new function.
16620         
16621         * scm/lily-library.scm: new file. Generic library routines.
16622
16623         * lily/parser.yy (Generic_prefix_music): move typechecking out of
16624         parser.
16625
16626         * ly/music-functions-init.ly: add quoteDuring function.
16627
16628         * lily/include/music-iterator.hh (class Music_iterator): rename
16629         set_translator -> set_context
16630
16631         * lily/parser.yy (Generic_prefix_music_scm): add
16632         MUSIC_FUNCTION_SCM_SCM_MUSIC
16633
16634         * scm/lily.scm (sanitize-command-option): new function. (backportme)
16635
16636         * scm/framework-tex.scm (header): sanitize TeX paper size.
16637         (backportme)
16638
16639 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
16640
16641         * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
16642
16643         * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
16644
16645         * scm/framework-tex.scm (font-load-command): Use T1 if no
16646         font-encoding set.  (backportme)
16647
16648         * scm/lily.scm (postscript->pdf): Remove .pdf file if it
16649         exists before converting.  (backportme)
16650
16651         * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
16652         exists before converting.  (backportme)
16653         (convert-to-ps): Remove .ps file if it exists before
16654         converting.  (backportme)
16655
16656         * lily/lexer.ll: Remove extra progress newline, use present tense.
16657
16658         * scm/paper.scm (paper-alist): public.
16659         * scm/framework-tex.scm (convert-to-ps):
16660         * scm/lily.scm (postscript->pdf): Do not leak papersizename into
16661         command line.
16662
16663 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16664
16665         * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
16666
16667         * lily/recording-group-engraver.cc (derived_mark): mark
16668         now_events_. (backportme)
16669
16670 2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16671
16672         * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
16673
16674         * scm/framework-tex.scm (convert-to-dvi): use ly:system for
16675         invoking latex. (backportme.)
16676
16677         * lily/stem.cc (off_callback): center stems for all rest stems.
16678
16679 2004-11-05  Werner Lemberg  <wl@gnu.org>
16680
16681         * Documentation/user/lilypond.tely: Add more guidelines for writing
16682         lilypond texinfo documents.
16683
16684 2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
16685
16686         * Documentation/index.html.in: remove <hr>.
16687
16688         * THANKS: change 2.3 to 2.4.
16689
16690 2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
16691
16692         * scm/output-gnome.scm: More fontconfig comment.
16693
16694 2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
16695
16696         * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
16697         <package> directory in $(builddir)/share according with
16698         PACKAGE_NAME defined in the VERSION file.
16699
16700 2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16701
16702         * lily/beam.cc (rest_collision_callback): use local beam
16703         multiplicity.
16704
16705         * input/regression/stem-stemlet.ly: new file.
16706
16707         * lily/stem.cc (add_head): store rests as well.
16708
16709         * scm/define-grob-properties.scm (all-user-grob-properties): add
16710         stemlet-length
16711
16712         * lily/stem.cc: store rests as well.
16713         
16714         * input/regression/new-slur.ly: mention forcing.
16715
16716 2004-11-04  Werner Lemberg  <wl@gnu.org>
16717
16718         * Documentation/user/*: A new round of layout fixes and document
16719         structure cleanup.
16720
16721 2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
16722
16723         * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
16724
16725 2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
16726
16727         * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
16728
16729 2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
16730
16731         * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
16732
16733         * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
16734
16735         * lily/main.cc (main): Invoke identify.
16736
16737         * scm/lily.scm (postscript->pdf): Remove progress newline.
16738         Write progress to stderr.
16739
16740         * lily/paper-book.cc (output): Remove progress newline.
16741
16742         * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
16743         gettext on user messages, and remove whitespace.
16744
16745         * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
16746
16747         * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
16748         argv[0] (Thomas Scharkowski).
16749
16750         * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
16751         call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
16752         for ec-fonts-mtraced.
16753
16754         * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
16755         --srcdir build (Bertalan).
16756
16757         * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
16758         headers and library too (Laura Conrad).
16759
16760         * Documentation/topdocs/INSTALL.texi (Top): Mention development
16761         package for guile too (Laura Conrad).
16762
16763         * lily/main.cc (usage): Typo.
16764
16765 2004-11-02  Werner Lemberg  <wl@gnu.org>
16766
16767         * Documentation/user/notation.ly: More fixes to improve appearance.
16768
16769         * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
16770         better output for multicolumn tables.
16771
16772 2004-11-01  Mats Bengtsson  <mabe@s3.kth.se>
16773
16774         * lily/main.cc (dir_info): Fixed typo in the printouts.
16775
16776 2004-11-01  Werner Lemberg  <wl@gnu.org>
16777
16778         * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
16779         of output.
16780         Set `per_line' to 2; replace hard-coded value with it.
16781
16782         * Documentation/user/*: Many fixes to improve appearance of
16783         printed manual.
16784
16785 2004-11-01  Werner Lemberg  <wl@gnu.org>
16786
16787         * Documentation/user/changing-defaults.itely,
16788         Documentation/user/notation.ly,
16789         Documentation/user/programming-interface.itely: Use @/.
16790         Fix formatting of some lilypond snippets and tables.
16791
16792         * scripts/lilypond-book.py (compose_ly): Provide useful default
16793         for LINEWIDTH in `override'.
16794
16795 2004-10-31  Graham Percival  <gperlist@shaw.ca>
16796
16797         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
16798
16799 2004-10-31  Werner Lemberg  <wl@gnu.org>
16800
16801         Resetting @exampleindent to `5' gives ugly results with texinfo's
16802         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
16803         (if not quoting) to change @exampleindent only locally.
16804
16805         * scripts/lilypond-book.py (NOQUOTE): New variable.
16806         (output) [LATEX]: Remove AFTER and BEFORE.
16807         [TEXINFO]: Remove AFTER and BEFORE.
16808         Fix QUOTE and VERBATIM pattern.
16809         Add NOQUOTE pattern.
16810         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
16811         and BEFORE.
16812         [output_texinfo]: Use NOQUOTE.
16813
16814 2004-10-31  Graham Percival  <gperlist@shaw.ca>
16815
16816         * Documentation/user/changing-defaults.itely: clarify paper
16817         size commands with correct info.
16818
16819         * Documentation/user/lilypond-book.itely: add more docs for
16820         filename extensions.
16821
16822 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16823
16824         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
16825         (PATCH_LEVEL): start 2.5.0.
16826
16827 #Local variables:
16828 #coding: utf-8
16829 #End:
16830