]> git.donarmstrong.com Git - lilypond.git/commitdiff
Merge commit 'origin' into jneeman4
authorJoe Neeman <joeneeman@gmail.com>
Wed, 23 Apr 2008 23:35:28 +0000 (09:35 +1000)
committerJoe Neeman <joeneeman@gmail.com>
Wed, 23 Apr 2008 23:35:28 +0000 (09:35 +1000)
scm/define-markup-commands.scm

index 3ec32d7335bba9e7c0bce9dfdef6ec89371cae3b..57a66c7c5d30408ca740e6dcc52ed349a854b0bc 100644 (file)
@@ -1414,7 +1414,7 @@ Construct a note symbol, with stem.  By using fractional values for
                                          (string-append "flags."
                                                         (if (> dir 0) "u" "d")
                                                         (number->string log)))
-                       (cons (+ (car attach-off) (/ stem-thickness 2)) stemy)))))
+                       (cons (car attach-off) stemy)))))
 
     (if (and dots flaggl (> dir 0))
        (set! dots (ly:stencil-translate-axis dots 0.35 X)))