lilypond-user
[Top][All Lists]
Advanced

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

Re: How to indicate a set of measures should not be played?


From: David Kastrup
Subject: Re: How to indicate a set of measures should not be played?
Date: Thu, 19 Jun 2014 11:11:28 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

Jacques Menu <address@hidden> 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

reply via email to

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