]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tablature-slide.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / tablature-slide.ly
index 54b7c62daf8a4804bedfafb9fba5fc3bdeeeced7..2352c78288d87ae6ef593168f6b6eee2df73b44e 100644 (file)
@@ -4,13 +4,13 @@
   texidoc = "Tab supports slides."
 }
 
-\version "2.17.15"
+\version "2.19.21"
 \paper {
   ragged-right = ##T
 }
 
 
-\relative c' \new TabVoice
+\relative \new TabVoice
 {
-  <c g'\harmonic> d\2\glissando e\2
+  <c' g'\harmonic> d\2\glissando e\2
 }