]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/positioning-text-markups-inside-slurs.ly
LSR: Update.
[lilypond.git] / input / lsr / positioning-text-markups-inside-slurs.ly
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.13.1"
4
5 \header {
6   lsrtags = "expressive-marks, editorial-annotations, tweaks-and-overrides"
7
8   texidoces = "
9
10 Los elementos de marcado de texto deben tener la propiedad
11 @code{outside-staff-priority} establecida al valor falso para que se
12 impriman por dentro de las ligaduras de expresión.
13
14 "
15   doctitlees = "Situar los elementos de marcado de texto por dentro de las ligaduras"
16
17 %% Translation of GIT committish :0364058d18eb91836302a567c18289209d6e9706
18   texidocde = "
19 Textbeschriftung kann innerhalb von Bögen gesetzt werden, wenn die
20 @code{outside-staff-priority}-Eigenschaft auf falsch gesetzt wird.
21
22 "
23   doctitlede = "Textbeschriftung innerhalb von Bögen positionieren"
24
25   texidoc = "
26 Text markups need to have the @code{outside-staff-priority} property
27 set to false in order to be printed inside slurs. 
28
29 "
30   doctitle = "Positioning text markups inside slurs"
31 } % begin verbatim
32
33 \relative c'' {
34   \override TextScript #'avoid-slur = #'inside
35   \override TextScript #'outside-staff-priority = ##f
36   c2(^\markup { \halign #-10 \natural } d4.) c8
37 }
38