]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/embedding-native-postscript-in-a--markup-block.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / Documentation / snippets / embedding-native-postscript-in-a--markup-block.ly
index 37e88c927d7e15787712e319af82d9e56a0f22e9..6aa000eb5f822a80b1f21793cd96eedd98eacc62 100644 (file)
@@ -1,21 +1,13 @@
 %% DO NOT EDIT this file manually; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% generated from LSR http://lsr.di.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.14.2"
+\version "2.18.0"
 
 \header {
-  lsrtags = "specific-notation, editorial-annotations, text, really-cool"
-
-%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
-  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,7 +17,6 @@ block.
   doctitle = "Embedding native PostScript in a \\markup block"
 } % begin verbatim
 
-
 % PostScript is a registered trademark of Adobe Systems Inc.
 
 \relative c'' {
@@ -36,4 +27,3 @@ block.
   s2
   a'1
 }
-