gnu-music-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Lily 1.3.117


From: Mats Bengtsson
Subject: Re: Lily 1.3.117
Date: Fri, 15 Dec 2000 00:29:42 +0100

Here's a minor patch to solve a bug that caused scripts with 
forced directions to get the default direction.
Now I can get my fermatas on top of the staff lines again.
  
    /Mats

--- lily/script-engraver.cc~    Thu Nov 30 15:20:25 2000
+++ lily/script-engraver.cc     Fri Dec 15 00:16:23 2000
@@ -81,7 +81,7 @@
       art = gh_cdr(art);
 
       SCM force_dir = l->get_mus_property ("direction");
-      if (isdir_b (force_dir) && to_dir (force_dir))
+      if (isdir_b (force_dir) && !to_dir (force_dir))
        force_dir = gh_car (art);
       
       art = gh_cdr(art);



reply via email to

[Prev in Thread] Current Thread [Next in Thread]