As long as you don't have any \key command in your code, no key signature at all will be
typeset. Just add a
\key c \major
(or whatever signature) to get the desired symbol.

I hope you know about the built-in capabilities in LilyPond to handle non-standard key signatures. As long as you only want to have normal flat and sharp symbols in your custom key signature, there should be no need to typeset it manually using markups.

   /Mats

James E. Bailey wrote:
I'm trying some things and I expected a flat symbol on the bottom line but got nothing.
{
\override Staff.Clef #'stencil = #ly:text-interface::print
\override Staff.Clef #'text = \markup \musicglyph #"clefs.C"
\override Staff.KeySignature #'stencil = #ly:text-interface::print
\override Staff.KeySignature #'text = \markup \musicglyph #"accidentals.flat"
s1
}

Any ideas as to why?


_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

--
=============================================
        Mats Bengtsson
        Signal Processing
        School of Electrical Engineering
        Royal Institute of Technology (KTH)
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: [EMAIL PROTECTED]
        WWW: http://www.s3.kth.se/~mabe
=============================================



_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to