]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/line-arrows.ly
Issue 5148/2: three-sided-box snippet: use #:properties keyword
[lilypond.git] / input / regression / line-arrows.ly
index 1b3bccc8a3dd41ec84f69b70d7aab8e0a38b9a8a..9cfa44915475a51894b15f250bee4424898e335e 100644 (file)
@@ -2,13 +2,13 @@
   texidoc = "Arrows can be applied to text-spanners and line-spanners (such as the Glissando)"
 }
 
-\version "2.17.6"
+\version "2.19.21"
 
 \paper {
   ragged-right = ##t
 }
 
-\relative c'' {
+\relative {
   \override TextSpanner.bound-padding = #1.0
   \override TextSpanner.style = #'line
   \override TextSpanner.bound-details.right.arrow = ##t
@@ -23,6 +23,6 @@
   \override Glissando.arrow-length = #0.5
   \override Glissando.arrow-width = #0.25
   
-  a8\startTextSpan gis8 a4 b4\glissando
+  a'8\startTextSpan gis8 a4 b4\glissando
   b,4 | g' c\stopTextSpan c
 }