st...@linuxsuite.org wrote Thursday, November 13, 2014 7:18 PM
>Which works fine! But the 2.19 method is gross! Why so ugly,
> complicated in
> 2.19 compared to 2.18? Or will this work in 2.19?
>
> \set Staff.keySignature = #`(( 3 . ,SHARP)
>( 0 . ,SHARP
> On 13 Nov 2014, at 18:13, st...@linuxsuite.org wrote:
>I want to make a custom key signature. It should have f# c# a#
>
> How can I do this?
LilyPond supports custom transposable key signatures, as in the example below.
\version "2.19.15"
hitzaz = #`(
(0 . 0)
gt;>
>
> THis will get you started, Steve:
> http://www.lilypond.org/doc/v2.19/Documentation/snippets/pitches#pitches-creating-custom-key-signatures
>
Ok I found this,
http://www.lilypond.org/doc/v2.18/Documentation/snippets/staff-notation#staff-notation-non_002dtraditiona
/pitches#pitches-creating-custom-key-signatures
Cheers,
Colin
--
I've learned that you shouldn't go through life with a catcher's mitt on both
hands.
You need to be able to throw something back.
-Maya Angelou, poet (1928- )
___
lilypond-us
Howdy!
I want to make a custom key signature. It should have f# c# a#
How can I do this?
-steve
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
On Sep 3, 2012, at 7:10 AM, Keith OHara wrote:
> james googlemail.com> writes:
>
If you define an unusual key signature with G-flat and A-flat
\new Staff { \clef bass
\override Staff.KeySignature #'flat-positions = #'(5)
\set Staff.keySignature = #`(( 4 . ,FLAT) ( 5 .
james googlemail.com> writes:
> >> If you define an unusual key signature with G-flat and A-flat
> >>
> >> \new Staff { \clef bass
> >> \override Staff.KeySignature #'flat-positions = #'(5)
> >> \set Staff.keySignature = #`(( 4 . ,FLAT) ( 5 . ,FLAT))
> >> f4 ges as b }
> Brain fart. the space b
On Sep 2, 2012, at 11:51 PM, james wrote:
>
> On Sep 2, 2012, at 11:46 PM, Keith OHara wrote:
>
>> james googlemail.com> writes:
>>
>>> I'm looking at the new options for custom key signatures,
>>
>>> "Accidentals in the key
On Sep 2, 2012, at 11:46 PM, Keith OHara wrote:
> james googlemail.com> writes:
>
>> I'm looking at the new options for custom key signatures,
>
>> "Accidentals in the key signature may be printed in octaves other than
>> their traditional positions, o
james googlemail.com> writes:
> I'm looking at the new options for custom key signatures,
> "Accidentals in the key signature may be printed in octaves other than
> their traditional positions, or in multiple octaves, by using the flat-
> positions and shar
I'm looking at the new options for custom key signatures, and before I begin
playing around with this, I don't understand this text at all.
"Accidentals in the key signature may be printed in octaves other than their
traditional positions, or in multiple octaves, by using the fl
Original-Nachricht
Thomas Scharkowski wrote:
Hi,
I would like to write the following key signatures:
1) 5/8 (2+3)
hi
if you don't want to play around with scheme (and only need a workaround for
once or twice) you can use
\override Staff.TimeSignature #'stencil = #l
On 15.02.2010, at 14:39, Thomas Scharkowski wrote:
Hi,
I would like to write the following key signatures:
1) 5/8 (2+3)
2) 6/4 (3/4)
(no slashes, just default fraction)
Is this possible?
I have looked in the manual and lsr, maybe the examples for
compound can be used as starting point,
\hspace #-1
")"
}
}
}
hth
--
View this message in context:
http://old.nabble.com/Custom-key-signatures-tp27593957p27596308.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
Hi,
I would like to write the following key signatures:
1) 5/8 (2+3)
2) 6/4 (3/4)
(no slashes, just default fraction)
Is this possible?
I have looked in the manual and lsr, maybe the examples for compound can
be used as starting point, but I can't figure out how.
Thank you,
Thomas
LilyP
Kees van den Doel wrote:
My source file looks like this:
\include "persian.ly"
\score {
\relative c' {
\set Staff.keySignature = \shurE
a b c
}
\midi { }
\layout {
\context {
\Score \override KeySignature #'text = #shurEKey
}
}
}
which works
I managed to print custom key signatures from a microtonal font. One problem
remains, and I wonder if anyone can help me.
In my init file persian.ly I have defined variables for various key signatures
and keys, e.g. for Shur in E
shurEKey = \markup{
\translate #'(0 . 1) \SORIS
17 matches
Mail list logo