]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/music-function-end-spanners.ly
Make relative-includes configurable with a -d option.
[lilypond.git] / input / regression / music-function-end-spanners.ly
1
2 \header {
3
4   texidoc = "the @code{endSpanners} music function inserts 
5 end span events at the end of a note."
6   
7 }
8
9 \version "2.11.51"
10 \paper{
11   ragged-right = ##T
12 }
13 \relative
14 << {   c'4 c c c }
15    \\
16    {
17      \override TextSpanner #'bound-details #'left #'text = "x" 
18      \endSpanners c,2\<\startTextSpan c2
19
20    }
21  >>
22