]> git.donarmstrong.com Git - lilypond.git/blob - input/test/dynamic-extra.ly
fix keep-inside-line on the left side (issue #130)
[lilypond.git] / input / test / dynamic-extra.ly
1
2 \version "2.7.39"
3 % probably should be merged into refman.
4 \header{
5     texidoc = "@cindex Dynamic Piu Forte
6 Più forte dynamics is produced using @code{\markup}. " }
7
8 piuf =  \markup {  \italic "più" \dynamic "f" }
9
10 \layout{ragged-right = ##t}
11
12 \relative c''{
13   c-\piuf
14   c
15   c2\< c2\!
16   
17   c2\< c2\!
18 }
19
20
21 %% Local Variables:
22 %% coding: utf-8
23 %% End: