Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(760)

Unified Diff: scm-modules/page.scm

Issue 567140045: Move Guile-style modules from scm to scm-modules
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « scm-modules/output-svg.scm ('k') | scm-modules/paper-system.scm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scm-modules/page.scm
diff --git a/scm/page.scm b/scm-modules/page.scm
similarity index 99%
rename from scm/page.scm
rename to scm-modules/page.scm
index 1ef308561c03f183a5041efe7b1be194f279d23d..d09d81472ee5fd17ec58240f01d6360f2fd2e104 100644
--- a/scm/page.scm
+++ b/scm-modules/page.scm
@@ -15,7 +15,7 @@
;;;; You should have received a copy of the GNU General Public License
;;;; along with LilyPond. If not, see <http://www.gnu.org/licenses/>.
-(define-module (scm page)
+(define-module (scm-modules page)
#:export (make-page
page-property
@@ -35,7 +35,7 @@
))
(use-modules (lily)
- (scm paper-system)
+ (scm-modules paper-system)
(srfi srfi-1))
« no previous file with comments | « scm-modules/output-svg.scm ('k') | scm-modules/paper-system.scm » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b