bug-lilypond
[Top][All Lists]
Advanced

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

Re: \midi broken in conjunction with non-plain voice contexts


From: Mats Bengtsson
Subject: Re: \midi broken in conjunction with non-plain voice contexts
Date: Thu, 22 Jun 2006 10:29:39 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.13) Gecko/20060417

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
address@hidden
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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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