]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 6 May 2006 12:17:37 +0000 (12:17 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 6 May 2006 12:17:37 +0000 (12:17 +0000)
ChangeLog
Documentation/topdocs/NEWS.tely
scm/lily.scm
scm/output-texstr.scm

index badbe76dcf2d678df8db27a42bffbc85eaf7abb1..9200bd2eabe9e9141c6d9d9d0b3a72a91d4db8b2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,8 @@
 
 2006-05-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
+       * 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.
index ce3d424b6b56fc8de13feeb8eda581f449928507..890a38586561a870c365a870d791928b98e8eb92 100644 (file)
@@ -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.
index 98d3b16261cff828f921cc405b368f93b0d28e2a..701c70ea6aee17c9ea9db9bf41d2cce5ed906503 100644 (file)
@@ -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
index 6d82d6ec0552b98f07642894aa925cbb0849797b..35ed35e3b31d05c3f76f727764867cad9d7845cb 100644 (file)
@@ -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)