Re: mmrest-oflength not generating MMR 2.15.24

2012-01-16 Thread Thomas Morley
Hi Paul; 2012/1/17 Paul Scott : > On Mon, Jan 16, 2012 at 03:18:00PM +, Neil Puttock wrote: >> On 16 January 2012 15:09, Paul Scott wrote: >> >> > Agreed.  What is the point of NR 1.2.6 and [mmrest|skip]-of-length at all? >> >> It is pretty pointless.  This has popped up before, and I suggest

Re: mmrest-oflength not generating MMR 2.15.24

2012-01-16 Thread Paul Scott
On Mon, Jan 16, 2012 at 03:18:00PM +, Neil Puttock wrote: > On 16 January 2012 15:09, Paul Scott wrote: > > > Agreed.  What is the point of NR 1.2.6 and [mmrest|skip]-of-length at all? > > It is pretty pointless. This has popped up before, and I suggested > last time not to use \cadenzaOn s

Re: mmrest-oflength not generating MMR 2.15.24

2012-01-16 Thread James
Neil, On 16 January 2012 15:18, Neil Puttock wrote: > On 16 January 2012 15:09, Paul Scott wrote: > >> Agreed.  What is the point of NR 1.2.6 and [mmrest|skip]-of-length at all? > > It is pretty pointless. Should we be using something different in this example then? I don't really understand t

Re: mmrest-oflength not generating MMR 2.15.24

2012-01-16 Thread Paul Scott
On Mon, Jan 16, 2012 at 08:47:38AM -0700, Paul Scott wrote: > On 01/16/2012 08:18 AM, Neil Puttock wrote: > >On 16 January 2012 15:09, Paul Scott wrote: > > > >>Agreed. What is the point of NR 1.2.6 and [mmrest|skip]-of-length at all? > >It is pretty pointless. This has popped up before, and I s

Re: mmrest-oflength not generating MMR 2.15.24

2012-01-16 Thread Paul Scott
On 01/16/2012 08:18 AM, Neil Puttock wrote: On 16 January 2012 15:09, Paul Scott wrote: Agreed. What is the point of NR 1.2.6 and [mmrest|skip]-of-length at all? It is pretty pointless. This has popped up before, and I suggested last time not to use \cadenzaOn since multi-measure rests need

Re: mmrest-oflength not generating MMR 2.15.24

2012-01-16 Thread Neil Puttock
On 16 January 2012 15:09, Paul Scott wrote: > Agreed.  What is the point of NR 1.2.6 and [mmrest|skip]-of-length at all? It is pretty pointless. This has popped up before, and I suggested last time not to use \cadenzaOn since multi-measure rests need timing information (mainly measureLength) to

Re: mmrest-oflength not generating MMR 2.15.24

2012-01-16 Thread Paul Scott
On 01/16/2012 01:57 AM, - wrote: in the NR they write: "Aligning to cadenzas In an orchestral context, cadenzas present a special problem: when constructing a score that includes a measured cadenza or other solo passage, all other instruments should skip just as many notes as the length of the c

Re: mmrest-oflength not generating MMR 2.15.24

2012-01-16 Thread Paul Scott
On 01/16/2012 01:34 AM, David Kastrup wrote: Paul Scott writes: That works but my actual cadenza is longer than 8 eighth notes. When I add another eighth note and put the \cadenza On and Off back in the MMR disappears again. Even putting 9/8 for that example doesn't help. I have no clue wha

Re: mmrest-oflength not generating MMR 2.15.24

2012-01-16 Thread -Eluze
measures" in the "cadenza staff". Eluze -- View this message in context: http://old.nabble.com/mmrest-oflength-not-generating-MMR-2.15.24-tp33144144p33146214.html Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com. ___

Re: mmrest-oflength not generating MMR 2.15.24

2012-01-16 Thread David Kastrup
Paul Scott writes: > That works but my actual cadenza is longer than 8 eighth notes. When I add > another eighth note and put the \cadenza On and Off back in the MMR > disappears > again. Even putting 9/8 for that example doesn't help. I have no clue what you are trying to do here. The whole

Re: mmrest-oflength not generating MMR 2.15.24

2012-01-15 Thread Paul Scott
On Sun, Jan 15, 2012 at 02:39:55PM -0800, -Eluze wrote: > > > Paul Scott-4 wrote: > > > > On 01/15/2012 02:08 PM, -Eluze wrote: > >> > >> Paul Scott-4 wrote: > >>> Hi, > >>> > >>> Can someone tell me why skip-of-length work in this example > >>> but mmrest-of-length doesn't? > >>> > >>> cnotes =

Re: mmrest-oflength not generating MMR 2.15.24

2012-01-15 Thread -Eluze
say, but try the code below: cnotes = \relative c'' { c8[ d e f g] c[ c c ] } snotes = { $(skip-of-length cnotes) } mnotes = { $(mmrest-of-length cnotes) } \score{ << \new Staff \cnotes \new Staff \mnotes \new Staff \snotes >> } Eluze -- View this mes

Re: mmrest-oflength not generating MMR 2.15.24

2012-01-15 Thread Paul Scott
On 01/15/2012 02:08 PM, -Eluze wrote: Paul Scott-4 wrote: Hi, Can someone tell me why skip-of-length work in this example but mmrest-of-length doesn't? cnotes = \relative c'' { \cadenzaOn c8[ d e f g] \cadenzaOff } snotes = { $(skip-of-length cnotes) } mnotes = { $(mmrest-of-length cnotes) }

Re: mmrest-oflength not generating MMR 2.15.24

2012-01-15 Thread -Eluze
staff? hth Eluze -- View this message in context: http://old.nabble.com/mmrest-oflength-not-generating-MMR-2.15.24-tp33144144p33144474.html Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

mmrest-oflength not generating MMR 2.15.24

2012-01-15 Thread Paul Scott
Hi, Can someone tell me why skip-of-length work in this example but mmrest-of-length doesn't? \version "2.15.24" \layout { \context { \Staff \remove "Time_signature_engraver" } } timing = { } cnotes = \relative c'' { \cadenzaOn c8[ d e f g] \cadenzaOff } snotes = { $(skip-of-lengt