]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/framework-ps.scm
Merge remote branch 'origin/release/unstable' into HEAD
[lilypond.git] / scm / framework-ps.scm
index d3234b332913e0fcbaade4d3b525dc7a21838711..ca3372ca92557b2d32129ea705f692f2e8977be0 100644 (file)
   (if (ly:get-option 'embed-source-code)
       (let ((source-list (delete-duplicates
                           (remove (lambda (str)
-                                    (string-contains str
-                                      (ly:get-option 'datadir)))
+                                    (or
+                                     (string-contains str
+                                       (ly:get-option 'datadir))
+                                     (string=? str
+                                       "<included string>")))
                             (ly:source-files)))))
          (display "\n/pdfmark where
 {pop} {userdict /pdfmark /cleartomark load put} ifelse" port)