]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/embedding-native-postscript-in-a--markup-block.ly
Imported Upstream version 2.16.0
[lilypond.git] / Documentation / snippets / embedding-native-postscript-in-a--markup-block.ly
index fe30d0419dbc4ad2e798988ea2b36c0ad2b0e0a4..77354ead0951185b2391835f06b631ceb99fa1be 100644 (file)
@@ -4,18 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.0"
+\version "2.16.0"
 
 \header {
-  lsrtags = "editorial-annotations, text"
-
-%% Translation of GIT committish: 70f5f30161f7b804a681cd080274bfcdc9f4fe8c
-  texidoces = "
-Se puede insertar códico PostScript directamente dentro de un
-bloque @code{\\markup}.
-
-"
-  doctitlees = "Empotrar PostScript nativo dentro de un bloque \\markup"
+  lsrtags = "editorial-annotations, really-cool, specific-notation, text"
 
   texidoc = "
 PostScript code can be directly inserted inside a @code{\\markup}
@@ -25,6 +17,7 @@ block.
   doctitle = "Embedding native PostScript in a \\markup block"
 } % begin verbatim
 
+
 % PostScript is a registered trademark of Adobe Systems Inc.
 
 \relative c'' {
@@ -35,4 +28,3 @@ block.
   s2
   a'1
 }
-