]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/positioning-text-markups-inside-slurs.ly
Update snippets from today's LSR with changed makelsr.py
[lilypond.git] / Documentation / snippets / positioning-text-markups-inside-slurs.ly
index 011a2f5e2a44fee46bfb5b8b59fbf165b7ea34a0..053046451c3f68b48780267570fadc1516370bab 100644 (file)
@@ -1,40 +1,25 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% 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.1"
+\version "2.14.2"
 
 \header {
   lsrtags = "expressive-marks, editorial-annotations, tweaks-and-overrides"
 
-%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
-  texidoces = "
-
-Los elementos de marcado de texto deben tener la propiedad
-@code{outside-staff-priority} establecida al valor falso para que se
-impriman por dentro de las ligaduras de expresión.
-
-"
-  doctitlees = "Situar los elementos de marcado de texto por dentro de las ligaduras"
-
-%% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d
-  texidocde = "
-Textbeschriftung kann innerhalb von Bögen gesetzt werden, wenn die
-@code{outside-staff-priority}-Eigenschaft auf falsch gesetzt wird.
-
-"
-  doctitlede = "Textbeschriftung innerhalb von Bögen positionieren"
-
   texidoc = "
 Text markups need to have the @code{outside-staff-priority} property
-set to false in order to be printed inside slurs. 
+set to false in order to be printed inside slurs.
 
 "
   doctitle = "Positioning text markups inside slurs"
 } % begin verbatim
 
+
 \relative c'' {
   \override TextScript #'avoid-slur = #'inside
   \override TextScript #'outside-staff-priority = ##f
   c2(^\markup { \halign #-10 \natural } d4.) c8
 }
-
-