From eeee91f7b40322c7f6c37bc341bf3923cade41fc Mon Sep 17 00:00:00 2001 From: Carl Sorensen Date: Tue, 14 Dec 2010 16:43:11 -0700 Subject: [PATCH] Add regression test for issue 1386 tablature harmonic ties --- input/regression/tablature-harmonic-tie.ly | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 input/regression/tablature-harmonic-tie.ly 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 } +>> -- 2.39.5