]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tablature-harmonic.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / tablature-harmonic.ly
1 \version "2.14.0"
2 \header {
3
4   texidoc = "Harmonics get angled brackets in tablature.
5   Harmonics in chords should retain their proper position,
6   regardless of whether or not strings are specified.
7   In this example, the harmonics should always be on string 1."
8
9 }
10
11 \new TabVoice
12 \relative c' {
13   <c\2 g'\1\harmonic>4
14   <c g'\1\harmonic>4
15   <c\2 g'\harmonic>4
16   <c g'\harmonic>4
17 }