]> 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 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\" or
9 \"piano subito\"). They can be produced using a @code{\\markup} block.
10 " }
11 % begin verbatim
12 piuF = \markup { \italic "più" \dynamic "f" }
13
14 \relative c'' {
15   c2 c-\piuF
16 }
17