]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/music-function-end-spanners.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / music-function-end-spanners.ly
index 510af5eddd71d7a915128b3b8370dc81ba2a81ba..2400f461ebeeea910e00de63a16ed6ad28201551 100644 (file)
@@ -6,15 +6,15 @@ end span events at the end of a note."
   
 }
 
-\version "2.12.0"
+\version "2.19.21"
 \paper{
   ragged-right = ##T
 }
 \relative
-<< {   c'4 c c c }
+<< {   c''4 c c c }
    \\
    {
-     \override TextSpanner #'bound-details #'left #'text = "x" 
+     \override TextSpanner.bound-details.left.text = "x" 
      \endSpanners c,2\<\startTextSpan c2
 
    }