]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tablature-dot-placement.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / tablature-dot-placement.ly
diff --git a/input/regression/tablature-dot-placement.ly b/input/regression/tablature-dot-placement.ly
new file mode 100644 (file)
index 0000000..8554a70
--- /dev/null
@@ -0,0 +1,29 @@
+\version "2.14.0"
+
+\header {
+
+  texidoc = "
+With full notation, the dots on the tablature heads should
+respect two-digit fret numbers.
+"
+
+}
+
+myMusic = \relative c'  {
+  <f\3 a c>4.
+  <f\3 g d'>4.
+  <f\3 a d>4
+}
+
+\score {
+  <<
+    \new Staff {
+      \clef "treble_8"
+      \myMusic
+    }
+    \new TabStaff {
+      \tabFullNotation
+      \myMusic
+    }
+  >>
+}