LSR: Update.
[lilypond/mpolesky.git] / Documentation / snippets / positioning-text-markups-inside-slurs.ly
blobeece3a41b642c6b00cfbd96f034ac5851fa0732f
1 %% Do not edit this file; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% This file is in the public domain.
4 \version "2.13.29"
6 \header {
7 lsrtags = "expressive-marks, editorial-annotations, tweaks-and-overrides"
9 %% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b
10 texidoces = "
12 Los elementos de marcado de texto deben tener la propiedad
13 @code{outside-staff-priority} establecida al valor falso para que se
14 impriman por dentro de las ligaduras de expresión.
17 doctitlees = "Situar los elementos de marcado de texto por dentro de las ligaduras"
19 %% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
20 texidocde = "
21 Textbeschriftung kann innerhalb von Bögen gesetzt werden, wenn die
22 @code{outside-staff-priority}-Eigenschaft auf falsch gesetzt wird.
25 doctitlede = "Textbeschriftung innerhalb von Bögen positionieren"
26 %% Translation of GIT committish: 217cd2b9de6e783f2a5c8a42be9c70a82195ad20
27 texidocfr = "
28 Lorsqu'il vous faut inscrire une annotation à l'intérieur d'une liaison,
29 la propriété @code{outside-staff-priority} doît être désactivée.
32 doctitlefr = "Positionnement d'une annotation à l'intérieur d'une liaison"
35 texidoc = "
36 Text markups need to have the @code{outside-staff-priority} property
37 set to false in order to be printed inside slurs.
40 doctitle = "Positioning text markups inside slurs"
41 } % begin verbatim
43 \relative c'' {
44 \override TextScript #'avoid-slur = #'inside
45 \override TextScript #'outside-staff-priority = ##f
46 c2(^\markup { \halign #-10 \natural } d4.) c8