bug-lilypond
[Top][All Lists]
Advanced

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

\midi broken in conjunction with non-plain voice contexts


From: Jürgen Reuter
Subject: \midi broken in conjunction with non-plain voice contexts
Date: Tue, 20 Jun 2006 22:17:48 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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






reply via email to

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