MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / staff-tabstaff-spacing.ly
blob41e899f9548eeaed98c70aa36ad81a7cd725ba56
1 \version "2.13.47"
3 \header {
5 texidoc = "
6 The space between scores containing Staffs and TabStaffs should
7 be consistent. In this example, all of the spacings should be
8 equivalent.
12 \score {
13 { c'4 d' e' f' g'1 }
14 \header {
15 piece = "Title 1"
18 \score {
19 \new TabStaff {
20 c'4 d' e' f' g'1
22 \header {
23 piece = "Title 2"
26 \score {
27 { c'4 d' e' f' g'1 }
28 \header {
29 piece = "Title 3"