lilypond-user
[Top][All Lists]
Advanced

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

cues with lyrics


From: waterhorse
Subject: cues with lyrics
Date: Tue, 07 May 2019 14:52:58 -0700
User-agent: DakotaPro.biz Webmail0.4.2

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
      }






reply via email to

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