]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/combining-dynamics-with-markup-texts.ly
Merge branch 'master' of /home/lilycvs/git/lily/
[lilypond.git] / input / lsr / combining-dynamics-with-markup-texts.ly
1 %% Do not edit this file; it is auto-generated from LSR!
2 %% Tags: expressive-marks, text
3 \version "2.11.35"
4
5 \header { texidoc = "
6 Some dynamics may involve text indications (such as \"piĆ¹ forte\",
7 \"piano subito\", etc.). They can be produced using a \\markup bloc.
8 " }
9 % begin verbatim
10 \layout{ragged-right = ##t}
11
12 piuf =  \markup {  \italic "molto" \dynamic "f" }
13
14 \relative c''{
15   c-\piuf
16   c
17   c2\< c2\!
18   
19   c2\< c2\!
20 }
21