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: Pierre Perol-Schneider
Subject: Re: How to indicate a set of measures should not be played?
Date: Thu, 19 Jun 2014 11:05:26 +0200

Hi Jacques,

2014-06-19 8:52 GMT+02:00 Jacques Menu <address@hidden>:
 
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.

Use tags : http://lilypond.org/doc/v2.18/Documentation/notation/different-editions-from-one-source#using-tags
 
%%%%%%%%%%%%%%%%%%%%

\version "2.18.2"

theme = { \repeat unfold 14 a'1 }


music = {

   \repeat unfold 4 c'1

   \theme

   \repeat unfold 4 e'1

   \tag ensemble { \theme }

   \tag jacques { \compressFullBarRests R1*14 }

   \repeat unfold 4 c'1

}


{ \keepWithTag ensemble \music }


{ \keepWithTag jacques \music }


%%%%%%%%%%%%%%%%%%%%%%


HTH,

Pierre






reply via email to

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