]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/combining-dynamics-with-markup-texts.ly
Merge master into nested-bookparts
[lilypond.git] / input / lsr / combining-dynamics-with-markup-texts.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.11.62"
4
5 \header {
6   lsrtags = "expressive-marks, text"
7
8   texidoces = "
9 Ciertas indicaciones dinámicas pueden llevar textos (como \"più
10 forte\" o \"piano subito\"). Se pueden producir usando un
11 bloque @code{\\markup}.
12
13 "
14   doctitlees = "Combinar indicaciones dinámicas con marcados textuales"
15
16   texidoc = "
17 Some dynamics may involve text indications (such as \"più forte\" or
18 \"piano subito\"). They can be produced using a @code{\\markup} block.
19
20 "
21   doctitle = "Combining dynamics with markup texts"
22 } % begin verbatim
23 piuF = \markup { \italic più \dynamic f }
24 \layout { ragged-right = ##f }
25 \relative c'' {
26   c2\f c-\piuF
27 }
28