blob: 34edc8704a5d24f7e59f0583dac7876941417327 (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
%% 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.14.2"
\header {
= "expressive-marks, really-simple, text"
%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
texidoces = "
Ciertas indicaciones dinámicas pueden llevar textos (como @qq{più
forte} o @qq{piano subito}). Se pueden producir usando un bloque
@code{\\markup}.
"
doctitlees = "Combinar indicaciones dinámicas con marcados textuales"
%% Translation of GIT committish: f5cfaf8ef4ac347702f554af0944ef0d8396e73a
texidocfr = "
Certaines indications de nuance peuvent requérir un complément textuel,
comme @qq{più forte} ou @qq{piano subito}. Elles se réalisent aisément
à l'aide d'un bloc @code{\\markup}.
"
doctitlefr = "Combinaison de nuance et de texte"
= "
Some dynamics may involve text indications (such as @qq{più forte} or
@qq{piano subito}). These can be produced using a @code{\\markup}
block.
"
= "Combining dynamics with markup texts"
} % begin verbatim
piuF = \markup { \italic più \dynamic f }
\layout { ragged-right = ##f }
\relative c'' {
c2\f c-\piuF
}
|