lilypond-user
[Top][All Lists]
Advanced

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

cues with lyrics


From: Paul Scott
Subject: cues with lyrics
Date: Sat, 18 Apr 2020 17:02:51 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0

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
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user






reply via email to

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