lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Multi Measure Rests in Tab Staff


From: Thomas Morley
Subject: Re: Multi Measure Rests in Tab Staff
Date: Mon, 12 Aug 2024 14:53:19 +0200

Am Mo., 12. Aug. 2024 um 13:32 Uhr schrieb Richard Shann
<richard@rshann.plus.com>:
>
> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]