Hi Jacques,

2014-06-19 8:52 GMT+02:00 Jacques Menu <imj-muz...@bluewin.ch>:


> 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
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to