]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/phrasing-slur-dash.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / phrasing-slur-dash.ly
1 \version "2.17.6"
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   \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\) |
25 }
26
27
28
29
30
31