]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/positioning-text-markups-inside-slurs.ly
Imported Upstream version 2.12.3
[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.12.3"
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   texidoc = "
18 Text markups need to have the @code{outside-staff-priority} property
19 set to false in order to be printed inside slurs. 
20
21 "
22   doctitle = "Positioning text markups inside slurs"
23 } % begin verbatim
24
25 \relative c'' {
26   \override TextScript #'avoid-slur = #'inside
27   \override TextScript #'outside-staff-priority = ##f
28   c2(^\markup { \halign #-10 \natural } d4.) c8
29 }
30
31