bug-lilypond
[Top][All Lists]
Advanced

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

Re: Serious bugs in figured bass in Lilypond 2.7.17


From: Erik Sandberg
Subject: Re: Serious bugs in figured bass in Lilypond 2.7.17
Date: Fri, 25 Nov 2005 21:14:27 +0100
User-agent: KMail/1.8.3

On Thursday 24 November 2005 13.07, liang seng wrote:
> Hi, I'm able to isolate the problems to a couple of bars. Here is what the
> double extender lines is supposed to look like:

Thanks, added the following as figured-bass-extender-align.ly  in the bug 
repository:

%
%Liang Seng
\version "2.7.18"
\layout {raggedright=##t}
\header {
  texidoc = "If + is added to the right of a figured bass, the right line of 
extenders are misaligned."
}
\new FiguredBass \figuremode {
  \set useBassFigureExtenders = ##t
  \set figuredBassAlterationDirection = #1
  \set figuredBassPlusDirection = #1
  <3+ 5> <3+ 5>
}

> The 2nd bar also shows that the double sharp beside "2" is too small. How
> can I enlarge it?

It seems that Han-Wen did something about this. You can either wait for 
2.7.19, or apply the following patch:

Index: lilypond/scm/translation-functions.scm
diff -u lilypond/scm/translation-functions.scm:1.19 
lilypond/scm/translation-functions.scm:1.20
--- lilypond/scm/translation-functions.scm:1.19 Thu Nov 17 21:12:19 2005
+++ lilypond/scm/translation-functions.scm      Fri Nov 25 18:20:06 2005
@@ -70,7 +70,9 @@
         (alt-markup
          (if (number? alt)
              (markup
-                     #:general-align Y DOWN #:smaller #:smaller
+                     #:general-align Y DOWN #:fontsize
+                     (if (not (= alt DOUBLE-SHARP))
+                         -2 2)
                      (alteration->text-accidental-markup alt))
              
              #f))


-- 
Erik Sandberg
Maintainer of the Lilypond bug CVS archive,
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lily-bugs/bugs/
http://lilypond.org/bugs/v2.7/




reply via email to

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