Nitpick: ly:spanner-bound grob name slur -> spanner.
[lilypond.git] / input / regression / text-spanner-attachment-alignment.ly
blob942de5ff4d6dab44b3eeee2333a13f71374c4df1
1 \header {
3 texidoc = "Text and trill spanners are attached to note columns, so
4 attachments in other staves have no effect on them."
8 \layout {
9 ragged-right = ##t
12 \version "2.12.0"
14 \new Staff {
15 \override TextSpanner #'(bound-details left text) = "*"
16 c'16 \startTrillSpan c' c' c' \stopTrillSpan
17 c'16 \startTextSpan c' c' c' \stopTextSpan
19 \new Staff {
20 \override TextScript #'self-alignment-X = #RIGHT
21 \repeat unfold 2 {c'4 _ \markup { "FAT" } }