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

2014-06-20 Thread Jacques Menu
Hello Pierre, Thanks, I had overlooked the Measure in the name! JM Le 20 juin 2014 à 07:07:07, Pierre Perol-Schneider pierre.schneider.pa...@gmail.com a écrit : Hi Jacques, 2014-06-19 21:48 GMT+02:00 Jacques Menu imj-muz...@bluewin.ch: I didn’t find an equivalent of a MultiRest.color

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

2014-06-19 Thread Malte Meyn
On 19.06.2014 08:52, Jacques Menu wrote: How can I can in some way strike through those 14 bars as I do by hand with a pen on the printed score? Suggestion: print it in smaller font-size (cue notes). Commenting them out in the LP code would change the bars numbers in the following bars,

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

2014-06-19 Thread Pierre Perol-Schneider
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.

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

2014-06-19 Thread David Kastrup
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?

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

2014-06-19 Thread Marc Hohl
Am 19.06.2014 11:11, schrieb David Kastrup: [...] Maybe something like If I compile your snippet, I get GNU LilyPond 2.19.9 »tsp.ly« wird verarbeitet Analysieren... Interpretation der Musik...[8][16][24][32][40] Vorverarbeitung der grafischen Elemente...lilypond:

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

2014-06-19 Thread Werner LEMBERG
Maybe something like [...] Interestingly, I got the following assertion failure with a self-compiled 2.19.4 (or so) while trying to process your example: ../flower/include/drul-array.hh:35: T Drul_arrayT::at(Direction) [with T = Skyline]: Assertion `d == 1 || d == -1' failed. I will

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

2014-06-19 Thread Marc Hohl
Am 19.06.2014 11:22, schrieb Marc Hohl: Am 19.06.2014 11:11, schrieb David Kastrup: [...] Maybe something like If I compile your snippet, I get GNU LilyPond 2.19.9 »tsp.ly« wird verarbeitet Analysieren... Interpretation der Musik...[8][16][24][32][40] Vorverarbeitung der grafischen

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

2014-06-19 Thread David Kastrup
Marc Hohl m...@hohlart.de writes: Am 19.06.2014 11:11, schrieb David Kastrup: [...] Maybe something like If I compile your snippet, I get GNU LilyPond 2.19.9 »tsp.ly« wird verarbeitet Analysieren... Interpretation der Musik...[8][16][24][32][40] Vorverarbeitung der grafischen

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

2014-06-19 Thread Vaughan McAlley
2014-06-19 20:03 GMT+10:00 David Kastrup d...@gnu.org: Marc Hohl m...@hohlart.de writes: Am 19.06.2014 11:11, schrieb David Kastrup: [...] Maybe something like If I compile your snippet, I get GNU LilyPond 2.19.9 »tsp.ly« wird verarbeitet Analysieren... Interpretation der

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

2014-06-19 Thread Werner LEMBERG
Maybe something like [...] Here's the requested backtrace with today's git repository (release/2.19.8-1-25-g0ea80a5). Werner == Program received signal SIGABRT, Aborted. 0xb78a9245 in raise () from /lib/libc.so.6

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

2014-06-19 Thread Pierre Perol-Schneider
Hi to all, Back to the topic : I was re-reading your question and wondering if my answer was clear enough. Si please find herewith a more eloquent solution. Cheers, Pierre \version 2.18.2 theme = { \repeat unfold 14 a'1 } music = { \repeat unfold 4 c'1 \theme \repeat unfold 4 e'1

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

2014-06-19 Thread Shane Brandes
What about Tacet MM x-z? On Thu, Jun 19, 2014 at 10:12 AM, Pierre Perol-Schneider pierre.schneider.pa...@gmail.com wrote: Hi to all, Back to the topic : I was re-reading your question and wondering if my answer was clear enough. Si please find herewith a more eloquent solution. Cheers,

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

2014-06-19 Thread Thomas Morley
2014-06-19 15:35 GMT+02:00 Werner LEMBERG w...@gnu.org: Maybe something like [...] Here's the requested backtrace with today's git repository (release/2.19.8-1-25-g0ea80a5). Werner == Program received signal

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

2014-06-19 Thread David Kastrup
Thomas Morley thomasmorle...@gmail.com writes: Can't confirm Marc's and Werner's observations. I successfully ran David's snippet: On 64-bit Ubuntu 10.04 with 2.18.2 (released version) 2.19.8 (released version) On 32-bit Ubuntu 10.04 (lilydev) with 2.19.8 (self-compiled) 2.19.9

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

2014-06-19 Thread Thomas Morley
2014-06-19 19:38 GMT+02:00 David Kastrup d...@gnu.org: Thomas Morley thomasmorle...@gmail.com writes: Can't confirm Marc's and Werner's observations. I successfully ran David's snippet: On 64-bit Ubuntu 10.04 with 2.18.2 (released version) 2.19.8 (released version) On 32-bit Ubuntu

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

2014-06-19 Thread Thomas Morley
2014-06-19 19:52 GMT+02:00 Thomas Morley thomasmorle...@gmail.com: 2014-06-19 19:38 GMT+02:00 David Kastrup d...@gnu.org: Thomas Morley thomasmorle...@gmail.com writes: Can't confirm Marc's and Werner's observations. I successfully ran David's snippet: On 64-bit Ubuntu 10.04 with 2.18.2

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

2014-06-19 Thread Thomas Morley
2014-06-19 20:49 GMT+02:00 Thomas Morley thomasmorle...@gmail.com: 2014-06-19 19:52 GMT+02:00 Thomas Morley thomasmorle...@gmail.com: 2014-06-19 19:38 GMT+02:00 David Kastrup d...@gnu.org: Thomas Morley thomasmorle...@gmail.com writes: Can't confirm Marc's and Werner's observations. I

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

2014-06-19 Thread David Kastrup
Thomas Morley thomasmorle...@gmail.com writes: GNU LilyPond 2.19.9 Processing `various-tests.ly' Parsing... Interpreting music...[8][16][24][32][40] Preprocessing graphical objects...lilypond: /home/harm/lilypond-git/flower/include/drul-array.hh:35: T Drul_arrayT::at(Direction) [with T =

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

2014-06-19 Thread Pierre Perol-Schneider
Hi Jacques, 2014-06-19 21:48 GMT+02:00 Jacques Menu imj-muz...@bluewin.ch: I didn’t find an equivalent of a MultiRest.color property, they show up in black, maybe that exists under some other name? See : http://www.lilypond.org/doc/v2.18/Documentation/internals/multimeasurerest