]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/embedding-native-postscript-in-a--markup-block.ly
Merge branch 'master' of ssh://kainhofer@git.sv.gnu.org/srv/git/lilypond into dev...
[lilypond.git] / input / lsr / embedding-native-postscript-in-a--markup-block.ly
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.38"
4
5 \header {
6   lsrtags = "editorial-and-educational-use, text"
7
8   texidoc = "
9 PostScript code can be directly inserted inside a @code{\\markup}
10 block. 
11
12 "
13   doctitle = "Embedding native PostScript in a \markup block"
14 } % begin verbatim
15 % PostScript is a registred trademark by Adobe Systems Inc.
16
17 \relative c'' {
18   a-\markup { \postscript #"3 4 moveto 5 3 rlineto stroke" }
19   -\markup { \postscript #"[ 0 1 ] 0 setdash 3 5 moveto 5 -3 rlineto stroke " }
20   
21   b-\markup { \postscript #"3 4 moveto 0 0 1 2 8 4 20 3.5 rcurveto stroke" }
22   s2
23   a'1
24 }