Revert "Fix syntax error in fret-diagrams.ly"
[lilypond/csorensen.git] / input / lsr / embedding-native-postscript-in-a--markup-block.ly
blobef255e75b3d22bcba805e00fa51983a73c157fea
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.
3 \version "2.11.48"
5 \header {
6 lsrtags = "editorial-annotations, text"
8 texidoc = "
9 PostScript code can be directly inserted inside a @code{\\markup}
10 block.
13 doctitle = "Embedding native PostScript in a \\markup block"
14 } % begin verbatim
15 % PostScript is a registered trademark of Adobe Systems Inc.
17 \relative c'' {
18 a4-\markup { \postscript #"3 4 moveto 5 3 rlineto stroke" }
19 -\markup { \postscript #"[ 0 1 ] 0 setdash 3 5 moveto 5 -3 rlineto stroke " }
21 b4-\markup { \postscript #"3 4 moveto 0 0 1 2 8 4 20 3.5 rcurveto stroke" }
23 a'1