]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/define-stencil-commands.scm
scripts: improve strip-whitespace.py
[lilypond.git] / scm / define-stencil-commands.scm
index a0a18603c2d3244356aec8b0464bd797180c7742..4c834591a392bc90d2b7fdaa49515b7518c677a0 100644 (file)
@@ -70,6 +70,6 @@ are used internally in @file{lily/@/stencil-interpret.cc}."
     transparent-stencil
     ))
 
-(map ly:register-stencil-expression
-     (append (ly:all-stencil-commands)
-             (ly:all-output-backend-commands)))
+(for-each ly:register-stencil-expression
+          (append (ly:all-stencil-commands)
+                  (ly:all-output-backend-commands)))