Jacques Menu <imj-muz...@bluewin.ch> writes:

> Hello folks,
>
> In the arrangement of « In The Mood » we’re playing, there are too
> many repetitions of the theme, one of which we don’t play.
>
> How can I can in some way strike through those 14 bars as I do by hand
> with a pen on the printed score?
> Commenting them out in the LP code would change the bars numbers in
> the following bars, which I’d like to avoid.
>
> Thanks for your help!

Maybe something like

\new Staff
<< \new Voice \repeat unfold 40 { c'4 d' e' f' }
   \new Voice
   { s1*20 s4-\tweak outside-staff-priority ##f
     \tweak dash-fraction 1 \tweak thickness 4 \tweak direction #CENTER
     \tweak style #'zigzag \tweak zigzag-length #2 \tweak zigzag-width 3
     \startTextSpan s4 s4 s4\stopTextSpan }
>>
   

-- 
David Kastrup
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to