]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/line-dashed-period.ly
Merge branch 'master' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / regression / line-dashed-period.ly
1 \header {
2
3   texidoc = "The period of a dashed line is adjusted such that it
4 starts and ends on a full dash. "
5
6 }
7
8 \version "2.11.13"
9
10 \layout {
11   indent = 0.0\mm
12   ragged-right = ##T
13 }
14
15 \relative <<
16   \new Staff {
17     \override DynamicTextSpanner #'dash-fraction = ##f
18     \setTextCresc
19     c1_\< c c1\!
20   }
21   \new Staff {
22     \override DynamicTextSpanner #'dash-period = #3
23     \override DynamicTextSpanner #'dash-fraction = #0.3
24     \setTextCresc
25     c1^\< c c1\!
26   }
27 >>