]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tablature-slide.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / tablature-slide.ly
1 \header
2 {
3
4   texidoc = "Tab supports slides."
5 }
6
7 \version "2.16.0"
8 \paper {
9   ragged-right = ##T
10 }
11
12
13 \relative \new TabVoice
14 {
15   <c g'\harmonic> d\2\glissando e\2
16 }