]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/define-music-types.scm
Replace colons with periods before music snippets
[lilypond.git] / scm / define-music-types.scm
index bec7bc5efcdea16691abb1879b2aad3f1c6fa84f..e7e2bb88cf960b992881c1b851e73e50f34aad3e 100644 (file)
@@ -751,7 +751,7 @@ and values. E.g:
       (ly:error (_ "symbol expected: ~S") name))
   (let ((props (hashq-ref music-name-to-property-table name '())))
     (if (not (pair? props))
-       (ly:error (_ "can't find music object: ~S") name))
+       (ly:error (_ "cannot find music object: ~S") name))
     (let ((m (ly:make-music props)))
       (define (set-props mus-props)
        (if (and (not (null? mus-props))