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