X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Flsr%2Fembedding-native-postscript-in-a--markup-block.ly;h=0ab90c7728b5b8dac68379dc232da06390793b5e;hb=d82f6f853dd409ad9f959b0cdad35b30074a1365;hp=baef1614d9816bebed0a6001540c86e6dc8193d6;hpb=7a2c734d887a45e1cfb3ef4bbc67d1f5643d17f9;p=lilypond.git diff --git a/input/lsr/embedding-native-postscript-in-a--markup-block.ly b/input/lsr/embedding-native-postscript-in-a--markup-block.ly index baef1614d9..0ab90c7728 100644 --- a/input/lsr/embedding-native-postscript-in-a--markup-block.ly +++ b/input/lsr/embedding-native-postscript-in-a--markup-block.ly @@ -1,6 +1,6 @@ %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it %% This file is in the public domain. -\version "2.11.38" +\version "2.11.46" \header { lsrtags = "editorial-annotations, text" @@ -10,15 +10,15 @@ PostScript code can be directly inserted inside a @code{\\markup} block. " - doctitle = "Embedding native PostScript in a \markup block" + doctitle = "Embedding native PostScript in a \\markup block" } % begin verbatim -% PostScript is a registred trademark by Adobe Systems Inc. +% PostScript is a registered trademark of Adobe Systems Inc. \relative c'' { - a-\markup { \postscript #"3 4 moveto 5 3 rlineto stroke" } + a4-\markup { \postscript #"3 4 moveto 5 3 rlineto stroke" } -\markup { \postscript #"[ 0 1 ] 0 setdash 3 5 moveto 5 -3 rlineto stroke " } - b-\markup { \postscript #"3 4 moveto 0 0 1 2 8 4 20 3.5 rcurveto stroke" } + b4-\markup { \postscript #"3 4 moveto 0 0 1 2 8 4 20 3.5 rcurveto stroke" } s2 a'1 }