lilypond-user
[Top][All Lists]
Advanced

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

Re: new key signatures


From: Gilles
Subject: Re: new key signatures
Date: Sun, 19 Feb 2006 01:32:21 +0100
User-agent: Mutt/1.5.11

> [...] when I define a key signature, the 
> sharps/flats don't apply for the note
> in every octave--just the octave I specify.  Is there a 
> way to make it apply to all
> octaves without having loads of symbols on the key 
> signature?

There is an alternative format for defining the signature,
shown in this variation of your example:

 \new Staff {
   \set Staff.keySignature = #'( ((1 . 4) . 2)   ((1 . 1) . 2)  )
   b4 c' dis' e' f' gis' a' b'
   c'' dis'' e'' f'' gis'' a'' b''
   \set Staff.keySignature = #'( (4 . 2)   (1 . 2)  )
   b4 c' dis' e' f' gis' a' b'
   c'' dis'' e'' f'' gis'' a'' b''
 }

You can read all the settings there:

http://lilypond.org/doc/v2.7/Documentation/user/lilypond-internals/Key_005fengraver.html#Key_005fengraver



Best,
Gilles




reply via email to

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