From: Neil Puttock Date: Fri, 12 Sep 2008 20:14:23 +0000 (+0100) Subject: Fix flag snippet in NEWS.tely. X-Git-Tag: release/2.11.59-1~22 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6c4c25060dde0174722e91d898ec4c15b0ca5c87;p=lilypond.git Fix flag snippet in NEWS.tely. Use ly:stencil-rotate-absolute for inverted flags. --- diff --git a/Documentation/topdocs/NEWS.tely b/Documentation/topdocs/NEWS.tely index 3b4ab8ea8e..d8da5d976b 100644 --- a/Documentation/topdocs/NEWS.tely +++ b/Documentation/topdocs/NEWS.tely @@ -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))