]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/flag-styles.scm
Issue 3983: Avoid define-public and define*-public with curried definitions
[lilypond.git] / scm / flag-styles.scm
index 98ec0e4d80b1a742e9b4e96844152e0c321b2e05..502cb7738cab06b2e206a6e462570cab01642a75 100644 (file)
@@ -214,11 +214,12 @@ a flag always touches a staff line."
 
 
 
-(define-public ((glyph-flag flag-style) grob)
+(define ((glyph-flag flag-style) grob)
   "Simulatesthe default way of generating flags: Look up glyphs
 @code{flags.style[ud][1234]} from the feta font and use it for the flag
 stencil."
   (create-glyph-flag flag-style "" grob))
+(export glyph-flag)