Fixes Issue 1504, allowing feather beam line breaking.
[lilypond/patrick.git] / input / regression / tablature-harmonic-tie.ly
blobb6685bce58e8431bfbf5cff92533dc91328ed750
1 \version "2.13.42"
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.
10 music = \relative c' {
11 s2. <d\4\harmonic>4 ~ |
12 <d\4\harmonic>1 |
15 \new StaffGroup <<
16 \new Staff { \clef "G_8" \music }
17 \new TabStaff { \clef "moderntab" \music }