]> git.donarmstrong.com Git - lilypond.git/commitdiff
Typo.
authorWerner Lemberg <wl@gnu.org>
Tue, 2 Dec 2008 13:56:34 +0000 (14:56 +0100)
committerWerner Lemberg <wl@gnu.org>
Tue, 2 Dec 2008 13:56:34 +0000 (14:56 +0100)
scm/flag-styles.scm

index 4a6db49d13c5c5d73e403901193c690317949dd0..acdc38108fcb4d4d84cad692f8f85a72b138d80c 100644 (file)
@@ -78,7 +78,7 @@
                                tmpstencil)))
       (if (ly:stencil-empty? stroke-stencil)
         (begin
-          (ly:warning (_ "flag stroke `~a' or `~a'not found") font-char alt-font-char)
+          (ly:warning (_ "flag stroke `~a' or `~a' not found") font-char alt-font-char)
           stencil)
         (ly:stencil-add stencil stroke-stencil)))))