]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tablature-harmonic-tie.ly
Imported Upstream version 2.14.2
[lilypond.git] / 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 (file)
index 0000000..6ec2d47
--- /dev/null
@@ -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.  <d\4\harmonic>4 ~ |
+  <d\4\harmonic>1  |
+}
+
+\new StaffGroup <<
+  \new Staff  { \clef "G_8" \music }
+  \new TabStaff  { \clef "moderntab" \music }
+>>