]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/dynamics-context-textspan.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / dynamics-context-textspan.ly
1 \version "2.19.21"
2
3 \header {
4   texidoc = "Text spanners work in the @code{Dynamics} context."
5 }
6
7 <<
8   \new Staff \relative {
9     c'1 | c
10   }
11   \new Dynamics {
12     \override TextSpanner.bound-details.left.text = #"rit."
13     s1\startTextSpan
14     s1\stopTextSpan
15   }
16   \new Staff \relative {
17     c'1 | c
18   }
19 >>