If I have Multi Measure Rests in a Tab score empty bars result. I've tried including the Multi_measure_rest_engraver but to no avail:
8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><
\version "2.24"
music = {
\compressEmptyMeasures
c1
R1*4/4*2
c1
}
\score {
% \new Staff
\new TabStaff
\with { \consists "Multi_measure_rest_engraver" }
\music
}
8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><
Any suggestions?
Richard Shann
