]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/embedded-postscript.ly
release commit
[lilypond.git] / input / test / embedded-postscript.ly
index cf956ca915eefd350f2f2181789eb22ca0f3bf6e..bff104fa30a088fa88f8ec6ab1a872badd083bff 100644 (file)
@@ -1,20 +1,28 @@
-\version "1.7.18"
+
+\version "2.1.30"
 \header {
-  texidoc = "By inserting the @TeX{} command \embeddedps, you can
+  texidoc = "@cindex Embedded Postscript
+By inserting the @TeX{} command \embeddedps, you can
 insert postscript directly into the output.
 
-TODO: make molecule-callback to do this. 
   "
 }
 
+
+%
+%TODO: make print-function to do this. 
+% 
+
 \score {
   \notes \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-"\\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}"
     s2
     a'1
   }
-  \paper { linewidth = 70 * \staffspace }
+  \paper { linewidth = 70 * \staffspace
+%      raggedright = ##t 
+       }
 }
-%% new-chords-done %%
+