]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/embedding-native-postscript-in-a--markup-block.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / Documentation / snippets / embedding-native-postscript-in-a--markup-block.ly
index 68682ca0819063a398559375ea4678933c13e3c3..107637130cb51101efd3ac4c64c663dff6164da5 100644 (file)
@@ -1,11 +1,15 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% DO NOT EDIT this file manually; it is automatically
+%% generated from LSR http://lsr.dsi.unimi.it
+%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
+%% and then run scripts/auxiliar/makelsr.py
+%%
 %% This file is in the public domain.
-\version "2.13.1"
+\version "2.14.0"
 
 \header {
   lsrtags = "editorial-annotations, text"
 
-%% Translation of GIT committish: 55ea64f469d9c1703222654c9e5bc8490b04a67a
+%% Translation of GIT committish: 59caa3adce63114ca7972d18f95d4aadc528ec3d
   texidoces = "
 Se puede insertar códico PostScript directamente dentro de un
 bloque @code{\\markup}.
@@ -15,7 +19,7 @@ bloque @code{\\markup}.
 
   texidoc = "
 PostScript code can be directly inserted inside a @code{\\markup}
-block. 
+block.
 
 "
   doctitle = "Embedding native PostScript in a \\markup block"
@@ -26,7 +30,7 @@ block.
 \relative c'' {
   a4-\markup { \postscript #"3 4 moveto 5 3 rlineto stroke" }
   -\markup { \postscript #"[ 0 1 ] 0 setdash 3 5 moveto 5 -3 rlineto stroke " }
-  
+
   b4-\markup { \postscript #"3 4 moveto 0 0 1 2 8 4 20 3.5 rcurveto stroke" }
   s2
   a'1