]> git.donarmstrong.com Git - lilypond.git/blob - input/test/embedded-postscript.ly
fix keep-inside-line on the left side (issue #130)
[lilypond.git] / input / test / embedded-postscript.ly
1
2 \version "2.7.39"
3
4
5 \header {
6
7   texidoc = "
8
9 @cindex Embedded Postscript
10
11 The markup command @code{\postscript} inserts postscript directly into
12 the output."
13
14 }
15
16 \layout {
17   line-width = 70 * 5 \pt
18 }
19
20 \relative c'' {
21   a-\markup { \postscript #"3 4 moveto 5 3 rlineto stroke" }
22   -\markup { \postscript #"[ 0 1 ] 0 setdash 3 5 moveto 5 -3 rlineto stroke " }
23   
24   b-\markup { \postscript #"3 4 moveto 0 0 1 2 8 4 20 3.5 rcurveto stroke" }
25   s2
26   a'1
27 }
28