Re: (de)crescendo on items with specified volume

2010-09-06 Thread Dmytro O. Redchuk
On Mon 06 Sep 2010, 08:47 Mark Polesky wrote: > Dmytro, > > Since the error is with the midi engine, you need to add a > \midi block to the \score (see below). :-) Thanks! Thanks to all of you, added as 1253: http://code.google.com/p/lilypond/issues/detail?id=1253 -- Dmytro O. Redchuk Bug S

Re: (de)crescendo on items with specified volume

2010-09-06 Thread Mark Polesky
Dmytro O. Redchuk wrote: > I am very sorry, i can not find original post; anyway. > > Original poster, please, provide a minimal example. > > I've tried[1] those lines by Mark[2] with "no success" -- > i could not reproduce error message mentioned. > > I am sorry, very probably this is my fault. Pl

Re: (de)crescendo on items with specified volume

2010-09-06 Thread Dmytro O. Redchuk
On Wed 01 Sep 2010, 23:29 Graham Percival wrote: > On Wed, Sep 01, 2010 at 11:24:55PM +0100, Neil Puttock wrote: > > On 1 September 2010 22:51, Graham Percival wrote: > > > > > This looks like a harmless warning; I remember seeing it in 2003 > > > or 2004 or something like that.  I didn't find it

Re: (de)crescendo on items with specified volume

2010-09-01 Thread Graham Percival
On Wed, Sep 01, 2010 at 07:25:44PM -0400, James Wilkinson wrote: > > Here's a small example that produces the message. Looks innocuous to > me, but ... Is the \header relevant to the bug? Cheers, - Graham ___ lilypond-user mailing list lilypond-user@g

Re:(de)crescendo on items with specified volume

2010-09-01 Thread James Wilkinson
Here's a small example that produces the message. Looks innocuous to me, but ... -- - Jimmy Wilkinson| Professor Emeritus of Computer Science ji...@cs.cofc.edu| The College of Charleston (843) 953-8160

Re: (de)crescendo on items with specified volume

2010-09-01 Thread Graham Percival
On Wed, Sep 01, 2010 at 11:24:55PM +0100, Neil Puttock wrote: > On 1 September 2010 22:51, Graham Percival wrote: > > > This looks like a harmless warning; I remember seeing it in 2003 > > or 2004 or something like that.  I didn't find it with a quick > > glance at the issue tracker, so producing

Re: (de)crescendo on items with specified volume

2010-09-01 Thread Neil Puttock
On 1 September 2010 22:51, Graham Percival wrote: > This looks like a harmless warning; I remember seeing it in 2003 > or 2004 or something like that.  I didn't find it with a quick > glance at the issue tracker, so producing a minimal bug report > -might- help somebody fix it... but it'll be com

Re: (de)crescendo on items with specified volume

2010-09-01 Thread Graham Percival
On Wed, Sep 01, 2010 at 05:34:29PM -0400, James Wilkinson wrote: > "programming error: (de)crescendo on items with specified volume" > > The output looks fine, but I'd like to eliminate the message, anyway. This looks like a harmless warning; I remember seeing it in 2003 o

(de)crescendo on items with specified volume

2010-09-01 Thread James Wilkinson
I'm getting this message: "programming error: (de)crescendo on items with specified volume" The output looks fine, but I'd like to eliminate the message, anyway. It doesn't tell me what or where I did that makes it unhappy, and I'm not sharp enough to tell fr

Re: programming error: (de)crescendo on items with specified volume

2008-11-12 Thread Mark Polesky
Frédéric, It's the MIDI engine that's complaining. If you don't need a MIDI file, remove the \midi { } block, and the errors will not be generated. This can happen if you try to crescendo from one dynamic to the same dynamic or a softer one; or if you try to diminuendo from one dynamic to the s

programming error: (de)crescendo on items with specified volume

2008-11-11 Thread Frédéric Bron
What does this mean? (using 2.10.33, cygwin) programming error: (de)crescendo on items with specified volume. continuing, cross fingers in the midi file, the voices disappear sometimes. F. Bron ___ lilypond-user mailing list lilypond-user@gnu.org

Re: programming error: (de)crescendo on items with specified volume.

2007-08-29 Thread Martial
You must specified a volume (dynamics) with logique (de)crescendo ditto the midiMaximumVolume and midiMinimumVolume do not equal. this example return programming error: (de)crescendo on items with specified volume. \score { { \set Staff.midiMaximumVolume = #0.5 \set

Re: programming error: (de)crescendo on items with specified volume.

2007-08-29 Thread Martial
I started getting this message: programming error: (de)crescendo on items with specified volume. b8 a4. \> ^"rit." r8 f8 \! \mp e f | try this with \f before \> \p \score { { b8 a4.\f \> ^"rit." r8 f8 \! \mp e f } \midi { } } and without dynamics \sco

Re: programming error: (de)crescendo on items with specified volume.

2007-08-29 Thread Kieren MacMillan
Hi Neil, the documentation advises you to explicitly terminate (de) crescendos to prevent problems with the MIDI output. Ah... I don't do much work with MIDI, so I've never run into that part of the docs... Here's hoping you solve the problem! Kieren.

Re: programming error: (de)crescendo on items with specified volume.

2007-08-29 Thread Neil Puttock
Hi Kieren, On 8/29/07, Kieren MacMillan <[EMAIL PROTECTED]> wrote: > > > Since \! and \p both visually (and, thus, technically) terminate a > decrescendo, there might be some sort of (internal Lilypond) conflict > going on when you put both on the same note. > > This is the same piece that has th

Re: programming error: (de)crescendo on items with specified volume.

2007-08-29 Thread Neil Puttock
Hi Kieren, On 8/29/07, Kieren MacMillan <[EMAIL PROTECTED]> wrote: > > > Since \! and \p both visually (and, thus, technically) terminate a > decrescendo, there might be some sort of (internal Lilypond) conflict > going on when you put both on the same note. > > This is the same piece that has th

Re: programming error: (de)crescendo on items with specified volume.

2007-08-29 Thread Kieren MacMillan
Hi Ed, I started getting this message: programming error: (de)crescendo on items with specified volume. When I added this line to the melody portion (of a singer with piano piece) \times 2/3 { e8 e e } e,4. \> e8 \! \p ^"rit." ds e | The warning goes away if I r

programming error: (de)crescendo on items with specified volume.

2007-08-29 Thread Ed Ravin
I started getting this message: programming error: (de)crescendo on items with specified volume. When I added this line to the melody portion (of a singer with piano piece) \times 2/3 { e8 e e } e,4. \> e8 \! \p ^"rit." ds e | The warning goes away if I remove the "\