2016-06-14 21:36 GMT+02:00 Kyle Shaw <kylebs...@gmail.com>:
> Hi,
>
> My sincerest apologies for this oversight. This version of the code seems to
> implement a Vaticana Staff, but the basic problem remains the same:
>
>
> \version "2.19.42"
>
> cue = \relative c' { g'4 a b d }
>
> \score{
>
> \new Staff \relative c' {
>
> c4 d e f \new CueVoice {\set instrumentCueName = "Cue"}
>
> \cueDuring "cue" #UP {g1}
>
> }
>
> \layout {
>
> \context { \Staff \denies "CueVoice" }
>
> }
>
> }


This returns:

warning: cannot find quoted music: `"cue"'

\cueDuring "cue" #UP {g1}


So still not sure what you have done/want to do...


Cheers,
  Harm

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to