MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / automatic-polyphony-tabstaff.ly
blobe696a082cbc76b0ec70624f3d15cf749adc0cbb7
1 \version "2.13.4"
3 \header{ texidoc = "In a TabStaff, automatic polyphony can be used without
4 explicitly initializing separate voices."
7 test = {
8 c'1
9 << { c'4 d' e' f' } \\ { g,1 } >>
10 c'1
13 \score {
15 \new Staff { \clef "treble_8" \test }
16 \new TabStaff { \test }