]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/music-function-end-spanners.ly
New music function \endSpanners.
[lilypond.git] / input / regression / music-function-end-spanners.ly
diff --git a/input/regression/music-function-end-spanners.ly b/input/regression/music-function-end-spanners.ly
new file mode 100644 (file)
index 0000000..c1427a5
--- /dev/null
@@ -0,0 +1,22 @@
+
+\header {
+
+  texidoc = "the @code{endSpanners} music function inserts 
+end span events at the end of a note."
+  
+}
+
+\version "2.11.15"
+\paper{
+  ragged-right = ##T
+}
+\relative
+<< {   c'4 c c c }
+   \\
+   {
+     \override TextSpanner #'bound-details #'left #'text = "x" 
+     \endSpanners c,2\<\startTextSpan c2
+
+   }
+ >>
+