]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/new/line-arrows.ly
Merge master into nested-bookparts
[lilypond.git] / input / new / line-arrows.ly
index dfef7c8f12ba3e8f19cc9143a6f9110c5e476107..aa3c845eb9070370b7dcf24fc8a08cfd2a6fb29c 100644 (file)
@@ -1,14 +1,14 @@
-\version "2.10.0"
-\layout { ragged-right= ##t }
+\version "2.11.61"
 \header {
   lsrtags = "expressive-marks"
-  texidoc = "Arrows can be applied to text-spanners and line-spanners (such as the Glissando)"
+  texidoc = "Arrows can be applied to text-spanners and line-spanners
+(such as the Glissando)."
   doctitle = "Line arrows"
 }
 
 \relative c'' {
   \override TextSpanner #'bound-padding = #1.0
-  \override TextSpanner #'dash-fraction = #'()
+  \override TextSpanner #'style = #'line
   \override TextSpanner #'bound-details #'right #'arrow = ##t
   \override TextSpanner #'bound-details #'left #'text = #"fof"
   \override TextSpanner #'bound-details #'right #'text = #"gag"
@@ -21,6 +21,6 @@
   \override Glissando #'arrow-length = #0.5
   \override Glissando #'arrow-width = #0.25
   
-  a8\startTextSpan gis8 a4 b4\glissando
-  b,4 | g' c\stopTextSpan c
+  a8\startTextSpan gis a4 b\glissando b,
+  g'4 c\stopTextSpan c2
 }