I posted this some time ago and didn't get answer so I thought I would
try again:
This is an example that I reduced from a snippet.
Can someone please tell me why the lyrics ("wordc") don't show up on the
third note (from the 2nd cueDuring)?
TIA,
Paul
\version "2.19.83"
vcNotes = \relative{ c'1 a d }
\addQuote qvc \vcNotes
oboeNotes = \relative{
\cueDuring qvc #down R1 a'1 \cueDuring qvc #down R1
}
\addQuote oboeNotes
\new Voice = "cue"
\oboeNotes
words = \lyricmode{
worda wordb wordc
}
<<
\new Staff
\new Voice \oboeNotes
\new Lyrics = "cueLyrics"
\lyricsto "cue" {
\set fontSize = #-4
\words
}
>>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user