summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Sorensen <c_sorensen@byu.edu>2010-12-14 16:43:11 -0700
committerCarl Sorensen <c_sorensen@byu.edu>2010-12-14 16:43:11 -0700
commiteeee91f7b40322c7f6c37bc341bf3923cade41fc (patch)
tree431d63bc64e01c833ef17c52f7a169b0f419c7f8
parent8b4182456613d5957b63526aacbfc5e1dafa3b0c (diff)
Add regression test for issue 1386 tablature harmonic ties
-rw-r--r--input/regression/tablature-harmonic-tie.ly18
1 files changed, 18 insertions, 0 deletions
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. <d\4\harmonic>4 ~ |
+ <d\4\harmonic>1 ~ | % by default, tied harmonic is parenthesized
+}
+
+\new StaffGroup <<
+ \new Staff { \clef "G_8" \music }
+ \new TabStaff { \clef "moderntab" \music }
+>>