For whatever reason, \alias Staff and \alias Voice do not bring in the
performers. If I comment out the line \consists "Note_performer", I get
no notes in the MIDI file, only the appropriate number of rests.

I think this is also why Vaticana does not appear to work properly with
MIDI. Try this example:

\include "gregorian.ly"
\score {
  <<
    \new VaticanaVoice = "cantus" {
        c' d' e'
     }
    \new Lyrics \lyricsto "cantus" {
      ut re mi
    }
  >>
  \midi { }
}

On 2012/05/04 02:59:06, Carl wrote:
Looks like it works, but I think it can (and should) be simplified.
If it
can't, then LGTM.



http://codereview.appspot.com/6193043/

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to