]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/embedding-native-postscript-in-a--markup-block.ly
lilypond-book robustness: ensure EOL at the end of @verbatim
[lilypond.git] / input / lsr / embedding-native-postscript-in-a--markup-block.ly
index c6bb8a80158337273bb59c695c506d5abb75874f..68682ca0819063a398559375ea4678933c13e3c3 100644 (file)
@@ -1,24 +1,34 @@
 %% 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.13.1"
 
 \header {
-  lsrtags = "editorial-and-educational-use, text"
+  lsrtags = "editorial-annotations, text"
+
+%% Translation of GIT committish: 55ea64f469d9c1703222654c9e5bc8490b04a67a
+  texidoces = "
+Se puede insertar códico PostScript directamente dentro de un
+bloque @code{\\markup}.
+
+"
+  doctitlees = "Empotrar PostScript nativo dentro de un bloque \\markup"
 
   texidoc = "
 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
 }
+