1\version "2.19.21"
2
3\header {
4  texidoc = "Setting @code{'zigzag} style for spanners does not
5cause spacing problems: in this example, the first text markup and
6zigzag trillspanner have the same outside staff positioning as
7the second markup and default trillspanner.
8"
9}
10
11\relative {
12  c'1^"text"
13  \override TrillSpanner.style = #'zigzag
14  c1\startTrillSpan
15  c2^\stopTrillSpan c^"text"
16  \revert TrillSpanner.style
17  c1\startTrillSpan
18  c1^\stopTrillSpan
19}
20