bug-lilypond
[Top][All Lists]
Advanced

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

Re: Ambitus uses lexicographical order instead of pitch height


From: Graham Percival
Subject: Re: Ambitus uses lexicographical order instead of pitch height
Date: Mon, 04 Jun 2007 17:26:29 -0700
User-agent: Thunderbird 1.5.0.12 (Macintosh/20070509)

Thanks, this has been added as
http://code.google.com/p/lilypond/issues/detail?id=368

Cheers,
- Graham


Rune Zedeler wrote:
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.25"
\score {
  \new Voice \with { \consists "Ambitus_engraver" } {
    \clef F c eis fes
}
}

-Rune


_______________________________________________
bug-lilypond mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond






reply via email to

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