]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/translation-functions.scm
* lily/relocate.cc (setup_paths) [__MINGW32__]: Comment-out broken
[lilypond.git] / scm / translation-functions.scm
index ad79b7bc2da42a2982a03ab392dbb7a1309f92c3..9c4866a9ac6999eec1dd5eae1f147d8e0d095bfc 100644 (file)
@@ -58,7 +58,7 @@
 ;; Bass figures.
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
-(define-public (format-new-bass-figure figure event context)
+(define-public (format-bass-figure figure event context)
   (let* ((fig (ly:music-property event 'figure))
         (fig-markup (if (number? figure)
                         (if (eq? #t (ly:music-property event 'diminished))
@@ -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))