Generated by (address unknown), >From = lilypond-1.5.60, To = lilypond-1.5.60.mb1 usage cd lilypond-source-dir; patch -E -p1 < lilypond-1.5.60-1.5.60.mb1.diff Patches do not contain automatically generated files or (urg) empty directories, i.e., you should rerun autoconf, configure diff -purN ../lilypond-1.5.60/ChangeLog ./ChangeLog --- ../lilypond-1.5.60/ChangeLog Sat Jun 8 03:32:28 2002 +++ ./ChangeLog Wed Jun 12 18:18:50 2002 @@ -1,3 +1,11 @@ +2002-06-12 Mats Bengtsson + + * scm/grob-description.scm: Add side-position-interface to TextSpanner + + * scm/grob-property-description.scm: Document the trill line type. 2002-06-07 Han-Wen Nienhuys * VERSION: 1.5.60 released diff -purN ../lilypond-1.5.60/VERSION ./VERSION --- ../lilypond-1.5.60/VERSION Sat Jun 8 03:32:16 2002 +++ ./VERSION Sat Jun 8 23:29:45 2002 @@ -2,7 +2,7 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=1 MINOR_VERSION=5 PATCH_LEVEL=60 -MY_PATCH_LEVEL= +MY_PATCH_LEVEL=mb1 # use the above to send patches: MY_PATCH_LEVEL is always empty for a # released version. diff -purN ../lilypond-1.5.60/scm/grob-description.scm ./scm/grob-description.scm --- ../lilypond-1.5.60/scm/grob-description.scm Wed Jun 5 10:40:08 2002 +++ ./scm/grob-description.scm Wed Jun 12 18:18:28 2002 @@ -929,7 +929,7 @@ (width-correct . -1) (direction . 1) - (meta . ((interfaces . (text-spanner-interface font-interface)))) + (meta . ((interfaces . (text-spanner-interface font-interface side-position-interface)))) )) (Tie diff -purN ../lilypond-1.5.60/scm/grob-property-description.scm ./scm/grob-property-description.scm --- ../lilypond-1.5.60/scm/grob-property-description.scm Wed Jun 5 12:45:34 2002 +++ ./scm/grob-property-description.scm Wed Jun 12 18:10:39 2002 @@ -405,7 +405,7 @@ print only if there is no beam associate (grob-property-description 'number-visibility boolean-or-symbol? " Like @code{bracket-visibility}, but for the number.") (grob-property-description 'tie ly-grob? "") -(grob-property-description 'type symbol? "one of: line, dashed-line or dotted-line.") +(grob-property-description 'type symbol? "one of: line, dashed-line, dotted-line or trill.") (grob-property-description 'visibility-lambda procedure? "a function that takes the break direction and returns a cons of booleans containing (TRANSPARENT . EMPTY).") (grob-property-description 'when moment? "when does this column happen?.") (grob-property-description 'word-space number? "elongate left by this much (FIXME: cumbersome semantics).")