]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/phrasing-slur-dash.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / phrasing-slur-dash.ly
1 \version "2.12.0"
2 \header { texidoc = "
3 The appearance of phrasing slurs may be changed from solid to dotted or dashed.
4 "
5 }
6
7 \relative c'{
8   c\( d e  c\) |
9   \phrasingSlurDotted
10   c\( d e  c\) |
11   \phrasingSlurDashed
12   c\( d e  c\) |
13   \override PhrasingSlur #'dash-period = #2.0
14   \override PhrasingSlur #'dash-fraction = #0.4
15   c\( d e  c\) |
16   \phrasingSlurSolid
17   c\( d e  c\) |
18 }
19
20
21
22
23
24