MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / line-style-zigzag-spacing.ly
blobe2de30aedc3afb55796821896557c3b3b283e5a2
1 \version "2.12.0"
3 \header {
4 texidoc = "Setting @code{'zigzag} style for spanners does not
5 cause spacing problems: in this example, the first text markup and
6 zigzag trillspanner have the same outside staff positioning as
7 the second markup and default trillspanner.
11 \relative c' {
12 c1^"text"
13 \override TrillSpanner #'style = #'zigzag
14 c1\startTrillSpan
15 c2^\stopTrillSpan c^"text"
16 \revert TrillSpanner #'style
17 c1\startTrillSpan
18 c1^\stopTrillSpan