1\header {
2  texidoc = "Text and trill spanners are attached to note columns, so
3  attachments in other staves have no effect on them."
4}
5
6\layout {
7  ragged-right = ##t
8}
9
10\version "2.17.6"
11<<
12  \new Staff {
13    \override TextSpanner.bound-details.left.text = "*"
14    c'16 \startTrillSpan c' c' c' \stopTrillSpan
15    c'16 \startTextSpan c' c' c' \stopTextSpan
16  }
17  \new Staff {
18    \override TextScript.self-alignment-X = #RIGHT
19    \repeat unfold 2 {c'4 _ \markup { "LONG" } }
20  }
21>>
22