]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tablature-slide.ly
Merge branch 'master' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / regression / tablature-slide.ly
1 \header
2 {
3
4   texidoc = "Tab supports slides."
5 }
6
7 \version "2.11.10"
8 \paper {
9   ragged-right = ##T
10 }
11
12
13 \relative \new TabVoice
14 {
15   <c g'\harmonic> d\2\glissando e\2
16 }