]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix flag snippet in NEWS.tely.
authorNeil Puttock <n.puttock@gmail.com>
Fri, 12 Sep 2008 20:14:23 +0000 (21:14 +0100)
committerNeil Puttock <n.puttock@gmail.com>
Fri, 12 Sep 2008 20:14:23 +0000 (21:14 +0100)
Use ly:stencil-rotate-absolute for inverted flags.

Documentation/topdocs/NEWS.tely

index 3b4ab8ea8e40a6a99d0bf5d05cd5fc2f33ae5c68..d8da5d976b76dfd811d87e230bf35166550369af 100644 (file)
@@ -100,7 +100,7 @@ testnotes = { \autoBeamOff c'8 d'16 c''8 d''16 }
          (stroke-style (ly:grob-property stem-grob 'stroke-style))
          (stencil (if (null? stroke-style) flag
                          (add-stroke-glyph flag stem-grob dir stroke-style ""))))
-    (ly:stencil-rotate stencil 180 -1 -1)))
+    (ly:stencil-rotate-absolute stencil 180 -0.05 0)))
 
 #(define-public (weight-flag stem-grob)
   (let* ((log (- (ly:grob-property stem-grob 'duration-log) 2))