From c65140033ee42006afd99f778fc96244c1740566 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sat, 6 May 2006 12:17:37 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 2 ++ Documentation/topdocs/NEWS.tely | 5 ++++- scm/lily.scm | 3 +++ scm/output-texstr.scm | 2 -- 4 files changed, 9 insertions(+), 3 deletions(-) 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) -- 2.39.2