]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/embedding-native-postscript-in-a--markup-block.ly
lilypond-manuals.css: edit color scheme and some spacing
[lilypond.git] / Documentation / snippets / embedding-native-postscript-in-a--markup-block.ly
index 2b723e9a4ae406b306244af5e37e2a525c7973c1..6aa000eb5f822a80b1f21793cd96eedd98eacc62 100644 (file)
@@ -1,22 +1,17 @@
-%% Do not edit this file; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% DO NOT EDIT this file manually; it is automatically
+%% 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.13.4"
+\version "2.18.0"
 
 \header {
-  lsrtags = "editorial-annotations, text"
-
-%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
-  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}
-block. 
+block.
 
 "
   doctitle = "Embedding native PostScript in a \\markup block"
@@ -27,9 +22,8 @@ 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
 }
-