]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/dynamics-context-textspan.ly
Fix 2241: Proper copyright/header/tagline handling with multiple bookparts
[lilypond.git] / input / regression / dynamics-context-textspan.ly
1 \version "2.14.0"
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 >>