]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/embedding-native-postscript-in-a--markup-block.ly
Doc-es: update snippets, round two.
[lilypond.git] / Documentation / snippets / embedding-native-postscript-in-a--markup-block.ly
index 2b723e9a4ae406b306244af5e37e2a525c7973c1..3bcd603ec0148e2d1ca59a02cd6fc7d1e53771f5 100644 (file)
@@ -1,7 +1,7 @@
 %% Do not edit this file; it is automatically
 %% generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.13.4"
+\version "2.13.10"
 
 \header {
   lsrtags = "editorial-annotations, text"
@@ -16,7 +16,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"
@@ -27,7 +27,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