]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/text/embedding-postscript.ly
7afcecc0b61893cf03228369091a2326f29d6417
[lilypond.git] / input / lsr / text / embedding-postscript.ly
1 %%  Do not edit this file; it is auto-generated from LSR!
2 \version "2.10.12"
3
4 \header { texidoc = "
5 By inserting the markup command @code{\postscript}, you can insert
6 PostScript directly into the output.
7
8   
9
10 " }
11
12 \score {
13    \relative c'' {
14     a-\markup { \postscript #"3 4 moveto 5 3 rlineto stroke" }
15      -\markup { \postscript #"[ 0 1 ] 0 setdash 3 5 moveto 5 -3 rlineto stroke " }
16     
17     b-\markup { \postscript #"3 4 moveto 0 0 1 2 8 4 20 3.5 rcurveto stroke" }
18     s2
19     a'1
20   }
21   \layout { linewidth = 70 * 5 \pt }
22 }
23
24