lilypond-user
[Top][All Lists]
Advanced

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

Re: NullVoice and MIDI


From: Knute Snortum
Subject: Re: NullVoice and MIDI
Date: Fri, 13 Jun 2014 09:09:35 -0700

Works for me with 2.18.2.  No error.


Knute Snortum
(via Gmail)


On Fri, Jun 13, 2014 at 8:11 AM, Johan Vromans <address@hidden> wrote:
Hi,

According to the Notation Reference you can use a NullVoice to align
lyrics or to use lyrics with partcombine (section 2.1.2). However, a
midi{} block will throw a confusing error when a NullVoice is used:

  fatal error: fatal error.  Couldn't find type: Performer_Group

Example program (adapted from the NotRef):

---- snip ----
soprano = \relative { b'8( c d c) d2 }
alto = \relative { g'2 b8( a g a) }
aligner = \relative { b'8( c d c) b( a g a) }
words = \lyricmode { la __ la __ }

music = {
 \new Staff <<
  \new Voice \partcombine \soprano \alto
  \new NullVoice = "aligner" \aligner
  \new Lyrics \lyricsto "aligner" \words
 >>
}

\score {
 \music
 \layout{}
}

\score {
 \music
 \midi{}
}
---- snip ----

If not a bug, this may deserve a line of documentation.

-- Johan

_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user


reply via email to

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