1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
6 lsrtags
= "editorial-annotations, text"
9 Se puede insertar códico PostScript directamente dentro de un
10 bloque @code{\markup}.
13 doctitlees
= "Empotrar PostScript nativo dentro de un bloque \markup"
16 PostScript code can be directly inserted inside a @code{\\markup}
20 doctitle
= "Embedding native PostScript in a \\markup block"
22 % PostScript is a registered trademark of Adobe Systems Inc.
25 a4-
\markup { \postscript #"3 4 moveto 5 3 rlineto stroke" }
26 -
\markup { \postscript #"[ 0 1 ] 0 setdash 3 5 moveto 5 -3 rlineto stroke " }
28 b4-
\markup { \postscript #"3 4 moveto 0 0 1 2 8 4 20 3.5 rcurveto stroke" }