]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/line-dashed-period.ly
Doc-fr: update for 2.16.1 (second part)
[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.16.0"
9
10 \layout {
11   indent = 0.0\mm
12   ragged-right = ##T
13 }
14
15 \relative <<
16   \new Staff {
17     \crescTextCresc
18     c1_\< c c1\!
19   }
20   \new Staff {
21     \override DynamicTextSpanner #'dash-period = #3
22     \override DynamicTextSpanner #'dash-fraction = #0.3
23     \crescTextCresc
24     c1^\< c c1\!
25   }
26 >>