]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tablature-harmonic-tie.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / tablature-harmonic-tie.ly
1 \version "2.14.0"
2
3 \header {
4   texidoc = "
5 When a harmonic note is tied in tablature, neither the fret number
6 nor the harmonic brackets for the second note appear in the tablature.
7 "
8 }
9
10 music =  \relative c' {
11   s2.  <d\4\harmonic>4 ~ |
12   <d\4\harmonic>1  |
13 }
14
15 \new StaffGroup <<
16   \new Staff  { \clef "G_8" \music }
17   \new TabStaff  { \clef "moderntab" \music }
18 >>