Hi Paul,

 

I don' know why the code doesn't work as expected because I dislike the 
cueDuring function.

Nevertheles, here is a proposal with an other solution :

 

\version "2.18.2"

oboeNotes = \relative c' {
  R1 a'1 R1
}
CueNotes = \relative c' {
  c1 s1 d
}
words = \lyricmode { worda wordc }

oboeAndCueNotes = \new Voice \relative {
  << { \new Voice { \oboeNotes } }\\
  {\new CueVoice = "cue" { \CueNotes } }>>
}

\new Staff
<<
  \new Voice { \oboeAndCueNotes }
  \new Lyrics = "cueLyrics" \lyricsto "cue" { \set fontSize = #-4 \words }
>>

 

HTH

 

The best,

 

Rémy

 

 

 

 

> Message du 11/05/19 01:21
> De : waterho...@ultrasw.com
> A : lilypond-user@gnu.org
> Copie à : 
> Objet : multiple cues with lyrics 2.19..83
> 
> 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
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to