From: hanwen Date: Sat, 6 May 2006 12:17:37 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/2.8.2~9^2~4 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=516076afb5bae5d7200dd16f6ac0bc1d90bfcc62;p=lilypond.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index badbe76dcf..9200bd2eab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,8 @@ 2006-05-06 Han-Wen Nienhuys + * scm/lily.scm (TEX_STRING_HASHLIMIT): move from framework-texstr.scm. + * ly/music-functions-init.ly: new function featherDurations * lily/beam.cc: read grow-direction for feathered beaming. diff --git a/Documentation/topdocs/NEWS.tely b/Documentation/topdocs/NEWS.tely index ce3d424b6b..890a385865 100644 --- a/Documentation/topdocs/NEWS.tely +++ b/Documentation/topdocs/NEWS.tely @@ -71,10 +71,13 @@ The beam printing code has been completely rewritten, and now includes support for feathered beaming, @lilypond[ragged-right,fragment,relative=2] +\featherDurations #(ly:make-moment 3 4) +{ \override Beam #'grow-direction = #LEFT c16[ c c c - c c c c ] + c c c c ] + } @end lilypond This feature was sponsored by Jamie Bullock. diff --git a/scm/lily.scm b/scm/lily.scm index 98d3b16261..701c70ea6a 100644 --- a/scm/lily.scm +++ b/scm/lily.scm @@ -95,6 +95,9 @@ similar to chord syntax") ".")) +;; TeX C++ code actually hooks into TEX_STRING_HASHLIMIT +(define-public TEX_STRING_HASHLIMIT 10000000) + ;; gettext wrapper for guile < 1.7.2 diff --git a/scm/output-texstr.scm b/scm/output-texstr.scm index 6d82d6ec05..35ed35e3b3 100644 --- a/scm/output-texstr.scm +++ b/scm/output-texstr.scm @@ -28,8 +28,6 @@ "")) -;; TeX C++ code actually hooks into TEX_STRING_HASHLIMIT -(define-public TEX_STRING_HASHLIMIT 10000000) (define-public (text font str) (call-with-output-string (lambda (port)