On Mon, Aug 13, 2012 at 11:50:34PM +0200, james wrote:
> In the following:
> \version "2.14.2"
> \score {
>\relative c' {
> \time 2/4
> \set Staff.keySignature = #`(((0 . 4) . ,SHARP) ((0 . 3) . ,SHARP))
> \clef treble
> c8 a c d
> %%% Commenting out the following line
james writes:
> Honestly, what's most important to me is where the sharps/flats in the
> key signature are placed. I attach the image of what I expect:
That image does not make sense to me at all. Notes appear in key
signature (though in a different octave) and still carry an accidental.
How do
On Aug 14, 2012, at 5:00 PM, David Kastrup wrote:
> james writes:
>
> So I fail to make _any_ sense of your example. If I had to guess, I'd
> say the octave specifications are there for overriding the default
> octaves chosen by the key signature engraver, but without being fixed to
> a certai
In the following:
\version "2.14.2"
\score {
\relative c' {
\time 2/4
\set Staff.keySignature = #`(((0 . 4) . ,SHARP) ((0 . 3) . ,SHARP))
\clef treble
c8 a c d
%%% Commenting out the following line solves the problem %%%
\clef bass
e fis d c
}
\layout {}
james writes:
> In the following:
> \version "2.14.2"
> \score {
>\relative c' {
> \time 2/4
> \set Staff.keySignature = #`(((0 . 4) . ,SHARP) ((0 . 3) . ,SHARP))
> \clef treble
> c8 a c d
> %%% Commenting out the following line solves the problem %%%
> \clef bas