X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftablature-harmonic-tie.ly;fp=input%2Fregression%2Ftablature-harmonic-tie.ly;h=6ec2d473c7632caf44e679262d0ba102b55cff6f;hb=e90f0536f9be39ada0bef0aeb0d275dec3b2fb5b;hp=0000000000000000000000000000000000000000;hpb=a8c9e8a7ca320ab0df5fd32e717fd62cd7635ce6;p=lilypond.git diff --git a/input/regression/tablature-harmonic-tie.ly b/input/regression/tablature-harmonic-tie.ly new file mode 100644 index 0000000000..6ec2d473c7 --- /dev/null +++ b/input/regression/tablature-harmonic-tie.ly @@ -0,0 +1,18 @@ +\version "2.14.0" + +\header { + texidoc = " +When a harmonic note is tied in tablature, neither the fret number +nor the harmonic brackets for the second note appear in the tablature. +" +} + +music = \relative c' { + s2. 4 ~ | + 1 | +} + +\new StaffGroup << + \new Staff { \clef "G_8" \music } + \new TabStaff { \clef "moderntab" \music } +>>