]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/combining-dynamics-with-markup-texts.ly
Add a TODO comment re grace note spacing.
[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.35"
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 \\markup bloc.
10 " }
11 % begin verbatim
12 \layout{ragged-right = ##t}
13
14 piuf =  \markup {  \italic "molto" \dynamic "f" }
15
16 \relative c''{
17   c-\piuf
18   c
19   c2\< c2\!
20   
21   c2\< c2\!
22 }
23