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