I'm trying to figure out the correct way to have LilyPond, v2.19.53,
generate the attached score, which is for an instrument and a singer,
but the singer doesn't sing all the notes that the instrumentalist
plays. Furthermore, the last thing before the singer tacet's is a melisma.
My first naiv
It would be so nifty if the following snippet produced equivalent output
in the midi file to what is produced in the pdf:
\version "2.19.38"
musicA = \relative {
\set Staff.instrumentName = "A"
\repeat volta 2 {
c''4 d e f
}
f d e c
\bar "|."
}
musicB = \relative {