]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/embedded-postscript.ly
* input/test/scales-greek.ly: remove.
[lilypond.git] / input / test / embedded-postscript.ly
index f84c92d6e65314d55854bb48f13b7ac714daf232..391799942391e6198768acb3b39ed9397623039c 100644 (file)
@@ -8,16 +8,12 @@ insert postscript directly into the output.
   "
 }
 
-
-%
-%TODO: make print-function to do this. 
-% 
-
 \score {
    \relative c'' {
-    a-"\\embeddedps{3 4 moveto 5 3 rlineto stroke}"
-    -"\\embeddedps{ [ 0 1 ] 0 setdash 3 5 moveto 5 -3 rlineto stroke}"
-    b-"\\embeddedps{3 4 moveto 0 0 1 2 8 4 20 3.5 rcurveto stroke}"
+    a-\markup { \postscript #"3 4 moveto 5 3 rlineto stroke" }
+     -\markup { \postscript #"[ 0 1 ] 0 setdash 3 5 moveto 5 -3 rlineto stroke " }
+    
+    b-\markup { \postscript #"3 4 moveto 0 0 1 2 8 4 20 3.5 rcurveto stroke" }
     s2
     a'1
   }