lilypond-user
[Top][All Lists]
Advanced

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

multiple cues with lyrics 2.19..83


From: waterhorse
Subject: multiple cues with lyrics 2.19..83
Date: Fri, 10 May 2019 16:21:22 -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]