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