X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftext-spanner-attachment-alignment.ly;h=02f97ff82971b70c61d8f3425f1fe5d428e5c51c;hb=5d84bfad4626892bcffd05adcced53c8a2329047;hp=4060ef4c56d06541ebf5da3aae2cc9d2945ced38;hpb=26a079ca2393d053315ef8dbef626c897dc9645a;p=lilypond.git diff --git a/input/regression/text-spanner-attachment-alignment.ly b/input/regression/text-spanner-attachment-alignment.ly index 4060ef4c56..02f97ff829 100644 --- a/input/regression/text-spanner-attachment-alignment.ly +++ b/input/regression/text-spanner-attachment-alignment.ly @@ -1,23 +1,21 @@ \header { - texidoc = "Text and trill spanners are attached to note columns, so attachments in other staves have no effect on them." - - } +} \layout { ragged-right = ##t - } +} -\version "2.16.0" +\version "2.17.6" << - \new Staff { - \override TextSpanner #'(bound-details left text) = "*" - c'16 \startTrillSpan c' c' c' \stopTrillSpan - c'16 \startTextSpan c' c' c' \stopTextSpan - } - \new Staff { - \override TextScript #'self-alignment-X = #RIGHT - \repeat unfold 2 {c'4 _ \markup { "FAT" } } - } + \new Staff { + \override TextSpanner.bound-details.left.text = "*" + c'16 \startTrillSpan c' c' c' \stopTrillSpan + c'16 \startTextSpan c' c' c' \stopTextSpan + } + \new Staff { + \override TextScript.self-alignment-X = #RIGHT + \repeat unfold 2 {c'4 _ \markup { "LONG" } } + } >>