X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftablature-dot-placement.ly;fp=input%2Fregression%2Ftablature-dot-placement.ly;h=8554a7057e55753cdb9c593ec01056a0c0be78db;hb=e90f0536f9be39ada0bef0aeb0d275dec3b2fb5b;hp=0000000000000000000000000000000000000000;hpb=a8c9e8a7ca320ab0df5fd32e717fd62cd7635ce6;p=lilypond.git diff --git a/input/regression/tablature-dot-placement.ly b/input/regression/tablature-dot-placement.ly new file mode 100644 index 0000000000..8554a7057e --- /dev/null +++ b/input/regression/tablature-dot-placement.ly @@ -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' { + 4. + 4. + 4 +} + +\score { + << + \new Staff { + \clef "treble_8" + \myMusic + } + \new TabStaff { + \tabFullNotation + \myMusic + } + >> +}