lilypond-user
[Top][All Lists]
Advanced

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

Re: Ignore key signature?


From: Paul Morris
Subject: Re: Ignore key signature?
Date: Wed, 17 Sep 2014 12:11:41 -0700 (PDT)

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.



reply via email to

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