lilypond-user
[Top][All Lists]
Advanced

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

Staff \denies


From: Kyle
Subject: Staff \denies
Date: Tue, 14 Jun 2016 18:22:01 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Hi:

I'm working on an orchestral score.
I've got all of the notes for each individual part in separate files.
Both the full score and the part score read from these files.
I want CueVoices to show up in the parts but not in the full score.
I thought this would be as easy as having the Staff context of the full score
deny the CueVoice context 
(but accept it, as it does by default, in the part score).

However, this oddly creates a TabStaff (?!?) in place of a CueVoice:

\version "2.19.42"
\include "Cello.ily" %(blah blah ... "\new CueVoice {} \cueDuring {} " ...)
\new Staff {\celloNotes}
\layout {
  \context
  \Staff \denies "CueVoice"
}




reply via email to

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