]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/embedding-native-postscript-in-a--markup-block.ly
Update snippets from today's LSR with changed makelsr.py
[lilypond.git] / Documentation / snippets / embedding-native-postscript-in-a--markup-block.ly
index 107637130cb51101efd3ac4c64c663dff6164da5..eea1e4ee6b45038ae7c4e3ecb803bddaba585f25 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.14.2"
 
 \header {
-  lsrtags = "editorial-annotations, text"
-
-%% Translation of GIT committish: 59caa3adce63114ca7972d18f95d4aadc528ec3d
-  texidoces = "
-Se puede insertar códico PostScript directamente dentro de un
-bloque @code{\\markup}.
-
-"
-  doctitlees = "Empotrar PostScript nativo dentro de un bloque \\markup"
+  lsrtags = "really-cool, text, specific-notation, editorial-annotations"
 
   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
 }
-