Re: Staff \denies

2016-06-14 Thread Kyle Shaw
Thanks all! I'd forgotten about tags, this looks like it will do the job elegantly. On Tue, Jun 14, 2016 at 6:40 PM, Thomas Morley wrote: > 2016-06-14 23:50 GMT+02:00 David Kastrup : > > [...] here is one approach: > > I'd prefer Devnull over NullVoice, no engravers there. > At least in the mini

Re: Staff \denies

2016-06-14 Thread Thomas Morley
2016-06-14 23:50 GMT+02:00 David Kastrup : > [...] here is one approach: I'd prefer Devnull over NullVoice, no engravers there. At least in the minimal example it makes a difference for the spacing. > > > But it might be less work for LilyPond if you check out the notation > manual about usage of

Re: Staff \denies

2016-06-14 Thread David Kastrup
Kyle Shaw writes: > ​Boy, this is not my day. Here is updated code: [...] > It'd be great to find a way to get Lilypond to disregard CueVoices > altogether -- rather than searching for a context which accepts CueVoices > given that Staff denies it. That way, the full orchest

Re: Staff \denies

2016-06-14 Thread Kyle Shaw
> > > > > > \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"} > > > &

Re: Staff \denies

2016-06-14 Thread Thomas Morley
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" } > > } > >

Re: Staff \denies

2016-06-14 Thread Kyle Shaw
instrumentCueName = "Cue"} \cueDuring "cue" #UP {g1} } \layout { \context { \Staff \denies "CueVoice" } } } On Tue, Jun 14, 2016 at 1:53 PM, David Kastrup wrote: > Kyle writes: > > > Hi: > > > > I'm working on an orchestral score. &g

Re: Staff \denies

2016-06-14 Thread David Kastrup
t;CueVoice", LilyPond will search for and create a different context that will. > > \version "2.19.42" > \include "Cello.ily" %(blah blah ... "\new CueVoice {} \cueDuring {} " ...) > \new Staff {\celloNotes} > \layout { > \context > \Staff

Staff \denies

2016-06-14 Thread Kyle
g {} " ...) \new Staff {\celloNotes} \layout { \context \Staff \denies "CueVoice" } ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user