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