MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / phrasing-slur-dash.ly
blobd37053264da9d183fa5544b183a808f31d371083
1 \version "2.13.1"
2 \header { texidoc = "
3 The appearance of phrasing slurs may be changed from solid to dotted or dashed.
7 \relative c'{
8 c\( d e c\) |
9 \phrasingSlurDotted
10 c\( d e c\) |
11 \phrasingSlurDashed
12 c\( d e c\) |
13 \phrasingSlurHalfDashed
14 c\( d e c\) |
15 \phrasingSlurHalfSolid
16 c\( d e c\) |
17 \phrasingSlurDashPattern #0.4 #2.0
18 c\( d e c\) |
19 \once \override Slur #'dash-definition = #'((0 0.25 1 1)
20 (0.3 0.7 0.4 0.75)
21 (0.75 1.0 1.0 1.0))
22 c\( d e c\) |
23 \phrasingSlurSolid
24 c\( d e c\) |