]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix flag positioning for \note markup.
authorRisto Vaaraniemi <risvaara@gmail.com>
Fri, 25 Apr 2008 06:47:02 +0000 (09:47 +0300)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 26 Apr 2008 02:03:18 +0000 (23:03 -0300)
scm/define-markup-commands.scm

index 57a66c7c5d30408ca740e6dcc52ed349a854b0bc..71fe0f5a663db963f2b44001c745e470054db24f 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) stemy)))))
+                       (cons (+ (car attach-off) (if (< dir 0) stem-thickness 0)) stemy)))))
 
     (if (and dots flaggl (> dir 0))
        (set! dots (ly:stencil-translate-axis dots 0.35 X)))