]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tablature-slide.ly
Issue 5148/2: three-sided-box snippet: use #:properties keyword
[lilypond.git] / input / regression / tablature-slide.ly
index 204c4c3ee593ea9769ba16509d4888507d389826..2352c78288d87ae6ef593168f6b6eee2df73b44e 100644 (file)
@@ -4,7 +4,7 @@
   texidoc = "Tab supports slides."
 }
 
-\version "2.11.10"
+\version "2.19.21"
 \paper {
   ragged-right = ##T
 }
@@ -12,5 +12,5 @@
 
 \relative \new TabVoice
 {
-  <c g'\harmonic> d\2\glissando e\2
+  <c' g'\harmonic> d\2\glissando e\2
 }