bug-lilypond
[Top][All Lists]
Advanced

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

Mensural music and midi


From: Phil Holmes
Subject: Mensural music and midi
Date: Mon, 31 Oct 2011 15:13:55 -0000

With this code:

\score {
 <<
   \new MensuralVoice = "discantus" \transpose c c' {
     \override Score.BarNumber #'transparent = ##t {
       c'1
     }
   }
   \new Lyrics \lyricsto "discantus" {
     La
   }
 >>
 \layout {}
 \midi {}
}

(partly taken from the NR) I get:

warning: cannot find or create new `MensuralVoice'
Mensural.ly:8:16: warning: cannot find Voice `discantus'

\new Lyrics \lyricsto "discantus" {

Take the midi {} out and it disappears.  Bug?
--
Phil Holmes





reply via email to

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