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