]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/parser-clef.scm
ledger-lines: horizontal space only when present
[lilypond.git] / scm / parser-clef.scm
index 719cc4ce503c48af362e276883ac623d2b572711..6ba1261ca726846bf4093a9f11fc748d21e66766 100644 (file)
   "Generate the clef setting commands for a clef with name @var{clef-name}."
   (define (make-prop-set props)
     (let ((m (make-music 'PropertySet)))
-      (map (lambda (x) (set! (ly:music-property m (car x)) (cdr x))) props)
+      (for-each (lambda (x) (set! (ly:music-property m (car x)) (cdr x))) props)
       m))
   (let ((e '())
         (c0 0)