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

Unified Diff: scm-modules/ly-syntax-constructors.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/lily.scm ('k') | scm-modules/memory-trace.scm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scm-modules/ly-syntax-constructors.scm
diff --git a/scm/ly-syntax-constructors.scm b/scm-modules/ly-syntax-constructors.scm
similarity index 99%
rename from scm/ly-syntax-constructors.scm
rename to scm-modules/ly-syntax-constructors.scm
index a17c91a2fcf0502107e2d53fc1fdd84d785c3e47..346139811aadc7c8fd9713f58bb6e96d1dd1bd58 100644
--- a/scm/ly-syntax-constructors.scm
+++ b/scm-modules/ly-syntax-constructors.scm
@@ -15,10 +15,10 @@
;;;; 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 ly-syntax-constructors)
+(define-module (scm-modules ly-syntax-constructors)
#:use-module (lily)
#:use-module (srfi srfi-1)
- #:use-module (scm display-lily))
+ #:use-module (scm-modules display-lily))
(define-public (music-function-call-error fun m)
(let* ((sigcar (car (ly:music-function-signature fun)))
« no previous file with comments | « scm-modules/lily.scm ('k') | scm-modules/memory-trace.scm » ('j') | no next file with comments »

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