]> 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 89b3c9cc2b8746efa268aee2c2a9735121a8ca76..eea1e4ee6b45038ae7c4e3ecb803bddaba585f25 100644 (file)
@@ -1,18 +1,13 @@
-%% Do not edit this file; it is automatically
+%% 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.16"
+\version "2.14.2"
 
 \header {
-  lsrtags = "editorial-annotations, text"
-
-%% Translation of GIT committish: 5a7301fc350ffc3ab5bd3a2084c91666c9e9a549
-  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}
@@ -22,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'' {
@@ -32,4 +28,3 @@ block.
   s2
   a'1
 }
-