Urs Liska wrote
> So the question is: is there a way for a voice/staff to completely ignore
> the \key command?

Will \remove Key_engraver do what you want?  It solves the problem you gave
in your example.

HTH,
-Paul

\version "2.19.13"

\new Staff \with {
  \remove Key_engraver
} {
  cis''1^\markup "no key"
  \key d \major
  fis'^\markup "D major"
}



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Ignore-key-signature-tp166525p166529.html
Sent from the User mailing list archive at Nabble.com.

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

Reply via email to