]> git.donarmstrong.com Git - lilypond.git/blob - input/test/embedded-postscript.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / test / embedded-postscript.ly
1
2 \version "2.3.22"
3 \header {
4   texidoc = "@cindex Embedded Postscript
5 By inserting the @TeX{} command \embeddedps, you can
6 insert postscript directly into the output.
7
8   "
9 }
10
11 \score {
12    \relative c'' {
13     a-\markup { \postscript #"3 4 moveto 5 3 rlineto stroke" }
14      -\markup { \postscript #"[ 0 1 ] 0 setdash 3 5 moveto 5 -3 rlineto stroke " }
15     
16     b-\markup { \postscript #"3 4 moveto 0 0 1 2 8 4 20 3.5 rcurveto stroke" }
17     s2
18     a'1
19   }
20   \layout { linewidth = 70 * 5 \pt
21 %       raggedright = ##t 
22         }
23 }
24