]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tablature-harmonic.ly
Make relative-includes configurable with a -d option.
[lilypond.git] / input / regression / tablature-harmonic.ly
1 \version "2.11.51"
2 \header {
3
4   texidoc = "Harmonics get angled brackets in tablature"
5
6 }
7
8 \new TabVoice
9 \relative c' {
10   <c g'\harmonic> 
11 }