From 794b2bc023608a2f959f7bad3d00666fa17ea3f3 Mon Sep 17 00:00:00 2001 From: Carl Sorensen Date: Mon, 17 Jan 2011 16:34:08 -0700 Subject: [PATCH 1/1] Fix 960 -- Add a regression test demonstrating dot alignments --- input/regression/tablature-dot-placement.ly | 29 +++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 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 index 0000000000..2665f21d78 --- /dev/null +++ b/input/regression/tablature-dot-placement.ly @@ -0,0 +1,29 @@ +\version "2.13.46" + +\header { + + texidoc = " +With full notation, the dots on the tablature heads should +respect two-digit fret numbers. +" + +} + +myMusic = \relative c' { + 4. + 4. + 4 +} + +\score { + << + \new Staff { + \clef "treble_8" + \myMusic + } + \new TabStaff { + \tabFullNotation + \myMusic + } + >> +} -- 2.39.2