]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/embedding-native-postscript-in-a--markup-block.ly
Merge master into nested-bookparts
[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.62"
4
5 \header {
6   lsrtags = "editorial-annotations, text"
7
8   texidoces = "
9 Se puede insertar códico PostScript directamente dentro de un
10 bloque @code{\\markup}.
11
12 "
13   doctitlees = "Empotrar PostScript nativo dentro de un bloque \\markup"
14
15   texidoc = "
16 PostScript code can be directly inserted inside a @code{\\markup}
17 block. 
18
19 "
20   doctitle = "Embedding native PostScript in a \\markup block"
21 } % begin verbatim
22 % PostScript is a registered trademark of Adobe Systems Inc.
23
24 \relative c'' {
25   a4-\markup { \postscript #"3 4 moveto 5 3 rlineto stroke" }
26   -\markup { \postscript #"[ 0 1 ] 0 setdash 3 5 moveto 5 -3 rlineto stroke " }
27   
28   b4-\markup { \postscript #"3 4 moveto 0 0 1 2 8 4 20 3.5 rcurveto stroke" }
29   s2
30   a'1
31 }