bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 730 in lilypond: AccidentalPlacement should take 'left-paddin


From: lilypond
Subject: Re: Issue 730 in lilypond: AccidentalPlacement should take 'left-padding into account
Date: Tue, 27 Jul 2010 20:52:17 +0000

Updates:
        Status: Invalid

Comment #4 on issue 730 by n.puttock: AccidentalPlacement should take 'left-padding into account
http://code.google.com/p/lilypond/issues/detail?id=730

I've removed it; it had a nasty effect on ambitus (shifting them to the right if an accidental was present).

As for my snippet above, it makes more sense to using Fingering #'padding:

\version "2.13.29"
\relative c' {
  \override Fingering #'padding = #2
  \set fingeringOrientations = #'(left)
  <c' d> <cis-2 dis>
}

I think the original report has more in keeping with issue 220.




reply via email to

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