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

Unified Diff: scm/music-functions.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/memory-trace.scm ('k') | scm/output-ps.scm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scm/music-functions.scm
diff --git a/scm/music-functions.scm b/scm/music-functions.scm
index 4c9095292176e8e7890dfed255d255244faa587e..7cca9b64543c3046f1e78ba6d7d070e85c0272a9 100644
--- a/scm/music-functions.scm
+++ b/scm/music-functions.scm
@@ -17,7 +17,7 @@
;;;; along with LilyPond. If not, see <http://www.gnu.org/licenses/>.
;; for define-safe-public when byte-compiling using Guile V2
-(use-modules (scm safe-utility-defs))
+(use-modules (scm-modules safe-utility-defs))
(use-modules (ice-9 optargs))
(use-modules (srfi srfi-11))
@@ -237,7 +237,7 @@ which often can be read back in order to generate an equivalent expression."
;;; Scheme music expression --> Lily-syntax-using string translator
;;;
(use-modules (srfi srfi-39)
- (scm display-lily))
+ (scm-modules display-lily))
(define*-public (display-lily-music expr #:optional (port (current-output-port)))
"Display the music expression using LilyPond syntax"
« no previous file with comments | « scm/memory-trace.scm ('k') | scm/output-ps.scm » ('j') | no next file with comments »

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