MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / tablature-dot-placement.ly
blob2665f21d785ef881d0d7360b671b617a10575463
1 \version "2.13.46"
3 \header {
5 texidoc = "
6 With full notation, the dots on the tablature heads should
7 respect two-digit fret numbers.
12 myMusic = \relative c' {
13 <f\3 a c>4.
14 <f\3 g d'>4.
15 <f\3 a d>4
18 \score {
20 \new Staff {
21 \clef "treble_8"
22 \myMusic
24 \new TabStaff {
25 \tabFullNotation
26 \myMusic