]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/document-backend.scm
* Documentation/topdocs/INSTALL.texi (Top): Remove information
[lilypond.git] / scm / document-backend.scm
index 262e3c55b925d1c4e5423f1068c8f5f6e4560296..89b66d2aac565a9500e6a4e372458404c9c8d80f 100644 (file)
@@ -124,13 +124,14 @@ node."
 
 ;;;;;;;;;; check for dangling backend properties.
 (define (mark-interface-properties entry)
-  (map (lambda (x) (set-object-property! x  'iface-marked #t)) (caddr (cdr entry))))
+  (map (lambda (x) (set-object-property! x 'iface-marked #t))
+       (caddr (cdr entry))))
 
 (map mark-interface-properties interface-description-alist)
 
 (define (check-dangling-properties prop)
   (if (not (object-property prop 'iface-marked))
-      (error  "\ndefine-grob-properties.scm: Can't find interface for property:" prop)))
+      (error "\ndefine-grob-properties.scm: Can't find interface for property:" prop)))
 
 (map check-dangling-properties all-backend-properties)