]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/music-function-end-spanners.ly
Issue 3751: Doc: Augment documentation for \inStaffSegno
[lilypond.git] / input / regression / music-function-end-spanners.ly
index 510af5eddd71d7a915128b3b8370dc81ba2a81ba..30028a284a4add0dee328bb894bc8c5acc7d8385 100644 (file)
@@ -6,15 +6,15 @@ end span events at the end of a note."
   
 }
 
-\version "2.12.0"
+\version "2.17.15"
 \paper{
   ragged-right = ##T
 }
-\relative
+\relative 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
 
    }