]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/new/line-arrows.ly
Merge branch 'master' into nested-bookparts
[lilypond.git] / input / new / line-arrows.ly
index f58c33614704e0b699f8a8dd3e83cc981b1a1263..72c347073daa1d971a5a554e4cc63e53adb6eb38 100644 (file)
@@ -1,9 +1,9 @@
 \version "2.10.0"
-\layout { ragged-right= ##t }
 \header {
-  doctitle = "Line arrows"
   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'' {
@@ -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
 }