From: Carl Sorensen Date: Tue, 14 Dec 2010 23:43:11 +0000 (-0700) Subject: Add regression test for issue 1386 tablature harmonic ties X-Git-Tag: release/2.13.44-1~40 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=eeee91f7b40322c7f6c37bc341bf3923cade41fc;p=lilypond.git Add regression test for issue 1386 tablature harmonic ties --- diff --git a/input/regression/tablature-harmonic-tie.ly b/input/regression/tablature-harmonic-tie.ly new file mode 100644 index 0000000000..22952d60f2 --- /dev/null +++ b/input/regression/tablature-harmonic-tie.ly @@ -0,0 +1,18 @@ +\version "2.13.42" + +\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 ~ | % by default, tied harmonic is parenthesized +} + +\new StaffGroup << + \new Staff { \clef "G_8" \music } + \new TabStaff { \clef "moderntab" \music } +>>