projects
/
lilypond.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e167813
)
framework-ps.scm: Fix indentation.
author
Neil Puttock
<n.puttock@gmail.com>
Thu, 17 Sep 2009 21:58:31 +0000
(22:58 +0100)
committer
Neil Puttock
<n.puttock@gmail.com>
Thu, 17 Sep 2009 21:58:31 +0000
(22:58 +0100)
scm/framework-ps.scm
patch
|
blob
|
history
diff --git
a/scm/framework-ps.scm
b/scm/framework-ps.scm
index b920d060585d17b2a8c7fcb98b11dd0e0029ffd0..8dcbe1e9e8e57a9a6e589914e2d48d3b04d16c87 100644
(file)
--- a/
scm/framework-ps.scm
+++ b/
scm/framework-ps.scm
@@
-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)