]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/line-arrows.ly
Merge with master
[lilypond.git] / input / regression / line-arrows.ly
index b4cb74b2a0375b5b485f8e9ce03e4a25fcb0ccd2..7512711cb190c2120fb37aa7b95c5f0eb0bdd6d8 100644 (file)
@@ -2,19 +2,24 @@
   texidoc = "Arrows can be applied to text-spanners and line-spanners (such as the Glissando)"
 }
 
-\version "2.5.20"
+\version "2.10.0"
 
 \paper {
-  raggedright = ##t
+  ragged-right = ##t
 }
 
 \relative c'' {
-  \override TextSpanner #'edge-text = #'("foo" . "bar")
   \override TextSpanner #'bound-padding = #1.0
   \override TextSpanner #'dash-fraction = #'()
-  \override TextSpanner #'arrow = ##t
+  \override TextSpanner #'bound-details #'right #'arrow = ##t
+  \override TextSpanner #'bound-details #'left #'text = #"fof"
+  \override TextSpanner #'bound-details #'right #'text = #"gag"
+  \override TextSpanner #'bound-details #'right #'padding = #0.6
+
+  \override TextSpanner #'bound-details #'right #'stencil-align-dir-y = #CENTER
+  \override TextSpanner #'bound-details #'left #'stencil-align-dir-y = #CENTER
   
-  \override Glissando #'arrow = ##t
+  \override Glissando #'bound-details #'right #'arrow = ##t
   \override Glissando #'arrow-length = #0.5
   \override Glissando #'arrow-width = #0.25