lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 2575 in lilypond: Ambitus is incorrect in the


From: lilypond
Subject: Re: [Lilypond-auto] Issue 2575 in lilypond: Ambitus is incorrect in the case of semitone staves
Date: Wed, 30 May 2012 09:18:21 +0000


Comment #1 on issue 2575 by address@hidden: Ambitus is incorrect in the case of semitone staves
http://code.google.com/p/lilypond/issues/detail?id=2575

I don't expect LilyPond to guess ahead, so I would only expect reasonably correct results when using

\new Staff \with
  { \consists Ambitus_engraver
    middleCPosition = #1 }
{
        c' c''
}

\new Staff \with
  { \consists Ambitus_engraver
    staffLineLayoutFunction = #ly:pitch-semitones }
{
        c' c''
}

However, this "time-invariant" way of establishing the settings does not actually produce a result different from the original example, and so definitely a fix seems required.




reply via email to

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