Am Mo., 12. Aug. 2024 um 13:32 Uhr schrieb Richard Shann
<[email protected]>:
>
> 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
>
>
\new TabStaff
\with {
\revert MultiMeasureRest.stencil
\revert MultiMeasureRestNumber.stencil
}
should help.
HTH,
Harm