]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/combining-dynamics-with-markup-texts.ly
Merge branch 'master' of ssh+git://git.sv.gnu.org/srv/git/lilypond
[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.38"
4
5 \header {
6   lsrtags = "expressive-marks, text"
7  texidoc = "
8 Some dynamics may involve text indications (such as \"più forte\",
9 \"piano subito\", etc.). They can be produced using a @code{\\markup}
10 block.
11 " }
12 % begin verbatim
13 \layout { ragged-right = ##t }
14
15 piuf = \markup { \italic "più" \dynamic "f" }
16
17 \relative c'' {
18   c2
19   c-\piuf
20 }
21