lilypond-user
[Top][All Lists]
Advanced

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

Re: Staff \denies


From: Thomas Morley
Subject: Re: Staff \denies
Date: Tue, 14 Jun 2016 23:31:54 +0200

2016-06-14 21:36 GMT+02:00 Kyle Shaw <address@hidden>:
> 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



reply via email to

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