bug-lilypond
[Top][All Lists]
Advanced

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

Issue 368 in project lilypond


From: codesite-noreply
Subject: Issue 368 in project lilypond
Date: Mon, 04 Jun 2007 17:26:10 -0700

Issue 368: Ambitus uses lexicographical order instead of pitch height
http://code.google.com/p/lilypond/issues/detail?id=368

New issue report by gpermus:
%{  Rune Zedeler:
Pitches are lexicographically ordered by octave, pitch, alteration.
This means that i.e. even though eis is a higher pitch than fes, it is
lexicographically smaller. And because the ambitus engraver uses the
lexicographical order to find the ambitus, it would prefer fes over eis as
the top of the ambitus. 
%}

\version "2.10.24"
\paper{ ragged-right=##t}
\score {
  \new Voice \with { \consists "Ambitus_engraver" } {
    \clef F c eis fes
}
}


Attachments:
        foo.preview.png  1.2 KB 


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

-- 
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]