bug-lilypond
[Top][All Lists]
Advanced

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

Issue 238 in project lilypond


From: codesite-noreply
Subject: Issue 238 in project lilypond
Date: Mon, 15 Jan 2007 12:54:17 -0800

Issue 238: Staff.keySignature  wrong accidental numbers
http://code.google.com/p/lilypond/issues/detail?id=238

New issue report by gpermus:
%%%%% problem only exists in 2.11.x, not in 2.10 !

%% 1) Natural sign is placed in the wrong octave
%%        (also if the value 6 is replaced by 5).
%% 2) Accidentals are associated to the wrong numbers
\version "2.11.10"  % on Debian Linux
\paper{ ragged-right=##t }

\relative c'
{
 \key c \major
 \clef treble
 c2
 % The natural sign occurs in the wrong octave
 \set Staff.keySignature = #'((6 . 0))
 c2

  % This prints double sharp instead of "semi"-sharp
 \set Staff.keySignature = #'((6 . 1))
c2
 % This throws error "no glyph found for alteration: 2"
 \set Staff.keySignature = #'((6 . 2))
 c2
}



Attachments:
foo.preview.png 1.5 KB

Issue attributes:
        Status: Accepted
        Owner: gpermus
        Labels: Type-Defect Priority-Medium

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings




reply via email to

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