lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 2.6.3 manages [was:]2.6.2 Aborting after Element count 1640


From: Mats Bengtsson
Subject: Re: 2.6.3 manages [was:]2.6.2 Aborting after Element count 1640
Date: Fri, 05 Aug 2005 10:44:44 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511



dax2 wrote:
There remains some warning-hunting (New Piano music source
need not a special middle voice for dynamics)

[...]
Interpreting music... warning: can't find or create new `Dynamics'
warning: can't find or create new `Dynamics'
MIDI output to `Chop-28-1-L262.midi'...

This printout occurs when LilyPond wants to create MIDI output,
since you haven't defined how to handle the new context in MIDI.
One easy way to get rid of the warning is to define a dummy
MIDI context that doesn't do anything:
  \midi {
    \context{
      \type "Performer_group_performer"
      \name Dynamics
    }
    \context {
        \PianoStaff
        \accepts Dynamics
    }
  }

However, if you want to use the MIDI output, you might want to
include these dynamics settings into all the voices, which requires
some more hacking.

   /Mats




reply via email to

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