You can fix it in your own .ly file, by changing the \midi block to
   \midi {
      \context{
        \Staff
        \accepts "CueVoice"
     }
   }

I will fix it in CVS.

  /Mats

Jürgen Reuter wrote:

Hi,
as of current cvs head, the following snippet:

\version "2.9.10"
\score {
   \new CueVoice = "test" {
        c d e f
   }
   \midi {
   }
}

results in the following error message:

warning: can't find or create new `CueVoice'

If I comment out the \midi block, the snippet compiles fine.  I also get similar
messages if I use TabVoice or VaticanaVoice instead of CueVoice.  Only Voice
seems to work fine.

Greetings,
Jürgen




_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: [EMAIL PROTECTED]
        WWW: http://www.s3.kth.se/~mabe
=============================================



_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to