]> git.donarmstrong.com Git - lilypond.git/commitdiff
framework-ps.scm: Fix indentation.
authorNeil Puttock <n.puttock@gmail.com>
Thu, 17 Sep 2009 21:58:31 +0000 (22:58 +0100)
committerNeil Puttock <n.puttock@gmail.com>
Thu, 17 Sep 2009 21:58:31 +0000 (22:58 +0100)
scm/framework-ps.scm

index b920d060585d17b2a8c7fcb98b11dd0e0029ffd0..8dcbe1e9e8e57a9a6e589914e2d48d3b04d16c87 100644 (file)
@@ -582,11 +582,11 @@ fonts inline."
     (for-each (lambda (system-list)
                ;; filter out headers and top-level markup
                (if (pair? system-list)
-               (clip-score-systems
-                (if (> count 0)
-                    (format "~a-~a" basename count)
-                    basename)
-                system-list)))
+                   (clip-score-systems
+                    (if (> count 0)
+                        (format "~a-~a" basename count)
+                        basename)
+                    system-list)))
              score-system-list)))
 
 (define-public (output-preview-framework basename book scopes fields)